about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Added tag 5.7 for changeset 257403d4cd96Anselm R Garbe2009-09-261-0/+1
* switching to release flags 5.7Anselm R Garbe2009-09-221-4/+4
* implemented nn < n case, k-zed please recheckAnselm R Garbe2009-09-221-14/+30
* use buffer instead of pointer for mon->ltsymbolAnselm R Garbe2009-09-221-8/+5
* added missing scanAnselm R Garbe2009-09-221-0/+1
* implemented different version of updategeomAnselm R Garbe2009-09-212-153/+89
* added TODO to updategeom in order to implement a decent version of it soonAnselm R Garbe2009-09-191-0/+34
* new experimental updategeom() additions that should avoid several problems wi...Anselm R Garbe2009-09-181-24/+77
* implemented dynamic layout symbol stuffAnselm R Garbe2009-09-162-27/+25
* applied Tony Lainson's config.def.h patchAnselm R Garbe2009-09-151-3/+2
* updateAnselm R Garbe2009-09-081-0/+1
* hard-core destructionAnselm R Garbe2009-09-081-2/+8
* renaming isdestroyed into destroyedAnselm R Garbe2009-09-081-3/+3
* sync when a client is being killedAnselm R Garbe2009-09-081-0/+1
* added isdestroyed flag to unmanageAnselm R Garbe2009-09-081-15/+16
* always updategeom when root is configurednsz@tpx2009-09-071-1/+1
* another small optimisationAnselm R Garbe2009-08-181-1/+1
* also update title if the client is on an unfocused monitorAnselm R Garbe2009-08-181-1/+1
* applied nsz's dwm.1 patch, also added wmnameAnselm R Garbe2009-08-161-5/+11
* applied Jukka's cosmetic patchAnselm R Garbe2009-08-161-9/+9
* applied Jukka's sigchld patchAnselm R Garbe2009-08-162-3/+3
* added merged patch of anydot and NealeAnselm R Garbe2009-08-131-3/+7
* fixed nn declarationAnselm R Garbe2009-07-272-2/+3
* Added tag 5.6.1 for changeset e47a47bd3ed4Anselm R Garbe2009-07-261-0/+1
* applied nsz patch 5.6.1Anselm R Garbe2009-07-211-1/+1
* updategeom fix for same geom screensAnselm R Garbe2009-07-212-2/+7
* applied nsz' man page comment, thanks!Anselm R Garbe2009-07-201-2/+4
* mergeAnselm R Garbe2009-07-201-14/+6
|\
| * mergeAnselm R Garbe2009-07-182-5/+5
| |\
| * | applied nsz' dwm.1 fixes, thanks Szabolcs!Anselm R Garbe2009-07-181-14/+6
* | | removed Standard input hintAnselm R Garbe2009-07-201-1/+1
| |/ |/|
* | removed misleading commentAnselm R Garbe2009-07-171-2/+2
* | mergeAnselm R Garbe2009-07-171-0/+1
|\|
| * Added tag 5.6 for changeset 555070221577Anselm R Garbe2009-07-141-0/+1
* | it's all nsz's hard investigation effort, hail nsz! ;)Anselm R Garbe2009-07-172-5/+5
|/
* final style fixes 5.6Anselm R Garbe2009-07-141-15/+13
* removed int cast in TAGMASK as suggested by nszAnselm R Garbe2009-07-141-1/+1
* some stylistic changesAnselm R Garbe2009-07-141-9/+8
* removed obsolete BUGAnselm R Garbe2009-07-131-6/+0
* mark broken clients as brokenanselm@x200s.config2009-07-121-2/+8
* fixing updatetitleanselm@x200s.config2009-07-121-1/+1
* extended rule to apply monitors if set up accordinglyAnselm R Garbe2009-07-092-7/+12
* reverting to optimised compiler options, current state seems stableAnselm R Garbe2009-07-092-5/+5
* extended man page to mention number of visible windowsAnselm R Garbe2009-07-091-8/+9
* added client number printing right of layout symbolAnselm R Garbe2009-07-091-5/+9
* removed monsyms, uselessAnselm R Garbe2009-07-092-15/+3
* restricting number of mons by length of monsymsAnselm R Garbe2009-07-092-1/+3
* introducing const where it might make some senseAnselm R Garbe2009-07-082-14/+13
* no that's definately betterAnselm R Garbe2009-07-081-1/+0
* some minor changesAnselm R Garbe2009-07-081-11/+11
a> 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 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714