Fri, 01 Dec 2006 17:36:37 +0100 sander1 proposal
arg@mig29 [Fri, 01 Dec 2006 17:36:37 +0100] rev 605
sander1 proposal
Fri, 01 Dec 2006 16:55:42 +0100 dood
arg@mig29 [Fri, 01 Dec 2006 16:55:42 +0100] rev 604
dood
Fri, 01 Dec 2006 15:50:22 +0100 darkening the fg colors somewhat
arg@mig29 [Fri, 01 Dec 2006 15:50:22 +0100] rev 603
darkening the fg colors somewhat
Fri, 01 Dec 2006 15:03:42 +0100 less obtrusive indicator (only a top line)
arg@mig29 [Fri, 01 Dec 2006 15:03:42 +0100] rev 602
less obtrusive indicator (only a top line)
Fri, 01 Dec 2006 12:52:16 +0100 final2 indicator
arg@mig29 [Fri, 01 Dec 2006 12:52:16 +0100] rev 601
final2 indicator
Fri, 01 Dec 2006 12:39:13 +0100 removing the -1 on final indicators, looks cleaner
arg@mig29 [Fri, 01 Dec 2006 12:39:13 +0100] rev 600
removing the -1 on final indicators, looks cleaner
Fri, 01 Dec 2006 12:25:23 +0100 final indicators
arg@mig29 [Fri, 01 Dec 2006 12:25:23 +0100] rev 599
final indicators
Fri, 01 Dec 2006 10:16:10 +0100 changed things like I described in last mail
arg@mig29 [Fri, 01 Dec 2006 10:16:10 +0100] rev 598
changed things like I described in last mail
Fri, 01 Dec 2006 09:52:15 +0100 improved tag indicator
arg@mig29 [Fri, 01 Dec 2006 09:52:15 +0100] rev 597
improved tag indicator
Thu, 30 Nov 2006 17:01:39 +0100 removed viewall signature from dwm.h
arg@mig29 [Thu, 30 Nov 2006 17:01:39 +0100] rev 596
removed viewall signature from dwm.h
Thu, 30 Nov 2006 15:51:26 +0100 next version will be 2.5
arg@mig29 [Thu, 30 Nov 2006 15:51:26 +0100] rev 595
next version will be 2.5
Thu, 30 Nov 2006 15:27:43 +0100 removed viewall(), replaced with view(-1); added tag(-1) to tag a client with all tags (new key combo MODKEY-Shift-0)
arg@mig29 [Thu, 30 Nov 2006 15:27:43 +0100] rev 594
removed viewall(), replaced with view(-1); added tag(-1) to tag a client with all tags (new key combo MODKEY-Shift-0)
Thu, 30 Nov 2006 09:19:52 +0100 Added tag 2.4 for changeset 32b246925086910d63147483160281a91a47479f
arg@mig29 [Thu, 30 Nov 2006 09:19:52 +0100] rev 593
Added tag 2.4 for changeset 32b246925086910d63147483160281a91a47479f
Tue, 28 Nov 2006 17:36:00 +0100 extended dwm.1 with last change 2.4
arg@mig29 [Tue, 28 Nov 2006 17:36:00 +0100] rev 592
extended dwm.1 with last change
Tue, 28 Nov 2006 17:35:31 +0100 togglefloat should only work in dotile mode (thanks to Sander for this hint)
arg@mig29 [Tue, 28 Nov 2006 17:35:31 +0100] rev 591
togglefloat should only work in dotile mode (thanks to Sander for this hint)
Mon, 27 Nov 2006 17:51:50 +0100 applied Alex Elide's tricky patch, thanks!
arg@mig29 [Mon, 27 Nov 2006 17:51:50 +0100] rev 590
applied Alex Elide's tricky patch, thanks!
Mon, 27 Nov 2006 17:49:58 +0100 returning to old Key struct
arg@mig29 [Mon, 27 Nov 2006 17:49:58 +0100] rev 589
returning to old Key struct
Mon, 27 Nov 2006 17:46:02 +0100 applied Szabolcs Nagy's patch (thank you!)
arg@mig29 [Mon, 27 Nov 2006 17:46:02 +0100] rev 588
applied Szabolcs Nagy's patch (thank you!)
Mon, 27 Nov 2006 17:30:06 +0100 applied patch by Jukka
arg@mig29 [Mon, 27 Nov 2006 17:30:06 +0100] rev 587
applied patch by Jukka
Mon, 27 Nov 2006 13:21:38 +0100 changing Key.func into Key.func[NFUNCS], this allows sequences execution of functions per keypress (avoids implementing useless masterfunctions which call atomic ones)
arg@mig29 [Mon, 27 Nov 2006 13:21:38 +0100] rev 586
changing Key.func into Key.func[NFUNCS], this allows sequences execution of functions per keypress (avoids implementing useless masterfunctions which call atomic ones)
Mon, 27 Nov 2006 11:05:47 +0100 added man page entry
arg@mig29 [Mon, 27 Nov 2006 11:05:47 +0100] rev 585
added man page entry
Mon, 27 Nov 2006 10:57:37 +0100 added togglefloat to hg tip (i consider this useful for some cases), using MODKEY-Shift-space as shortcut
arg@mig29 [Mon, 27 Nov 2006 10:57:37 +0100] rev 584
added togglefloat to hg tip (i consider this useful for some cases), using MODKEY-Shift-space as shortcut
Mon, 27 Nov 2006 10:29:47 +0100 applied Jukka's patch preventing some cornercases and making the EOF error message correct
arg@mig29 [Mon, 27 Nov 2006 10:29:47 +0100] rev 583
applied Jukka's patch preventing some cornercases and making the EOF error message correct
Sun, 26 Nov 2006 15:43:16 +0100 applied yet another proposal of Manuel
arg@mig29 [Sun, 26 Nov 2006 15:43:16 +0100] rev 582
applied yet another proposal of Manuel
Sun, 26 Nov 2006 14:26:53 +0100 applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line printage proposal for stdin reading.
arg@mig29 [Sun, 26 Nov 2006 14:26:53 +0100] rev 581
applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line printage proposal for stdin reading.
Sun, 26 Nov 2006 13:31:36 +0100 applied Jukka's stdinread patch
arg@mig29 [Sun, 26 Nov 2006 13:31:36 +0100] rev 580
applied Jukka's stdinread patch
Sat, 25 Nov 2006 19:26:31 +0100 next version will be 2.4
arg@mig29 [Sat, 25 Nov 2006 19:26:31 +0100] rev 579
next version will be 2.4
Sat, 25 Nov 2006 19:26:16 +0100 applied Manuels patch (thanks to Manuel!)
arg@mig29 [Sat, 25 Nov 2006 19:26:16 +0100] rev 578
applied Manuels patch (thanks to Manuel!)
Fri, 24 Nov 2006 17:02:41 +0100 small fix of man page
arg@mig29 [Fri, 24 Nov 2006 17:02:41 +0100] rev 577
small fix of man page
Fri, 24 Nov 2006 15:46:32 +0100 Added tag 2.3 for changeset 719b37b37b0df829d7cf017ac70e353088fe5849
arg@mig29 [Fri, 24 Nov 2006 15:46:32 +0100] rev 576
Added tag 2.3 for changeset 719b37b37b0df829d7cf017ac70e353088fe5849
Thu, 23 Nov 2006 16:00:16 +0100 using the term 'indicated' instead of 'higlighted' 2.3
arg@mig29 [Thu, 23 Nov 2006 16:00:16 +0100] rev 575
using the term 'indicated' instead of 'higlighted'
Thu, 23 Nov 2006 15:59:16 +0100 updated man page with the bottom right corner indicator
arg@mig29 [Thu, 23 Nov 2006 15:59:16 +0100] rev 574
updated man page with the bottom right corner indicator
Wed, 22 Nov 2006 16:17:50 +0100 fififif
arg@mig29 [Wed, 22 Nov 2006 16:17:50 +0100] rev 573
fififif
Wed, 22 Nov 2006 14:57:09 +0100 added a similiar patch to Daves solution to indicate if there are clients with a specific tag
arg@mig29 [Wed, 22 Nov 2006 14:57:09 +0100] rev 572
added a similiar patch to Daves solution to indicate if there are clients with a specific tag
Tue, 21 Nov 2006 15:03:08 +0100 returning to old bar colorization behavior, like sander proposed for consistency reasons
arg@mig29 [Tue, 21 Nov 2006 15:03:08 +0100] rev 571
returning to old bar colorization behavior, like sander proposed for consistency reasons
Tue, 21 Nov 2006 14:49:13 +0100 applied Gottox patches
arg@mig29 [Tue, 21 Nov 2006 14:49:13 +0100] rev 570
applied Gottox patches
Tue, 21 Nov 2006 12:17:47 +0100 using iso10646 explicitely in arg's config.h
arg@mig29 [Tue, 21 Nov 2006 12:17:47 +0100] rev 569
using iso10646 explicitely in arg's config.h
Tue, 21 Nov 2006 09:41:33 +0100 Added tag 2.2 for changeset 7e92f58754ae6edb3225f26d754bd89c1ff458cf
arg@mig29 [Tue, 21 Nov 2006 09:41:33 +0100] rev 568
Added tag 2.2 for changeset 7e92f58754ae6edb3225f26d754bd89c1ff458cf
Sat, 18 Nov 2006 21:33:33 +0100 nah reverting to my prev style, that's really the best 2.2
arg@mig29 [Sat, 18 Nov 2006 21:33:33 +0100] rev 567
nah reverting to my prev style, that's really the best
Sat, 18 Nov 2006 21:26:53 +0100 applying aluminium style for arg's config.h
arg@mig29 [Sat, 18 Nov 2006 21:26:53 +0100] rev 566
applying aluminium style for arg's config.h
Thu, 16 Nov 2006 14:40:57 +0100 applied Gottox' windowarea patch
arg@mig29 [Thu, 16 Nov 2006 14:40:57 +0100] rev 565
applied Gottox' windowarea patch
Wed, 08 Nov 2006 17:16:38 +0100 using a more blue-ish color...
arg@mig29 [Wed, 08 Nov 2006 17:16:38 +0100] rev 564
using a more blue-ish color...
Wed, 08 Nov 2006 17:10:51 +0100 making the selected color more lightning
arg@mig29 [Wed, 08 Nov 2006 17:10:51 +0100] rev 563
making the selected color more lightning
Fri, 03 Nov 2006 09:22:40 +0100 next release will be 2.2
arg@mig29 [Fri, 03 Nov 2006 09:22:40 +0100] rev 562
next release will be 2.2
Fri, 03 Nov 2006 08:29:39 +0100 applied Jukkas patch
arg@mig29 [Fri, 03 Nov 2006 08:29:39 +0100] rev 561
applied Jukkas patch
Thu, 02 Nov 2006 10:18:22 +0100 Added tag 2.1 for changeset a2c465098a3b972bbed00feda9804b6aae1e9531
arg@mig29 [Thu, 02 Nov 2006 10:18:22 +0100] rev 560
Added tag 2.1 for changeset a2c465098a3b972bbed00feda9804b6aae1e9531
Tue, 31 Oct 2006 12:07:32 +0100 renamed resizecol into resizemaster 2.1
arg@mig29 [Tue, 31 Oct 2006 12:07:32 +0100] rev 559
renamed resizecol into resizemaster
Tue, 31 Oct 2006 12:06:38 +0100 applied Gottox patch to simplify the resizing of col, instead of resizing the current area, it only resizes the master area in the future (seems more predictable)
arg@mig29 [Tue, 31 Oct 2006 12:06:38 +0100] rev 558
applied Gottox patch to simplify the resizing of col, instead of resizing the current area, it only resizes the master area in the future (seems more predictable)
Tue, 31 Oct 2006 09:02:42 +0100 Added tag 2.0 for changeset 12deea36603da407e3f32640048846a3bd74a9ec
arg@mig29 [Tue, 31 Oct 2006 09:02:42 +0100] rev 557
Added tag 2.0 for changeset 12deea36603da407e3f32640048846a3bd74a9ec
Tue, 31 Oct 2006 09:02:16 +0100 make sure that changing sx has no impact on snapping 2.0
arg@mig29 [Tue, 31 Oct 2006 09:02:16 +0100] rev 556
make sure that changing sx has no impact on snapping
Mon, 30 Oct 2006 12:40:10 +0100 in a 1920x1200 setup 40 pixels of snap value are much better than 20
arg@mig29 [Mon, 30 Oct 2006 12:40:10 +0100] rev 555
in a 1920x1200 setup 40 pixels of snap value are much better than 20
Mon, 30 Oct 2006 12:26:55 +0100 fixed stupid bug of snap-to-screen
arg@mig29 [Mon, 30 Oct 2006 12:26:55 +0100] rev 554
fixed stupid bug of snap-to-screen
Mon, 30 Oct 2006 12:07:00 +0100 changing snap priority
arg@mig29 [Mon, 30 Oct 2006 12:07:00 +0100] rev 553
changing snap priority
Mon, 30 Oct 2006 12:04:08 +0100 removed useless abs() calls
arg@mig29 [Mon, 30 Oct 2006 12:04:08 +0100] rev 552
removed useless abs() calls
Mon, 30 Oct 2006 11:58:05 +0100 added screen-border snapping in floating mode, feels quite well
arg@mig29 [Mon, 30 Oct 2006 11:58:05 +0100] rev 551
added screen-border snapping in floating mode, feels quite well
Fri, 27 Oct 2006 13:29:35 +0200 and another fix
arg@mig29 [Fri, 27 Oct 2006 13:29:35 +0200] rev 550
and another fix
Fri, 27 Oct 2006 13:28:26 +0200 applied sanders try2 patch
arg@mig29 [Fri, 27 Oct 2006 13:28:26 +0200] rev 549
applied sanders try2 patch
Fri, 27 Oct 2006 12:05:47 +0200 applied sanders max size fix
arg@mig29 [Fri, 27 Oct 2006 12:05:47 +0200] rev 548
applied sanders max size fix
Fri, 27 Oct 2006 10:24:15 +0200 stupid urxvt needs bg to highlight selections in a sane way, though that makes sense to some extend
arg@mig29 [Fri, 27 Oct 2006 10:24:15 +0200] rev 547
stupid urxvt needs bg to highlight selections in a sane way, though that makes sense to some extend
Thu, 26 Oct 2006 15:41:40 +0200 reverting to original
arg@mig29 [Thu, 26 Oct 2006 15:41:40 +0200] rev 546
reverting to original
(0) -300 -100 -60 +60 +100 +300 tip