summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/window/gtkframe.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-11-14tweak on_registrar_available to just touch the window props, the menu has to ...Bjoern Michaelsen1-56/+53
2012-11-14update when registrar is available, dont set menumodel on SetFrame, we do tha...Bjoern Michaelsen1-0/+1
2012-11-14grab model from frame on updateBjoern Michaelsen1-0/+2
2012-11-14moved dbus and menumodel ownership to frame, where it belongsBjoern Michaelsen1-7/+195
2012-11-14Menu is now shown/hidden when needed.Antonio Fernandez1-1/+17
2012-11-12re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-21Fix some Variable "X" is reassigned a value before the old one has been usedJulien Nabet1-4/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-09-28This random +6 makes my windows too largeCaolán McNamara1-12/+4
2012-09-06these warnings are only debug informational reallyCaolán McNamara1-9/+9
2012-08-14Replace usage of rtl/memory.h in vcl with equivalent from string.hArnaud Versini1-1/+1
2012-07-31fdo#48549 System::Beep() removalMathieu Vonlanthen1-13/+0
2012-07-27gtk3: ensure we re-render native commitsMichael Meeks1-6/+14
2012-05-21fdo#50173: fix Styles and Formatting gtk crasherBjoern Michaelsen1-0/+1
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-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 Meeks1-37/+35
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 Thiebaud1-2/+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