about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Added tag 1.3 for changeset dd44dc937e8b0a46abf1a15a333dba5304e4fe89Anselm R. Garbe2006-09-041-0/+1
* hotfixing with sanders hintAnselm R. Garbe2006-09-041-1/+3
* Added tag 1.3 for changeset 6413ea66b1c2496cfc2173fe58df67cb965eb1daAnselm R. Garbe2006-09-041-0/+1
* fixing the issue that new clients appear loweredAnselm R. Garbe2006-09-041-0/+2
* removed unused varsAnselm R. Garbe2006-09-041-2/+2
* reducing focus calls (sanders patch)Anselm R. Garbe2006-09-041-6/+4
* applied Sanders max_and_focus.patchAnselm R. Garbe2006-09-045-44/+48
* simplified buttonpressAnselm R. Garbe2006-09-011-23/+12
* applied sanders patchAnselm R. Garbe2006-09-012-11/+20
* reorder was misssing in Ross version of viewallAnselm R. Garbe2006-08-311-0/+1
* changed shortcut into Mod1-0Anselm R. Garbe2006-08-313-7/+7
* added viewall to mainstream (only Ross Mohns version, not the toggle)Anselm R. Garbe2006-08-315-0/+17
* implemented Button2 press on tags for toggletag on the focused clientAnselm R. Garbe2006-08-312-2/+15
* applied sanders patch to remove unnecessary commit()Anselm R. Garbe2006-08-313-16/+9
* small fix in config.arg.hAnselm R. Garbe2006-08-301-3/+3
* Added tag 1.2 for changeset e3179ce2b90451d2807cd53b589d768412b8666bAnselm R. Garbe2006-08-301-0/+1
* prepared 1.2 1.2Anselm R. Garbe2006-08-301-1/+1
* now using Salmi's menu commandAnselm R. Garbe2006-08-301-2/+3
* removed a warning reported by JukkaAnselm R. Garbe2006-08-301-1/+0
* simplified configurerequestAnselm R. Garbe2006-08-291-25/+22
* now dwm enforces max screen size also in tiled mode on non-floating clients w...Anselm R. Garbe2006-08-291-13/+14
* fixedAnselm R. Garbe2006-08-291-1/+3
* configurenotify remembers max geom now, and restores this if necessary, howev...Anselm R. Garbe2006-08-292-4/+14
* applied patch similiar proposed by dave tweedAnselm R. Garbe2006-08-291-10/+13
* improved selection policyAnselm R. Garbe2006-08-291-20/+24
* still something wrong with reorder()Anselm R. Garbe2006-08-294-56/+33
* this algorithm seems to keep order for any scenarioAnselm R. Garbe2006-08-291-14/+41
* fix client position in list also on tag and toggletagAnselm R. Garbe2006-08-291-0/+4
* added attach/detach functions which don't attach at the begin of list, but at...Anselm R. Garbe2006-08-293-29/+52
* removed crappy variablesAnselm R. Garbe2006-08-283-5/+5
* changed config.arg.h - I really need the 4th tagAnselm R. Garbe2006-08-282-2/+2
* updated html pageAnselm R. Garbe2006-08-281-2/+2
* Added tag 1.1 for changeset 44a55e6e46bf6c231780b09d919977d6f01083deAnselm R. Garbe2006-08-281-0/+1
* added a comment to spawn 1.1Anselm R. Garbe2006-08-281-0/+1
* applied sanders focus_ patchesAnselm R. Garbe2006-08-282-26/+49
* applied sanders somepatches.patchAnselm R. Garbe2006-08-284-8/+16
* oh frking dear big font...Anselm R. Garbe2006-08-251-1/+1
* term enlightenedAnselm R. Garbe2006-08-251-1/+1
* switching to darker colorscheme with larger fontAnselm R. Garbe2006-08-251-7/+7
* patched arg.hAnselm R. Garbe2006-08-251-1/+1
* new stuffAnselm R. Garbe2006-08-251-1/+1
* switching to dark colors againAnselm R. Garbe2006-08-251-6/+6
* updated man page of dwmAnselm R. Garbe2006-08-251-3/+3
* changed order of optionsAnselm R. Garbe2006-08-252-4/+4
* trying a different configurationAnselm R. Garbe2006-08-255-23/+24
* removed small 1px gap, somehow without it things feel betterAnselm R. Garbe2006-08-251-1/+1
* oopsAnselm R. Garbe2006-08-251-1/+1
* fixed typoAnselm R. Garbe2006-08-252-2/+2
* s/TILED/TILE/gAnselm R. Garbe2006-08-253-3/+3
* removed a bunch of lines, made mode symbols configurableAnselm R. Garbe2006-08-254-8/+7
='#n567'>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 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