Commit Graph

63 Commits

Author SHA1 Message Date
Anselm R. Garbe 8a9034814a proceeding with client.c 2006-01-25 20:41:12 +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
Anselm R. Garbe d9b393262e changed Copyright year notice 2006-01-20 16:20:24 +02:00
Anselm R. Garbe 40c3143c35 now setting default cursor on focus_client to prevent GTK braindamage cursors 2006-01-19 17:26:09 +02:00
Anselm R. Garbe ace9b63747 fixed several issues in column layout reported by tube 2006-01-19 16:02:18 +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 2fd5866c98 page counting/addressing begins at 1 again 2006-01-18 18:45:27 +02:00
Anselm R. Garbe ed27c6b646 fixed focus-on-click, next is click-through 2006-01-18 16:02:29 +02:00
Anselm R. Garbe 576075e75f focus handling is up to the Layout now 2006-01-18 15:42:44 +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 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
Anselm R. Garbe c07fee01c2 definately another focus algorithm is necessary 2006-01-12 19:11:15 +02:00
garbeam 8ad02afad2 several other fixes concerning the borken sloppy crap 2006-01-12 19:03:49 +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 ca60ffdf74 some other focus changes, next is to merge Area with Layout and to activate the qid routing 2006-01-11 20:06:51 +02:00
garbeam 98d451e445 some changes before last refactoring for 9P in wm/ 2006-01-11 19:15:16 +02:00
garbeam 543aaf3cd9 focus sanitizing/work in progress 2006-01-11 18:07:33 +02:00
garbeam f8e6a1370c fixed attach/focus issue in upstream hg 2006-01-10 15:43:09 +02:00
garbeam ee3d76b744 fixed short title bug in wmiibar reported by bogon 2006-01-04 17:28:31 +02:00
garbeam 418ded55d9 removed lock-based tabbing, tabbing is up to the layout now 2006-01-03 11:30:15 +02:00
garbeam e620aa3e45 removed unnecessary stuff from frame'fs 2006-01-01 22:35:11 +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 7c7e43b6bf fixed issues in wmiimenu 2005-12-17 15:59:25 +02:00
garbeam 95dffe3f1a some other bugfixes 2005-12-17 11:29:27 +02:00
garbeam 443ed8370e made effort in debugging most frking bugs 2005-12-16 21:05:42 +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 1c8092146a reduced draw_frame operations drastically, centralized call to select_frame function 2005-12-14 02:22:37 +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 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 8b9326aa2a added better area selection 2005-12-12 18:04:40 +02:00
garbeam 88d2cc22d4 fixed detach issue 2005-12-12 00:52:04 +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 1d92df0536 fixed serious bug in detach_client, if detached client 2005-12-09 16:52:45 +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 453b849830 fixed annoying sel_page on detach 2005-12-09 03:57:09 +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 100c1b38db fixed tabbing rendering 2005-12-09 01:18:10 +02:00
garbeam cb1510d077 applied several namespace changes 2005-12-08 23:12:12 +02:00
garbeam 3b9fb4494c changed everything to use container struct 2005-12-08 18:35:40 +02:00
garbeam a2e48172ad made string termination Ken Thompson-compliant 2005-12-08 02:46:45 +02:00
garbeam 629b23ae5d sanitized emalloc into emallocz which let's us get rid of various init crap 2005-12-08 02:31:23 +02:00