Commit Graph

18 Commits

Author SHA1 Message Date
Anselm R Garbe 549726869b recent changes, introduced togglebar, changed some defines into variable declarations where possible 2008-05-19 12:34:54 +01:00
Anselm R Garbe a864a82b34 s/tilegeom/updatetilegeom/ 2008-05-17 14:48:04 +01:00
Anselm R Garbe 4246affc15 moved all tile()-related stuff into tile.c which is included from config.def.h, the default dwm is now nearly independent from the arrange() algorithm in use 2008-05-17 14:38:22 +01:00
Anselm R. Garbe 0235a84ef2 micromizing dwm step 1 2007-09-15 22:25:27 +02:00
Anselm R. Garbe ae760f3f38 introduced new define RESIZEHINTS, which allows to enable/disable size hint handling in tiled resizals 2007-09-09 18:28:39 +02:00
Anselm R. Garbe a92cf496c1 prepared 4.4.1 bugfix and minor feature enhancement release 2007-08-26 12:53:40 +02:00
Anselm R. Garbe 7d156dee1e applied Gottox mwfact patch 2007-08-18 11:40:25 +02:00
Anselm R. Garbe a923298d35 applied Jukka Salmi's setmwfact patch 2007-08-17 21:10:50 +02:00
Anselm R. Garbe e8792d95a1 applied Jukka's patch 2007-08-16 08:05:30 +02:00
Anselm R. Garbe e4ad320599 small bugfix 2007-08-13 19:22:51 +02:00
Anselm R. Garbe a200c39635 made tile simplier 2007-08-13 19:19:38 +02:00
Anselm R. Garbe 77044e8765 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 2007-08-13 19:13:54 +02:00
Anselm R. Garbe f6e41b0bc3 renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfact 2007-08-12 12:46:08 +02:00
Anselm R. Garbe 2d81b78b85 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 2007-08-11 12:11:50 +02:00
Anselm R. Garbe 4cdbd523e5 merged tag.c, view.c and tile.c to manage.c 2007-02-19 14:44:05 +01:00
Anselm R. Garbe 30af19d442 added some new convenience functions 2007-02-19 13:42:39 +01:00
Anselm R. Garbe 5d9146ff37 some more refactoring 2007-02-19 13:17:49 +01:00
Anselm R. Garbe 5cc27f1b3c introduced tile.c, some refactoring of functions 2007-02-19 13:00:29 +01:00