Commit Graph

151 Commits

Author SHA1 Message Date
Anselm R. Garbe
dcc6e16302 fixed mkqid to prevent issue reported by bogon 2006-03-05 16:48:14 +01:00
Anselm R. Garbe
421ac8babf enum fixes of Fs stuff 2006-03-05 14:16:48 +01:00
Anselm R. Garbe
c4edc4f3fd enumerized cursors 2006-03-05 13:22:42 +01:00
Anselm R. Garbe
665671e7e0 added tag and name fields to Tag and Client 2006-03-05 02:02:58 +01:00
Anselm R. Garbe
67cac9a10e added Frame redirection to allow arbitrary tag references to clients 2006-03-05 01:55:45 +01:00
Anselm R. Garbe
c243337350 removed bh/bw occurences (go rid of code) 2006-03-05 00:38:40 +01:00
Anselm R. Garbe
54b7d6dd2a removed Client.Frame 2006-03-05 00:25:49 +01:00
Anselm R. Garbe
0a144ff452 removed revert crap 2006-03-05 00:14:12 +01:00
Anselm R. Garbe
be62288596 enumerized atoms 2006-03-05 00:11:08 +01:00
Anselm R. Garbe
9c61ccf97e several changes toward the stuff announced at wmii@wmii.de (don't use yet) 2006-03-04 09:23:17 +01:00
Anselm R. Garbe
5789638533 removed much crap due to column simplifications 2006-03-02 19:58:54 +01:00
Anselm R. Garbe
93b9d5c9f0 some other fix 2006-03-02 17:38:15 +01:00
Anselm R. Garbe
0728d68133 small fix, still an oddifty on send next 2006-03-02 15:54:32 +01:00
Anselm R. Garbe
e23ca5ca59 proceeded with sendtopage fixes 2006-03-02 15:28:55 +01:00
Anselm R. Garbe
7e28da7db3 renamed maxclient into capacity, using a different way than hardcoding existing first column to capacity=1 2006-03-02 14:37:36 +01:00
Anselm R. Garbe
854999c376 implemented detach fetching for maxclient>0 columns 2006-03-02 13:37:52 +01:00
Anselm R. Garbe
e9243fc7ce implemented maxclient property for areas, the default is now, that first column has maxclient==1 (though if detached things still don't behave like I want it, detaching from maxclient column should fetch from next column a client if possible) 2006-03-02 10:26:30 +01:00
Anselm R. Garbe
f028b5eb5e improved the relaxing code 2006-03-01 16:20:02 +01:00
Anselm R. Garbe
01572b1897 made increment handling the default, no option to disable it, instead columns do some relaxing calculation to minimize increment-related gaps 2006-03-01 16:06:23 +01:00
Anselm R. Garbe
e23c331ba0 replaced size_t occurences with unsigned int, fixed issue reported by bogon (welcome disappearance issue) 2006-03-01 11:55:46 +01:00
Anselm R. Garbe
c855a6dad0 indexes begin at 0 now, page 0 can be used as clutter page (actually it is, Alt-{d,a} back again), sendto has no shortcuts in other cases atm 2006-03-01 11:09:49 +01:00
Anselm R. Garbe
e5ecb84d2d some tiny refactoring (renamed _to_ occurences into 2, removed crappy MAX mode from columns, we don't need it, set max to 1 instead (aka exclusive flag)) 2006-03-01 07:51:04 +01:00
Anselm R. Garbe
978127964a added MODKEY-Shift-s (for stacking mode of a column), MODKEY-Shift-m (for max mode of a column) and MODKEY-Shift-= for (equal mode, default) 2006-02-28 17:13:16 +01:00
Anselm R. Garbe
5d318d6a6b proceeded 2006-02-28 16:31:18 +01:00
Anselm R. Garbe
8b51412f04 began additions of /X/X/{max,mode} files to allow setting columns in a special mode 2006-02-28 16:23:05 +01:00
Anselm R. Garbe
757a026b2b changed destroy_page return type 2006-02-28 13:38:24 +01:00
Anselm R. Garbe
1c8c963c0f 'wmiir remove /<empty page>' will work now 2006-02-28 10:04:48 +01:00
Anselm R. Garbe
d61117a3db modularized focus stuff somewhat (focus_page don't implies focus_client and vice versa) 2006-02-28 08:51:53 +01:00
Anselm R. Garbe
c3b5fb7619 minimized movement overhead on attaching/sendtopage through a saner attach_client_to_page function 2006-02-27 16:09:13 +01:00
Anselm R. Garbe
313956abe0 cosmetic changes in wm.h 2006-02-24 17:13:58 +01:00
Anselm R. Garbe
f478c7f6d2 removed option to disable client bars, we don't allow that in the future because of intelligent stacks,
also removed option for per-client based border width, unnecessary bloat nobody really needs
2006-02-24 10:38:48 +01:00
Anselm R. Garbe
53c50eb697 fixed drop_moving, removed swap crap from column.c 2006-02-24 10:06:02 +01:00
Anselm R. Garbe
4a59f072da implemented sendtopage and sendtoarea, added shortcuts in wmiirc 2006-02-24 09:52:20 +01:00
Anselm R. Garbe
b3e54e3ae0 implemented cmd 'sendto <page>' in /x/x/x/ctl 2006-02-23 20:52:55 +01:00
Anselm R. Garbe
33ffed7293 removed detach layer as proposed in IRC yesterday, we will have some sendto soon 2006-02-22 10:58:00 +01:00
Anselm R. Garbe
0e4b36e0ff enabled basic navigation in column layout 2006-02-19 16:21:01 +01:00
Anselm R. Garbe
4435f84131 implemented basic new_column handling 2006-02-19 15:56:16 +01:00
Anselm R. Garbe
c81c95aa6c enabled partial column mode (experimental yet, don't use it, don't complain) 2006-02-19 15:40:44 +01:00
Anselm R. Garbe
9cfed5dfc8 fixed pseudo-zombie frames reported by bogon 2006-02-16 23:49:44 +01:00
Anselm R. Garbe
c70e73bf2d fixed bug reported by bogon 2006-02-16 15:28:51 +01:00
Anselm R. Garbe
068caf1da1 fixed a routing bug in qpath_decode 2006-02-16 11:53:10 +01:00
Anselm R. Garbe
93d8eb3617 some changes 2006-02-16 01:55:21 +01:00
Anselm R. Garbe
88ae3e3606 removed spawn.c, removed wmiiwarp.c (instead use warp action on /ctl), spawning is not necessary, remove exec on page heuristic (too crappy, instead I'll use class hints again, they are at least more reliable) 2006-02-16 01:05:16 +01:00
Anselm R. Garbe
922e04ebc3 implemented kb driven client select 2006-02-14 12:06:16 +01:00
Anselm R. Garbe
4a19a52003 proceeded with wm stuff 2006-02-13 10:31:38 +01:00
Anselm R. Garbe
523872ca3d removed modes from wmiirc, beside other several fixes 2006-02-11 23:54:00 +01:00
Anselm R. Garbe
30728dd3aa removed extra/ subdir, pkeys is obsolete 2006-02-11 15:58:47 +01:00
Anselm R. Garbe
55ca4d6c23 added button press event handling in wmiirc 2006-02-11 15:22:42 +01:00
Anselm R. Garbe
7deb1e86ba added WMII_FONT, WMII_SELCOLORS and WMII_NORMCOLORS to wmiirc 2006-02-10 18:32:35 +01:00
Anselm R. Garbe
918ece162d added new events (focus page and focus client provide the associated name) 2006-02-10 17:51:20 +01:00