Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-21 | Fix segfault on shutdown | Mathias Gumz | 1 | -0/+3 | |
There was a problem deep within how the menus were connected and when and what gets deleted. It was clearly related to a menu which was kind of global. In order to better understand the code flow I eliminated the ExtraMenu code: it was used only to get the Remember-Menu into the Window-Menu. Instead of having a singleton of the Remember-Menu and fight against the shaky interconnections we just create a new one on demand and delete when the menu gets deleted. Looks like this fixes the problem. The menu code needs more love anyway. Closes #1118 | |||||
2011-02-03 | allow to override 'FocusNewWindow' via .fluxbox/apps | Peter Hercek | 1 | -0/+1 | |
2009-09-30 | cosmetic fixes: removed redundant ';' + some whitespaces | Mathias Gumz | 1 | -1/+1 | |
2008-08-18 | combined code for saved window positions and MoveTo key command | Mark Tiefenbruck | 1 | -2/+1 | |
added left, right, top, and bottom center reference points | |||||
2008-08-14 | cleanup of some files | Mathias Gumz | 1 | -128/+6 | |
2008-05-12 | some minor changes | Mark Tiefenbruck | 1 | -0/+1 | |
2008-05-12 | use AutoReloadHelper in apps file, check for changes automatically | Mark Tiefenbruck | 1 | -2/+4 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -1/+0 | |
2007-12-29 | 'inline' in class declaration is implicitly inline | Mathias Gumz | 1 | -35/+35 | |
2007-10-23 | allow remembering minimized, maximized, and fullscreen state | markt | 1 | -1/+22 | |
2007-10-13 | merged changes from pre-devel | markt | 1 | -11/+8 | |
2007-06-16 | moved function so fluxbox compiles with --disable-remember | markt | 1 | -2/+0 | |
2007-03-06 | session.screen0.defaultDeco now understands TAB, BORDER, etc. | markt | 1 | -0/+2 | |
2007-02-05 | some fixes for grouping with the apps file | markt | 1 | -5/+12 | |
2007-01-07 | per-window transparency, including apps and menu support, plus some | simonb | 1 | -0/+8 | |
infrastructure and related changes. Thanks for original patch from Julien Trolet, dmxen at sourceforge dot net | |||||
2006-04-23 | reload the apps file on flux reload | simonb | 1 | -4/+9 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-06-23 | moved window menu from FluxboxWindow to BScreen | fluxgen | 1 | -2/+6 | |
2005-01-24 | copyright date | mathias | 1 | -2/+2 | |
2004-12-21 | * added new command: | mathias | 1 | -5/+12 | |
sethead <int> which sets the current window to head<int> * added remembering of the head to apps-file: [Head] {<int>} | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-02-20 | fixed focus issues with remember hidden, patch from Mathias Gumz | fluxgen | 1 | -8/+14 | |
2004-02-16 | added hidden state to remember, patch from akira | fluxgen | 1 | -7/+15 | |
2004-01-19 | minor update | fluxgen | 1 | -3/+5 | |
2003-12-11 | remember position patch from Mathias Gumz | fluxgen | 1 | -3/+18 | |
2003-07-28 | update many things to use WinClient instead of FluxboxWindow | rathnor | 1 | -3/+3 | |
2003-07-10 | add [startup] to remember | rathnor | 1 | -1/+6 | |
2003-07-04 | fix winclient death signalling | rathnor | 1 | -2/+3 | |
2003-07-04 | support in remember for specifying groups. | rathnor | 1 | -4/+9 | |
Also split atomhandler::setupWindow | |||||
2003-06-18 | added propertyNotify function | fluxgen | 1 | -3/+3 | |
2003-06-12 | add regular expression support in remember capabilities | rathnor | 1 | -10/+22 | |
see ChangeLog for details | |||||
2003-06-05 | minor stuff | fluxgen | 1 | -2/+5 | |
2003-05-10 | minor cleaning | fluxgen | 1 | -2/+3 | |
2003-04-26 | add remembering of layer | rathnor | 1 | -1/+8 | |
2003-04-26 | minor include fix | fluxgen | 1 | -5/+6 | |
2003-04-26 | Fix some namespace stuff | rathnor | 1 | -8/+5 | |
2003-04-26 | Remember functionality | rathnor | 1 | -0/+174 | |