Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-31 | Adds 'ClientPatternTest' command | Mathias Gumz | 1 | -0/+10 | |
ClientPatterns might be tricky to get right. Instead of fiddling around in either the keys-file or the apps-file and restarting fluxbox to see if the changes had any effect / matched the right windows, 'ClientPatternTest' and the fluxbox-remote should make this easier: $> fluxbox-remote "clientpatterntest (title=.*vim*)" This causes fluxbox to store the list of matched windows in the _FLUXBOX_ACTION_RESULT property onto the rootwindow. This property might then be read by: $> xprop -root _FLUXBOX_ACTION_RESULT or $> fluxbox-remote result The format of the list is: win_id \t title_of_window \n win_id is '-1' when fluxbox wasn't able to parse the given ClientPattern. win_id is '0' when there are no windows matching the given ClientPattern. | |||||
2008-06-20 | allow restart with no argument from fluxbox-remote | Mark Tiefenbruck | 1 | -0/+2 | |
2008-05-13 | implement smarter reloading for custom menus | Mark Tiefenbruck | 1 | -1/+2 | |
2008-05-11 | reuse some menu pointers instead of using delete/new | Mark Tiefenbruck | 1 | -3/+4 | |
2008-01-11 | make FbTk::Command a template class, split parsing information out of ↵ | Mark Tiefenbruck | 1 | -24/+24 | |
ObjectRegistry | |||||
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | removed some unneeded headers | Mathias Gumz | 1 | -5/+2 | |
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them ↵ | markt | 1 | -0/+6 | |
auto-register | |||||
2007-11-12 | allow arbitrary window patterns in iconbar | markt | 1 | -1/+2 | |
2007-10-22 | replaced ModKey with new key commands StartMoving and StartResizing | markt | 1 | -8/+0 | |
2007-10-13 | merged changes from pre-devel | markt | 1 | -1/+15 | |
2007-03-21 | hidemenus hide custommenus and fix custommenu memleak | markt | 1 | -1/+4 | |
2007-03-16 | added custommenu command | markt | 1 | -0/+9 | |
2007-02-09 | added mouse bindings to the keys file | markt | 1 | -0/+5 | |
2006-06-22 | Added patch from Jim Ramsay (i dot am at jimramsay dot com) to freely | mathias | 1 | -0/+8 | |
define the used modkey. Added new action SetModKey too | |||||
2006-04-12 | add "key modes" - thanks to Mark Tiefenbruck, mark at tiefenbruck dot org | simonb | 1 | -0/+9 | |
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 | -0/+4 | |
2005-04-30 | minor const fix | fluxgen | 1 | -2/+2 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2005-01-24 | copyright dates | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-10-21 | fix for wrong placed end of namespace }; (thanx mipspro :)) | akir | 1 | -2/+3 | |
2004-10-06 | added :Export / :Setenv command | akir | 1 | -1/+11 | |
2004-04-22 | deiconify cmd, patch from Mathias Gumz | fluxgen | 1 | -1/+25 | |
2004-03-16 | minor fix | fluxgen | 1 | -2/+1 | |
2003-12-20 | bindkey command | fluxgen | 1 | -1/+9 | |
2003-12-19 | SetResourceValueCmd and SetResourceValueDialogCmd | fluxgen | 1 | -1/+15 | |
2003-12-19 | WorkspaceNameDialogCmd, CommandDialogCmd and changes in SetWorkspaceNameCmd | fluxgen | 1 | -1/+15 | |
2003-12-16 | cleaning | fluxgen | 1 | -2/+2 | |
2003-12-03 | reload style command | fluxgen | 1 | -1/+6 | |
2003-09-06 | minor fixes | fluxgen | 1 | -6/+1 | |
2003-09-06 | show root menu and workspace menu under mouse | fluxgen | 1 | -1/+6 | |
2003-08-30 | added workspacemenu action, thanks Mathias Gumz | fluxgen | 1 | -1/+6 | |
2003-08-26 | added SetWorkspaceNameCmd | fluxgen | 1 | -1/+6 | |
2003-07-01 | added ShowRootMenuCmd | fluxgen | 1 | -1/+6 | |
2003-06-30 | using -1 for default mouse screen | fluxgen | 1 | -2/+2 | |
2003-06-22 | save resources | fluxgen | 1 | -1/+7 | |
2003-06-08 | fix restart in menu to accept and use an argument | rathnor | 1 | -1/+5 | |
2003-04-28 | fixed execute on right screen | fluxgen | 1 | -2/+3 | |
2003-04-16 | minor fix | fluxgen | 1 | -2/+2 | |
2003-02-15 | added SetStyleCmd | fluxgen | 1 | -1/+9 | |
2003-01-09 | contains basic commands to restart, reconfigure, execute command and exit ↵ | fluxgen | 1 | -0/+64 | |
fluxbox |