summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/app
AgeCommit message (Expand)AuthorFilesLines
2012-11-14cleanup gmenu conditionals, remove redundant casts.Michael Meeks1-24/+12
2012-11-14only enable unity integration with enabled dbus and gioBjoern Michaelsen1-0/+16
2012-11-14Menu is now shown/hidden when needed.Antonio Fernandez1-2/+3
2012-11-14GLOMenu class is now mostly implemented, but menus are buggy at the moment.Antonio Fernandez1-1/+1
2012-11-14Menu is now displayed properly in all windows.Antonio Fernandez1-1/+1
2012-11-14Cleaned up some code and did a small refactoring.Antonio Fernandez1-1/+1
2012-11-14Menu is displayed correctly in additional instancesm but not in the main one.Antonio Fernandez1-1/+1
2012-11-14Internal native menu is created in steps, but is incomplete at the moment.Antonio Fernandez1-6/+3
2012-11-14Native menu is completely build in one step.Antonio Fernandez1-2/+8
2012-11-14Menubar hierarchy fully generated. Native GTK menu is published on DBus.Antonio Fernandez1-0/+26
2012-11-12re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2-46/+27
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