summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Collapse)Author
2011-11-01let's see if better eventloop integr. makes it into Qt4.9, if anyLuboš Luňák
https://bugreports.qt.nokia.com//browse/QTBUG-16934
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-27Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara
Rename ImplFontSelectData to FontSelectPattern because I can never remember the name of the thing. This way I'll be able to remember that its basically the equivalent of fontconfig's FcPattern
2011-10-27there is no USE_XINERAMA define, but USE_XINERAMA_XSUN/USE_XINERAMA_XORGCaolán McNamara
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-26Reverted GetX11SalData to always use dynamic_cast.Stephan Bergmann
2011-10-26generic: cleanup vcl / X11 display abstraction to fix crasherMichael Meeks
Thanks to sberg for the pointer.
2011-10-26Clean up ImplSVData::mpSalData.Stephan Bergmann
soffice currently fails upon start up at least in GTK case due to vcl/unx/generic/app/saldisp.cxx SalDisplay ctor calling GetX11SalData() when the data is actually of type SalGenericData instead.
2011-10-26fix android build post feature/gtk3Michael 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: Use some static variable in GtkSalGraphics in order to avoid ↵Lucas Baudin
re-loading all GtkStylaContexts
2011-10-25gtk3: add toolbar rendering, there is some graphical bugs if you have more ↵Lucas Baudin
than one row in the toolbar (is it detectable in GtkSalGraphices?)
2011-10-25gtk3: Use CheckBox style (there is still a problem with the hover stage)Lucas Baudin
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 error trap push/pop/reset semanticsMichael 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: fix gtk2 crash-on-exit regressionMichael 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: try to cleanup SalXLib cruft some moreMichael 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
are is bigger to see a whole widget), if will need to be removed once we will fix that
2011-10-25Fix compilation in gtk3salnativewidgetsLucas Baudin
2011-10-25headless: move backend to top-level, and enable for all platformsMichael Meeks
2011-10-25gtk3: remove X dependency (for now)Michael Meeks
2011-10-25generic: merge me with last commit please ... - more workMichael Meeks
2011-10-25generic: re-structure generic code to increase re-use between backendsMichael Meeks
move more chunks of unx/generic into generic/ and into libvcl itself. This allows the headless backend to remove it's X linkage finally.
2011-10-25break headless coupling to X dependent backendMichael Meeks
2011-10-25gtk3: substantial re-work and cleanup of event handlingMichael Meeks
Implement SalTimer ourselves rather more cleanly Remove nasty GtkXLib cruft inherited from X backend Merge and cleanup most Yield / mainloop bits into GtkData
2011-10-25cleanup assertionMichael Meeks