summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/window
AgeCommit message (Expand)AuthorFilesLines
2012-05-11rhbz#809019 count mirrored monitors as oneDavid Tardon1-2/+2
2012-04-30Related: moz#424333 pixmaps are limited to max signed shortCaolán McNamara1-1/+4
2012-04-19fdo#46687 - fix find toolbar X error handlingMichael Meeks1-0/+4
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+3
2012-03-06leak in IMHandler::signalIMPreeditChanged early returnCaolán McNamara1-0/+1
2012-03-06fix leak: return value of pango_attr_list_get_iterator should be releasedCaolán McNamara1-2/+3
2012-03-06silence SolarMutex not locked spewCaolán McNamara1-0/+3
2012-03-06improve debugging messageCaolán McNamara1-1/+3
2012-03-06Related: rhbz#799628 crash with chewing-IM with g3gCaolán McNamara1-1/+7
2012-02-25android: move DamageTracker concept into SvpSalFrame and try to use itMichael Meeks1-0/+4
2012-02-22vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez1-16/+0
2012-02-22EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option)Josh Heidenreich1-11/+0
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold1-26/+0
2012-02-16callcatcher: update unused code listCaolán McNamara1-4/+2
2012-02-02Fix for fdo43460 Part LIX getLength() to isEmpty()Olivier Hallot1-2/+2
2012-01-28vcl: Remove unused GetSymbolKeyNameThomas Arnhold1-11/+0
2012-01-16vcl: second part of fix for fdo#43458 - get xrandr / y positioning rightMichael Meeks1-1/+1
2012-01-16vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael Meeks2-41/+39
2012-01-15vcl: isolate new attempt to count monitors as screens to gtk3 fdo#43458Michael Meeks1-0/+2
2011-12-16teach old-style method about the new form of screen numbering fdo#43458Michael Meeks1-6/+2
2011-12-14If possible, make the window big enough to fit all Writer toolbars.Jan Holesovsky1-0/+2
2011-12-13Disable gtk3 at run-time, unless in experimental mode.Michael Meeks1-1/+1
2011-12-13fdo#30714 Use different default key bindings for Hungarian localeMiklos Vajna1-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-6/+6
2011-11-07gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks1-0/+4
2011-11-03fix gtk2 buildCosimo Cecchi1-5/+5
2011-11-03gtk: fix the buildCosimo Cecchi1-16/+16
2011-11-03gtk3: always set the wmclass using the X helperCosimo Cecchi1-8/+12
2011-11-03gtk: add widget_get_xid()Cosimo Cecchi1-25/+23
2011-11-02Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens1-3/+3
2011-11-02Keep basebmp free of naked ptrs.Thorsten Behrens1-3/+16
2011-10-27WaE: hush an annoyanceMichael Meeks1-1/+1
2011-10-27gtk3: disable signalDraw for gtk2 case to avoid cairo build issuesMichael Meeks1-5/+2
2011-10-25gtk3: add some missing SolarMutexGuards (thanks to mst for noticing)Michael Meeks1-0/+2
2011-10-25gtk3: cleanup fullscreen unpleasantnessMichael Meeks1-43/+25
2011-10-25WaE: cleanup misc. redundant warnings, and silence the gtk2 caseMichael Meeks1-7/+30
2011-10-25generic: re-work X error push/pop and error message handlingMichael Meeks1-41/+23
2011-10-25generic: create shared display class and re-factor to use itMichael Meeks2-16/+14
2011-10-25Gtk3 fixes, I tweaked the damage function to debug the rendering (the damage ...Lucas Baudin1-5/+8
2011-10-25headless: move backend to top-level, and enable for all platformsMichael Meeks1-1/+1
2011-10-25gtk3: remove X dependency (for now)Michael Meeks1-4/+12
2011-10-25generic: merge me with last commit please ... - more workMichael Meeks1-2/+2
2011-10-25generic: re-structure generic code to increase re-use between backendsMichael Meeks1-1/+1
2011-10-25gtk3: substantial re-work and cleanup of event handlingMichael Meeks1-6/+15
2011-10-25remove conditionals, and split pieces into salnativewidgetsMichael Meeks1-114/+2
2011-10-25re-write gtksys to use the cleaner GdkScreen API avoiding X & XineramaMichael Meeks1-226/+177
2011-10-25remove obsolete pieces, and erroneous conditionalMichael Meeks1-20/+6
2011-10-25gtk3: subset invalid re-render areas to get at least somethingMichael Meeks1-11/+30
2011-10-25gtk3: decision - client-side rendering is the way, avoid X11Michael Meeks1-64/+74