summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/app
AgeCommit message (Expand)AuthorFilesLines
2012-10-25vcl: don't print gtk version on startupMiklos Vajna1-1/+1
2012-10-21Some cppcheck cleaningJulien Nabet1-2/+1
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-06-18Fix arguments of Rectangle constructorRuslan Kabatsayev1-1/+1
2012-05-30vcl: rename unhelpful 'Default' screen to a BuiltIn screenMichael Meeks1-1/+1
2012-05-11rhbz#809019 count mirrored monitors as oneDavid Tardon2-18/+69
2012-05-02fdo#49365 correctly map monitor index back to screenDavid Tardon1-1/+1
2012-04-30g_source_get_current_time has been deprecated since version 2.28Caolán McNamara1-3/+3
2012-04-29incrementing index twice in one run seems wrongDavid Tardon1-1/+1
2012-04-28Remove stuff that doesn't make sense since AnyInput changeCaolán McNamara1-105/+26
2012-04-24Resolves: fdo#48011 writer idle-callbacks are halting when events pendingCaolán McNamara1-12/+42
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák1-4/+1
2012-03-06make it easier to find leaks by dropping globals at exitCaolán McNamara1-0/+5
2012-02-15Various string function clean upStephan Bergmann1-3/+2
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 Meeks2-21/+41
2012-01-15avoid warnings about deprecated decls. from glib2David Tardon2-0/+2
2012-01-15vcl: rename methods to crisp up a 'DisplayScreen' naming conceptMichael Meeks1-3/+3
2012-01-15vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks1-2/+2
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2011-12-06Revert "GdkPrinter seems optional on Gtk3, too"Thorsten Behrens1-2/+2
2011-12-06GdkPrinter seems optional on Gtk3, tooThorsten Behrens1-2/+2
2011-12-05set up CFLAGS/LIBS for gtk print dialog in configureDavid Tardon1-0/+8
2011-12-05check for printing support dynamicallyDavid Tardon1-0/+10
2011-12-05add support for Gtk+ print dialog (#i106780#)David Tardon1-0/+19
2011-11-28Headless got moved, fix gtk3 build.Thorsten Behrens1-1/+1
2011-11-27remove include of pch header from vclNorbert Thiebaud2-4/+0
2011-11-21convert gtk plugin to rtl::O(U)StringDavid Tardon1-7/+9
2011-11-07gtk3: add run-time check for gtk >= 3.2.0Michael Meeks1-1/+1
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