Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-02 | Store menus if smart pointers (RefCount) | Pavel Labath | 1 | -1/+2 | |
This was originally intended to be a bugfix for an memory error reported by valgrind (accessing freed memory). While debugging it, I found the menu ownership semantics confusing (setInternalMenu() et al.), so I decided to get rid of it and store it in smart pointers everywhere. Looking back, I'm not sure if this was worth all the trouble, but the good news is that the valgrind error disappeared. :) | |||||
2011-07-02 | Remove leftovers from old menus in MenuCreator.* | Pavel Labath | 1 | -21/+0 | |
2011-07-02 | CustomMenu command now shows lua menus | Pavel Labath | 1 | -5/+3 | |
2011-07-01 | Convert windowmenu to lua | Pavel Labath | 1 | -2/+3 | |
also, i've restored the autoreloading capability of menus. | |||||
2011-06-27 | A veeeery rough implementation of lua menu parsers | Pavel Labath | 1 | -0/+7 | |
2008-06-06 | allow window menu items in ordinary menus | Mark Tiefenbruck | 1 | -3/+0 | |
2008-05-12 | refactor menu reloading, added FbTk::AutoReloadHelper | Mark Tiefenbruck | 1 | -4/+10 | |
2008-05-11 | reuse some menu pointers instead of using delete/new | Mark Tiefenbruck | 1 | -2/+2 | |
2008-05-02 | remove some unnecessary arguments | Mark Tiefenbruck | 1 | -6/+3 | |
2007-12-30 | remove some (hopefully) unneeded header includes | Mark Tiefenbruck | 1 | -1/+0 | |
2006-06-25 | support encodings in menu files | simonb | 1 | -0/+23 | |
2005-06-23 | moved window menu from FluxboxWindow to BScreen | fluxgen | 1 | -3/+4 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-10-04 | oops, missed a bit | rathnor | 1 | -1/+2 | |
2004-10-04 | don't require [begin] in included files | rathnor | 1 | -2/+3 | |
2004-08-29 | fix crash bug when windowmenu doesn't include extramenus | rathnor | 1 | -2/+2 | |
improve checking of existence/success of loading windowmenu file | |||||
2004-05-02 | creates menus... | fluxgen | 1 | -0/+46 | |