aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed gravitate for the momentarg@mig292006-12-113-57/+1
|
* disabling configure() during resizearg@mig292006-12-111-1/+1
|
* made gravitate effectless, waiting for complains ;)arg@mig292006-12-111-0/+1
|
* fixed diagnostic error messagearg@mig292006-12-081-1/+1
|
* removed the hardcoded fixed fallback, it is useless in non-Latin1 environmentsarg@mig292006-12-082-5/+2
|
* we don't use the term clients anymore, windows is the better termarg@mig292006-12-071-1/+1
|
* Added tag 2.6 for changeset 5308dd22b6ee8e3218c81d9e7e4125f235bb5778arg@mig292006-12-071-0/+1
|
* found compromise for fontsarg@mig292006-12-072-2/+2
|
* nah, people should define 'fixed' to be compatible with their localearg@mig292006-12-071-1/+1
|
* using a UTF-8 capable fixed fontarg@mig292006-12-071-1/+1
|
* switching to uxterm again, I get kretze from this urxvt craparg@mig292006-12-071-1/+1
|
* with this patch everything works fine for mearg@mig292006-12-072-5/+3
|
* don't use Xlocale crap, let's use locale.h insteadarg@mig292006-12-071-1/+1
|
* using the portable Xmb+UTF-8 way of life, will see if this works well...arg@mig292006-12-071-2/+4
|
* improved the memory leak preventionarg@mig292006-12-061-1/+4
|
* making terminus more explicit a regular font (otherwise olique font might be ↵arg@mig292006-12-051-1/+1
| | | | used in some setups like mine).
* also setting LC_CTYPE onlyarg@mig292006-12-051-1/+1
|
* enforcing using fontsets even if they are incomplete for some encodingsarg@mig292006-12-052-5/+1
|
* Added tag 2.5.1 for changeset c7f84f23ec5aef29988dcdc4ec22a7352ee8f58earg@mig292006-12-041-0/+1
|
* hotfix of a serious crashing bugarg@mig292006-12-043-3/+5
|
* Added tag 2.5 for changeset dcbbfabc8ecc5f33a6cc950584de87da1a368045arg@mig292006-12-041-0/+1
|
* applied Manuel's regex patcharg@mig292006-12-031-3/+3
|
* made squares equally sized, and 1px biggerarg@mig292006-12-011-5/+5
|
* if client is focused, the emptysquare don't needs to be drawedarg@mig292006-12-011-3/+3
|
* and the winner isarg@mig292006-12-012-14/+20
|
* sander1 proposalarg@mig292006-12-011-7/+15
|
* doodarg@mig292006-12-011-8/+9
|
* darkening the fg colors somewhatarg@mig292006-12-011-2/+2
|
* less obtrusive indicator (only a top line)arg@mig292006-12-012-18/+5
|
* final2 indicatorarg@mig292006-12-012-9/+13
|
* removing the -1 on final indicators, looks cleanerarg@mig292006-12-011-3/+3
|
* final indicatorsarg@mig292006-12-012-4/+3
|
* changed things like I described in last mailarg@mig292006-12-011-15/+11
|
* improved tag indicatorarg@mig292006-12-011-6/+14
|
* removed viewall signature from dwm.harg@mig292006-11-301-1/+0
|
* next version will be 2.5arg@mig292006-11-301-1/+1
|
* removed viewall(), replaced with view(-1); added tag(-1) to tag a client ↵arg@mig292006-11-305-13/+9
| | | | with all tags (new key combo MODKEY-Shift-0)
* Added tag 2.4 for changeset 32b246925086910d63147483160281a91a47479farg@mig292006-11-301-0/+1
|
* extended dwm.1 with last changearg@mig292006-11-281-1/+1
|
* togglefloat should only work in dotile mode (thanks to Sander for this hint)arg@mig292006-11-281-1/+1
|
* applied Alex Elide's tricky patch, thanks!arg@mig292006-11-271-1/+0
|
* returning to old Key structarg@mig292006-11-273-68/+65
|
* applied Szabolcs Nagy's patch (thank you!)arg@mig292006-11-271-1/+1
|
* applied patch by Jukkaarg@mig292006-11-271-1/+1
|
* changing Key.func into Key.func[NFUNCS], this allows sequences execution of ↵arg@mig292006-11-273-69/+72
| | | | functions per keypress (avoids implementing useless masterfunctions which call atomic ones)
* added man page entryarg@mig292006-11-272-1/+4
|
* added togglefloat to hg tip (i consider this useful for some cases), using ↵arg@mig292006-11-274-0/+11
| | | | MODKEY-Shift-space as shortcut
* applied Jukka's patch preventing some cornercases and making the EOF error ↵arg@mig292006-11-271-1/+2
| | | | message correct
* applied yet another proposal of Manuelarg@mig292006-11-261-2/+2
|
* applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line ↵arg@mig292006-11-265-14/+16
| | | | printage proposal for stdin reading.