summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/app/gtkdata.cxx
AgeCommit message (Expand)Author
2013-08-23Properly mark callback functions as extern "C"Stephan Bergmann
2013-08-23rhbz#1000150: Do not call exit upon XIOError, take twoStephan Bergmann
2013-08-23rhbz#1000150: Do not call exit upon XIOErrorStephan Bergmann
2013-07-09gtk/unx: remove successive calls to g_main_context_iterationPierre-Eric Pelloux-Prayer
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann
2013-05-08Revert "avoid warnings about deprecated decls. from glib2"Stephan Bergmann
2013-04-12fdo#60690 - Remove all calls t GTK_YIELD_GRAB because it does nothing.vjinoch
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-02vcl: convert some fprintf to SAL_INFOThomas Arnhold
2013-03-14Remove rtl:: namespace, fix minor spelling error in commentChris
2013-03-13Remove RTL_CONSTASCII_USTRINGPARAM and remove rtl:: namespace for stringsChris
2013-03-04doubled includesThomas Arnhold
2012-11-12re-base on ALv2 code. Includes:Michael Meeks
2012-09-12Resolves: rhbz#855541 XIOError handler multithread woesCaolán McNamara
2012-06-29Remove some unused defines and controlsThomas Arnhold
2012-06-18GTK: don't crash on X errorsRuslan Kabatsayev
2012-05-11rhbz#809019 count mirrored monitors as oneDavid Tardon
2012-04-30g_source_get_current_time has been deprecated since version 2.28Caolán McNamara
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-06make it easier to find leaks by dropping globals at exitCaolán McNamara
2012-02-02Fix for fdo43460 Part LIX getLength() to isEmpty()Olivier Hallot
2012-01-28Remove further code belonging to SalDisplay::GetKeyboardNameThomas Arnhold
2012-01-28Remove SalDisplay::GetKeyboardNameThomas Arnhold
2012-01-16vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael Meeks
2012-01-15avoid warnings about deprecated decls. from glib2David Tardon
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-11-01gtk: fix cpu burn when inactive - broken timeout calculationMichael Meeks
2011-10-25gtk3: cleanup timeout source, to avoid annoying warnings with old glibsMichael Meeks
2011-10-25gtk3: add some missing SolarMutexGuards (thanks to mst for noticing)Michael Meeks
2011-10-25gtk3: cleanup fullscreen unpleasantnessMichael Meeks
2011-10-25generic: fix misc. initialization problems & simplify a littleMichael Meeks
2011-10-25gtk3: fix display changed signal emissionsMichael Meeks
2011-10-25gtk3: substantial performance win for editing document headersMichael Meeks
2011-10-25generic: share the PspGraphics code between gtk/unx and svpMichael Meeks
2011-10-25WaE: cleanup misc. redundant warnings, and silence the gtk2 caseMichael Meeks
2011-10-25gtk3: try to improve AnyInput (absent toolkit support for it)Michael Meeks
2011-10-25generic: re-work X error push/pop and error message handlingMichael Meeks
2011-10-25generic: create shared display class and re-factor to use itMichael Meeks
2011-10-25move SalYieldMutexReleaser into a more sensible placeMichael Meeks
2011-10-25generic: factor out generic display code, reducing cut+paste+bugMichael Meeks
2011-10-25gtk3: remove X dependency (for now)Michael Meeks
2011-10-25gtk3: substantial re-work and cleanup of event handlingMichael Meeks
2011-10-25cleanup assertionMichael Meeks
2011-10-25re-write gtksys to use the cleaner GdkScreen API avoiding X & XineramaMichael Meeks
2011-10-25fix crash on cleanup of gtk2 pathMichael Meeks
2011-10-25gtk3: decision - client-side rendering is the way, avoid X11Michael Meeks
2011-10-25gtk3: extensive X-orcisms performed, with some horrendous cut/pasteMichael Meeks
2011-10-25gtk3: cleanup error trap push/pop a little (wow it is nasty and inefficient)Michael Meeks
2011-10-11move #endif to better placeMatúš Kukan