[Libreoffice] License for my contributions

2011-09-27 Thread Lucas Baudin
Hi, A quick mail to confirm that all my future contributions will be under MPL/LGPLv3+. Lucas ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Questions about gtk3 port

2011-09-12 Thread Lucas Baudin
Hi, Today, I tried to work on the gtk3 port, for the widget rendering. But I have some problems... Let's take the button example. An easy way to draw a gtk3 button is to call gtk_render_frame (or background), with a cairo context. So, we can create the context using gdk_cairo_create. That's

Re: [Libreoffice] [PATCH] Fix compilation in gtk3salnativewidgets-gtk.cxx

2011-09-12 Thread Lucas Baudin
Yes, it is for the gtk3 feature branch, sorry, I forgot to mention it :/ On 09/12/2011 11:36 AM, Caolán McNamara wrote: On Sun, 2011-09-11 at 10:13 +0200, Lucas Baudin wrote: Hi, The small attached patch fixes the compilation in gtk3salnativewidgets-gtk.cxx, it's just a cast from long i

[Libreoffice] [PATCH] Fix compilation in gtk3salnativewidgets-gtk.cxx

2011-09-11 Thread Lucas Baudin
cxx:191:83: error: narrowing conversion of 'aClipRect.Rectangle::Bottom()' from 'long int' to 'int' inside { } [-fpermissive] Lucas >From e11b706452cc8b2191462008a5dc4c2eb68dd466 Mon Sep 17 00:00:00 2001 From: Lucas Baudin Date: Sun, 11 Sep 201

[Libreoffice] [Patch] Gtk3 button rendering

2011-08-16 Thread Lucas Baudin
I will try to complete to work again on gtk3 next week... Lucas >From 0e3f8e8106985c51db320033a495fe05b7f6709e Mon Sep 17 00:00:00 2001 From: Lucas Baudin Date: Tue, 16 Aug 2011 20:20:24 +0200 Subject: [PATCH] [GTK3] Add button rendering --- vcl/Library_vclplug_gtk3.mk