mathias
dedbd7e468
Added patch from Jim Ramsay (i dot am at jimramsay dot com) to freely
...
define the used modkey.
Added new action SetModKey too
2006-06-22 07:46:12 +00:00
fluxgen
d218f02f80
added new command: ToggleCmd, works like a macro but executes the commands one at the time. Thanks Mark Tiefenbruck
2006-06-10 20:04:34 +00:00
simonb
a92c131710
improved defaulting of int args in commands (thanks Jonas Koelker)
2006-04-16 11:38:42 +00:00
simonb
4d0a0c9e11
add CloseAllWindows key action
...
thanks Adriano Dal Bosco - adbosco at users.sourceforge.net
2006-04-16 11:29:38 +00:00
simonb
33079d2593
add "key modes" - thanks to Mark Tiefenbruck, mark at tiefenbruck dot org
2006-04-12 15:51:37 +00:00
mathias
70bd45e8e1
enhanced :NextWindow / :PrevWindow to accept <delta> as parameter, patch from marcus obst
2006-03-09 19:38:18 +00:00
fluxgen
330c8c0b09
moved all focus handling to class FocusControl
2006-02-18 11:40:02 +00:00
mathias
ae05ad9a01
updated copyright info
2006-02-16 06:53:05 +00:00
mathias
d69e300376
Enhanced MoveTo, fixes #1074568
...
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 15:17:48 +00:00
mathias
cdc4338c6b
Fixes #1213003 , SendToWorkspace shouldnt follow
...
SendToWorkspace and the rest are putting the window onto the new workspace
silently, TakeToWorkspace warps to the new workspace with the window.
2005-06-15 09:48:46 +00:00
mathias
64336d4cec
llittle rewrite for the FbTk_istringstream usage.. was needed coz gcc2.95.x
...
systems had problems before. with this change fluxbox should compile on such
old compilers.
2005-05-12 20:16:45 +00:00
mathias
12dff3d3a9
added "Fullscreen" - command, removes borders and maximizes to
...
the full screen ... hence the name :)
2005-03-23 20:36:12 +00:00
fluxgen
bac15c745e
using stringstream header in FbTk
2005-02-13 16:36:54 +00:00
mathias
cf46669bc1
copyright date
2005-01-24 18:34:57 +00:00
mathias
297dae0137
copyright dates
2005-01-24 17:35:34 +00:00
mathias
6dffafc39e
* added new command:
...
sethead <int>
which sets the current window to head<int>
* added remembering of the head to apps-file:
[Head] {<int>}
2004-12-21 16:09:36 +00:00
fluxgen
6ba7744f65
Tab command, thanks Steeve Lennmark, steeve dot lennmark at mediasvar dot se
2004-12-10 09:49:01 +00:00
mathias
c8d71542dc
adds "kill" to the windowmenu
...
closes #1075142
2004-11-30 01:26:00 +00:00
mathias
993c17cf2e
svn propset svn:keywords "Id"
2004-11-19 11:37:27 +00:00
akir
6f96757fc4
added :Export / :Setenv command
2004-10-06 11:40:28 +00:00
rathnor
87c7c80847
make reconfig an alias for reconfigure
2004-09-16 14:58:28 +00:00
akir
a0701345ed
added RaiseLayer and LowerLayer
2004-08-30 21:29:42 +00:00
rathnor
4d01d1b748
add back Workspace<n> keys with deprecated message
2004-08-29 09:08:29 +00:00
rathnor
fff4456dee
update NLS string handling...
2004-06-07 11:46:05 +00:00
fluxgen
33300e91e3
added exit command
2004-05-02 21:13:08 +00:00
rathnor
4439b3f9b1
fixes for/reimplement parts of directional focus movement
2004-04-28 14:59:12 +00:00
fluxgen
c5fb252a6f
deiconify cmd, patch from Mathias Gumz
2004-04-22 21:12:34 +00:00
rathnor
bfcc24bac7
tpyo
2004-03-08 12:23:16 +00:00
fluxgen
afb137c788
added SendToNextWorkspace and SendToPrevWorkspace, patch from Mathias Gumz
2004-02-20 19:40:31 +00:00
fluxgen
5e5118b4e3
using empty instead of size
2004-01-21 14:14:40 +00:00
fluxgen
b7cd0599ae
windowmenu command, patch fomr Junichiro Kita
2004-01-16 11:41:38 +00:00
fluxgen
5a91d8747e
bindkey command
2003-12-20 17:42:04 +00:00
fluxgen
72df5cf1bc
added setresourcevalue and setresourcevaluedialog actions
2003-12-19 18:17:08 +00:00
fluxgen
fbceff651a
new actions, CommandDialog and SetWorkspaceNameDialog
2003-12-19 03:55:10 +00:00
fluxgen
7238e21fc5
reload style command
2003-12-03 22:13:21 +00:00
fluxgen
a2f947e300
check for sstream header
2003-11-17 00:33:16 +00:00
fluxgen
9c35bbdd40
added resizeto and moveto commands
2003-10-25 22:11:22 +00:00
fluxgen
15dfe81112
added MacroCmd action, thanks Mathias Gumz
2003-09-29 14:22:07 +00:00
rathnor
2d8613ca6c
small patch from Mathias Gumz
2003-09-29 13:01:01 +00:00
fluxgen
b78edef5b6
added move command, thanks Mathias Gumz
2003-09-10 14:07:48 +00:00
fluxgen
39abccae4a
resize command
2003-09-06 15:43:27 +00:00
fluxgen
f20bcea618
added workspacemenu action, thanks Mathias Gumz
2003-08-30 11:59:29 +00:00
fluxgen
237ba57044
added new action SetWorkspaceName
2003-08-26 23:53:01 +00:00
fluxgen
5749014fa7
added resizehorizontal and resizevertical, patch from Mathias Gumz
2003-08-19 23:37:31 +00:00
fluxgen
7c76910844
added movetableft and movetabright commands
2003-07-28 12:05:27 +00:00
rathnor
2b7aace6b3
fix a couple of keybindings
2003-07-26 13:44:00 +00:00
rathnor
d4131b25bb
fix some bugs + issues with maximisation.
...
it should be much safer now
2003-07-24 03:19:02 +00:00
fluxgen
0703926d3a
added rootmenu command
2003-07-02 05:14:48 +00:00
fluxgen
1e097242f9
added left and right workspace cmd
2003-07-01 09:47:41 +00:00
rathnor
015c61ede0
make it work... (fix some small issues)
2003-07-01 01:49:13 +00:00