about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* simplified sort | uniq into sort -u (on my boxes all sort support -u)Anselm R.Garbe2006-08-161-1/+1
* fixing small bug in config.mkAnselm R.Garbe2006-08-151-2/+2
* adding forgetten whites
MIT/X Consortium License

(C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the 
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in 
all copies or substantial portions of the Software. 

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL 
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
DEALINGS IN THE SOFTWARE.
href='/acidbong/suckless/dwm/commit/?h=2.9&id=d26ffc7fa30402fa9f35107224966bdc883e40ce'>removed finished messageAnselm R.Garbe2006-08-141-1/+0 * added mappingnotify event for kb refreshesAnselm R.Garbe2006-08-141-0/+12 * removed unneecessary crapAnselm R.Garbe2006-08-142-7/+1 * applied the saner patch (removed the pathetic one)Anselm R.Garbe2006-08-141-7/+3 * pplied Sanders appendtag patchAnselm R.Garbe2006-08-142-2/+12 * some other small fixesAnselm R.Garbe2006-08-142-10/+12 * removed ungrabkeys again (because of sander's mail)Anselm R.Garbe2006-08-143-18/+0 * fixed string cuttingAnselm R.Garbe2006-08-141-6/+6 * fixed a core dumpAnselm R.Garbe2006-08-142-3/+4 * implemented ungrabkeys() which is called in cleanup()Anselm R.Garbe2006-08-143-0/+18 * implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe2006-08-146-34/+81 * fixed string cutting in draw.cAnselm R.Garbe2006-08-141-2/+10 * applied Sanders LD and resize patchesAnselm R.Garbe2006-08-143-4/+9 * removed viewnext/viewprevAnselm R.Garbe2006-08-146-65/+9 * supplying NULL args in selectAnselm R.Garbe2006-08-141-1/+1 * reducing ConnectionNumber calls to a bare minimumAnselm R.Garbe2006-08-141-4/+5 * updated man page, added CAVEATS sectionAnselm R.Garbe2006-08-131-7/+14 * made shortcuts like proposed by Sander, renamed viewextend to toggleview (mor...Anselm R.Garbe2006-08-135-19/+19 * implemented viewextend and added M-S-C-n shortcuts for extending the current ...Anselm R.Garbe2006-08-118-68/+100 * implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe2006-08-116-17/+48 * after some days of experimenting with grey background, I finally give up and ...Anselm R.Garbe2006-08-111-4/+4 * applied Sanders fixes to dwm.1Anselm R.Garbe2006-08-111-4/+5 * fixed dwm.1, added Mod1-Shift-c (was missing for an odd reason)Anselm R.Garbe2006-08-111-3/+7 * simplified drawtextAnselm R.Garbe2006-08-111-21/+14 * updated dwm(1)Anselm R.Garbe2006-08-111-0/+14 * upgraded version infoAnselm R.Garbe2006-08-111-1/+1 * applied Sander's patch as wellAnselm R.Garbe2006-08-111-2/+1 * realized that client focussing through the bar is pretty useless, better is s...Anselm R.Garbe2006-08-111-5/+5 * implemented focusprev on button1 press in the bar, and focusnext on button3 p...Anselm R.Garbe2006-08-111-2/+6