about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Added tag 4.0 for changeset 018c38468422Anselm R. Garbe2007-04-191-0/+1
* fixed the border issue for mplayer, ff is definately broken when using F11 (f... 4.0Anselm R. Garbe2007-04-193-6/+12
* touch borderAnselm R. Garbe2007-04-191-1/+1
* set border at manage timeAnselm R. Garbe2007-04-181-2/+1
* using pixelcarnage-monospace (proggyclean), because this is better to the eyesAnselm R. Garbe2007-04-181-1/+1
* changed border handlingAnselm R. Garbe2007-04-173-18/+11
* changing order of c->border restorageAnselm R. Garbe2007-04-131-3/+3
* I used 2006 in other places as wellAnselm R. Garbe2007-04-131-1/+1
* yet another fix of copyright compactisitionAnselm R. Garbe2007-04-1311-16/+24
* making Copyright notices more compactAnselm R. Garbe2007-04-138-28/+22
* next version will be 4.0, so don't expect it within the next daysAnselm R. Garbe2007-04-111-1/+1
* make also transients floating when we do not know the main windowAnselm R. Garbe2007-04-111-4/+5
* Added tag 3.9 for changeset 55478328b242Anselm R. Garbe2007-04-021-0/+1
* next version will be 3.9, but don't expect it this week 3.9Anselm R. Garbe2007-03-291-1/+1
* add an additional check in resize() to prevent a crash of dwmAnselm R. Garbe2007-03-291-1/+3
* Added tag 3.8 for changeset 2ea201354cf0Anselm R. Garbe2007-03-051-0/+1
* we don't need to set the font all the time 3.8Anselm R. Garbe2007-03-022-9/+5
* some changes to updatesizehints, I don't change the aspect ratio algorithm no...Anselm R. Garbe2007-03-012-17/+24
* removed sendeventAnselm R. Garbe2007-02-263-17/+11
* Escape -s in dwm.1Anselm R. Garbe2007-02-262-26/+26
* Added tag 3.7 for changeset baee494346e5Anselm R. Garbe2007-02-241-0/+1
* prepared 3.7, ready to rambo 3.7Anselm R. Garbe2007-02-242-2/+2
* removed an unnecessary newlineAnselm R. Garbe2007-02-241-1/+0
* removed superfluous externs (except for tags, because tags is defined in the ...Anselm R. Garbe2007-02-241-53/+53
* replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-kAnselm R. Garbe2007-02-233-10/+10
* oops, small bugfix in my configAnselm R. Garbe2007-02-231-1/+1
* default masterwidth should also be at 600Anselm R. Garbe2007-02-231-1/+1
* changed order if h/lAnselm R. Garbe2007-02-231-1/+1
* well I agree to several people claiming h/j/k/l is the better default than Ta...Anselm R. Garbe2007-02-233-13/+13
* renamed untiled into floating, keeping tiled instead of tiling (afaik tiled s...Anselm R. Garbe2007-02-229-63/+63
* hahaha, untiled and non-untiled sounded really cumbersomeAnselm R. Garbe2007-02-221-1/+1
* made Fnt an anonymous inner structAnselm R. Garbe2007-02-221-15/+15
* made Fnt an anonymous inner structAnselm R. Garbe2007-02-221-9/+7
* nah, I don't want 640 as MASTERWIDTHAnselm R. Garbe2007-02-222-3/+3
* using MASTERWIDTH=640 and 32px steps by default (incmasterw())Anselm R. Garbe2007-02-222-6/+6
* simplified focusclient()Anselm R. Garbe2007-02-221-10/+6
* renamed versatile into untiledAnselm R. Garbe2007-02-229-51/+51
* merged focus{prev.next} into focusclient(1/-1)Anselm R. Garbe2007-02-224-26/+21
* made dwm.h more tidy (thx Jukka for the zoom() hint)Anselm R. Garbe2007-02-221-12/+11
* oopsAnselm R. Garbe2007-02-221-2/+2
* small bugfixAnselm R. Garbe2007-02-222-9/+15
* fixed some issues due to the Arg->const char * transitionAnselm R. Garbe2007-02-222-9/+10
* restoring default keybindings as Sander complainedAnselm R. Garbe2007-02-222-8/+8
* replaced Arg union with const char *arg, seems cleaner to me, even if we need...Anselm R. Garbe2007-02-229-185/+190
* re-added xterm to config.default.hAnselm R. Garbe2007-02-221-0/+1
* removed button4/5-bindings for incnmaster on mode label - that is misleadingAnselm R. Garbe2007-02-222-14/+0
* fixed order of key bindings described in dwm.1Anselm R. Garbe2007-02-221-5/+5
* status needs update even in togglemax() - since we got an indicator for thisAnselm R. Garbe2007-02-221-0/+1
* reusing drawsquare for client title, empty square before title means versatil...Anselm R. Garbe2007-02-222-24/+6
* dwm draws a small caret before the client title if it's a versatile clientAnselm R. Garbe2007-02-222-6/+31
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 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