summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/app/gtkdata.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-11-12re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-12Resolves: rhbz#855541 XIOError handler multithread woesCaolán McNamara1-0/+14
2012-06-29Remove some unused defines and controlsThomas Arnhold1-5/+0
2012-06-18GTK: don't crash on X errorsRuslan Kabatsayev1-0/+1
2012-05-11rhbz#809019 count mirrored monitors as oneDavid Tardon1-0/+2
2012-04-30g_source_get_current_time has been deprecated since version 2.28Caolán McNamara1-3/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-06make it easier to find leaks by dropping globals at exitCaolán McNamara1-0/+5
2012-02-02Fix for fdo43460 Part LIX getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-28Remove further code belonging to SalDisplay::GetKeyboardNameThomas Arnhold1-8/+0
2012-01-28Remove SalDisplay::GetKeyboardNameThomas Arnhold1-6/+1
2012-01-16vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael Meeks1-21/+13
2012-01-15avoid warnings about deprecated decls. from glib2David Tardon1-0/+1
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2011-11-27remove include of pch header from vclNorbert Thiebaud1-2/+0
2011-11-01gtk: fix cpu burn when inactive - broken timeout calculationMichael Meeks1-8/+4
2011-10-25gtk3: cleanup timeout source, to avoid annoying warnings with old glibsMichael Meeks1-36/+126
2011-10-25gtk3: add some missing SolarMutexGuards (thanks to mst for noticing)Michael Meeks1-0/+1
2011-10-25gtk3: cleanup fullscreen unpleasantnessMichael Meeks1-5/+6
2011-10-25generic: fix misc. initialization problems & simplify a littleMichael Meeks1-3/+3
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 Meeks1-0/+1
2011-10-25WaE: cleanup misc. redundant warnings, and silence the gtk2 caseMichael Meeks1-5/+13
2011-10-25gtk3: try to improve AnyInput (absent toolkit support for it)Michael Meeks1-0/+14
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-25gtk3: remove X dependency (for now)Michael Meeks1-1/+2
2011-10-25gtk3: substantial re-work and cleanup of event handlingMichael Meeks1-301/+116
2011-10-25cleanup assertionMichael Meeks1-1/+3
2011-10-25re-write gtksys to use the cleaner GdkScreen API avoiding X & XineramaMichael Meeks1-91/+9
2011-10-25fix crash on cleanup of gtk2 pathMichael Meeks1-1/+3
2011-10-25gtk3: decision - client-side rendering is the way, avoid X11Michael Meeks1-12/+12
2011-10-25gtk3: extensive X-orcisms performed, with some horrendous cut/pasteMichael Meeks1-43/+134
2011-10-25gtk3: cleanup error trap push/pop a little (wow it is nasty and inefficient)Michael Meeks1-7/+33
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-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-1/+1
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-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-14Various fixes and stubs for gtk+ >= 3.0Michael Meeks1-1/+27
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-8/+9
2011-05-18fix gtk FMR on shutdown - fdo#37302Michael Meeks1-18/+20
2011-05-16avoid array overrunDavid Tardon1-1/+1
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-8/+8