Sun, 19 Aug 2007 10:57:02 +0200 added screen.c, removed layout.c and tag.c
Anselm R. Garbe <garbeam@gmail.com> [Sun, 19 Aug 2007 10:57:02 +0200] rev 967
added screen.c, removed layout.c and tag.c
Sun, 19 Aug 2007 10:40:07 +0200 prepared merging layout.c and tag.c into screen.c
Anselm R. Garbe <garbeam@gmail.com> [Sun, 19 Aug 2007 10:40:07 +0200] rev 966
prepared merging layout.c and tag.c into screen.c
Sun, 19 Aug 2007 10:13:24 +0200 small fix
Anselm R. Garbe <garbeam@gmail.com> [Sun, 19 Aug 2007 10:13:24 +0200] rev 965
small fix
Sat, 18 Aug 2007 14:20:56 +0200 hmm I doubt the usefulness of storing this information...
Anselm R. Garbe <garbeam@gmail.com> [Sat, 18 Aug 2007 14:20:56 +0200] rev 964
hmm I doubt the usefulness of storing this information...
Sat, 18 Aug 2007 13:48:05 +0200 cleaned up settags-handling
Anselm R. Garbe <garbeam@gmail.com> [Sat, 18 Aug 2007 13:48:05 +0200] rev 963
cleaned up settags-handling
Sat, 18 Aug 2007 11:40:25 +0200 applied Gottox mwfact patch
Anselm R. Garbe <garbeam@gmail.com> [Sat, 18 Aug 2007 11:40:25 +0200] rev 962
applied Gottox mwfact patch
Fri, 17 Aug 2007 21:19:07 +0200 replaced static Layout *lt with static unsigned int sellayout... (will be adapted later when _DWM_CONFIG is serialized as root window property)
Anselm R. Garbe <garbeam@gmail.com> [Fri, 17 Aug 2007 21:19:07 +0200] rev 961
replaced static Layout *lt with static unsigned int sellayout... (will be adapted later when _DWM_CONFIG is serialized as root window property)
Fri, 17 Aug 2007 21:12:55 +0200 renamed seltag into seltags
Anselm R. Garbe <garbeam@gmail.com> [Fri, 17 Aug 2007 21:12:55 +0200] rev 960
renamed seltag into seltags
Fri, 17 Aug 2007 21:10:50 +0200 applied Jukka Salmi's setmwfact patch
Anselm R. Garbe <garbeam@gmail.com> [Fri, 17 Aug 2007 21:10:50 +0200] rev 959
applied Jukka Salmi's setmwfact patch
Thu, 16 Aug 2007 18:41:22 +0200 made plural arrays
Anselm R. Garbe <garbeam@gmail.com> [Thu, 16 Aug 2007 18:41:22 +0200] rev 958
made plural arrays
Thu, 16 Aug 2007 18:30:25 +0200 fixed the issue observed by various people, that clients appeared on empty tags
Anselm R. Garbe <garbeam@gmail.com> [Thu, 16 Aug 2007 18:30:25 +0200] rev 957
fixed the issue observed by various people, that clients appeared on empty tags
Thu, 16 Aug 2007 17:55:55 +0200 made tag/view/toggle{tag,view} work on pointer to tags-array, there was the need to define Key key[] not static to do this. split focusclient into focusnext/prev, fixed config.*.h's
Anselm R. Garbe <garbeam@gmail.com> [Thu, 16 Aug 2007 17:55:55 +0200] rev 956
made tag/view/toggle{tag,view} work on pointer to tags-array, there was the need to define Key key[] not static to do this. split focusclient into focusnext/prev, fixed config.*.h's
Thu, 16 Aug 2007 08:05:30 +0200 applied Jukka's patch
Anselm R. Garbe <garbeam@gmail.com> [Thu, 16 Aug 2007 08:05:30 +0200] rev 955
applied Jukka's patch
Wed, 15 Aug 2007 19:31:41 +0200 fixed _DWM_CONFIG persistation, fixed the client disapperance bug during restarts
Anselm R. Garbe <garbeam@gmail.com> [Wed, 15 Aug 2007 19:31:41 +0200] rev 954
fixed _DWM_CONFIG persistation, fixed the client disapperance bug during restarts
Wed, 15 Aug 2007 19:27:32 +0200 fififi
Anselm R. Garbe <garbeam@gmail.com> [Wed, 15 Aug 2007 19:27:32 +0200] rev 953
fififi
Tue, 14 Aug 2007 19:38:10 +0200 fix of resize (thanks Sander for the hint!)
Anselm R. Garbe <garbeam@gmail.com> [Tue, 14 Aug 2007 19:38:10 +0200] rev 952
fix of resize (thanks Sander for the hint!)
Tue, 14 Aug 2007 07:54:51 +0200 fixed a typo
Anselm R. Garbe <garbeam@gmail.com> [Tue, 14 Aug 2007 07:54:51 +0200] rev 951
fixed a typo
Mon, 13 Aug 2007 20:10:44 +0200 small bugfix
Anselm R. Garbe <garbeam@gmail.com> [Mon, 13 Aug 2007 20:10:44 +0200] rev 950
small bugfix
Mon, 13 Aug 2007 20:06:00 +0200 tags should be persistent now during X server run
Anselm R. Garbe <garbeam@gmail.com> [Mon, 13 Aug 2007 20:06:00 +0200] rev 949
tags should be persistent now during X server run
Mon, 13 Aug 2007 19:22:51 +0200 small bugfix
Anselm R. Garbe <garbeam@gmail.com> [Mon, 13 Aug 2007 19:22:51 +0200] rev 948
small bugfix
Mon, 13 Aug 2007 19:19:38 +0200 made tile simplier
Anselm R. Garbe <garbeam@gmail.com> [Mon, 13 Aug 2007 19:19:38 +0200] rev 947
made tile simplier
Mon, 13 Aug 2007 19:13:54 +0200 made Layout a static struct in layout.c, added some convenience getters in layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts
Anselm R. Garbe <garbeam@gmail.com> [Mon, 13 Aug 2007 19:13:54 +0200] rev 946
made Layout a static struct in layout.c, added some convenience getters in layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts
Mon, 13 Aug 2007 18:24:15 +0200 made resize more precise
Anselm R. Garbe <garbeam@gmail.com> [Mon, 13 Aug 2007 18:24:15 +0200] rev 945
made resize more precise
Sun, 12 Aug 2007 13:10:21 +0200 moved floating to layout.c, kept tile.c outside
Anselm R. Garbe <garbeam@gmail.com> [Sun, 12 Aug 2007 13:10:21 +0200] rev 944
moved floating to layout.c, kept tile.c outside
Sun, 12 Aug 2007 12:46:08 +0200 renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfact
Anselm R. Garbe <garbeam@gmail.com> [Sun, 12 Aug 2007 12:46:08 +0200] rev 943
renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfact
Sat, 11 Aug 2007 14:44:11 +0200 fixed a comment
Anselm R. Garbe <garbeam@gmail.com> [Sat, 11 Aug 2007 14:44:11 +0200] rev 942
fixed a comment
Sat, 11 Aug 2007 12:11:50 +0200 separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
Anselm R. Garbe <garbeam@gmail.com> [Sat, 11 Aug 2007 12:11:50 +0200] rev 941
separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
Fri, 10 Aug 2007 18:27:25 +0200 let not overlap the borders
Anselm R. Garbe <garbeam@gmail.com> [Fri, 10 Aug 2007 18:27:25 +0200] rev 940
let not overlap the borders
Fri, 10 Aug 2007 18:16:05 +0200 removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for details
Anselm R. Garbe <garbeam@gmail.com> [Fri, 10 Aug 2007 18:16:05 +0200] rev 939
removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for details
Sun, 05 Aug 2007 17:37:40 +0200 slight change of my color scheme
Anselm R. Garbe <garbeam@gmail.com> [Sun, 05 Aug 2007 17:37:40 +0200] rev 938
slight change of my color scheme
(0) -300 -100 -50 -30 +30 +50 +100 +300 tip