about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* making terminus more explicit a regular font (otherwise olique font might be ...arg@mig292006-12-051-1/+1
* also setting LC_CTYPE onlyarg@mig292006-12-051-1/+1
* enforcing using fontsets even if they are incomplete for some encodingsarg@mig292006-12-052-5/+1
* Added tag 2.5.1 for changeset c7f84f23ec5aef29988dcdc4ec22a7352ee8f58earg@mig292006-12-041-0/+1
* hotfix of a serious crashing bug 2.5.1arg@mig292006-12-043-3/+5
* Added tag 2.5 for changeset dcbbfabc8ecc5f33a6cc950584de87da1a368045arg@mig292006-12-041-0/+1
* applied Manuel's regex patch 2.5arg@mig292006-12-031-3/+3
* made squares equally sized, and 1px biggerarg@mig292006-12-011-5/+5
* if client is focused, the emptysquare don't needs to be drawedarg@mig292006-12-011-3/+3
* and the winner isarg@mig292006-12-012-14/+20
* sander1 proposalarg@mig292006-12-011-7/+15
* doodarg@mig292006-12-011-8/+9
* darkening the fg colors somewhatarg@mig292006-12-011-2/+2
* less obtrusive indicator (only a top line)arg@mig292006-12-012-18/+5
* final2 indicatorarg@mig292006-12-012-9/+13
* removing the -1 on final indicators, looks cleanerarg@mig292006-12-011-3/+3
* final indicatorsarg@mig292006-12-012-4/+3
* changed things like I described in last mailarg@mig292006-12-011-15/+11
* improved tag indicatorarg@mig292006-12-011-6/+14
* removed viewall signature from dwm.harg@mig292006-11-301-1/+0
* next version will be 2.5arg@mig292006-11-301-1/+1
* removed viewall(), replaced with view(-1); added tag(-1) to tag a client with...arg@mig292006-11-305-13/+9
* Added tag 2.4 for changeset 32b246925086910d63147483160281a91a47479farg@mig292006-11-301-0/+1
* extended dwm.1 with last change 2.4arg@mig292006-11-281-1/+1
* togglefloat should only work in dotile mode (thanks to Sander for this hint)arg@mig292006-11-281-1/+1
* applied Alex Elide's tricky patch, thanks!arg@mig292006-11-271-1/+0
* returning to old Key structarg@mig292006-11-273-68/+65
* applied Szabolcs Nagy's patch (thank you!)arg@mig292006-11-271-1/+1
* applied patch by Jukkaarg@mig292006-11-271-1/+1
* changing Key.func into Key.func[NFUNCS], this allows sequences execution of f...arg@mig292006-11-273-69/+72
* added man page entryarg@mig292006-11-272-1/+4
* added togglefloat to hg tip (i consider this useful for some cases), using MO...arg@mig292006-11-274-0/+11
* applied Jukka's patch preventing some cornercases and making the EOF error me...arg@mig292006-11-271-1/+2
* applied yet another proposal of Manuelarg@mig292006-11-261-2/+2
* applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line print...arg@mig292006-11-265-14/+16
* applied Jukka's stdinread patcharg@mig292006-11-261-2/+3
* next version will be 2.4arg@mig292006-11-251-1/+1
* applied Manuels patch (thanks to Manuel!)arg@mig292006-11-252-15/+22
* small fix of man pagearg@mig292006-11-241-1/+1
* Added tag 2.3 for changeset 719b37b37b0df829d7cf017ac70e353088fe5849arg@mig292006-11-241-0/+1
* using the term 'indicated' instead of 'higlighted' 2.3arg@mig292006-11-231-3/+3
* updated man page with the bottom right corner indicatorarg@mig292006-11-231-2/+4
* fifififarg@mig292006-11-223-37/+1
* added a similiar patch to Daves solution to indicate if there are clients wit...arg@mig292006-11-221-8/+24
* returning to old bar colorization behavior, like sander proposed for consiste...arg@mig292006-11-211-1/+1
* applied Gottox patchesarg@mig292006-11-213-8/+6
* using iso10646 explicitely in arg's config.harg@mig292006-11-211-1/+1
* Added tag 2.2 for changeset 7e92f58754ae6edb3225f26d754bd89c1ff458cfarg@mig292006-11-211-0/+1
* nah reverting to my prev style, that's really the best 2.2arg@mig292006-11-181-6/+6
* applying aluminium style for arg's config.harg@mig292006-11-181-6/+6
a> 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 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 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745