Re: [Libreoffice] LibreOffice Online build

2011-10-28 Thread xapantu
Hi Gustavo, It seems that you didn't use --with-system-cairo the first time you run autogen.sh, so, you still have a cairo.h/libcairo.so somewhere. Or at least, it is how I got this issue. So, if that is correct, you can restart from a clean git branch, or try to delete manually the non-cairo ver

[Libreoffice] [Patch] Hover over icons produces the wrong behavior

2011-05-19 Thread xapantu
Hi, Here are some patchs to fix this bug: https://bugs.freedesktop.org/show_bug.cgi?id=36613 It was due to a cast between sal_Bool and sal_uInt16. I attached different patchs, sorry, at first I wanted to separate the tab thing and the rest of the patch, and then, I made a third patch to fix the

[Libreoffice] [PATCH] GTK: toolbar separator

2011-01-29 Thread xapantu
Hi, Here is a patch to use gtk vseparator instead of native ones in the toolbar, which are just a black line, and doesn't fit with gtk separator which can have nice gradients, and a custom color. The separator height is not handled yet, but I think it isn't very complicated, I will try to provide

Re: [Libreoffice] [PATCH] GTK: remove menu when we press the alt key

2011-01-28 Thread xapantu
Hi, Le vendredi 28 janvier 2011 à 17:16 +, Michael Meeks a écrit : > Hi there, > > On Fri, 2011-01-28 at 16:50 +0100, xapantu wrote: > > Here is a patch to remove the menu when the alt key is pressed, it is > > not the case with GTK apps, and is disturbing. And the code

[Libreoffice] [PATCH] GTK: remove menu when we press the alt key

2011-01-28 Thread xapantu
Hi, Here is a patch to remove the menu when the alt key is pressed, it is not the case with GTK apps, and is disturbing. And the code to show the menu wasn't at the right place, so, even if we should have this menu, it is dirty IMO. See this Launchpad bug: https://bugs.launchpad.net/ubuntu/+sourc

Re: [Libreoffice] [PATCH] gtk toggle buttons (libs-gui)

2011-01-28 Thread xapantu
Hi, 2011/1/28 Michael Meeks > Hi Lucas, [...] Any chance you can send patches as a git format-patch attachment ? in > future ( so I don't have to write the commit log message ? ). Just do > git commit -a (or --amend if you want to change it later), then git > format-patch HEAD~1 :-) > >

[Libreoffice] [PATCH] gtk toggle buttons (libs-gui)

2011-01-27 Thread xapantu
Hi, Here is a patch to fix gtk toggle buttons, and it cleans up the code a little too. "togglebutton" detail is not standard, and caused some bugs with the Ambiance theme, see this bug: https://bugs.freedesktop.org/show_bug.cgi?id=33473 and this page to check the standard details name: https://we

[Libreoffice] [Patch] GTK+ integration

2011-01-24 Thread xapantu
Hi, I have just made a patch to fix some glitch with GTK+: (see this bug: https://bugs.freedesktop.org//show_bug.cgi?id=32186) - Fix menubar root items (they was disabled, but they work well :) ) - Don't draw anything when a disabled menu is hovered: They was drawn using the native GUI en