Commit Graph

324 Commits

Author SHA1 Message Date
Anselm R. Garbe
393eb4c87a made sizehint handling diffrentlte 2006-03-01 15:23:34 +01:00
Sander van Dijk
86cab6d17f small fix for pager when clicking an empty area 2006-03-01 14:47:51 +01:00
Anselm R. Garbe
9998857e8e fixed pager issues 2006-03-01 14:31:54 +01:00
Anselm R. Garbe
87fac5fd96 fixed a crashing bug 2006-03-01 12:47:28 +01:00
Anselm R. Garbe
eb6f1ac641 stacks are titled in pager, if the scaled rect is smaller than bar_height() 2006-03-01 12:34:31 +01:00
Anselm R. Garbe
4c9fe5addc fixed issue reported by ality 2006-03-01 12:20:08 +01:00
Anselm R. Garbe
8e839de264 fixed Client->revert issues 2006-03-01 12:05:06 +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
7e050df355 fixed sendtopage sel semantic, now in such case the client is focused 2006-03-01 11:47:14 +01:00
Anselm R. Garbe
7166dd8836 fixed pager page number drawing issue 2006-03-01 11:32:38 +01:00
Anselm R. Garbe
0d3b8a0b10 fixed some ugly stacking issues 2006-03-01 11:30:44 +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
853fa6c915 applied sumik's patch 2006-03-01 08:59:42 +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
e1c2e31c16 fixed another bug reported by bogon 2006-02-28 18:20:50 +01:00
Anselm R. Garbe
e2af9f01e9 fixed bug reported by bogon 2006-02-28 18:13:28 +01:00
Anselm R. Garbe
697169213f changing check_dimension policy in resize_client (safe to prevent clients from doing weird things) 2006-02-28 17:24:44 +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
83baf5de18 now 'sel' is a valid argument for sendtopage 2006-02-28 14:46:10 +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
5694ddf21c cursor fix 2006-02-27 16:46:30 +01:00
Anselm R. Garbe
a9237821e3 small bugfix in client.c (moved x offset stuff to resize client), fixed focus issue in sendtopage 2006-02-27 16:31:13 +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
Georg Neis
ce984446b0 add first version of sh scripts 2006-02-25 19:36:53 +01:00
Georg Neis
026c887fbe same for the wmii script 2006-02-25 19:33:31 +01:00
Anselm R. Garbe
506c7a8835 sendtopage doesn't change selected page now 2006-02-25 16:05:51 +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
a8ad9ba1cd allowing selection of floating layer 2006-02-20 07:46:54 +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
66e5228fa3 fixed 2006-02-19 13:58:37 +01:00
Anselm R. Garbe
7adcad7501 fixed visual attach bug 2006-02-19 13:52:47 +01:00
Anselm R. Garbe
cedfb3fac5 reenabled detach 2006-02-19 13:24:47 +01:00
Anselm R. Garbe
1f3c63821c should fix the crash reported by bogon 2006-02-19 10:40:09 +01:00
Georg Neis
aa2e2bb703 simplified items function 2006-02-18 23:35:43 +02:00
Georg Neis
22b6c6551d create namespace directory with mode 700 2006-02-18 19:06:25 +02: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