Commit graph

6562 commits

Author SHA1 Message Date
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
a3e77fb0c7 update hardcoded bindings to previous changes 2007-07-13 14:43:15 -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
355981bf14 use dock_get_area instead of accessing dock struct directly 2007-07-13 16:14:02 +02:00
Mikael Magnusson
fc32204f3c split out edge detecting code a bit so it is easy to add the dock area and do that too 2007-07-13 14:37:15 +02:00
Mikael Magnusson
3234a75083 change dock to use a Rect area instead of four ints 2007-07-13 14:21:39 +02:00
Dana Jansens
e60eb1befe removing composite.h 2007-07-12 23:55:42 -04:00
Dana Jansens
6377d2ee58 fix building without startup notification
Signed-off-by: Dana Jansens <danakj@orodu.net>
2007-07-12 23:42:25 -04:00
Dana Jansens
065d963f0b renaming the readme for git-ish
Signed-off-by: Dana Jansens <danakj@orodu.net>
2007-07-12 18:36:07 -04:00
Mikael Magnusson
8adfa33f46 update dutch translation and mark translations with desktop strings as 3.4.3, the rest as 3.4.2 2007-07-13 00:00:42 +02:00
Dana Jansens
abff95bc50 only add group transients when you have a group
Signed-off-by: Dana Jansens <danakj@orodu.net>
2007-07-12 16:30:05 -04:00
Dana Jansens
35b87d6d38 Remove composte.c
Signed-off-by: Dana Jansens <danakj@orodu.net>
2007-07-12 03:46:56 -04:00
Dana Jansens
831c27e82c add the .gitignore file and update the po files
Signed-off-by: Dana Jansens <danakj@orodu.net>
2007-07-12 03:22:09 -04:00
Dana Jansens
4b73574406 adding trunk
Signed-off-by: Dana Jansens <danakj@orodu.net>
2007-07-12 02:57:08 -04:00
Mikael Magnusson
37a5b59d7b clear the fuzzy strings and mark translations without the desktop strings as 3.4.2 2007-07-12 11:06:11 +00:00
Mikael Magnusson
10f627a06b update dutch translation 2007-07-12 10:58:32 +00:00
Dana Jansens
6f79080a4b fix grow to edge stuff. also fix key-resizing terminals. 2007-07-11 23:47:41 +00:00
Mikael Magnusson
256c82a9f1 fix the remaining reversed actions_client_move 2007-07-11 22:30:36 +00:00
Dana Jansens
1d685c0dfd only end the interactive action if it's the action you just ran 2007-07-11 22:16:39 +00:00
Dana Jansens
42a58fcd2d *^^* 2007-07-11 21:43:57 +00:00
Dana Jansens
de1679e3e2 cancel the interactive action only if runing another one. i think this will work? 2007-07-11 21:41:02 +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
6d9bbfb4eb fix focus cycle indicator positioning 2007-07-11 19:19:51 +00:00
Dana Jansens
cfb33de8bc create actions from string in a way that won't crash 2007-07-11 18:39:47 +00:00
Dana Jansens
4f7a70f9fa add default bindings for the side edges 2007-07-11 18:39:26 +00:00
Dana Jansens
0bfe6c1e52 no more crash in splitvertical. i think i changed the size of the middle gradient too. it's always 1px now unless the texture is very small, then it can be 0. if theres a discrepency, the bottom color gets the extra pixel. 2007-07-11 14:17:34 +00:00
Dana Jansens
e4c0504058 don't include debian dir in releases 2007-07-11 13:36:33 +00:00
Dana Jansens
3a4236a228 backwardsness 2007-07-11 01:28:14 +00:00