Commit Graph

127 Commits

Author SHA1 Message Date
Anselm R. Garbe c8f0151586 proceeded with page.c 2006-01-26 15:16:04 +02:00
Anselm R. Garbe 5fc1892c9f proceeded with event.c and mouse.c 2006-01-26 13:56:28 +02:00
Anselm R. Garbe 80fe6d9531 finished client.c conversion 2006-01-26 13:39:20 +02:00
Anselm R. Garbe e6caefcd58 began structural changes, don't pull yet 2006-01-25 19:39:08 +02:00
Anselm R. Garbe 9ef8acd057 removed Frame->clients and Frame->nclients, changed it to Frame->client instead (only first step) 2006-01-23 21:00:25 +02:00
Sander van Dijk d06ffcc6ea fixes same bug as changeset 233, but in a better way 2006-01-21 15:56:36 +01:00
Anselm R. Garbe d9b393262e changed Copyright year notice 2006-01-20 16:20:24 +02:00
Anselm R. Garbe d93bdf0558 renamed local functions which names might conflict with other funcs from _ to x prefix (Pike style) 2006-01-19 19:36:20 +02:00
Anselm R. Garbe a31c2af833 fixed bug in pager if floating pages exist 2006-01-19 17:39:25 +02:00
Anselm R. Garbe 62c11d4a5b now applying float layout works as expected 2006-01-19 17:01:01 +02:00
Anselm R. Garbe 7fdbcc92d1 fixed M-S-a (visual attach detached clients) page 2006-01-18 20:34:10 +02:00
Anselm R. Garbe 1c281c415b fixed pager index drawing 2006-01-18 18:55:15 +02:00
Anselm R. Garbe 2fd5866c98 page counting/addressing begins at 1 again 2006-01-18 18:45:27 +02:00
Anselm R. Garbe 24f4a8b42d fixed mouse grabbing for the moment 2006-01-17 18:33:12 +02:00
Anselm R. Garbe 76a41dbdab fixed page focussing issues 2006-01-17 18:01:35 +02:00
Anselm R. Garbe 231c4c44b7 removed DETACHED_FRAME prefix, unnecessary (old ixp sucks badly) 2006-01-17 16:34:50 +02:00
Anselm R. Garbe 00fb0483f9 sanitized show/hide crap into map/unmap, implemented differentiation between focus/unfocus now 2006-01-13 14:24:55 +02:00
Anselm R. Garbe 4acbd3286e first step of layout interface change, next step is moving Frame->aux to Client->aux 2006-01-13 12:11:14 +02:00
garbeam 01caae7040 fixed serious bug in /wm/default/area/ 2006-01-12 17:44:06 +02:00
garbeam 829191aa19 renamed Area to Layout 2006-01-12 17:06:50 +02:00
garbeam 98d451e445 some changes before last refactoring for 9P in wm/ 2006-01-11 19:15:16 +02:00
garbeam a1416612fc implemented exec heuristic for /wm/X/ctl, ie wmiir write /wm/2/ctl 'exec xterm' 2006-01-10 20:57:31 +02:00
garbeam f8e6a1370c fixed attach/focus issue in upstream hg 2006-01-10 15:43:09 +02:00
garbeam 509b6f0ca7 removed old geom syntax in all other occurences, fixed small issue in libixp2 concerning Tstat 2006-01-07 18:25:04 +02:00
garbeam a197963ea9 changed geometry syntax from 'x,y,dx,dy' to 'x y dx dy' 2006-01-04 17:46:32 +02:00
garbeam 418ded55d9 removed lock-based tabbing, tabbing is up to the layout now 2006-01-03 11:30:15 +02:00
garbeam d17e46ac2e applied DenisG patch 2005-12-27 22:13:50 +02:00
garbeam 272cba1404 indentation, changed libixp2 types 2005-12-21 17:18:11 +02:00
garbeam a9142cdceb removed unnecessary debug info 2005-12-19 18:27:36 +02:00
garbeam 41e62e6603 fixed select page and select floating frame as well to allow round trips 2005-12-18 15:56:22 +02:00
garbeam 7c7e43b6bf fixed issues in wmiimenu 2005-12-17 15:59:25 +02:00
garbeam 443ed8370e made effort in debugging most frking bugs 2005-12-16 21:05:42 +02:00
garbeam 68b9210626 made wmiiwm compile 2005-12-16 18:18:00 +02:00
garbeam 8ece4071ae removing container, not finished yet, fixed a bunch of other nasty bugs reported so far 2005-12-16 03:59:27 +02:00
garbeam 49c95a808a fixed wrong configurereq handling caused by missing SubstructureRedirectMask on frames 2005-12-15 03:08:26 +02:00
garbeam 398043dcd6 heapized global containers 2005-12-14 20:42:00 +02:00
garbeam d2683b3e4b fixed several frame rectangle based issues 2005-12-13 23:48:52 +02:00
garbeam 3ce3f784ea fixed scan_wins 2005-12-13 22:17:34 +02:00
garbeam e02f058c6d fixed several resize bugs 2005-12-13 22:03:37 +02:00
garbeam 385f740856 added smarter swapping 2005-12-13 20:58:05 +02:00
garbeam 0af8de3e85 changed column layout policy as follow, new column only possible if current column contains > 1 frame,
if last frame is detached, column gets detroyed
2005-12-13 17:10:22 +02:00
garbeam 8856b230b8 fixed north attaching policy in float layout 2005-12-13 15:55:48 +02:00
garbeam a4799e2148 removed crap 2005-12-13 03:08:09 +02:00
garbeam 2db3a303b2 fixed nasty frame nstyle/bordercolor pointer issue 2005-12-13 02:41:36 +02:00
garbeam c3578257f8 dynamic bar area reservation implemented, yippie 2005-12-13 02:10:28 +02:00
garbeam 0ed70ce953 cleaned up things 2005-12-12 20:06:10 +02:00
garbeam 9142b6a7ab changed libwmii signatures, removed win_prop, using XGetWMName instead (more modern) 2005-12-12 18:49:56 +02:00
garbeam 23335d5717 some more additions to column layout, still ths annoying deini/init bug 2005-12-11 19:00:27 +02:00
garbeam 5806667ac7 added unmap flag to detach* signatures 2005-12-11 17:24:52 +02:00
garbeam 55b6611a50 fixed several issues 2005-12-11 16:47:23 +02:00
garbeam 304d22ed62 somewhat more bugfixing 2005-12-11 02:09:24 +02:00
garbeam f6905a3e11 removed /wm/default/pagegeometry, obsolete 2005-12-10 15:54:46 +02:00
garbeam 9ced0cc2a5 added file after_write handler in areas, which allows to change the layout onthefly 2005-12-09 18:02:03 +02:00
garbeam 3bbcf9f569 added also top-down and bottom-up iterators to container (for stack iteration) 2005-12-09 16:49:55 +02:00
garbeam fb8176db37 fixed pager rendering 2005-12-09 04:40:39 +02:00
garbeam d824b961b0 fixed detach annoyances, identified problem with visual attaching clients from detached clients 2005-12-09 01:42:52 +02:00
garbeam cb1510d077 applied several namespace changes 2005-12-08 23:12:12 +02:00
garbeam bd66e70aba fixed several page selection issues 2005-12-08 21:29:15 +02:00
garbeam 3b9fb4494c changed everything to use container struct 2005-12-08 18:35:40 +02:00
garbeam 43ed7943be removed frames container from area, areas contain clients only in their container,
instead the layout is responsible to provide a frame container of its frames
2005-12-07 16:06:16 +02:00
garbeam f8949ef5e8 proceeded with integration of Container struct 2005-12-07 02:37:37 +02:00
garbeam 004b0da2cc some more fixes of new interface 2005-12-06 23:14:35 +02:00
garbeam 4c25ff1ad5 some more fixes/simplifications 2005-12-06 20:09:23 +02:00
garbeam fefbab01e2 changed various parts to use new rocking data structure 2005-12-06 19:58:52 +02:00
garbeam 77249579da another small fix 2005-12-06 01:38:59 +02:00
garbeam 3c6b7219b4 two small fixes 2005-12-06 01:35:34 +02:00
garbeam 68f01ef3bf fixed small bug in wmirc, also sanitized default wm events 2005-12-06 01:00:04 +02:00
garbeam 3d3499ff4a fixed several issues, cleaned up namespaces somewhat, adapted them to wmirc 2005-12-06 00:51:01 +02:00
garbeam b45e29ac20 detach works 2005-12-05 23:22:24 +02:00
garbeam d1a962ea23 attaching works 2005-12-05 21:38:03 +02:00
garbeam 98fd32f255 several changes to sanitize /wm fs 2005-12-05 03:50:02 +02:00
garbeam ab5eb008a8 removed frking core.c 2005-12-05 03:15:25 +02:00
garbeam 571c792922 added new layout files 2005-12-05 03:09:27 +02:00
garbeam 7a8fe69742 several changes, adding alloc_area 2005-12-05 00:45:59 +02:00
garbeam 1e456a1913 several changes, removing compiling issues 2005-11-22 11:05:39 +01:00
garbeam 148f4aba01 fixed some issues 2005-11-19 20:26:17 +02:00
garbeam caaad63c0d added initial files 2005-11-18 17:54:58 +02:00