Age | Commit message (Expand) | Author | Files | Lines |
2012-11-30 | avoid circular dep between vcl and framework | David Tardon | 1 | -4/+6 |
2012-11-21 | UnityMenu: ensure ENABLE_GMENU_INTEGRATION is actually ever set | Thorsten Behrens | 1 | -2/+2 |
2012-11-21 | UnityMenu: don't build when ENABLE_GMENU_INTEGRATION is not on | Thorsten Behrens | 1 | -0/+4 |
2012-11-14 | update license header for Canonical contribution | Bjoern Michaelsen | 1 | -17/+4 |
2012-11-14 | gbooleans are true if non-zero, bin == TRUE comparisons. | Michael Meeks | 1 | -5/+5 |
2012-11-14 | Removed AbstractMenu class and cleaned up useless code. | Antonio Fernandez | 1 | -8/+0 |
2012-11-14 | Duplicated commands are now handled properly. | Antonio Fernandez | 1 | -27/+24 |
2012-11-14 | Added ImplUpdate method to provide recursive and non-recursive menu updating. | Antonio Fernandez | 1 | -139/+17 |
2012-11-14 | Some code refactoring. | Antonio Fernandez | 1 | -20/+19 |
2012-11-14 | Only activated submenus are generated when activating them. (Broken) | Antonio Fernandez | 1 | -2/+138 |
2012-11-14 | Fixed menu visibility and cleaned up some code. | Antonio Fernandez | 1 | -70/+9 |
2012-11-14 | Chart menu works now. | Antonio Fernandez | 1 | -42/+101 |
2012-11-14 | Menus now work properly when opening an application from LO's main screen. | Antonio Fernandez | 1 | -3/+6 |
2012-11-14 | Added a hack to make "Slide Show" menu item on "Slide Show" menu work. | Antonio Fernandez | 1 | -11/+26 |
2012-11-14 | Menu is always visible now. | Antonio Fernandez | 1 | -16/+3 |
2012-11-14 | Fixed a crash on non-Unity WM. | Antonio Fernandez | 1 | -1/+2 |
2012-11-14 | Menu is properly visible on non-Unity WM. | Antonio Fernandez | 1 | -13/+27 |
2012-11-14 | more SolarMutexes | Bjoern Michaelsen | 1 | -0/+7 |
2012-11-14 | grab the guard early | Bjoern Michaelsen | 1 | -1/+1 |
2012-11-14 | Menus are now correctly built. | Antonio Fernandez | 1 | -41/+42 |
2012-11-14 | All special items are now correctly displayed. | Antonio Fernandez | 1 | -38/+38 |
2012-11-14 | Spare items and its actions are now removed. | Antonio Fernandez | 1 | -18/+107 |
2012-11-14 | Extra menu items are removed when needed, but not their actions. | Antonio Fernandez | 1 | -9/+24 |
2012-11-14 | Hidden items are not shown anymore. | Antonio Fernandez | 1 | -17/+43 |
2012-11-14 | All accelerators should be displayed now. | Antonio Fernandez | 1 | -28/+89 |
2012-11-14 | use sal/log.hxx style logging | Bjoern Michaelsen | 1 | -9/+6 |
2012-11-14 | remove submenus in the menu model, if they are gone in the vcl menu and do th... | Bjoern Michaelsen | 1 | -4/+14 |
2012-11-14 | remove UpdateNativeMenu2 and clear remove submenus on updates | Bjoern Michaelsen | 1 | -11/+8 |
2012-11-14 | move UpdateNativeMenu2 back into UpdateNativeMenu | Bjoern Michaelsen | 1 | -122/+20 |
2012-11-14 | tweak menu destruction | Bjoern Michaelsen | 1 | -1/+1 |
2012-11-14 | make UpdateNativeMenu2 and CanUpdate members | Bjoern Michaelsen | 1 | -33/+48 |
2012-11-14 | activate/deactivate do not need the solarmutex, better NULL the menu when fre... | Bjoern Michaelsen | 1 | -7/+10 |
2012-11-14 | update when registrar is available, dont set menumodel on SetFrame, we do tha... | Bjoern Michaelsen | 1 | -2/+0 |
2012-11-14 | make UpdateNativeMenu a member | Bjoern Michaelsen | 1 | -36/+33 |
2012-11-14 | remove obsolete GenerateMenu wrapper | Bjoern Michaelsen | 1 | -10/+1 |
2012-11-14 | grab model from frame on update | Bjoern Michaelsen | 1 | -2/+20 |
2012-11-14 | moved dbus and menumodel ownership to frame, where it belongs | Bjoern Michaelsen | 1 | -180/+61 |
2012-11-14 | Fixed a crash updating the menu after opening an application from main screen. | Antonio Fernandez | 1 | -2/+7 |
2012-11-14 | Removed some debug messages. | Antonio Fernandez | 1 | -6/+0 |
2012-11-14 | Memory management improvements on GLOMenu and GLOActionGroup classes. | Antonio Fernandez | 1 | -1/+7 |
2012-11-14 | Improved memory management of GLOActionGroup. | Antonio Fernandez | 1 | -7/+15 |
2012-11-14 | Fixed a crash when opening an application from LO main screen. | Antonio Fernandez | 1 | -2/+2 |
2012-11-14 | Menus are generated on demand now, but with some issues. | Antonio Fernandez | 1 | -8/+134 |
2012-11-14 | Initial integration with Gtk+/Unity menus about-to-show feature. | Antonio Fernandez | 1 | -17/+22 |
2012-11-14 | Some code reordering and cleaning. | Antonio Fernandez | 1 | -38/+28 |
2012-11-14 | All Special items, including window list items are displayed, but with issues. | Antonio Fernandez | 1 | -9/+52 |
2012-11-14 | Fixed crashes when executing some menu actions. | Antonio Fernandez | 1 | -10/+40 |
2012-11-14 | Menu is now shown/hidden when needed. | Antonio Fernandez | 1 | -31/+103 |
2012-11-14 | Radio buttons are now displayed correctly. | Antonio Fernandez | 1 | -92/+32 |
2012-11-14 | Cleaned up some code. | Antonio Fernandez | 1 | -17/+2 |