Commit graph

140 commits

Author SHA1 Message Date
Dana Jansens
e85b430648 decorate actions were backwards 2007-07-19 14:55:22 -04:00
Mikael Magnusson
77baf26a7f remove trailing whitespace 2007-07-17 02:48:16 +02:00
Mikael Magnusson
4b095c1ca2 previous should not mean the same as last 2007-07-15 01:41:30 +02:00
Dana Jansens
27a0f0f4c9 split the focustobottom action back out from unfocus 2007-07-14 09:17:39 -04:00
Dana Jansens
4dbce5e505 fix directionalcycle/target 2007-07-13 17:25:54 -04:00
Dana Jansens
ecd6820a78 move dockautohide back to ToggleDockAutoHide 2007-07-13 17:16:11 -04:00
Dana Jansens
0401e73fb8 moev showdesktop back to ToggleShowDesktop 2007-07-13 17:15:57 -04:00
Dana Jansens
6689ad2320 move menu action back to ShowMenu 2007-07-13 17:14:33 -04:00
Dana Jansens
c6f2875d61 move directionalcycling actions into the same .c file. make interactive actions all kill delayed mouse focus which would kill the action. 2007-07-13 17:12:40 -04:00
Dana Jansens
70a80ba763 make cyclewindows action into nextwindow and previouswindow again 2007-07-13 16:49:26 -04:00
Dana Jansens
2464e59330 rename switchtodesktop to gotodesktop. make stuff compile as well. 2007-07-13 16:39:27 -04:00
Dana Jansens
cfa96390e8 move desktop and directionaldesktop actions to SwitchToDesktop and SendToDesktop, which take a <to> parameter saying where to go. (last, left, right, next, 5, etc) 2007-07-13 16:36:41 -04:00
Dana Jansens
2c9d6c8cab fix up the sendtolayer actions 2007-07-13 12:33:55 -04:00
Dana Jansens
23c8f0bc5b split layer action back into togglealwaysontop, togglealwaysonbottom, and sendtolayer (which takes <layer> as an argument) 2007-07-13 12:19:17 -04:00
Dana Jansens
3e94f9e642 redo the maximize actions into maximize/unmaximize/togglemaximize with a <direction> argument 2007-07-13 12:03:40 -04:00
Dana Jansens
27aec195ac let you specify up/down as well as top/bottom for resizerelative action - backwards compat 2007-07-13 11:37:53 -04:00
Dana Jansens
6ed8bd929d let you specify <command> or <execute> for execute actions - backwards compat 2007-07-13 11:37:10 -04:00
Dana Jansens
ddea4dcedd split decorations into decorate/undecorate/toggledecorations 2007-07-13 11:29:00 -04:00
Dana Jansens
6c538915c8 rename fullscreen back to togglefullscreen 2007-07-13 11:24:38 -04:00
Dana Jansens
07df190949 don't move focus if the window appears or disappears 2007-07-13 11:24:26 -04:00
Dana Jansens
bea270cac5 make omnipresent back into toggleomnipresent 2007-07-13 11:22:34 -04:00
Dana Jansens
1af52f6b8d adding comments 2007-07-13 11:22:14 -04:00
Dana Jansens
9a0aab8d8d split shade back into shade/unshade/toggleshade 2007-07-13 11:18:34 -04:00
Mikael Magnusson
256c82a9f1 fix the remaining reversed actions_client_move 2007-07-11 22:30:36 +00:00
Dana Jansens
42a58fcd2d *^^* 2007-07-11 21:43:57 +00:00
Dana Jansens
8eea9dcdb7 oops 2007-07-11 21:37:01 +00:00
Dana Jansens
5dfd838778 fix if action's "focused" 2007-07-11 21:26:38 +00:00
Dana Jansens
632557004c cycleinwdows defaults to forward 2007-07-11 20:29:10 +00:00
Dana Jansens
b02f558c1e clever code by mika-kun 2007-07-11 20:05:36 +00:00
Dana Jansens
92bf35e330 finished rev 7756. renaming moveto->moveresizeto 2007-07-11 20:02:50 +00:00
Dana Jansens
2a4cd4f6bd renaming movetofromedge->movetoedge and moveto->moveresizeto 2007-07-11 20:01:47 +00:00
Dana Jansens
2827b2ce89 let moveto action resize 2007-07-11 20:00:55 +00:00
Dana Jansens
9320558ae9 you can use -'s for opposite sides of the screen in moveto 2007-07-11 19:50:47 +00:00
Dana Jansens
e5aee030e5 missing header 2007-07-11 19:48:07 +00:00
Mikael Magnusson
7c1a008023 add focused check to if action 2007-07-11 19:32:43 +00:00
Dana Jansens
976d406529 mssing header 2007-07-10 23:58:42 +00:00
Dana Jansens
ad8a7e2e02 grow to edge works again, using the new edge detection code 2007-07-10 20:47:10 +00:00
Dana Jansens
007a84323f hm.. 2007-07-09 16:40:49 +00:00
Dana Jansens
e0e1b7a5cb move to edge works and the code can be used for resize now too, yay 2007-07-06 04:08:30 +00:00
Mikael Magnusson
da5a4da2bc rename <actions> to <finalactions> for the action i didn' know existed too 2007-07-05 22:54:45 +00:00
Mikael Magnusson
30fa72a754 rename <actions> to <finalactions> 2007-07-05 22:52:11 +00:00
Mikael Magnusson
8514c1b98c rename <execute> to <command> 2007-07-05 22:50:58 +00:00
Dana Jansens
01a35904fe rewrote the movetoedge code so it works with both types of edges (to edge and from edge) 2007-06-28 05:18:01 +00:00
Dana Jansens
7d275ed6d6 cleanup 2007-06-26 12:55:52 +00:00
Dana Jansens
bd45f65208 debug print 2007-06-26 12:55:41 +00:00
Dana Jansens
85c7635b9b remove the highlight action. its not useful without event bindings 2007-06-26 12:55:14 +00:00
Dana Jansens
41010812fa add a highlight action 2007-06-26 12:54:19 +00:00
Dana Jansens
a6af2fc0b9 don't focus docks when you click on them 2007-06-23 22:51:19 +00:00
Dana Jansens
d933f5c11f missing header 2007-06-23 18:25:49 +00:00
Dana Jansens
8bcd349e4e move logic for add/remove desktop into screen.c 2007-06-23 16:15:46 +00:00
Dana Jansens
cf640af0ea add the "if" action 2007-06-23 15:43:35 +00:00
Dana Jansens
055cef6c5d add the growtoedge action 2007-06-23 15:11:56 +00:00
Dana Jansens
c15da849dd add moveto/fromedge actions 2007-06-23 15:08:08 +00:00
Dana Jansens
7f50e04925 add the layer action 2007-06-23 14:56:22 +00:00
Dana Jansens
ca28e08c2f add dockautohide action 2007-06-23 14:44:58 +00:00
Dana Jansens
b963ed3a92 add the adddesktop and removedesktop actions 2007-06-23 14:42:06 +00:00
Dana Jansens
74aa6fe7cc let you send windows with the desktop and directionaldesktop actions 2007-06-23 14:07:21 +00:00
Dana Jansens
8ab1e9537e add resizerelative action 2007-06-22 19:24:45 +00:00
Dana Jansens
4044b942e7 let you use "last" in desktop action 2007-06-22 19:15:07 +00:00
Dana Jansens
6973d5b8a5 add directionaldesktop action 2007-06-22 19:10:00 +00:00
Dana Jansens
16f2b255cb add the desktop action 2007-06-22 19:00:09 +00:00
Dana Jansens
5d350da82e rename showmenu to menu 2007-06-22 18:55:44 +00:00
Dana Jansens
d846979db9 add the decorations action 2007-06-22 18:51:28 +00:00
Dana Jansens
976add5938 add the resize action 2007-06-22 18:47:30 +00:00
Dana Jansens
7e6f7fb454 add the directionaltargetwindow action 2007-06-22 18:38:51 +00:00
Dana Jansens
97bb443edb add the directionalcyclewindows action 2007-06-22 18:34:36 +00:00
Dana Jansens
48facba205 add omnipresent action 2007-06-22 15:59:07 +00:00
Dana Jansens
f227bd994d add the kill/close/cyclewindows actions 2007-06-22 15:51:10 +00:00
Dana Jansens
091a7f77d4 nuthin 2007-06-22 15:41:26 +00:00
Dana Jansens
d468f85300 add max horz/vert actions. add toggle/on/off ability to all the maximize actions.
add shade action.
2007-06-22 15:39:20 +00:00
Dana Jansens
597c9c9321 add moverelative action 2007-06-22 15:26:12 +00:00
Dana Jansens
1e6c375fdd add the moveto action 2007-06-22 15:18:43 +00:00
Dana Jansens
06ed8ab6c0 add horiz/vertical options to the maximize action 2007-06-22 14:47:10 +00:00
Dana Jansens
ee6671c3fa add maximize action 2007-06-22 14:41:45 +00:00
Dana Jansens
1eb727064a add the fullscreen action 2007-06-22 14:39:01 +00:00
Dana Jansens
cf478381b3 add the iconify action 2007-06-22 14:35:51 +00:00
Dana Jansens
b0fa629769 add the unfocus action 2007-06-22 14:32:50 +00:00
Dana Jansens
a5c2aadf27 add lower and raiselower actions 2007-06-22 14:28:21 +00:00
Dana Jansens
a07465f376 add raise action 2007-06-22 14:24:23 +00:00
Dana Jansens
6c5f6ed1f5 remove the activate action, make the focus action "activate" but not raise or unshade 2007-06-22 14:09:57 +00:00
Dana Jansens
d642be361f add the move action 2007-06-22 05:17:10 +00:00
Dana Jansens
bb0fd965c5 add breakchroot action 2007-06-22 05:02:25 +00:00
Dana Jansens
29c4cf4a15 add the activate action. it will replace the focus action, as it can just focus without raising now (or without unshading) 2007-06-22 04:59:06 +00:00
Dana Jansens
fbc7607fbd add the cyclewindows action 2007-06-22 04:37:33 +00:00
Dana Jansens
58d8b90122 add restart action 2007-06-22 04:04:59 +00:00
Dana Jansens
5d57a39b70 add exit and reconfigure actions 2007-06-22 04:01:36 +00:00
Dana Jansens
1b7e813c62 add the showdesktop action 2007-06-22 03:57:48 +00:00
Dana Jansens
38268dc917 add the showmenu action 2007-06-22 03:53:22 +00:00
Dana Jansens
9dacac5e5e added the debug action 2007-06-22 03:45:53 +00:00
Dana Jansens
b76ec18d1c the execute action works again.
default hardcoded bindings are temporarily offline
2007-06-22 03:40:01 +00:00