Commit Graph

161 Commits

Author SHA1 Message Date
Anselm R. Garbe
03cb248e71 applied the changes made by Icarus Sparry 2006-04-02 22:53:56 +02:00
Anselm R. Garbe
829a64e302 drawing quadrants as well 2006-03-24 12:28:52 +01:00
Anselm R. Garbe
80bde63776 moving the view label stuff from wmiirc to wmiiwm (removed expand), merging with available tags and click handling will follow 2006-03-23 20:48:26 +01:00
Anthony Martin
5cee0164e6 removed trailing whitespace in *.c, code cleanup finished 2006-03-23 07:12:06 -08:00
Anselm R. Garbe
a0c4b1b908 fixed small issues in area.c 2006-03-23 15:58:36 +01:00
Anthony Martin
a0d45af215 cleaned up formatting in view.c and wm.c 2006-03-23 06:01:32 -08:00
Anselm R. Garbe
9d37029fe9 snap value is calculated dynamically now 2006-03-23 14:37:54 +01:00
Anselm R. Garbe
5549d217e8 renamed ctag occurences to tag, now the code should be much more readable 2006-03-23 10:46:35 +01:00
Anselm R. Garbe
04bba2a6c4 separated tag.c into tag.c and view.c, renamed Tag to View, still some parts to be adapted 2006-03-23 10:36:51 +01:00
Anselm R. Garbe
0d333433ab added -t <default tag> to wmiiwm 2006-03-22 20:03:41 +01:00
Anselm R. Garbe
d3fbdfac1b removed border cursor displaying on motion event, we got Alt-Button{1,3}, we don't want redundant behavior 2006-03-22 17:26:39 +01:00
Anselm R. Garbe
32426641d5 other cursor fixes 2006-03-22 17:08:21 +01:00
Anselm R. Garbe
8820d14146 some refactoring of defines 2006-03-13 09:22:35 +01:00
Anselm R. Garbe
54f234738e small change that Smergo will be happy again (I expect) 2006-03-11 18:44:16 +01:00
Anselm R. Garbe
8c650f5bd0 fixed issue that client appears in different tag, improved update_keys (lock modifiers are updated now) 2006-03-10 21:42:39 +01:00
Anselm R. Garbe
72029737b5 removed meters (they have too limited use) 2006-03-10 18:35:00 +01:00
Anselm R. Garbe
81b32b785e simplified wmii, removed /keys namespace, instead keys are grabbed through writing /def/keys, just read it to get a list of grabbed keys 2006-03-10 16:21:20 +01:00
Anselm R. Garbe
7daf965430 added /def/rules file 2006-03-10 14:39:46 +01:00
Anselm R. Garbe
a38844287a removed /def/class namespace, instead we got TCR events, though I consider if Uriel provides a nice rule engine in lesser then 100LOC I'm fine with his proposal 2006-03-09 22:43:24 +01:00
Anselm R. Garbe
cbdb1fb9b8 several fixes (esp. new destroy_client handling) 2006-03-09 20:25:50 +01:00
Anselm R. Garbe
03a80ed0d5 bar now displays tags perfectly ;) 2006-03-09 02:43:20 +01:00
Anselm R. Garbe
f78cc72f3d fixed transient handling, fixed zombie frames 2006-03-08 23:53:52 +01:00
Anselm R. Garbe
ca016a504b added class.c to provide a sane class/instance handling for clients 2006-03-08 16:52:05 +01:00
Anselm R. Garbe
f195ff6bdf proceeded with frames backref in Client struct 2006-03-06 23:55:47 +01:00
Anselm R. Garbe
d56bb672f8 removed NetWM stuff, the new tagging mechanism is completely different and cannot be handled by NetWM stuff in a sane way 2006-03-06 23:15:57 +01:00
Anselm R. Garbe
17a12e5c5d changed default tag, allowing writing /def/tag 2006-03-06 16:35:07 +01:00
Anselm R. Garbe
e797517817 added 'nil' tag as default policy 2006-03-05 19:27:32 +01:00
Anselm R. Garbe
7e8ab56d91 added /tags namespace, added .../tags files to client namespace, added tag display in draw_client 2006-03-05 19:20:27 +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
67cac9a10e added Frame redirection to allow arbitrary tag references to clients 2006-03-05 01:55:45 +01:00
Anselm R. Garbe
54b7d6dd2a removed Client.Frame 2006-03-05 00:25:49 +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
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
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
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
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
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
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
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
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
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
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
9cfed5dfc8 fixed pseudo-zombie frames reported by bogon 2006-02-16 23:49:44 +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