summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/app
AgeCommit message (Expand)AuthorFilesLines
2011-11-03Cleanup basebmp a littleJoseph Powers1-7/+0
2011-11-01gtk: fix cpu burn when inactive - broken timeout calculationMichael Meeks1-8/+4
2011-10-31gtk: tolerate NULL from gdk_screen_get_monitor_plug_nameMichael Meeks1-1/+1
2011-10-26gtk3: add missing gmodule includeMichael Meeks1-0/+1
2011-10-26gtk3: cleanup some code inclusion, and share timeval operatorsMichael Meeks1-1/+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-25gtk3: cleanup timeout source, to avoid annoying warnings with old glibsMichael Meeks2-61/+131
2011-10-25Fix for fdo41997 continuation of VCL cleanupOlivier Hallot1-5/+5
2011-10-25gtk3: post merge fixupsMichael Meeks1-4/+4
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 Meeks1-0/+1
2011-10-25gtk3: cleanup fullscreen unpleasantnessMichael Meeks2-7/+8
2011-10-25generic: fix misc. initialization problems & simplify a littleMichael Meeks2-6/+4
2011-10-25gtk3: fix display changed signal emissionsMichael Meeks1-12/+2
2011-10-25gtk3: substantial performance win for editing document headersMichael Meeks1-2/+2
2011-10-25generic: share the PspGraphics code between gtk/unx and svpMichael Meeks2-1/+12
2011-10-25WaE: cleanup misc. redundant warnings, and silence the gtk2 caseMichael Meeks2-5/+15
2011-10-25gtk3: make AnyInput to behave itself properlyMichael Meeks1-11/+132
2011-10-25gtk3: try to improve AnyInput (absent toolkit support for it)Michael Meeks2-8/+52
2011-10-25generic: re-work X error push/pop and error message handlingMichael Meeks1-15/+20
2011-10-25generic: create shared display class and re-factor to use itMichael Meeks1-23/+24
2011-10-25move SalYieldMutexReleaser into a more sensible placeMichael Meeks1-4/+8
2011-10-25generic: factor out generic display code, reducing cut+paste+bugMichael Meeks1-111/+23
2011-10-25generic: share sal yield mutex properlyMichael Meeks1-52/+0
2011-10-25headless: move backend to top-level, and enable for all platformsMichael Meeks1-2/+2
2011-10-25gtk3: remove X dependency (for now)Michael Meeks3-2/+7
2011-10-25gtk3: substantial re-work and cleanup of event handlingMichael Meeks2-302/+127
2011-10-25cleanup assertionMichael Meeks1-1/+3
2011-10-25re-write gtksys to use the cleaner GdkScreen API avoiding X & XineramaMichael Meeks2-247/+175
2011-10-25fix crash on cleanup of gtk2 pathMichael Meeks1-1/+3
2011-10-25gtk3: decision - client-side rendering is the way, avoid X11Michael Meeks3-17/+17
2011-10-25gtk3: extensive X-orcisms performed, with some horrendous cut/pasteMichael Meeks3-43/+300
2011-10-25gtk3: cleanup error trap push/pop a little (wow it is nasty and inefficient)Michael Meeks1-7/+33
2011-10-25gtk3: switch to basebmp rendering during 'draw'Michael Meeks1-0/+25
2011-10-11move #endif to better placeMatúš Kukan1-1/+1
2011-10-10grab monitors on start alsoCaolán McNamara1-0/+3
2011-10-10fix the fallback logicCaolán McNamara1-9/+13
2011-10-05fix also older gtk+ buildFridrich Štrba1-1/+1
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2-2/+2
2011-09-01make sure we stay in array boundsRadek Doulik1-2/+4
2011-08-24avoid crash on shutdown with unprocessed events pending post SalDisplay dtorCaolán McNamara1-13/+22
2011-06-17ByteString -> rtl::OStringCaolán McNamara1-10/+15
2011-06-15they are xbms, not xpms, hence my bafflementCaolán McNamara1-2/+2
2011-06-15figure out how to make new-style cursors from ye-oldy xbmsCaolán McNamara1-13/+58
2011-06-14don't bomb out with gtk3 if we are expecting itMichael Meeks1-0/+9
2011-06-14Various fixes and stubs for gtk+ >= 3.0Michael Meeks2-1/+63
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky4-96/+20