summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* corrected order of cleanup code Gravatar Anselm R.Garbe 2006-08-161-1/+1
|
* condition was insufficientGravatar Anselm R.Garbe 2006-08-161-2/+2
|
* fixed issue reported by sanderGravatar Anselm R.Garbe 2006-08-162-3/+6
|
* added general centralization rule for new clients (works around various ↵Gravatar Anselm R.Garbe 2006-08-162-2/+14
| | | | borken apps)
* removed leading ;Gravatar Anselm R.Garbe 2006-08-161-1/+1
|
* added sample command to config.default.h to highlight how to query ↵Gravatar Anselm R.Garbe 2006-08-161-0/+2
| | | | class:instance info with a one-liner of shell commands
* applied another config.mk patch made by sanderGravatar Anselm R.Garbe 2006-08-161-1/+1
|
* we close stdin as wellGravatar Anselm R.Garbe 2006-08-161-3/+4
|
* simplified sort | uniq into sort -u (on my boxes all sort support -u)Gravatar Anselm R.Garbe 2006-08-161-1/+1
|
* fixing small bug in config.mkGravatar Anselm R.Garbe 2006-08-151-2/+2
|
* adding forgetten whitespaceGravatar Anselm R.Garbe 2006-08-151-1/+1
|
* added gmane archive to dwm.htmlGravatar Anselm R.Garbe 2006-08-151-1/+1
|
* Added tag 0.9 for changeset fae61afa861755636c4a1070694209ace8efbb6cGravatar Anselm R.Garbe 2006-08-151-0/+1
|
* prepared dwm-0.9Gravatar Anselm R.Garbe 2006-08-151-2/+2
|
* extended cleanupGravatar Anselm R.Garbe 2006-08-152-2/+12
|
* applied Sanders changes to config.arg.hGravatar Anselm R.Garbe 2006-08-151-18/+14
|
* applied jk_to_tab patchGravatar Anselm R.Garbe 2006-08-153-53/+60
|
* changed main event loopGravatar Anselm R.Garbe 2006-08-153-10/+21
|
* removed NUMLOCKMASK, added dynamically calculated numlockmask insteadGravatar Anselm R.Garbe 2006-08-146-19/+29
|
* added Sander to LICENSE (since he has contributed/revised big portions)Gravatar Anselm R.Garbe 2006-08-141-0/+1
|
* applied viewsel.patchGravatar Anselm R.Garbe 2006-08-141-2/+6
|
* applied sanders man page patch, removed button2 from bar clickGravatar Anselm R.Garbe 2006-08-142-22/+24
|
* applied sanders tag()/toggletag() fixesGravatar Anselm R.Garbe 2006-08-141-1/+4
|
* fixedGravatar Anselm R.Garbe 2006-08-142-9/+5
|
* added missing arrangeGravatar Anselm R.Garbe 2006-08-141-0/+1
|
* changed replacetag into toggletagGravatar Anselm R.Garbe 2006-08-144-48/+55
|
* added some flicker preventionGravatar Anselm R.Garbe 2006-08-141-1/+3
|
* remove unnecessary XSyncGravatar Anselm R.Garbe 2006-08-141-1/+0
|
* changed order of selecting input at root windowGravatar Anselm R.Garbe 2006-08-141-4/+4
|
* removed finished messageGravatar Anselm R.Garbe 2006-08-141-1/+0
|
* added mappingnotify event for kb refreshesGravatar Anselm R.Garbe 2006-08-141-0/+12
|
* removed unneecessary crapGravatar Anselm R.Garbe 2006-08-142-7/+1
|
* applied the saner patch (removed the pathetic one)Gravatar Anselm R.Garbe 2006-08-141-7/+3
|
* pplied Sanders appendtag patchGravatar Anselm R.Garbe 2006-08-142-2/+12
|
* some other small fixesGravatar Anselm R.Garbe 2006-08-142-10/+12
|
* removed ungrabkeys again (because of sander's mail)Gravatar Anselm R.Garbe 2006-08-143-18/+0
|
* fixed string cuttingGravatar Anselm R.Garbe 2006-08-141-6/+6
|
* fixed a core dumpGravatar Anselm R.Garbe 2006-08-142-3/+4
|
* implemented ungrabkeys() which is called in cleanup()Gravatar Anselm R.Garbe 2006-08-143-0/+18
|
* implemented restack behavior (floats are on top in tiled mode)Gravatar Anselm R.Garbe 2006-08-146-34/+81
|
* fixed string cutting in draw.cGravatar Anselm R.Garbe 2006-08-141-2/+10
|
* applied Sanders LD and resize patchesGravatar Anselm R.Garbe 2006-08-143-4/+9
|
* removed viewnext/viewprevGravatar Anselm R.Garbe 2006-08-146-65/+9
|
* supplying NULL args in selectGravatar Anselm R.Garbe 2006-08-141-1/+1
|
* reducing ConnectionNumber calls to a bare minimumGravatar Anselm R.Garbe 2006-08-141-4/+5
|
* updated man page, added CAVEATS sectionGravatar Anselm R.Garbe 2006-08-131-7/+14
|
* made shortcuts like proposed by Sander, renamed viewextend to toggleview ↵Gravatar Anselm R.Garbe 2006-08-135-19/+19
| | | | (more clear)
* implemented viewextend and added M-S-C-n shortcuts for extending the current ↵Gravatar Anselm R.Garbe 2006-08-118-68/+100
| | | | view... updated man page (works great!) nice feature
* implement multi-tag selection through button3 click on the specific tagGravatar Anselm R.Garbe 2006-08-116-17/+48
|
* after some days of experimenting with grey background, I finally give up and ↵Gravatar Anselm R.Garbe 2006-08-111-4/+4
| | | | switch to white on black ;)