about summary refs log tree commit diff stats
path: root/screen.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | screen.o
* removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), ↵Anselm R. Garbe2007-08-221-41/+7
| | | | and changed argument of setlayout to layout[N].symbol check
* 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 ↵Anselm R. Garbe2007-02-201-328/+0
| | | | mixture of both)
* 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
| | | | Rule->isversatile
* renames swim[ming] into versatileAnselm R. Garbe2007-02-191-37/+37
|
* renamed floating into swimming (this does not clash with C naming ↵Anselm R. Garbe2007-02-191-66/+67
| | | | conventions and fits better the fish symbol) - also in man page
* 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
7 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397