Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-10 | Big changes to how transparency works | simonb | 1 | -9/+4 | |
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent | |||||
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2005-01-15 | cleaning | fluxgen | 1 | -14/+14 | |
2004-12-13 | icc complaint about a "possible" conflict between the | mathias | 1 | -1/+1 | |
FbTk::Menu::update(Subject*) and FbTk::Menu::update(int index) to avoid this, we rename FbTk::Menu::update(int index) -> FbTk::Menu::updateMenu(int index) this is mostly cosmetic, but if it makes the life of a compiler happy, well .. be happy icc :) | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-09-11 | head specific strut, patch from Mathieu De Zutter | fluxgen | 1 | -2/+5 | |
2004-08-29 | fix crash bug when windowmenu doesn't include extramenus | rathnor | 1 | -3/+4 | |
improve checking of existence/success of loading windowmenu file | |||||
2004-08-03 | fixed menu move bug and made separator not selectable, patch from Mathias Gumz | fluxgen | 1 | -1/+2 | |
2004-06-27 | added m_active_index. added validIndex function which validates indexes, ↵ | fluxgen | 1 | -6/+12 | |
removed highlight from drawItem since it should only highlight the m_active_index | |||||
2004-06-14 | title raise lower when title visibility changes | fluxgen | 1 | -2/+8 | |
2004-06-13 | more cleaning | fluxgen | 1 | -8/+10 | |
2004-06-13 | transparency improvements, added buffer for title window to reduce ↵ | fluxgen | 1 | -4/+6 | |
flickering and removed menu.bevel_w since its already in MenuTheme | |||||
2004-06-10 | copyright update | fluxgen | 1 | -2/+2 | |
2004-06-07 | improved transparent rendering and fixed drawing of menu items in MenuItem class | fluxgen | 1 | -6/+7 | |
2004-04-18 | virtual update(index), so we can update shape in FbMenu | fluxgen | 1 | -2/+2 | |
2004-02-27 | fixed some rendering issues | fluxgen | 1 | -5/+5 | |
2003-12-18 | code cleaning | fluxgen | 1 | -4/+4 | |
2003-12-17 | using menu as observer, cleaning in menu theme | fluxgen | 1 | -13/+5 | |
2003-12-16 | fixed some icc warnings | fluxgen | 1 | -2/+2 | |
2003-12-12 | menu delay and mode | fluxgen | 1 | -1/+9 | |
2003-12-10 | cleaning in the menu code | fluxgen | 1 | -8/+6 | |
2003-12-08 | inline | fluxgen | 1 | -19/+19 | |
2003-08-30 | removed old transparency | fluxgen | 1 | -2/+1 | |
2003-07-20 | fix focus and raising for transient windows in particular | rathnor | 1 | -2/+1 | |
2003-07-20 | fix menu redrawing, particularly so that selecting an option will update | rathnor | 1 | -2/+2 | |
properly upon selection, rather than subsequent movement | |||||
2003-07-20 | fix menus for "extra" things, like remember, so that they will be | rathnor | 1 | -3/+3 | |
added back if the menu is rebuilt. | |||||
2003-07-19 | fix alpha setting for menus when multiple screens by moving from static in menu | rathnor | 1 | -6/+3 | |
to part of MenuTheme | |||||
2003-07-10 | fixed so we can extend reconfigure | fluxgen | 1 | -3/+5 | |
2003-07-03 | minor fix in keyboard navigation | fluxgen | 1 | -1/+3 | |
2003-07-02 | added keyboard navigation | fluxgen | 1 | -2/+12 | |
2003-05-13 | moved find to public area and fixed const | fluxgen | 1 | -3/+4 | |
2003-04-25 | minor transparent fix | fluxgen | 1 | -1/+2 | |
2003-04-25 | optimized transparent | fluxgen | 1 | -1/+4 | |
2003-04-20 | forgot include memory | fluxgen | 1 | -1/+2 | |
2003-04-20 | menu alpha | fluxgen | 1 | -2/+11 | |
2003-02-23 | added virtual clearWindow | fluxgen | 1 | -3/+4 | |
2003-02-18 | Added layer menus for windows, toolbar, and slit, plus associated | rathnor | 1 | -1/+3 | |
resources. Cleaned up some cruft from the previous layering setup. | |||||
2003-02-15 | added theme observer | fluxgen | 1 | -2/+14 | |
2003-02-03 | changed name on windowID to window and removed layer item | fluxgen | 1 | -8/+4 | |
2003-02-02 | Integration of new Layering code, plus updates to the layering code itself | rathnor | 1 | -1/+7 | |
- new KeyActions: Raise/LowerLayer, AlwaysOnTop/Bottom, Top/BottomLayer Added a "Quit" KeyAction | |||||
2003-01-12 | moved out MenuItem to MenuItem.hh | fluxgen | 1 | -56/+6 | |
2003-01-10 | adjusted for FbTk ImageControl | fluxgen | 1 | -5/+4 | |
2003-01-09 | removed exec and function from MenuItem | fluxgen | 1 | -19/+8 | |
2003-01-07 | added disable/enable title, removeAll items function and changed ↵ | fluxgen | 1 | -7/+10 | |
itemSelected to normal virtual | |||||
2002-12-25 | moved from Basemenu to FbTk menu and starting to use MenuTheme with Commands | fluxgen | 1 | -0/+242 | |