aboutsummaryrefslogtreecommitdiff
path: root/tile.c
Commit message (Collapse)AuthorAgeLines
* improving space usage if master is left of stack (default)Anselm R Garbe2008-05-19-3/+5
|
* updateAnselm R Garbe2008-05-19-4/+0
|
* updatetilegeom should be fine for setmfactAnselm R Garbe2008-05-19-1/+1
|
* recent changes, introduced togglebar, changed some defines into variable ↵Anselm R Garbe2008-05-19-6/+7
| | | | declarations where possible
* s/tilegeom/updatetilegeom/Anselm R Garbe2008-05-17-16/+16
|
* moved all tile()-related stuff into tile.c which is included from ↵Anselm R Garbe2008-05-17-0/+103
| | | | config.def.h, the default dwm is now nearly independent from the arrange() algorithm in use
* micromizing dwm step 1Anselm R. Garbe2007-09-15-85/+0
|
* introduced new define RESIZEHINTS, which allows to enable/disable size hint ↵Anselm R. Garbe2007-09-09-1/+1
| | | | handling in tiled resizals
* prepared 4.4.1 bugfix and minor feature enhancement release4.4.1Anselm R. Garbe2007-08-26-2/+1
|
* applied Gottox mwfact patchAnselm R. Garbe2007-08-18-8/+7
|
* applied Jukka Salmi's setmwfact patchAnselm R. Garbe2007-08-17-5/+11
|
* applied Jukka's patchAnselm R. Garbe2007-08-16-1/+3
|
* small bugfixAnselm R. Garbe2007-08-13-1/+1
|
* made tile simplierAnselm R. Garbe2007-08-13-23/+20
|
* made Layout a static struct in layout.c, added some convenience getters in ↵Anselm R. Garbe2007-08-13-9/+4
| | | | 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-7/+6
|
* separated layout-specific stuff into separate .h and .c files which are ↵Anselm R. Garbe2007-08-11-0/+88
| | | | 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-131/+0
|
* added some new convenience functionsAnselm R. Garbe2007-02-19-4/+1
|
* some more refactoringAnselm R. Garbe2007-02-19-2/+4
|
* introduced tile.c, some refactoring of functionsAnselm R. Garbe2007-02-19-0/+132