JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
dwm.git
17 years agochanged a term in dwm.1
Anselm R. Garbe [Sun, 7 Jan 2007 13:38:41 +0000 (14:38 +0100)]
changed a term in dwm.1

17 years agousing shorter tags, using mon instead of cert
Anselm R. Garbe [Fri, 5 Jan 2007 21:27:26 +0000 (22:27 +0100)]
using shorter tags, using mon instead of cert

17 years agoroman numerals suck badly, reverting
Anselm R. Garbe [Fri, 5 Jan 2007 21:22:18 +0000 (22:22 +0100)]
roman numerals suck badly, reverting

17 years agoswitching to roman tags, I need more tags
Anselm R. Garbe [Fri, 5 Jan 2007 21:13:44 +0000 (22:13 +0100)]
switching to roman tags, I need more tags

17 years agoI inc/decrease on the fly, feels better
Anselm R. Garbe [Fri, 5 Jan 2007 21:03:09 +0000 (22:03 +0100)]
I inc/decrease on the fly, feels better

17 years agoallowing swap() for first master client
Anselm R. Garbe [Fri, 5 Jan 2007 21:00:15 +0000 (22:00 +0100)]
allowing swap() for first master client

17 years agoprevent pop() if first sel == nexttiled(clients)
Anselm R. Garbe [Fri, 5 Jan 2007 20:56:57 +0000 (21:56 +0100)]
prevent pop() if first sel == nexttiled(clients)

17 years agoremoved swap(), implemented pop for everything
Anselm R. Garbe [Fri, 5 Jan 2007 20:55:43 +0000 (21:55 +0100)]
removed swap(), implemented pop for everything

17 years agopreserving c1->snext and c2->snext in swap() as well.
Anselm R. Garbe [Fri, 5 Jan 2007 20:52:17 +0000 (21:52 +0100)]
preserving c1->snext and c2->snext in swap() as well.

17 years agofixing some minor issues
Anselm R. Garbe [Fri, 5 Jan 2007 15:35:45 +0000 (16:35 +0100)]
fixing some minor issues

17 years agoremoved the term clients from dwm.1
Anselm R. Garbe [Fri, 5 Jan 2007 14:37:10 +0000 (15:37 +0100)]
removed the term clients from dwm.1

17 years agoadding some prevention that master clients get smaller than bh
Anselm R. Garbe [Fri, 5 Jan 2007 14:16:39 +0000 (15:16 +0100)]
adding some prevention that master clients get smaller than bh

17 years agochanged shortcuts to M-i and M-d
Anselm R. Garbe [Fri, 5 Jan 2007 14:11:01 +0000 (15:11 +0100)]
changed shortcuts to M-i and M-d

17 years agoallowing zoom within master area as well
Anselm R. Garbe [Fri, 5 Jan 2007 14:08:25 +0000 (15:08 +0100)]
allowing zoom within master area as well

17 years agochanged plus key to MODKEY-Shift-plus (US-layout restrictions ;)
Anselm R. Garbe [Fri, 5 Jan 2007 14:04:49 +0000 (15:04 +0100)]
changed plus key to MODKEY-Shift-plus (US-layout restrictions ;)

17 years agoI prefer two master windows by default
Anselm R. Garbe [Fri, 5 Jan 2007 13:49:18 +0000 (14:49 +0100)]
I prefer two master windows by default

17 years agoadded MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients)
Anselm R. Garbe [Fri, 5 Jan 2007 13:48:16 +0000 (14:48 +0100)]
added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients)

17 years agoexperimental version which allows master clients being increased/decreased
Anselm R. Garbe [Fri, 5 Jan 2007 11:50:39 +0000 (12:50 +0100)]
experimental version which allows master clients being increased/decreased

17 years agofixed comment of drawclient()
Anselm R. Garbe [Thu, 4 Jan 2007 15:45:28 +0000 (16:45 +0100)]
fixed comment of drawclient()

17 years agoswitching bakc to my previous color favorit
Anselm R. Garbe [Thu, 4 Jan 2007 13:51:43 +0000 (14:51 +0100)]
switching bakc to my previous color favorit

17 years agorenamed drawtitle into drawclient
Anselm R. Garbe [Thu, 4 Jan 2007 13:17:25 +0000 (14:17 +0100)]
renamed drawtitle into drawclient

17 years agousing more thinkpad compliant colors
arg@mig29 [Tue, 2 Jan 2007 15:29:01 +0000 (16:29 +0100)]
using more thinkpad compliant colors

17 years agochanged arg's color scheme
arg@mig29 [Tue, 2 Jan 2007 15:25:01 +0000 (16:25 +0100)]
changed arg's color scheme

17 years agocorrections
arg@mig29 [Tue, 2 Jan 2007 14:44:19 +0000 (15:44 +0100)]
corrections

17 years agonext version will contain updated copyright notice
arg@mig29 [Tue, 2 Jan 2007 14:37:58 +0000 (15:37 +0100)]
next version will contain updated copyright notice

17 years agoAdded tag 2.8 for changeset 107719a9ce3bd0c79f9f1f626596eb338a276561
arg@mig29 [Tue, 2 Jan 2007 13:53:02 +0000 (14:53 +0100)]
Added tag 2.8 for changeset 107719a9ce3bd0c79f9f1f626596eb338a276561

17 years agofixed cleanup, using clients instead of sel
arg@mig29 [Tue, 2 Jan 2007 13:40:18 +0000 (14:40 +0100)]
fixed cleanup, using clients instead of sel

17 years agochanged comment of updatesizehints
arg@mig29 [Tue, 2 Jan 2007 11:28:02 +0000 (12:28 +0100)]
changed comment of updatesizehints

17 years agorenamed updatesize into updatesizehints (thx to Sander for this hint)
arg@mig29 [Mon, 1 Jan 2007 18:10:31 +0000 (19:10 +0100)]
renamed updatesize into updatesizehints (thx to Sander for this hint)

17 years agosmall simplification to dotile() (thx to Ross for this hint)
arg@mig29 [Wed, 20 Dec 2006 11:07:05 +0000 (12:07 +0100)]
small simplification to dotile() (thx to Ross for this hint)

17 years agomigrated arg's config.h to new dmenu command line options
arg@mig29 [Tue, 19 Dec 2006 10:38:08 +0000 (11:38 +0100)]
migrated arg's config.h to new dmenu command line options

17 years agoadded Solaris hints
arg@mig29 [Mon, 18 Dec 2006 13:39:34 +0000 (14:39 +0100)]
added Solaris hints

17 years agoAdded tag 2.7 for changeset 21951c0dfbae5af68ed77821a4d87253ee91803f
arg@mig29 [Thu, 14 Dec 2006 07:50:49 +0000 (08:50 +0100)]
Added tag 2.7 for changeset 21951c0dfbae5af68ed77821a4d87253ee91803f

17 years agoapplied Sanders patch
arg@mig29 [Wed, 13 Dec 2006 13:15:38 +0000 (14:15 +0100)]
applied Sanders patch

17 years agofixed man page, status bar displays EOF instead of "broken pipe"
arg@mig29 [Wed, 13 Dec 2006 12:53:10 +0000 (13:53 +0100)]
fixed man page, status bar displays EOF instead of "broken pipe"

17 years agoadded the java odyssee to CAVEATS section
arg@mig29 [Wed, 13 Dec 2006 12:42:17 +0000 (13:42 +0100)]
added the java odyssee to CAVEATS section

17 years agoremoved Client->grav
arg@mig29 [Tue, 12 Dec 2006 18:14:38 +0000 (19:14 +0100)]
removed Client->grav

17 years agoremoved gravitate for the moment
arg@mig29 [Mon, 11 Dec 2006 15:45:02 +0000 (16:45 +0100)]
removed gravitate for the moment

17 years agodisabling configure() during resize
arg@mig29 [Mon, 11 Dec 2006 08:42:16 +0000 (09:42 +0100)]
disabling configure() during resize

17 years agomade gravitate effectless, waiting for complains ;)
arg@mig29 [Mon, 11 Dec 2006 07:31:30 +0000 (08:31 +0100)]
made gravitate effectless, waiting for complains ;)

17 years agofixed diagnostic error message
arg@mig29 [Fri, 8 Dec 2006 10:11:52 +0000 (11:11 +0100)]
fixed diagnostic error message

17 years agoremoved the hardcoded fixed fallback, it is useless in non-Latin1 environments
arg@mig29 [Fri, 8 Dec 2006 09:40:09 +0000 (10:40 +0100)]
removed the hardcoded fixed fallback, it is useless in non-Latin1 environments

17 years agowe don't use the term clients anymore, windows is the better term
arg@mig29 [Thu, 7 Dec 2006 15:38:57 +0000 (16:38 +0100)]
we don't use the term clients anymore, windows is the better term

17 years agoAdded tag 2.6 for changeset 5308dd22b6ee8e3218c81d9e7e4125f235bb5778
arg@mig29 [Thu, 7 Dec 2006 13:55:29 +0000 (14:55 +0100)]
Added tag 2.6 for changeset 5308dd22b6ee8e3218c81d9e7e4125f235bb5778

17 years agofound compromise for fonts
arg@mig29 [Thu, 7 Dec 2006 13:39:31 +0000 (14:39 +0100)]
found compromise for fonts

17 years agonah, people should define 'fixed' to be compatible with their locale
arg@mig29 [Thu, 7 Dec 2006 11:03:15 +0000 (12:03 +0100)]
nah, people should define 'fixed' to be compatible with their locale

17 years agousing a UTF-8 capable fixed font
arg@mig29 [Thu, 7 Dec 2006 10:55:04 +0000 (11:55 +0100)]
using a UTF-8 capable fixed font

17 years agoswitching to uxterm again, I get kretze from this urxvt crap
arg@mig29 [Thu, 7 Dec 2006 09:43:34 +0000 (10:43 +0100)]
switching to uxterm again, I get kretze from this urxvt crap

17 years agowith this patch everything works fine for me
arg@mig29 [Thu, 7 Dec 2006 09:02:46 +0000 (10:02 +0100)]
with this patch everything works fine for me

17 years agodon't use Xlocale crap, let's use locale.h instead
arg@mig29 [Thu, 7 Dec 2006 08:49:45 +0000 (09:49 +0100)]
don't use Xlocale crap, let's use locale.h instead

17 years agousing the portable Xmb+UTF-8 way of life, will see if this works well...
arg@mig29 [Thu, 7 Dec 2006 08:47:55 +0000 (09:47 +0100)]
using the portable Xmb+UTF-8 way of life, will see if this works well...

17 years agoimproved the memory leak prevention
arg@mig29 [Wed, 6 Dec 2006 10:19:06 +0000 (11:19 +0100)]
improved the memory leak prevention

17 years agomaking terminus more explicit a regular font (otherwise olique font might be used...
arg@mig29 [Tue, 5 Dec 2006 13:21:18 +0000 (14:21 +0100)]
making terminus more explicit a regular font (otherwise olique font might be used in some setups like mine).

17 years agoalso setting LC_CTYPE only
arg@mig29 [Tue, 5 Dec 2006 12:31:29 +0000 (13:31 +0100)]
also setting LC_CTYPE only

17 years agoenforcing using fontsets even if they are incomplete for some encodings
arg@mig29 [Tue, 5 Dec 2006 09:30:31 +0000 (10:30 +0100)]
enforcing using fontsets even if they are incomplete for some encodings

17 years agoAdded tag 2.5.1 for changeset c7f84f23ec5aef29988dcdc4ec22a7352ee8f58e
arg@mig29 [Mon, 4 Dec 2006 20:01:14 +0000 (21:01 +0100)]
Added tag 2.5.1 for changeset c7f84f23ec5aef29988dcdc4ec22a7352ee8f58e

17 years agohotfix of a serious crashing bug
arg@mig29 [Mon, 4 Dec 2006 20:00:26 +0000 (21:00 +0100)]
hotfix of a serious crashing bug

17 years agoAdded tag 2.5 for changeset dcbbfabc8ecc5f33a6cc950584de87da1a368045
arg@mig29 [Mon, 4 Dec 2006 14:39:43 +0000 (15:39 +0100)]
Added tag 2.5 for changeset dcbbfabc8ecc5f33a6cc950584de87da1a368045

17 years agoapplied Manuel's regex patch
arg@mig29 [Sun, 3 Dec 2006 10:21:25 +0000 (11:21 +0100)]
applied Manuel's regex patch

17 years agomade squares equally sized, and 1px bigger
arg@mig29 [Fri, 1 Dec 2006 16:55:46 +0000 (17:55 +0100)]
made squares equally sized, and 1px bigger

17 years agoif client is focused, the emptysquare don't needs to be drawed
arg@mig29 [Fri, 1 Dec 2006 16:51:05 +0000 (17:51 +0100)]
if client is focused, the emptysquare don't needs to be drawed

17 years agoand the winner is
arg@mig29 [Fri, 1 Dec 2006 16:45:27 +0000 (17:45 +0100)]
and the winner is

17 years agosander1 proposal
arg@mig29 [Fri, 1 Dec 2006 16:36:37 +0000 (17:36 +0100)]
sander1 proposal

17 years agodood
arg@mig29 [Fri, 1 Dec 2006 15:55:42 +0000 (16:55 +0100)]
dood

17 years agodarkening the fg colors somewhat
arg@mig29 [Fri, 1 Dec 2006 14:50:22 +0000 (15:50 +0100)]
darkening the fg colors somewhat

17 years agoless obtrusive indicator (only a top line)
arg@mig29 [Fri, 1 Dec 2006 14:03:42 +0000 (15:03 +0100)]
less obtrusive indicator (only a top line)

17 years agofinal2 indicator
arg@mig29 [Fri, 1 Dec 2006 11:52:16 +0000 (12:52 +0100)]
final2 indicator

17 years agoremoving the -1 on final indicators, looks cleaner
arg@mig29 [Fri, 1 Dec 2006 11:39:13 +0000 (12:39 +0100)]
removing the -1 on final indicators, looks cleaner

17 years agofinal indicators
arg@mig29 [Fri, 1 Dec 2006 11:25:23 +0000 (12:25 +0100)]
final indicators

17 years agochanged things like I described in last mail
arg@mig29 [Fri, 1 Dec 2006 09:16:10 +0000 (10:16 +0100)]
changed things like I described in last mail

17 years agoimproved tag indicator
arg@mig29 [Fri, 1 Dec 2006 08:52:15 +0000 (09:52 +0100)]
improved tag indicator

17 years agoremoved viewall signature from dwm.h
arg@mig29 [Thu, 30 Nov 2006 16:01:39 +0000 (17:01 +0100)]
removed viewall signature from dwm.h

17 years agonext version will be 2.5
arg@mig29 [Thu, 30 Nov 2006 14:51:26 +0000 (15:51 +0100)]
next version will be 2.5

17 years agoremoved viewall(), replaced with view(-1); added tag(-1) to tag a client with all...
arg@mig29 [Thu, 30 Nov 2006 14:27:43 +0000 (15:27 +0100)]
removed viewall(), replaced with view(-1); added tag(-1) to tag a client with all tags (new key combo MODKEY-Shift-0)

17 years agoAdded tag 2.4 for changeset 32b246925086910d63147483160281a91a47479f
arg@mig29 [Thu, 30 Nov 2006 08:19:52 +0000 (09:19 +0100)]
Added tag 2.4 for changeset 32b246925086910d63147483160281a91a47479f

17 years agoextended dwm.1 with last change
arg@mig29 [Tue, 28 Nov 2006 16:36:00 +0000 (17:36 +0100)]
extended dwm.1 with last change

17 years agotogglefloat should only work in dotile mode (thanks to Sander for this hint)
arg@mig29 [Tue, 28 Nov 2006 16:35:31 +0000 (17:35 +0100)]
togglefloat should only work in dotile mode (thanks to Sander for this hint)

17 years agoapplied Alex Elide's tricky patch, thanks!
arg@mig29 [Mon, 27 Nov 2006 16:51:50 +0000 (17:51 +0100)]
applied Alex Elide's tricky patch, thanks!

17 years agoreturning to old Key struct
arg@mig29 [Mon, 27 Nov 2006 16:49:58 +0000 (17:49 +0100)]
returning to old Key struct

17 years agoapplied Szabolcs Nagy's patch (thank you!)
arg@mig29 [Mon, 27 Nov 2006 16:46:02 +0000 (17:46 +0100)]
applied Szabolcs Nagy's patch (thank you!)

17 years agoapplied patch by Jukka
arg@mig29 [Mon, 27 Nov 2006 16:30:06 +0000 (17:30 +0100)]
applied patch by Jukka

17 years agochanging Key.func into Key.func[NFUNCS], this allows sequences execution of functions...
arg@mig29 [Mon, 27 Nov 2006 12:21:38 +0000 (13:21 +0100)]
changing Key.func into Key.func[NFUNCS], this allows sequences execution of functions per keypress (avoids implementing useless masterfunctions which call atomic ones)

17 years agoadded man page entry
arg@mig29 [Mon, 27 Nov 2006 10:05:47 +0000 (11:05 +0100)]
added man page entry

17 years agoadded togglefloat to hg tip (i consider this useful for some cases), using MODKEY...
arg@mig29 [Mon, 27 Nov 2006 09:57:37 +0000 (10:57 +0100)]
added togglefloat to hg tip (i consider this useful for some cases), using MODKEY-Shift-space as shortcut

17 years agoapplied Jukka's patch preventing some cornercases and making the EOF error message...
arg@mig29 [Mon, 27 Nov 2006 09:29:47 +0000 (10:29 +0100)]
applied Jukka's patch preventing some cornercases and making the EOF error message correct

17 years agoapplied yet another proposal of Manuel
arg@mig29 [Sun, 26 Nov 2006 14:43:16 +0000 (15:43 +0100)]
applied yet another proposal of Manuel

17 years agoapplied Jukka's sizeof K&R compliance patch, applied Manuels' last-line printage...
arg@mig29 [Sun, 26 Nov 2006 13:26:53 +0000 (14:26 +0100)]
applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line printage proposal for stdin reading.

17 years agoapplied Jukka's stdinread patch
arg@mig29 [Sun, 26 Nov 2006 12:31:36 +0000 (13:31 +0100)]
applied Jukka's stdinread patch

17 years agonext version will be 2.4
arg@mig29 [Sat, 25 Nov 2006 18:26:31 +0000 (19:26 +0100)]
next version will be 2.4

17 years agoapplied Manuels patch (thanks to Manuel!)
arg@mig29 [Sat, 25 Nov 2006 18:26:16 +0000 (19:26 +0100)]
applied Manuels patch (thanks to Manuel!)

17 years agosmall fix of man page
arg@mig29 [Fri, 24 Nov 2006 16:02:41 +0000 (17:02 +0100)]
small fix of man page

17 years agoAdded tag 2.3 for changeset 719b37b37b0df829d7cf017ac70e353088fe5849
arg@mig29 [Fri, 24 Nov 2006 14:46:32 +0000 (15:46 +0100)]
Added tag 2.3 for changeset 719b37b37b0df829d7cf017ac70e353088fe5849

17 years agousing the term 'indicated' instead of 'higlighted'
arg@mig29 [Thu, 23 Nov 2006 15:00:16 +0000 (16:00 +0100)]
using the term 'indicated' instead of 'higlighted'

17 years agoupdated man page with the bottom right corner indicator
arg@mig29 [Thu, 23 Nov 2006 14:59:16 +0000 (15:59 +0100)]
updated man page with the bottom right corner indicator

17 years agofififif
arg@mig29 [Wed, 22 Nov 2006 15:17:50 +0000 (16:17 +0100)]
fififif

17 years agoadded a similiar patch to Daves solution to indicate if there are clients with a...
arg@mig29 [Wed, 22 Nov 2006 13:57:09 +0000 (14:57 +0100)]
added a similiar patch to Daves solution to indicate if there are clients with a specific tag

17 years agoreturning to old bar colorization behavior, like sander proposed for consistency...
arg@mig29 [Tue, 21 Nov 2006 14:03:08 +0000 (15:03 +0100)]
returning to old bar colorization behavior, like sander proposed for consistency reasons

17 years agoapplied Gottox patches
arg@mig29 [Tue, 21 Nov 2006 13:49:13 +0000 (14:49 +0100)]
applied Gottox patches

17 years agousing iso10646 explicitely in arg's config.h
arg@mig29 [Tue, 21 Nov 2006 11:17:47 +0000 (12:17 +0100)]
using iso10646 explicitely in arg's config.h

17 years agoAdded tag 2.2 for changeset 7e92f58754ae6edb3225f26d754bd89c1ff458cf
arg@mig29 [Tue, 21 Nov 2006 08:41:33 +0000 (09:41 +0100)]
Added tag 2.2 for changeset 7e92f58754ae6edb3225f26d754bd89c1ff458cf