summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
AgeCommit message (Expand)Author
2011-12-02gtk: remove un-necessary fprintfs on fpickersMichael Meeks
2011-11-30gtk: fix RTL combobox renderingKhaled Hosny
2011-11-29gtk: fix sub-menu arrows RTL issueMichael Meeks
2011-11-28Headless got moved, fix gtk3 build.Thorsten Behrens
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-11-21convert gtk plugin to rtl::O(U)StringDavid Tardon
2011-11-07gtk3: add run-time check for gtk >= 3.2.0Michael Meeks
2011-11-07gtk: cleanup resource provider and associated lifecycle issueMichael Meeks
2011-11-07gtk3: port file-picker, using more standard combobox APIs etc.Michael Meeks
2011-11-07move required resources down from fpicker & svtools into vclMichael Meeks
2011-11-07gtk: cleanup to make the vcl file-picker interface work.Michael Meeks
2011-11-07gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks
2011-11-07gtk: use a more sensibly unique version defineMichael Meeks
2011-11-04gtk3: move gtk+ file picker into vcl - a more sensible place for itMichael Meeks
2011-11-03Cleanup basebmp a littleJoseph Powers
2011-11-03fix gtk2 buildCosimo Cecchi
2011-11-03gtk: fix the buildCosimo Cecchi
2011-11-03gtk3: always set the wmclass using the X helperCosimo Cecchi
2011-11-03gtk: add widget_get_xid()Cosimo Cecchi
2011-11-02Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens
2011-11-02Keep basebmp free of naked ptrs.Thorsten Behrens
2011-11-01gtk: fix cpu burn when inactive - broken timeout calculationMichael Meeks
2011-10-31gtk: tolerate NULL from gdk_screen_get_monitor_plug_nameMichael Meeks
2011-10-27WaE: hush an annoyanceMichael Meeks
2011-10-27gtk3: disable signalDraw for gtk2 case to avoid cairo build issuesMichael Meeks
2011-10-26gtk3: add missing gmodule includeMichael Meeks
2011-10-26gtk3: cleanup some code inclusion, and share timeval operatorsMichael Meeks
2011-10-26gdk_screen_get_monitor_plug_name returns "gchar *"Petr Mladek
2011-10-26gtk3: fix another gdk_screen_get_monitor_plug_name instanceMichael Meeks
2011-10-26compilation fix: disable method inside the name spacePetr Mladek
2011-10-26gtk3: gdk_screen_get_monitor_plug_name is only present > gtk 2.14Michael Meeks
2011-10-25gtk3: cleanup timeout source, to avoid annoying warnings with old glibsMichael Meeks
2011-10-25Fix for fdo41997 continuation of VCL cleanupOlivier Hallot
2011-10-25gtk3: post merge fixupsMichael Meeks
2011-10-25gtk3: caveats on using g_main_prepare for older glibs; needs re-workMichael 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: make AnyInput to behave itself properlyMichael 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-25generic: share sal yield mutex properlyMichael Meeks
2011-10-25Gtk3 fixes, I tweaked the damage function to debug the rendering (the damage ...Lucas Baudin