about summary refs log tree commit diff stats
path: root/screen.c
Commit message (Expand)AuthorAgeFilesLines
* micromizing dwm step 1Anselm R. Garbe2007-09-151-340/+0
* moved bar-related stuff to bar.c (merged draw.c into that)Anselm R. Garbe2007-09-151-36/+0
* renamed drawstatus into drawbarAnselm R. Garbe2007-09-151-3/+3
* prepared 4.4.1 bugfix and minor feature enhancement release 4.4.1Anselm R. Garbe2007-08-261-1/+1
* setlayout should perform strcmp's if arg != NULL, because Layout is local to ...Anselm R. Garbe2007-08-221-1/+2
* removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), an...Anselm R. Garbe2007-08-221-41/+7
* renamed char prop[] into buf[]Anselm R. Garbe2007-08-191-15/+15
* fixed misappearance of iconified windows on SIGKILLAnselm R. Garbe2007-08-191-3/+3
* moved updatebarpos to screenAnselm R. Garbe2007-08-191-0/+26
* added screen.c, removed layout.c and tag.cAnselm R. Garbe2007-08-191-0/+383
* split screen.c into layout.c and tag.c (because the view is an implicit mixtu...Anselm R. Garbe2007-02-201-328/+0
* replaced togglelayout with setlayoutAnselm R. Garbe2007-02-191-15/+22
* renamed Client->versatile and Rule->versatile into Client->isversatile resp. ...Anselm R. Garbe2007-02-191-6/+6
* renames swim[ming] into versatileAnselm R. Garbe2007-02-191-37/+37
* renamed floating into swimming (this does not clash with C naming conventions...Anselm R. Garbe2007-02-191-66/+67
* introduced Layout structAnselm R. Garbe2007-02-191-30/+52
* forgot an extern declarationAnselm R. Garbe2007-02-191-0/+1
* renamed view.c into screen.cAnselm R. Garbe2007-02-191-0/+297
* rearranged several stuffAnselm R. Garbe2006-07-151-100/+0
* sanitized namesAnselm R. Garbe2006-07-141-12/+12
* rearrangedAnselm R. Garbe2006-07-141-0/+100
id='n241' href='#n241'>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 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301