summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2011-11-01let's see if better eventloop integr. makes it into Qt4.9, if anyLuboš Luňák1-1/+1
2011-11-01gtk: fix cpu burn when inactive - broken timeout calculationMichael Meeks1-8/+4
2011-11-01drop GetImageIdsCaolán McNamara2-18/+0
2011-11-01callcatcher: remove unused appendStrCaolán McNamara2-9/+0
2011-11-01adapt naming schemeCaolán McNamara1-2/+2
2011-11-01add and use an OString::equalsIgnoreAsciiCaseAsciiL equivalent to OUString oneCaolán McNamara4-24/+27
2011-10-31gtk: tolerate NULL from gdk_screen_get_monitor_plug_nameMichael Meeks1-1/+1
2011-10-28drop some unused codeCaolán McNamara2-19/+0
2011-10-27make FontManager work directly on FontSelectPatternCaolán McNamara3-48/+32
2011-10-27Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara27-126/+126
2011-10-27renderArea is implemented only with GTK-3Petr Mladek1-1/+2
2011-10-27there is no USE_XINERAMA define, but USE_XINERAMA_XSUN/USE_XINERAMA_XORGCaolán McNamara1-22/+16
2011-10-27remove ItalicMatrix into delivered headerCaolán McNamara3-17/+16
2011-10-27Resolves: fdo#32665 handle that FreeSerif lacks some glyphs in bold/italicCaolán McNamara6-23/+90
2011-10-27headless: cleanup degenerate clipping case to not render or warn.Michael Meeks3-38/+55
2011-10-27WaE: hush an annoyanceMichael Meeks1-1/+1
2011-10-27gtk3: disable signalDraw for gtk2 case to avoid cairo build issuesMichael Meeks1-5/+2
2011-10-26gtk3: add missing gmodule includeMichael Meeks1-0/+1
2011-10-26gtk3: cleanup some code inclusion, and share timeval operatorsMichael Meeks7-136/+175
2011-10-27removed dead codeTakeshi Abe5-202/+0
2011-10-26gdk_screen_get_monitor_plug_name returns "gchar *"Petr Mladek1-1/+1
2011-10-26gtk3: fix another gdk_screen_get_monitor_plug_name instanceMichael Meeks1-0/+16
2011-10-26compilation fix: disable method inside the name spacePetr Mladek1-1/+1
2011-10-26gtk3: gdk_screen_get_monitor_plug_name is only present > gtk 2.14Michael Meeks1-2/+8
2011-10-26Reverted GetX11SalData to always use dynamic_cast.Stephan Bergmann1-5/+1
2011-10-26generic: cleanup vcl / X11 display abstraction to fix crasherMichael Meeks3-11/+19
2011-10-26Clean up ImplSVData::mpSalData.Stephan Bergmann8-20/+22
2011-10-26fix android build post feature/gtk3Michael Meeks2-2/+2
2011-10-25WaE: misc. windows related fixesMichael Meeks4-7/+6
2011-10-25gtk3: cleanup timeout source, to avoid annoying warnings with old glibsMichael Meeks3-62/+132
2011-10-25add stdio for MacOSXCaolán McNamara1-0/+1
2011-10-25Fix for fdo41997 continuation of VCL cleanupOlivier Hallot8-31/+30
2011-10-25gtk3: add <cstddef> to vcl/inc/vcl/sysdata.hxx, it seems that g++ 4.6.1 doesn...Lucas Baudin1-0/+1
2011-10-25gtk3: Use some static variable in GtkSalGraphics in order to avoid re-loading...Lucas Baudin2-11/+22
2011-10-25gtk3: add toolbar rendering, there is some graphical bugs if you have more th...Lucas Baudin1-6/+43
2011-10-25gtk3: Use CheckBox style (there is still a problem with the hover stage)Lucas Baudin2-9/+27
2011-10-25gtk3: post merge fixupsMichael Meeks2-6/+6
2011-10-25gtk3: caveats on using g_main_prepare for older glibs; needs re-workMichael Meeks1-8/+22
2011-10-25gtk3: add some missing SolarMutexGuards (thanks to mst for noticing)Michael Meeks3-0/+5
2011-10-25gtk3: cleanup fullscreen unpleasantnessMichael Meeks5-51/+35
2011-10-25generic: fix error trap push/pop/reset semanticsMichael Meeks2-1/+2
2011-10-25generic: fix misc. initialization problems & simplify a littleMichael Meeks12-29/+32
2011-10-25generic: undo attempt at cross-platform headless for nowMichael Meeks4-14/+20
2011-10-25cleanup some missing conditionals causing problems for macMichael Meeks1-0/+1
2011-10-25gtk3: fix display changed signal emissionsMichael Meeks4-14/+13
2011-10-25gtk3: substantial performance win for editing document headersMichael Meeks2-3/+4
2011-10-25generic: overcome Mac specific build errorsMichael Meeks2-1/+2
2011-10-25headless: add required clip map reset for simpler clipping casesMichael Meeks1-4/+4
2011-10-25generic: more unix conditional compilation pieces and win32 portingMichael Meeks7-61/+95
2011-10-25generic: share the PspGraphics code between gtk/unx and svpMichael Meeks25-1504/+475