aboutsummaryrefslogtreecommitdiff
path: root/tile.c
Commit message (Collapse)AuthorAge
* applied Jukka Salmi's setmwfact patchAnselm R. Garbe2007-08-17
|
* applied Jukka's patchAnselm R. Garbe2007-08-16
|
* small bugfixAnselm R. Garbe2007-08-13
|
* made tile simplierAnselm R. Garbe2007-08-13
|
* made Layout a static struct in layout.c, added some convenience getters in ↵Anselm R. Garbe2007-08-13
| | | | layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts
* renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfactAnselm R. Garbe2007-08-12
|
* separated layout-specific stuff into separate .h and .c files which are ↵Anselm R. Garbe2007-08-11
| | | | included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
* merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe2007-02-19
|
* added some new convenience functionsAnselm R. Garbe2007-02-19
|
* some more refactoringAnselm R. Garbe2007-02-19
|
* introduced tile.c, some refactoring of functionsAnselm R. Garbe2007-02-19