Commit graph

196 commits

Author SHA1 Message Date
Dana Jansens
3ca451fc00 use the new atoms global 2003-02-05 16:24:00 +00:00
Dana Jansens
7c8c9e998f new swig build system. much better. yay. 2003-02-05 15:38:29 +00:00
Dana Jansens
b23ed19a69 install the scripts as python, so they get compiled 2003-02-05 10:56:51 +00:00
Dana Jansens
bdbbfd6cff missing a ) 2003-02-05 10:56:29 +00:00
Dana Jansens
69d12b5ee2 use a focuslabel 2003-02-05 07:29:24 +00:00
Dana Jansens
833276412e cleaner syntax 2003-02-04 12:44:03 +00:00
Dana Jansens
cc050a4ec8 oops, missing a data. 2003-02-04 12:40:12 +00:00
Dana Jansens
7d66a2a42b add some safety checks 2003-02-04 12:10:19 +00:00
Dana Jansens
cb5eb0d560 store pointers instead of window id's. this lets us use them directly instead of having to look them all up all the time. this is possible now because we watch for new/close window events. 2003-02-04 11:44:48 +00:00
Dana Jansens
dddac55480 remove quotes from comment 2003-02-04 11:10:42 +00:00
Dana Jansens
21e9453c15 add more comment 2003-02-04 11:10:12 +00:00
Dana Jansens
8ee2603a61 add a comment 2003-02-04 11:08:40 +00:00
Dana Jansens
ffe214dc4d missed some "'s 2003-02-04 11:05:34 +00:00
Dana Jansens
02b63185a2 missed one capitalization 2003-02-04 11:04:51 +00:00
Dana Jansens
220b5c40f9 make python config variables very visible by making them all capitals. cleaner nicer documentation in the py modules. make public functions more visible. 2003-02-04 11:03:57 +00:00
Dana Jansens
7e3a0b227c don't raise the window when reverting from Escape 2003-02-04 10:36:17 +00:00
Dana Jansens
9ae12978f4 simple possible bugfix? meh 2003-02-04 10:34:20 +00:00
Dana Jansens
c0b0c00408 keep iconic windows at the bottom of the cycling list always 2003-02-04 10:32:49 +00:00
Dana Jansens
b001e857fc watch for when theres no clients and avoid exceptions, just don't do shit all 2003-02-04 10:19:59 +00:00
Dana Jansens
77ba370207 better comment 2003-02-04 09:37:11 +00:00
Dana Jansens
7c8fa47e01 add commented stuff for doing linear cycling 2003-02-04 09:36:42 +00:00
Dana Jansens
8a05ae261d split out the linear cycling into focuscycle.py.
some better comments about what options can be used.
2003-02-04 09:34:17 +00:00
Dana Jansens
00978e674a wrong scoping 2003-02-04 09:10:09 +00:00
Dana Jansens
106883eedf force a binding with a modifier 2003-02-04 09:03:48 +00:00
Dana Jansens
741aecf842 make Escape abort cycling 2003-02-04 09:01:38 +00:00
Dana Jansens
a04d9fc256 add comments 2003-02-04 08:58:00 +00:00
Dana Jansens
84dfca1c30 remove debug prints 2003-02-04 08:53:14 +00:00
Dana Jansens
51a41b9b76 all new stacked cycling code. so much sexy.
add an openbox_active_window client message that lets you specify if you want the window to be raised and/or unshaded.
2003-02-04 08:51:47 +00:00
Dana Jansens
981876ca64 remove prints 2003-02-04 02:59:50 +00:00
Dana Jansens
4ddb8181c2 make this focus shit not buggy again.. 2003-02-04 00:45:27 +00:00
Dana Jansens
046df3e746 update the client list's order after doing a stacked cycle 2003-02-03 22:05:12 +00:00
Dana Jansens
f06b944933 Client::move moves the client to the position so that its *frame* will be at the given coordinates 2003-02-03 04:51:10 +00:00
Dana Jansens
20ca827039 rm a print 2003-02-03 04:20:34 +00:00
Dana Jansens
a0c28724cc just a comment fix 2003-02-03 04:15:47 +00:00
Dana Jansens
ba87284397 move windows based on their *frame* not the client 2003-02-03 03:04:31 +00:00
Dana Jansens
8332db5880 dont snap back, properly 2003-02-03 01:59:32 +00:00
Dana Jansens
fcfda5345e dont snap back onto the screen for resistance 2003-02-03 01:31:01 +00:00
Dana Jansens
96a949ec1f off-by-one 2003-02-02 23:57:49 +00:00
Dana Jansens
4d4e17d102 to the bottom 2003-02-02 23:51:40 +00:00
Dana Jansens
1814947e47 move restart and exit to the top 2003-02-02 23:51:30 +00:00
Dana Jansens
95a11f3553 make restart's parameter optional 2003-02-02 23:51:04 +00:00
Dana Jansens
da0c7355d1 change the default edge resistance 2003-02-02 23:47:19 +00:00
Dana Jansens
de4a388a93 show the resize coords after moving them 2003-02-02 23:25:18 +00:00
Dana Jansens
6eae9223a1 show the widget after moving it 2003-02-02 23:24:44 +00:00
Dana Jansens
fd96ddd82e add a snap variable.. 2003-02-02 23:21:57 +00:00
Dana Jansens
a527c30f11 formatting 2003-02-02 23:20:38 +00:00
Dana Jansens
c2527df85a make the param optional 2003-02-02 23:02:51 +00:00
Dana Jansens
b9ac2d30cf add an exit callback 2003-02-02 23:02:22 +00:00
Dana Jansens
f1c0beee3e make ignoring optional only for history placement 2003-02-02 22:27:51 +00:00
Dana Jansens
5beb28df2d add comments 2003-02-01 13:13:04 +00:00