[Libreoffice-commits] .: vcl/unx

2012-03-03 Thread Lucas Baudin
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 1cf3e446744ae679bc89b39dcbbcf6b4e9821f3a Author: Lucas Baudin xapa...@gmail.com Date: Sat Mar 3 15:44:54 2012 +0100 gtk3: Avoid crash with some themes (unico based

[Libreoffice-commits] .: Branch 'feature/gtk3' - 4 commits - vcl/inc vcl/unx

2011-10-24 Thread Lucas Baudin
38069129838811512e4dfc5ec459d46779bb96bf Author: Lucas Baudin xapa...@gmail.com Date: Mon Oct 24 14:23:18 2011 +0200 gtk3: add cstddef to vcl/inc/vcl/sysdata.hxx, it seems that g++ 4.6.1 doesn't like to have 'NULL' in plan C++ without this include diff --git a/vcl/inc/vcl/sysdata.hxx b/vcl/inc/vcl/sysdata.hxx index

[Libreoffice-commits] .: Branch 'feature/gtk3' - vcl/inc vcl/unx

2011-10-22 Thread Lucas Baudin
vcl/inc/unx/gtk/gtkgdi.hxx|1 vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 35 +++--- 2 files changed, 27 insertions(+), 9 deletions(-) New commits: commit 426915d4418266817258b837ddb830a1b78fa151 Author: Lucas Baudin xapa...@gmail.com Date

[Libreoffice-commits] .: Branch 'feature/gtk3' - vcl/unx

2011-10-22 Thread Lucas Baudin
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 49 ++ 1 file changed, 43 insertions(+), 6 deletions(-) New commits: commit 7f121e108c6d66c6bdf6fc321c29872d2d416e72 Author: Lucas Baudin xapa...@gmail.com Date: Sat Oct 22 17:45:27 2011 +0200 gtk3: add toolbar

[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

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 int

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

2011-09-11 Thread Lucas Baudin
' to 'int' inside { } [-fpermissive] Lucas From e11b706452cc8b2191462008a5dc4c2eb68dd466 Mon Sep 17 00:00:00 2001 From: Lucas Baudin xapa...@gmail.com Date: Sun, 11 Sep 2011 10:10:07 +0200 Subject: [PATCH] Fix compilation in salnativewidgets fpr gtk3, it's just a trivial cast --- vcl/unx/gtk3/gdi