aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.hh
AgeCommit message (Collapse)AuthorFilesLines
2016-08-28fix compiler warning about std::auto_ptrMathias Gumz1-2/+2
fluxbox uses std::unique_ptr<> where it previously used std::auto_ptr<>. C++0X was approved in 2011. among other things, it deprecates std::auto_ptr. 5 years is long enough for compilers to catch up the standard.
2013-01-31Adds 'ClientPatternTest' commandMathias Gumz1-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-20allow restart with no argument from fluxbox-remoteMark Tiefenbruck1-0/+2
2008-05-13implement smarter reloading for custom menusMark Tiefenbruck1-1/+2
2008-05-11reuse some menu pointers instead of using delete/newMark Tiefenbruck1-3/+4
2008-01-11make FbTk::Command a template class, split parsing information out of ↵Mark Tiefenbruck1-24/+24
ObjectRegistry
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30removed some unneeded headersMathias Gumz1-5/+2
2007-12-13added FbTk::CommandRegistry, decentralized command parsing, and made them ↵markt1-0/+6
auto-register
2007-11-12allow arbitrary window patterns in iconbarmarkt1-1/+2
2007-10-22replaced ModKey with new key commands StartMoving and StartResizingmarkt1-8/+0
2007-10-13merged changes from pre-develmarkt1-1/+15
2007-03-21hidemenus hide custommenus and fix custommenu memleakmarkt1-1/+4
2007-03-16added custommenu commandmarkt1-0/+9
2007-02-09added mouse bindings to the keys filemarkt1-0/+5
2006-06-22Added patch from Jim Ramsay (i dot am at jimramsay dot com) to freelymathias1-0/+8
define the used modkey. Added new action SetModKey too
2006-04-12add "key modes" - thanks to Mark Tiefenbruck, mark at tiefenbruck dot orgsimonb1-0/+9
2006-02-16updated copyright infomathias1-1/+1
2006-02-12added run() for ExecuteCmd, which returns pid of the child processfluxgen1-0/+4
2005-04-30minor const fixfluxgen1-2/+2
2005-01-24copyright datemathias1-1/+1
2005-01-24copyright datesmathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-10-21fix for wrong placed end of namespace }; (thanx mipspro :))akir1-2/+3
2004-10-06added :Export / :Setenv commandakir1-1/+11
2004-04-22deiconify cmd, patch from Mathias Gumzfluxgen1-1/+25
2004-03-16minor fixfluxgen1-2/+1
2003-12-20bindkey commandfluxgen1-1/+9
2003-12-19SetResourceValueCmd and SetResourceValueDialogCmdfluxgen1-1/+15
2003-12-19WorkspaceNameDialogCmd, CommandDialogCmd and changes in SetWorkspaceNameCmdfluxgen1-1/+15
2003-12-16cleaningfluxgen1-2/+2
2003-12-03reload style commandfluxgen1-1/+6
2003-09-06minor fixesfluxgen1-6/+1
2003-09-06show root menu and workspace menu under mousefluxgen1-1/+6
2003-08-30added workspacemenu action, thanks Mathias Gumzfluxgen1-1/+6
2003-08-26added SetWorkspaceNameCmdfluxgen1-1/+6
2003-07-01added ShowRootMenuCmdfluxgen1-1/+6
2003-06-30using -1 for default mouse screenfluxgen1-2/+2
2003-06-22save resourcesfluxgen1-1/+7
2003-06-08fix restart in menu to accept and use an argumentrathnor1-1/+5
2003-04-28fixed execute on right screenfluxgen1-2/+3
2003-04-16minor fixfluxgen1-2/+2
2003-02-15added SetStyleCmdfluxgen1-1/+9
2003-01-09contains basic commands to restart, reconfigure, execute command and exit ↵fluxgen1-0/+64
fluxbox