aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* implemented right tag drawing in the status bar and titlebarsAnselm R. Garbe2006-08-23-10/+23
* removed a blank lineAnselm R. Garbe2006-08-23-1/+0
* eliminated sentinel warningAnselm R. Garbe2006-08-23-1/+1
* small fix of man pageAnselm R. Garbe2006-08-23-1/+1
* implemented class:inst:title matchingAnselm R. Garbe2006-08-23-8/+8
* applied zero_to_five patchAnselm R. Garbe2006-08-23-5/+5
* tags appear in the left againAnselm R. Garbe2006-08-23-5/+5
* separated setup stuff into main.c:setup() - this makes main() more readableAnselm R. Garbe2006-08-23-99/+104
* updated man pageAnselm R. Garbe2006-08-22-2/+1
* titlebars contain tags in the right nowAnselm R. Garbe2006-08-22-6/+5
* fixed default key bindings (indexes of tags were screwed up)Anselm R. Garbe2006-08-22-20/+20
* rearranged getprotoAnselm R. Garbe2006-08-22-6/+5
* removed winprop (merged into getproto)Anselm R. Garbe2006-08-22-27/+7
* separated several functions into view.cAnselm R. Garbe2006-08-22-258/+266
* removed DEFTAGAnselm R. Garbe2006-08-22-4/+2
* removed badmalloc (thx for the pointer to Uriel)Anselm R. Garbe2006-08-22-10/+2
* rxvt is quite slow under OpenBSDAnselm R. Garbe2006-08-22-1/+1
* font fixAnselm R. Garbe2006-08-22-2/+3
* slight change of my config.hAnselm R. Garbe2006-08-22-4/+4
* fixedAnselm R. Garbe2006-08-22-3/+3
* windows which have set transient_for hint inherit the transient_for window ta...arg@localhost.10kloc.org2006-08-21-2/+7
* after switching to OpenBSD again, I switched back to a saner color schemearg@localhost.10kloc.org2006-08-21-8/+10
* applied Sanders focus_* patches, removed the unnecessary clean-prefix from th...Anselm R.Garbe2006-08-21-28/+32
* small renamings of two static functionsAnselm R.Garbe2006-08-21-5/+5
* small changes to dwm.1, rearranged order within main event loopAnselm R.Garbe2006-08-21-11/+13
* applied Sanders patchAnselm R.Garbe2006-08-18-6/+2
* made a new client position strategy similiar to that one proposed by Sander, ...Anselm R.Garbe2006-08-18-7/+7
* fixed a bug reported by sanderAnselm R.Garbe2006-08-17-1/+1
* applied the shorter xprop commandAnselm R.Garbe2006-08-17-1/+1
* centering apps only if transient_for is not(!) setAnselm R.Garbe2006-08-17-9/+1
* fixed issue Sander reportedAnselm R.Garbe2006-08-17-4/+3
* corrected order of cleanup code Anselm R.Garbe2006-08-16-1/+1
* condition was insufficientAnselm R.Garbe2006-08-16-2/+2
* fixed issue reported by sanderAnselm R.Garbe2006-08-16-3/+6
* added general centralization rule for new clients (works around various borke...Anselm R.Garbe2006-08-16-2/+14
* removed leading ;Anselm R.Garbe2006-08-16-1/+1
* added sample command to config.default.h to highlight how to query class:inst...Anselm R.Garbe2006-08-16-0/+2
* applied another config.mk patch made by sanderAnselm R.Garbe2006-08-16-1/+1
* we close stdin as wellAnselm R.Garbe2006-08-16-3/+4
* simplified sort | uniq into sort -u (on my boxes all sort support -u)Anselm R.Garbe2006-08-16-1/+1
* fixing small bug in config.mkAnselm R.Garbe2006-08-15-2/+2
* adding forgetten whitespaceAnselm R.Garbe2006-08-15-1/+1
* added gmane archive to dwm.htmlAnselm R.Garbe2006-08-15-1/+1
* Added tag 0.9 for changeset fae61afa861755636c4a1070694209ace8efbb6cAnselm R.Garbe2006-08-15-0/+1
* prepared dwm-0.90.9Anselm R.Garbe2006-08-15-2/+2
* extended cleanupAnselm R.Garbe2006-08-15-2/+12
* applied Sanders changes to config.arg.hAnselm R.Garbe2006-08-15-18/+14
* applied jk_to_tab patchAnselm R.Garbe2006-08-15-53/+60
* changed main event loopAnselm R.Garbe2006-08-15-10/+21
* removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe2006-08-14-19/+29