summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2012-11-14Chart menu works now.Antonio Fernandez
2012-11-14Menu is always visible now.Antonio Fernandez
2012-11-14Menu is properly visible on non-Unity WM.Antonio Fernandez
2012-11-14All special items are now correctly displayed.Antonio Fernandez
2012-11-14Spare items and its actions are now removed.Antonio Fernandez
2012-11-14Hidden items are not shown anymore.Antonio Fernandez
2012-11-14All accelerators should be displayed now.Antonio Fernandez
2012-11-14remove UpdateNativeMenu2 and clear remove submenus on updatesBjoern Michaelsen
2012-11-14move UpdateNativeMenu2 back into UpdateNativeMenuBjoern Michaelsen
2012-11-14tweak menu destructionBjoern Michaelsen
2012-11-14make UpdateNativeMenu2 and CanUpdate membersBjoern Michaelsen
2012-11-14make UpdateNativeMenu a memberBjoern Michaelsen
2012-11-14grab model from frame on updateBjoern Michaelsen
2012-11-14moved dbus and menumodel ownership to frame, where it belongsBjoern Michaelsen
2012-11-14Menus are generated on demand now, but with some issues.Antonio Fernandez
2012-11-14Initial integration with Gtk+/Unity menus about-to-show feature.Antonio Fernandez
2012-11-14Some code reordering and cleaning.Antonio Fernandez
2012-11-14All Special items, including window list items are displayed, but with issues.Antonio Fernandez
2012-11-14Fixed crashes when executing some menu actions.Antonio Fernandez
2012-11-14Menu is now shown/hidden when needed.Antonio Fernandez
2012-11-14Radio buttons are now displayed correctly.Antonio Fernandez
2012-11-14Cleaned up some code.Antonio Fernandez
2012-11-14Added code for accelerators.Antonio Fernandez
2012-11-14Added code for special items.Antonio Fernandez
2012-11-14New menu is now correctly displayed, but still have some problems.Antonio Fernandez
2012-11-14Menu is now generated in one step. DBus traffic improvements.Antonio Fernandez
2012-11-14Added code for accelerators and special items.Antonio Fernandez
2012-11-14Menus are now working. HUD integration is broken.Antonio Fernandez
2012-11-14GLOMenu class is now mostly implemented, but menus are buggy at the moment.Antonio Fernandez
2012-11-14Items are not duplicated anymore, but launching a new instance crashes.Antonio Fernandez
2012-11-14Actions are generated during the item info filling.Antonio Fernandez
2012-11-14GLOActionGroup partially implemented. Menus work but no special items shown.Antonio Fernandez
2012-11-14Menu is now displayed properly in all windows.Antonio Fernandez
2012-11-14Menu is published once. Only special menus are updated now.Antonio Fernandez
2012-11-14Fixed a regression with popup menus. Added a method to update menu every sec.Antonio Fernandez
2012-11-14Cleaned up some code and did a small refactoring.Antonio Fernandez
2012-11-14Menu is displayed correctly in additional instancesm but not in the main one.Antonio Fernandez
2012-11-14Menu model hierarchy is now updated everytime a menu item is changed.Antonio Fernandez
2012-11-14Items are now correctly enabled and disabled.Antonio Fernandez
2012-11-14Most actions seem to work now. Enabled ImplSelectWithStart() for all builds.Antonio Fernandez
2012-11-14Some actions are now performed from Unity menubar.Antonio Fernandez
2012-11-14Added GLOMenu and GLOActionGroup. Menu is published with actions (not working)Antonio Fernandez
2012-11-14Internal native menu is created in steps, but is incomplete at the moment.Antonio Fernandez
2012-11-14Native menu is completely build in one step.Antonio Fernandez
2012-11-14Menubar hierarchy fully generated. Native GTK menu is published on DBus.Antonio Fernandez
2012-11-14Added a "freeze" method to Menu. Menus are now displayed on console.Antonio Fernandez
2012-11-14Refactor of Menu classes from VCL module and Framework module.Antonio Fernandez
2012-11-14callcatcher: update unused code post binfilter deathCaolán McNamara
2012-11-13Avoid global static dataStephan Bergmann
2012-11-13merge SetDescription into SetTextCaolán McNamara