about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* applied Gottox' windowarea patcharg@mig292006-11-164-32/+32
* using a more blue-ish color...arg@mig292006-11-081-2/+2
* making the selected color more lightningarg@mig292006-11-081-1/+1
* next release will be 2.2arg@mig292006-11-031-1/+1
* applied Jukkas patcharg@mig292006-11-031-3/+7
* Added tag 2.1 for changeset a2c465098a3b972bbed00feda9804b6aae1e9531arg@mig292006-11-021-0/+1
* renamed resizecol into resizemaster 2.1arg@mig292006-10-314-6/+6
* applied Gottox patch to simplify the resizing of col, instead of resizing the...arg@mig292006-10-313-20/+5
* Added tag 2.0 for changeset 12deea36603da407e3f32640048846a3bd74a9ecarg@mig292006-10-311-0/+1
* make sure that changing sx has no impact on snapping 2.0arg@mig292006-10-311-1/+1
* in a 1920x1200 setup 40 pixels of snap value are much better than 20arg@mig292006-10-301-1/+1
* fixed stupid bug of snap-to-screenarg@mig292006-10-301-4/+4
* changing snap priorityarg@mig292006-10-301-3/+3
* removed useless abs() callsarg@mig292006-10-301-2/+2
* added screen-border snapping in floating mode, feels quite wellarg@mig292006-10-303-0/+10
* and another fixarg@mig292006-10-272-3/+4
* applied sanders try2 patcharg@mig292006-10-274-7/+6
* applied sanders max size fixarg@mig292006-10-272-1/+5
* stupid urxvt needs bg to highlight selections in a sane way, though that make...arg@mig292006-10-271-1/+1
* reverting to originalarg@mig292006-10-261-1/+1
* applied sander's config.*h nitpick patcharg@mig292006-10-262-5/+5
* some other changearg@mig292006-10-261-3/+3
* apply small fix to prevent apps like mplayer wandering when toggling fullscreenarg@mig292006-10-261-2/+2
* forgot to use -tr, which actually prevents the ugly flicker (using xsetroot -...arg@mig292006-10-261-1/+1
* using MASTER 600 again, it is definately better, and using urxvtc for the mom...arg@mig292006-10-261-2/+2
* changing MASTER in config.arg.h from 600 to 550 per thousandarg@mig292006-10-261-1/+1
* my new 1920x1200 Z61p arrived, now I can use terminus in a sane way...arg@mig292006-10-261-1/+1
* moved MOUSEMASK into event.c (not used in other places)Anselm R. Garbe2006-10-162-1/+1
* now being at v2.0Anselm R. Garbe2006-10-141-1/+1
* using lsx instead of Jukka's shell constructAnselm R. Garbe2006-10-131-4/+3
* hotfixAnselm R. Garbe2006-10-061-1/+2
* Added tag 1.9 for changeset a5567a0d30112822db2627a04a2e7aa3b6c38148Anselm R. Garbe2006-10-061-0/+1
* do* has no Arg arument anymore (never called directly) 1.9Anselm R. Garbe2006-10-065-18/+18
* code polishing, removed unnecessary newlinesAnselm R. Garbe2006-10-0610-86/+23
* yet another small fix and simplification of dotileAnselm R. Garbe2006-10-061-18/+10
* removed the stack position stuffAnselm R. Garbe2006-10-058-96/+26
* small boundary check fixAnselm R. Garbe2006-10-051-2/+2
* changing MASTER value from percent into per millAnselm R. Garbe2006-10-054-9/+9
* Added tag 1.8 for changeset c71952fa3c7ca848ec38a6923b5c6d0e18fff431Anselm R. Garbe2006-10-051-0/+1
* simplified dotile(), removed misleading line 1.8Anselm R. Garbe2006-10-051-2/+3
* final fix for man pageAnselm R. Garbe2006-10-051-3/+3
* keep master ratio on resizecol -> arrangeAnselm R. Garbe2006-10-055-24/+20
* yet another simplification of dotile()Anselm R. Garbe2006-10-051-30/+25
a id='n569' href='#n569'>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 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 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788