Age | Commit message (Expand) | Author | Files | Lines |
2008-01-25 | cosmetics | Mathias Gumz | 1 | -1/+1 |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ObjectR... | Mark Tiefenbruck | 1 | -30/+30 |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 |
2007-12-19 | remove reassoc argument from FluxboxWindow::deiconify | Mark Tiefenbruck | 1 | -2/+2 |
2007-12-16 | changed CommandRegistry to a template class, renamed to ObjectRegistry<Type> | Mark Tiefenbruck | 1 | -27/+29 |
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them aut... | markt | 1 | -2/+108 |
2007-12-11 | only allow one open menu at a time | markt | 1 | -8/+1 |
2007-11-23 | somewhat fixed DeiconifyCmd | markt | 1 | -2/+1 |
2007-11-12 | allow arbitrary window patterns in iconbar | markt | 1 | -13/+5 |
2007-10-24 | introduced workspacename for ClientPattern, and some miscellaneous cleanup | markt | 1 | -3/+3 |
2007-10-22 | replaced ModKey with new key commands StartMoving and StartResizing | markt | 1 | -9/+0 |
2007-10-13 | merged changes from pre-devel | markt | 1 | -0/+30 |
2007-10-13 | deiconify windows via :Deiconify in reverse order | mathias | 1 | -2/+2 |
2007-07-24 | fix ToggleDecor for fullscreen and decorationless windows, plus some other cl... | markt | 1 | -1/+1 |
2007-06-29 | updates for compiling with gcc 4.3 | markt | 1 | -0/+5 |
2007-06-09 | small fix for the /bin/sh issue .. just using /bin/zsh now | mathias | 1 | -3/+1 |
2007-06-06 | fix for the following problem: | mathias | 1 | -1/+4 |
2007-05-04 | fix infinite loop caused by deiconify command | markt | 1 | -2/+5 |
2007-04-19 | fixed crash when CustomMenu doesn't point to a real file | markt | 1 | -0/+2 |
2007-03-21 | hidemenus hide custommenus and fix custommenu memleak | markt | 1 | -2/+5 |
2007-03-16 | fixed a little bug with placing new menus | markt | 1 | -0/+1 |
2007-03-16 | added custommenu command | markt | 1 | -0/+11 |
2007-02-09 | added mouse bindings to the keys file | markt | 1 | -0/+9 |
2007-01-24 | detect shell from environment variable | markt | 1 | -1/+7 |
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 1 | -13/+18 |
2006-06-22 | Added patch from Jim Ramsay (i dot am at jimramsay dot com) to freely | mathias | 1 | -17/+26 |
2006-04-12 | add "key modes" - thanks to Mark Tiefenbruck, mark at tiefenbruck dot org | simonb | 1 | -0/+15 |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 |
2006-02-12 | added run() for ExecuteCmd, which returns pid of the child process | fluxgen | 1 | -25/+33 |
2005-11-16 | introduced session.styleOverlay (~/.fluxbox/overlay), all style settings | mathias | 1 | -1/+2 |
2005-07-04 | cleaning, change getCount to numberOfWorkspaces | fluxgen | 1 | -5/+5 |
2005-05-12 | replaced setenv() completly by putenv(). since putenv() really puts the | mathias | 1 | -6/+30 |
2005-04-30 | minor const fix | fluxgen | 1 | -2/+2 |
2005-04-23 | fixed #960535, Deiconify with apps set 'sticky' | mathias | 1 | -2/+4 |
2005-01-24 | copyright date | mathias | 1 | -1/+1 |
2005-01-24 | copyright dates | mathias | 1 | -1/+1 |
2005-01-20 | applied patches from openbsd-ports, closed #1105041 (sf) | mathias | 1 | -2/+2 |
2004-11-24 | fix the hiding of the menu when the menufile-timestamps changed | mathias | 1 | -4/+14 |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 |
2004-10-21 | back to setenv for non-irix for now, we need to look deeper into this some day. | akir | 1 | -1/+6 |
2004-10-21 | putenv is more platform independent | akir | 1 | -2/+9 |
2004-10-06 | added :Export / :Setenv command | akir | 1 | -1/+10 |
2004-09-11 | workspace menu and root menu inside visible area | fluxgen | 1 | -73/+72 |
2004-08-30 | closes bug 977054 | akir | 1 | -7/+10 |
2004-07-19 | some EMX fixes, thanks dave_yeo at paralynx | fluxgen | 1 | -6/+15 |
2004-04-22 | deiconify cmd, patch from Mathias Gumz | fluxgen | 1 | -1/+50 |
2004-01-21 | using empty instead of size | fluxgen | 1 | -4/+3 |
2003-12-20 | bindkey command | fluxgen | 1 | -2/+16 |
2003-12-19 | SetResourceValueCmd and SetResourceValueDialogCmd | fluxgen | 1 | -4/+27 |
2003-12-19 | WorkspaceNameDialogCmd, CommandDialogCmd and changes in SetWorkspaceNameCmd | fluxgen | 1 | -5/+45 |