summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* Cleanup basebmp a littleJoseph Powers2011-11-039-259/+2
* Unwind and refactor some of the Grey Palette stuffCaolán McNamara2011-11-032-43/+42
* fix gtk2 buildCosimo Cecchi2011-11-031-5/+5
* gtk3: Check for gtk3 >= 3.2 - we need that for broadway anywayMichael Meeks2011-11-031-1/+1
* IsGreyPalette: belt and braces, empty palettes are grey (apparently)Michael Meeks2011-11-031-1/+1
* gtk: fix the buildCosimo Cecchi2011-11-031-16/+16
* gtk3: implement rendering for Listbox widgetsCosimo Cecchi2011-11-032-29/+80
* gtk3: translate the cairo context instead of rendering from (1, 1)Cosimo Cecchi2011-11-031-21/+19
* gtk3: misc cleanupsCosimo Cecchi2011-11-032-4/+10
* gtk3: implement rendering for ComboboxesCosimo Cecchi2011-11-032-18/+175
* gtk3: implement rendering for spinbuttonsCosimo Cecchi2011-11-032-4/+187
* gtk3: always set the wmclass using the X helperCosimo Cecchi2011-11-031-8/+12
* gtk: add widget_get_xid()Cosimo Cecchi2011-11-032-25/+32
* probably need to add mbIsGrey to operator== comparisonCaolán McNamara2011-11-031-1/+1
* need to assign mbIsGrey in operator=Caolán McNamara2011-11-031-0/+1
* mbIsGrey needs to be initialized in ctorCaolán McNamara2011-11-031-7/+10
* Cleanup inline IsGreyPalette implementation for mac platforms.Michael Meeks2011-11-032-19/+19
* Removed IsGreyPaletteEmanuele Fia2011-11-031-20/+0
* Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens2011-11-026-45/+45
* Keep basebmp free of naked ptrs.Thorsten Behrens2011-11-022-4/+17
* Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl2011-11-022-194/+772
|\
| * gtk3: improve the GTK3 theming layer somewhatCosimo Cecchi2011-11-022-194/+772
* | Library_vclplug_gtk3.mk: fix typoMichael Stahl2011-11-021-1/+1
* | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl2011-11-0217-99/+39
|\|
| * drop freshly unused methodsCaolán McNamara2011-11-022-7/+0
| * use SAL_N_ELEMENTSDavid Tardon2011-11-022-4/+1
| * use externalDavid Tardon2011-11-022-27/+5
| * let's see if better eventloop integr. makes it into Qt4.9, if anyLuboš Luňák2011-11-011-1/+1
| * gtk: fix cpu burn when inactive - broken timeout calculationMichael Meeks2011-11-011-8/+4
| * drop GetImageIdsCaolán McNamara2011-11-012-18/+0
| * callcatcher: remove unused appendStrCaolán McNamara2011-11-012-9/+0
| * adapt naming schemeCaolán McNamara2011-11-011-2/+2
| * add and use an OString::equalsIgnoreAsciiCaseAsciiL equivalent to OUString oneCaolán McNamara2011-11-014-24/+27
| * gtk: tolerate NULL from gdk_screen_get_monitor_plug_nameMichael Meeks2011-10-311-1/+1
* | SalYieldMutex::release(): add assertionMichael Stahl2011-11-011-0/+1
* | rhbz#657394: crash closing document while printingMichael Stahl2011-10-311-0/+22
|/
* drop some unused codeCaolán McNamara2011-10-282-19/+0
* make FontManager work directly on FontSelectPatternCaolán McNamara2011-10-273-48/+32
* Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara2011-10-2727-126/+126
* renderArea is implemented only with GTK-3Petr Mladek2011-10-271-1/+2
* there is no USE_XINERAMA define, but USE_XINERAMA_XSUN/USE_XINERAMA_XORGCaolán McNamara2011-10-271-22/+16
* remove ItalicMatrix into delivered headerCaolán McNamara2011-10-273-17/+16
* Resolves: fdo#32665 handle that FreeSerif lacks some glyphs in bold/italicCaolán McNamara2011-10-276-23/+90
* headless: cleanup degenerate clipping case to not render or warn.Michael Meeks2011-10-273-38/+55
* WaE: hush an annoyanceMichael Meeks2011-10-271-1/+1
* gtk3: disable signalDraw for gtk2 case to avoid cairo build issuesMichael Meeks2011-10-271-5/+2
* gtk3: add missing gmodule includeMichael Meeks2011-10-261-0/+1
* gtk3: cleanup some code inclusion, and share timeval operatorsMichael Meeks2011-10-267-136/+175
* removed dead codeTakeshi Abe2011-10-275-202/+0
* gdk_screen_get_monitor_plug_name returns "gchar *"Petr Mladek2011-10-261-1/+1