summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
AgeCommit message (Expand)AuthorFilesLines
2012-11-14Added code for accelerators and special items.Antonio Fernandez3-74/+84
2012-11-14Menu is correctly displayed in all instances, but HUD remains broken.Antonio Fernandez2-18/+15
2012-11-14Menus are now working. HUD integration is broken.Antonio Fernandez2-153/+158
2012-11-14GLOMenu class is now mostly implemented, but menus are buggy at the moment.Antonio Fernandez4-693/+777
2012-11-14Items are not duplicated anymore, but launching a new instance crashes.Antonio Fernandez1-125/+161
2012-11-14Accelerator string is now set, but not displayed.Antonio Fernandez2-8/+58
2012-11-14Actions are generated during the item info filling.Antonio Fernandez2-111/+151
2012-11-14GLOActionGroup partially implemented. Menus work but no special items shown.Antonio Fernandez2-234/+159
2012-11-14Menu is now displayed properly in all windows.Antonio Fernandez3-93/+141
2012-11-14Menu is published once. Only special menus are updated now.Antonio Fernandez1-27/+57
2012-11-14Fixed a regression with popup menus. Added a method to update menu every sec.Antonio Fernandez1-6/+16
2012-11-14Cleaned up some code and did a small refactoring.Antonio Fernandez2-77/+22
2012-11-14All menu labels are now displayed. There are some issues with repeated labels.Antonio Fernandez1-6/+18
2012-11-14Menu is displayed correctly in additional instancesm but not in the main one.Antonio Fernandez4-310/+344
2012-11-14Menu model hierarchy is now updated everytime a menu item is changed.Antonio Fernandez1-116/+61
2012-11-14Items are now correctly enabled and disabled.Antonio Fernandez1-54/+55
2012-11-14Most actions seem to work now. Enabled ImplSelectWithStart() for all builds.Antonio Fernandez1-57/+40
2012-11-14Some actions are now performed from Unity menubar.Antonio Fernandez1-6/+33
2012-11-14Added GLOMenu and GLOActionGroup. Menu is published with actions (not working)Antonio Fernandez3-112/+1071
2012-11-14Internal native menu is created in steps, but is incomplete at the moment.Antonio Fernandez2-106/+243
2012-11-14Native menu is completely build in one step.Antonio Fernandez2-65/+136
2012-11-14Menubar hierarchy fully generated. Native GTK menu is published on DBus.Antonio Fernandez2-0/+245
2012-11-13Solve scope issues with older gtkFridrich Štrba1-1/+6
2012-11-12Related: fdo#56198 avoid gtk warning, take 3Ivan Timofeev1-3/+7
2012-11-12re-base on ALv2 code. Includes:Michael Meeks2-46/+28
2012-11-11Related: fdo#56198 avoid gtk warning, take 2Ivan Timofeev1-1/+1
2012-11-11Related: fdo#56198 avoid gtk warningIvan Timofeev1-0/+2
2012-11-07Resolves: fdo#56198 collect scrollbar click preference settingsCaolán McNamara1-3/+7
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks21-486/+296
2012-10-25vcl: don't print gtk version on startupMiklos Vajna1-1/+1
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin2-2/+4
2012-10-21Fix Variable 'eState' is reassigned a value before the old one has been usedJulien Nabet1-2/+1
2012-10-21Some cppcheck cleaningJulien Nabet2-4/+2
2012-10-21Fix some Variable "X" is reassigned a value before the old one has been usedJulien Nabet2-6/+3
2012-10-19fdo#44657 Remove hack that "simulates" a mirrored horizontal scrollbar.Jan Holesovsky1-2/+3
2012-10-13brain fog: logic errorIvan Timofeev1-1/+1
2012-10-13gtk: attempt to fix visual glitches around edit fieldsIvan Timofeev1-5/+15
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-10-12fdo#45651: gtk: fix text color with dark themesIvan Timofeev1-2/+3
2012-09-28This random +6 makes my windows too largeCaolán McNamara1-12/+4
2012-09-28make radiobuttons a more pleasing heightCaolán McNamara1-2/+4
2012-09-28implement sucking in the padding from the themeCaolán McNamara1-0/+49
2012-09-28basic optimization passCaolán McNamara1-1/+1
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+1
2012-09-12Resolves: rhbz#855541 XIOError handler multithread woesCaolán McNamara1-0/+14
2012-09-06these warnings are only debug informational reallyCaolán McNamara1-9/+9
2012-09-03Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara1-0/+11
2012-08-28gtk: sumulate native insensitivity of scrollbar buttonsIvan Timofeev1-4/+13
2012-08-25gtk: wrong menu border size, need to add thicknessIvan Timofeev1-2/+4
2012-08-25gtk: fix scrollbar drawing with ClearlooksIvan Timofeev1-6/+13