summaryrefslogtreecommitdiffstats
path: root/vcl/unx
Commit message (Expand)AuthorAgeFilesLines
* removed empty fileTakeshi Abe2011-11-111-0/+0
* gtk3: add run-time check for gtk >= 3.2.0Michael Meeks2011-11-071-1/+1
* gtk: cleanup resource provider and associated lifecycle issueMichael Meeks2011-11-076-167/+40
* gtk3: port file-picker, using more standard combobox APIs etc.Michael Meeks2011-11-074-56/+45
* move required resources down from fpicker & svtools into vclMichael Meeks2011-11-071-130/+35
* gtk: cleanup to make the vcl file-picker interface work.Michael Meeks2011-11-072-1/+2
* gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks2011-11-0714-580/+159
* gtk: use a more sensibly unique version defineMichael Meeks2011-11-071-2/+1
* remove unused fileDavid Tardon2011-11-071-156/+0
* gtk3: move gtk+ file picker into vcl - a more sensible place for itMichael Meeks2011-11-0413-0/+3931
* gtk3: add missing include, and rtl namespaceMichael Meeks2011-11-041-2/+3
* Cleanup basebmp a littleJoseph Powers2011-11-031-7/+0
* fix gtk2 buildCosimo Cecchi2011-11-031-5/+5
* gtk3: Check for gtk3 >= 3.2 - we need that for broadway anywayMichael Meeks2011-11-031-1/+1
* gtk: fix the buildCosimo Cecchi2011-11-031-16/+16
* gtk3: implement rendering for Listbox widgetsCosimo Cecchi2011-11-031-28/+78
* gtk3: translate the cairo context instead of rendering from (1, 1)Cosimo Cecchi2011-11-031-21/+19
* gtk3: misc cleanupsCosimo Cecchi2011-11-031-4/+7
* gtk3: implement rendering for ComboboxesCosimo Cecchi2011-11-031-18/+166
* gtk3: implement rendering for spinbuttonsCosimo Cecchi2011-11-031-3/+175
* gtk3: always set the wmclass using the X helperCosimo Cecchi2011-11-031-8/+12
* gtk: add widget_get_xid()Cosimo Cecchi2011-11-031-25/+23
* Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens2011-11-021-3/+3
* Keep basebmp free of naked ptrs.Thorsten Behrens2011-11-021-3/+16
* gtk3: improve the GTK3 theming layer somewhatCosimo Cecchi2011-11-021-191/+758
* use SAL_N_ELEMENTSDavid Tardon2011-11-021-1/+1
* let's see if better eventloop integr. makes it into Qt4.9, if anyLuboš Luňák2011-11-011-1/+1
* gtk: fix cpu burn when inactive - broken timeout calculationMichael Meeks2011-11-011-8/+4
* gtk: tolerate NULL from gdk_screen_get_monitor_plug_nameMichael Meeks2011-10-311-1/+1
* Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara2011-10-271-3/+3
* there is no USE_XINERAMA define, but USE_XINERAMA_XSUN/USE_XINERAMA_XORGCaolán McNamara2011-10-271-22/+16
* WaE: hush an annoyanceMichael Meeks2011-10-271-1/+1
* gtk3: disable signalDraw for gtk2 case to avoid cairo build issuesMichael Meeks2011-10-271-5/+2
* gtk3: add missing gmodule includeMichael Meeks2011-10-261-0/+1
* gtk3: cleanup some code inclusion, and share timeval operatorsMichael Meeks2011-10-261-1/+0
* gdk_screen_get_monitor_plug_name returns "gchar *"Petr Mladek2011-10-261-1/+1
* gtk3: fix another gdk_screen_get_monitor_plug_name instanceMichael Meeks2011-10-261-0/+16
* compilation fix: disable method inside the name spacePetr Mladek2011-10-261-1/+1
* gtk3: gdk_screen_get_monitor_plug_name is only present > gtk 2.14Michael Meeks2011-10-261-2/+8
* Reverted GetX11SalData to always use dynamic_cast.Stephan Bergmann2011-10-261-5/+1
* generic: cleanup vcl / X11 display abstraction to fix crasherMichael Meeks2011-10-262-10/+16
* Clean up ImplSVData::mpSalData.Stephan Bergmann2011-10-262-8/+7
* fix android build post feature/gtk3Michael Meeks2011-10-261-1/+1
* gtk3: cleanup timeout source, to avoid annoying warnings with old glibsMichael Meeks2011-10-252-61/+131
* Fix for fdo41997 continuation of VCL cleanupOlivier Hallot2011-10-252-10/+9
* gtk3: Use some static variable in GtkSalGraphics in order to avoid re-loading...Lucas Baudin2011-10-251-5/+15
* gtk3: add toolbar rendering, there is some graphical bugs if you have more th...Lucas Baudin2011-10-251-6/+43
* gtk3: Use CheckBox style (there is still a problem with the hover stage)Lucas Baudin2011-10-251-9/+26
* gtk3: post merge fixupsMichael Meeks2011-10-251-4/+4
* gtk3: caveats on using g_main_prepare for older glibs; needs re-workMichael Meeks2011-10-251-8/+22