aboutsummaryrefslogtreecommitdiffstats
path: root/tile.c
AgeCommit message (Collapse)Author
2008-05-17moved all tile()-related stuff into tile.c which is included from ↵Anselm R Garbe
config.def.h, the default dwm is now nearly independent from the arrange() algorithm in use
2007-09-15micromizing dwm step 1Anselm R. Garbe
2007-09-09introduced new define RESIZEHINTS, which allows to enable/disable size hint ↵Anselm R. Garbe
handling in tiled resizals
2007-08-26prepared 4.4.1 bugfix and minor feature enhancement release4.4.1Anselm R. Garbe
2007-08-18applied Gottox mwfact patchAnselm R. Garbe
2007-08-17applied Jukka Salmi's setmwfact patchAnselm R. Garbe
2007-08-16applied Jukka's patchAnselm R. Garbe
2007-08-13small bugfixAnselm R. Garbe
2007-08-13made tile simplierAnselm R. Garbe
2007-08-13made Layout a static struct in layout.c, added some convenience getters in ↵Anselm R. Garbe
layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts
2007-08-12renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfactAnselm R. Garbe
2007-08-11separated layout-specific stuff into separate .h and .c files which are ↵Anselm R. Garbe
included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
2007-02-19merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe
2007-02-19added some new convenience functionsAnselm R. Garbe
2007-02-19some more refactoringAnselm R. Garbe
2007-02-19introduced tile.c, some refactoring of functionsAnselm R. Garbe