summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-25WaE: cleanup misc. redundant warnings, and silence the gtk2 caseMichael Meeks5-14/+45
2011-10-25generic: remove mistaken m_aFrames hiding parent's frame listMichael Meeks1-1/+0
2011-10-25gtk3: make AnyInput to behave itself properlyMichael Meeks4-20/+145
2011-10-25gtk3: fix gtk2 crash-on-exit regressionMichael Meeks1-0/+3
2011-10-25gtk3: try to improve AnyInput (absent toolkit support for it)Michael Meeks4-9/+61
2011-10-25generic: re-work X error push/pop and error message handlingMichael Meeks17-329/+319
2011-10-25generic: try to cleanup SalXLib cruft some moreMichael Meeks9-31/+35
2011-10-25generic: create shared display class and re-factor to use itMichael Meeks31-173/+255
2011-10-25move SalYieldMutexReleaser into a more sensible placeMichael Meeks5-36/+31
2011-10-25generic: factor out generic display code, reducing cut+paste+bugMichael Meeks7-296/+288
2011-10-25generic: share sal yield mutex properlyMichael Meeks5-178/+6
2011-10-25Gtk3 fixes, I tweaked the damage function to debug the rendering (the damage ...Lucas Baudin4-43/+464
2011-10-25Fix compilation in gtk3salnativewidgetsLucas Baudin1-2/+2