aewl

log view.c

age author description
Fri, 08 Sep 2006 08:19:54 +0200 Anselm R. Garbe applied sanders patch of not manipulating sel1.5
Thu, 07 Sep 2006 17:53:40 +0200 Anselm R. Garbe using a global stack for focus recovery on arrange() - seems to work great
Wed, 06 Sep 2006 17:31:52 +0200 Anselm R. Garbe this patch keeps track of global z-layer order of clients which are floating or if floating mode is enabled
Wed, 06 Sep 2006 15:36:42 +0200 Anselm R. Garbe no this is better
Wed, 06 Sep 2006 12:10:43 +0200 Anselm R. Garbe drawstatus even if no client exists
Wed, 06 Sep 2006 11:54:16 +0200 Anselm R. Garbe sanders solution is convincing and elegant
Wed, 06 Sep 2006 10:03:21 +0200 Anselm R. Garbe small fix
Wed, 06 Sep 2006 09:13:31 +0200 Anselm R. Garbe no, reodering floating clients definately breaks the manage() policy which attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks)
Tue, 05 Sep 2006 19:26:34 +0200 Anselm R. Garbe no, ordering floating clients at the end seems better
Tue, 05 Sep 2006 18:43:15 +0200 Anselm R. Garbe fix
Tue, 05 Sep 2006 18:04:22 +0200 Anselm R. Garbe this makes sure the issue mentioned by sander
Tue, 05 Sep 2006 17:10:48 +0200 Anselm R. Garbe fixing zoom
Tue, 05 Sep 2006 16:11:52 +0200 Anselm R. Garbe fixing two off-by-ones
Tue, 05 Sep 2006 16:00:09 +0200 Anselm R. Garbe applied checking existance of >2 tiles patch (proposed by sander) to zoom and resizecol
Tue, 05 Sep 2006 13:52:23 +0200 Anselm R. Garbe renamed resizetile into resizecol
Tue, 05 Sep 2006 13:25:42 +0200 Anselm R. Garbe s/growcol/resizetile/g
Tue, 05 Sep 2006 13:21:59 +0200 Anselm R. Garbe right, multihead issue is not involved with growcol
Tue, 05 Sep 2006 13:20:29 +0200 Anselm R. Garbe hotfix
Tue, 05 Sep 2006 13:19:18 +0200 Anselm R. Garbe applied a fix related to Sanders remark to growcol
Tue, 05 Sep 2006 09:02:37 +0200 Anselm R. Garbe I really need column growing, now pushing upstream
Tue, 05 Sep 2006 08:37:34 +0200 Anselm R. Garbe don't access sel in restack without checking for NULL (multihead crashing bug)
Mon, 04 Sep 2006 12:23:41 +0200 Anselm R. Garbe removed unused vars
Mon, 04 Sep 2006 10:10:08 +0200 Anselm R. Garbe reducing focus calls (sanders patch)
Mon, 04 Sep 2006 08:55:49 +0200 Anselm R. Garbe applied Sanders max_and_focus.patch
Thu, 31 Aug 2006 18:08:28 +0200 Anselm R. Garbe reorder was misssing in Ross version of viewall
Thu, 31 Aug 2006 18:02:38 +0200 Anselm R. Garbe added viewall to mainstream (only Ross Mohns version, not the toggle)
Thu, 31 Aug 2006 08:48:04 +0200 Anselm R. Garbe applied sanders patch to remove unnecessary commit()
Wed, 30 Aug 2006 11:15:58 +0200 Anselm R. Garbe removed a warning reported by Jukka
Tue, 29 Aug 2006 15:28:29 +0200 Anselm R. Garbe improved selection policy
Tue, 29 Aug 2006 13:40:09 +0200 Anselm R. Garbe still something wrong with reorder()
Tue, 29 Aug 2006 09:57:57 +0200 Anselm R. Garbe this algorithm seems to keep order for any scenario
Tue, 29 Aug 2006 09:23:44 +0200 Anselm R. Garbe added attach/detach functions which don't attach at the begin of list, but at the slot of a first match of the tags of a client
Wed, 23 Aug 2006 18:50:46 +0200 Anselm R. Garbe updated man page
Wed, 23 Aug 2006 10:21:57 +0200 Anselm R. Garbe separated setup stuff into main.c:setup() - this makes main() more readable
Tue, 22 Aug 2006 16:50:21 +0200 Anselm R. Garbe separated several functions into view.c