summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2012-11-14Actions are generated during the item info filling.Antonio Fernandez5-115/+157
2012-11-14Fixed GTK3 build.Antonio Fernandez4-0/+9
2012-11-14GLOActionGroup partially implemented. Menus work but no special items shown.Antonio Fernandez4-258/+181
2012-11-14Menu is now displayed properly in all windows.Antonio Fernandez5-177/+228
2012-11-14Menu is published once. Only special menus are updated now.Antonio Fernandez2-28/+59
2012-11-14Fixed a regression with popup menus. Added a method to update menu every sec.Antonio Fernandez2-7/+16
2012-11-14Cleaned up some code and did a small refactoring.Antonio Fernandez3-114/+63
2012-11-14All menu labels are now displayed. There are some issues with repeated labels.Antonio Fernandez2-65/+27
2012-11-14Menu is displayed correctly in additional instancesm but not in the main one.Antonio Fernandez7-385/+483
2012-11-14Menu model hierarchy is now updated everytime a menu item is changed.Antonio Fernandez2-129/+85
2012-11-14Items are now correctly enabled and disabled.Antonio Fernandez2-68/+60
2012-11-14Most actions seem to work now. Enabled ImplSelectWithStart() for all builds.Antonio Fernandez3-64/+50
2012-11-14Some actions are now performed from Unity menubar.Antonio Fernandez2-6/+36
2012-11-14Added GLOMenu and GLOActionGroup. Menu is published with actions (not working)Antonio Fernandez9-115/+1238
2012-11-14Internal native menu is created in steps, but is incomplete at the moment.Antonio Fernandez3-110/+264
2012-11-14Native menu is completely build in one step.Antonio Fernandez5-127/+150
2012-11-14Menubar hierarchy fully generated. Native GTK menu is published on DBus.Antonio Fernandez8-8/+406
2012-11-14Added a "freeze" method to Menu. Menus are now displayed on console.Antonio Fernandez2-0/+37
2012-11-14Refactor of Menu classes from VCL module and Framework module.Antonio Fernandez1-25/+113
2012-11-14callcatcher: update unused code post binfilter deathCaolán McNamara2-10/+0
2012-11-13Avoid global static dataStephan Bergmann8-42/+61
2012-11-13macosx theme has a gap between edit area and up/down areaCaolán McNamara1-1/+18
2012-11-13Solve scope issues with older gtkFridrich Štrba1-1/+6
2012-11-13fontconfig < 2.4.92 doesn't have FcGetLangs, fallback to old logic in absenceCaolán McNamara1-0/+7
2012-11-13favour expandables over non-expandables for shrinking scenarioCaolán McNamara1-20/+26
2012-11-13use SetControlForeground instead of SetTextColorCaolán McNamara1-2/+2
2012-11-13merge SetDescription into SetTextCaolán McNamara3-4/+4
2012-11-13convert extension dialog to .uiCaolán McNamara5-0/+353
2012-11-12Another attempt at fixing icu linkage as externals.Michael Meeks1-0/+1
2012-11-12Un-break accidental mis-merge, or somethingTor Lillqvist1-22/+0
2012-11-12Related: fdo#56198 avoid gtk warning, take 3Ivan Timofeev1-3/+7
2012-11-12move svtools's FixedHyper.hxx to vclCaolán McNamara5-0/+265
2012-11-12re-base on ALv2 code. Includes:Michael Meeks122-3464/+1691
2012-11-12Improve PDF SignatureStephan Bergmann1-15/+6
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-09RepositoryExternal: fix gb_LinkTarget__use_valgrindMichael Stahl2-8/+2
2012-11-09configure: why not set up VALGRIND_CFLAGS all in one placeMichael Stahl2-8/+2
2012-11-09There is no mnTrailingSpaceWidth here?Tor Lillqvist2-4/+0
2012-11-08add a SV_RESID_BITMAP_REFRESH id and map to gtk-refreshCaolán McNamara3-0/+8
2012-11-08sort secondary group after primary for vertical containersCaolán McNamara2-21/+50
2012-11-08put .ui translations into the langpacksCaolán McNamara2-22/+33
2012-11-08Windows: Enable nicer toolbars even for XP, not only Vista and higher.Jan Holesovsky1-3/+3
2012-11-07Resolves: fdo#56198 collect scrollbar click preference settingsCaolán McNamara7-29/+54
2012-11-06Goodbye gettext, glib, gdk-pixbuf, pango, libcroco, libgsf and librsvgTor Lillqvist1-538/+0
2012-11-06Fix some file modesStephan Bergmann7-0/+0
2012-11-06use the generic LO claim from the about dialog for KDE's internal dataLuboš Luňák2-2/+2
2012-11-06Unbreak compilation of the iOS vcl codeTor Lillqvist2-3/+31
2012-11-06add missing ki18n helper.Michael Meeks1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks672-16426/+11407