about summary refs log tree commit diff stats
path: root/event.c
Commit message (Expand)AuthorAgeFilesLines
* removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling re...arg@10ksloc.org2006-07-201-15/+15
* implemented regexp matching for rulesarg@10ksloc.org2006-07-191-1/+9
* applied Jukka's patch with s/ModKeyMask/MODKEY/garg@10ksloc.org2006-07-191-20/+20
* reapplied my default keybindingsarg@10ksloc.org2006-07-191-1/+10
* prepared 0.3arg@10ksloc.org2006-07-191-10/+1
* refactored Sanders code somewhatarg@10ksloc.org2006-07-191-11/+4
* applied Sanders resize patch, fixed lower bugarg@10ksloc.org2006-07-191-12/+27
* implemened distinguishing float/managed geometries of clients (works quite well)Anselm R. Garbe2006-07-181-15/+15
* added heretag command which allows to tag a client of a foreign tag with curr...Anselm R. Garbe2006-07-181-0/+4
* ordered variables in structs and source files alphabeticallyAnselm R. Garbe2006-07-171-18/+17
* several additions in mouse handling ;)Anselm R. Garbe2006-07-161-10/+26
* fixed XSync handling and finished man pageAnselm R. Garbe2006-07-151-3/+3
* changing XFlush into XSyncAnselm R. Garbe2006-07-151-1/+1
* sanitized other stuffAnselm R. Garbe2006-07-151-72/+69
* proceeded with cleaning up, sorting functions, etcAnselm R. Garbe2006-07-151-138/+128
* rearranged several stuffAnselm R. Garbe2006-07-151-9/+80
* sanitized namesAnselm R. Garbe2006-07-141-7/+7
* rearrangedAnselm R. Garbe2006-07-141-10/+86
* draw bar on exposure ;)Anselm R. Garbe2006-07-141-1/+3
* searching for a better way to discard enter notifiesAnselm R. Garbe2006-07-141-7/+1
* made barclick to select the specific tagAnselm R. Garbe2006-07-141-1/+3
* continued with man pageAnselm R. Garbe2006-07-141-1/+1
* added mini stuffAnselm R. Garbe2006-07-131-2/+5
* changed default colorsAnselm R. Garbe2006-07-131-1/+1
* removed unnecessary crapAnselm R. Garbe2006-07-131-7/+2
* before leaning things upAnselm R. Garbe2006-07-131-2/+2
* new stuff, fixed several issuesAnselm R. Garbe2006-07-121-4/+4
* added gravity stuffAnselm R. Garbe2006-07-121-0/+4
* simplified several portions of code through replacing rect structs with x,y,h...Anselm R. Garbe2006-07-121-11/+6
* fixed configurerequestAnselm R. Garbe2006-07-121-1/+1
* some more additions/fixesAnselm R. Garbe2006-07-121-1/+1
* fixed several other stuff, coming closer to something usefulAnselm R. Garbe2006-07-111-0/+4
* implemented draw_client stuffAnselm R. Garbe2006-07-111-1/+4
* made code more readableAnselm R. Garbe2006-07-111-14/+6
* added basic mouse support (actually we don't need more)Anselm R. Garbe2006-07-111-2/+0
* added mouse-based resizalsAnselm R. Garbe2006-07-111-3/+27
* several changes, new stuffAnselm R. Garbe2006-07-111-1/+0
* added protocol killing stuffAnselm R. Garbe2006-07-111-17/+33
* added gridsel to gridwmAnselm R. Garbe2006-07-111-4/+2
* changed how manage client worksAnselm R. Garbe2006-07-111-10/+4
* fixed several stuff (gridwm gets better and better)Anselm R. Garbe2006-07-111-77/+10
* implemented pipe_spawnAnselm R. Garbe2006-07-111-4/+2
* added several other stuffAnselm R. Garbe2006-07-101-0/+264
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 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631