about summary refs log tree commit diff stats
path: root/wm.h
Commit message (Collapse)AuthorAgeFilesLines
* changed default colorsAnselm R. Garbe2006-07-131-137/+0
|
* added dev.c instead of kb.cAnselm R. Garbe2006-07-131-3/+1
|
* added logo+descriptionAnselm R. Garbe2006-07-131-10/+7
|
* new stuff (some warning elimination)Anselm R. Garbe2006-07-131-15/+14
|
* removed unnecessary crapAnselm R. Garbe2006-07-131-10/+53
|
* before leaning things upAnselm R. Garbe2006-07-131-5/+8
|
* added gravity stuffAnselm R. Garbe2006-07-121-1/+4
|
* added maxAnselm R. Garbe2006-07-121-3/+2
|
* added grid mode on Mod1Mask gAnselm R. Garbe2006-07-121-6/+7
|
* simplified several portions of code through replacing rect structs with ↵Anselm R. Garbe2006-07-121-3/+4
| | | | x,y,h,w counterparts (much more readable)
* some more additions/fixesAnselm R. Garbe2006-07-121-0/+2
|
* fixed several other stuff, coming closer to something usefulAnselm R. Garbe2006-07-111-0/+1
|
* made code more readableAnselm R. Garbe2006-07-111-8/+5
|
* added basic mouse support (actually we don't need more)Anselm R. Garbe2006-07-111-14/+0
|
* added mouse-based resizalsAnselm R. Garbe2006-07-111-4/+22
|
* several changes, new stuffAnselm R. Garbe2006-07-111-1/+2
|
* added bar event timerAnselm R. Garbe2006-07-111-4/+5
|
* added protocol killing stuffAnselm R. Garbe2006-07-111-7/+17
|
* changed how manage client worksAnselm R. Garbe2006-07-111-2/+3
|
* fixed several stuff (gridwm gets better and better)Anselm R. Garbe2006-07-111-5/+5
|
* added key handlingAnselm R. Garbe2006-07-111-1/+14
|
* new stuffAnselm R. Garbe2006-07-111-11/+4
|
* implemented pipe_spawnAnselm R. Garbe2006-07-111-1/+1
|
* added several other stuffAnselm R. Garbe2006-07-101-16/+24
|
* several new changes, made gridmenu workingAnselm R. Garbe2006-07-101-2/+6
|
* added new stuffAnselm R. Garbe2006-07-101-2/+3
|
* initial importAnselm R. Garbe2006-07-101-0/+57
id='n418' href='#n418'>418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513