Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-24 | introduced workspacename for ClientPattern, and some miscellaneous cleanup | markt | 1 | -6/+0 | |
2007-10-22 | replaced ModKey with new key commands StartMoving and StartResizing | markt | 1 | -10/+35 | |
2007-10-13 | merged changes from pre-devel | markt | 1 | -86/+197 | |
2007-07-03 | some security fixes for fluxbox-remote, and a minor change for the gvim fix | markt | 1 | -9/+10 | |
2007-07-01 | added key commands :AddWorkspace and :RemoveLastWorkspace | markt | 1 | -0/+6 | |
2007-04-10 | added alias "kill" for keys file | markt | 1 | -0/+1 | |
2007-03-16 | added custommenu command | markt | 1 | -0/+3 | |
2007-02-09 | added mouse bindings to the keys file | markt | 1 | -0/+3 | |
2007-02-02 | added SetAlpha key command | markt | 1 | -1/+24 | |
2007-01-11 | add feature to minimize windows in current layer | markt | 1 | -3/+9 | |
2006-06-30 | dead functions | markt | 1 | -3/+1 | |
2006-06-22 | Added patch from Jim Ramsay (i dot am at jimramsay dot com) to freely | mathias | 1 | -37/+48 | |
define the used modkey. Added new action SetModKey too | |||||
2006-06-10 | added new command: ToggleCmd, works like a macro but executes the commands ↵ | fluxgen | 1 | -6/+46 | |
one at the time. Thanks Mark Tiefenbruck | |||||
2006-04-16 | improved defaulting of int args in commands (thanks Jonas Koelker) | simonb | 1 | -31/+30 | |
2006-04-16 | add CloseAllWindows key action | simonb | 1 | -0/+3 | |
thanks Adriano Dal Bosco - adbosco at users.sourceforge.net | |||||
2006-04-12 | add "key modes" - thanks to Mark Tiefenbruck, mark at tiefenbruck dot org | simonb | 1 | -2/+5 | |
2006-03-09 | enhanced :NextWindow / :PrevWindow to accept <delta> as parameter, patch ↵ | mathias | 1 | -4/+4 | |
from marcus obst | |||||
2006-02-18 | moved all focus handling to class FocusControl | fluxgen | 1 | -6/+6 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-06-15 | Enhanced MoveTo, fixes #1074568 | mathias | 1 | -4/+43 | |
MoveTo <int|*> <int|*> <Reference Corner> - * means "use current value" - Reference Corner is one of: - UpperLeft, Upper, UpperRight - Left, Right - LowerLeft, Lower, Right examples: MoveTo 0 * Left -> snap to left workspace edge MoveTo * 0 Lower -> snap to lower workspace edge MoveTo 0 0 UpperRight -> snap to upper right workspace corner TODO: perhaps add some "aliases" to make it more userfriendly | |||||
2005-06-15 | Fixes #1213003, SendToWorkspace shouldnt follow | mathias | 1 | -0/+9 | |
SendToWorkspace and the rest are putting the window onto the new workspace silently, TakeToWorkspace warps to the new workspace with the window. | |||||
2005-05-12 | llittle rewrite for the FbTk_istringstream usage.. was needed coz gcc2.95.x | mathias | 1 | -1/+1 | |
systems had problems before. with this change fluxbox should compile on such old compilers. | |||||
2005-03-23 | added "Fullscreen" - command, removes borders and maximizes to | mathias | 1 | -0/+3 | |
the full screen ... hence the name :) | |||||
2005-02-13 | using stringstream header in FbTk | fluxgen | 1 | -21/+9 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2005-01-24 | copyright dates | mathias | 1 | -1/+1 | |
2004-12-21 | * added new command: | mathias | 1 | -0/+3 | |
sethead <int> which sets the current window to head<int> * added remembering of the head to apps-file: [Head] {<int>} | |||||
2004-12-10 | Tab command, thanks Steeve Lennmark, steeve dot lennmark at mediasvar dot se | fluxgen | 1 | -1/+8 | |
2004-11-30 | adds "kill" to the windowmenu | mathias | 1 | -1/+1 | |
closes #1075142 | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-10-06 | added :Export / :Setenv command | akir | 1 | -2/+17 | |
2004-09-16 | make reconfig an alias for reconfigure | rathnor | 1 | -2/+3 | |
2004-08-30 | added RaiseLayer and LowerLayer | akir | 1 | -1/+7 | |
2004-08-29 | add back Workspace<n> keys with deprecated message | rathnor | 1 | -1/+21 | |
2004-06-07 | update NLS string handling... | rathnor | 1 | -2/+1 | |
2004-05-02 | added exit command | fluxgen | 1 | -1/+4 | |
2004-04-28 | fixes for/reimplement parts of directional focus movement | rathnor | 1 | -1/+13 | |
2004-04-22 | deiconify cmd, patch from Mathias Gumz | fluxgen | 1 | -2/+35 | |
2004-03-08 | tpyo | rathnor | 1 | -2/+2 | |
2004-02-20 | added SendToNextWorkspace and SendToPrevWorkspace, patch from Mathias Gumz | fluxgen | 1 | -1/+7 | |
2004-01-21 | using empty instead of size | fluxgen | 1 | -3/+3 | |
2004-01-16 | windowmenu command, patch fomr Junichiro Kita | fluxgen | 1 | -1/+4 | |
2003-12-20 | bindkey command | fluxgen | 1 | -1/+4 | |
2003-12-19 | added setresourcevalue and setresourcevaluedialog actions | fluxgen | 1 | -1/+20 | |
2003-12-19 | new actions, CommandDialog and SetWorkspaceNameDialog | fluxgen | 1 | -3/+13 | |
2003-12-03 | reload style command | fluxgen | 1 | -1/+4 | |
2003-11-17 | check for sstream header | fluxgen | 1 | -5/+20 | |
2003-10-25 | added resizeto and moveto commands | fluxgen | 1 | -1/+15 | |
2003-09-29 | added MacroCmd action, thanks Mathias Gumz | fluxgen | 1 | -1/+45 | |
2003-09-29 | small patch from Mathias Gumz | rathnor | 1 | -2/+2 | |