about summary refs log tree commit diff stats
path: root/tile.c
Commit message (Collapse)AuthorAgeFilesLines
* applied Gottox mwfact patchAnselm R. Garbe2007-08-181-8/+7
|
* applied Jukka Salmi's setmwfact patchAnselm R. Garbe2007-08-171-5/+11
|
* applied Jukka's patchAnselm R. Garbe2007-08-161-1/+3
|
* small bugfixAnselm R. Garbe2007-08-131-1/+1
|
* made tile simplierAnselm R. Garbe2007-08-131-23/+20
|
* made Layout a static struct in layout.c, added some convenience getters in ↵Anselm R. Garbe2007-08-131-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-121-7/+6
|
* separated layout-specific stuff into separate .h and .c files which are ↵Anselm R. Garbe2007-08-111-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-191-131/+0
|
* added some new convenience functionsAnselm R. Garbe2007-02-191-4/+1
|
* some more refactoringAnselm R. Garbe2007-02-191-2/+4
|
* introduced tile.c, some refactoring of functionsAnselm R. Garbe2007-02-191-0/+132
id='n229' href='#n229'>229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271