aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
AgeCommit message (Expand)Author
2006-09-27fixing the settags issue, preparing 1.7.11.7.1Anselm R. Garbe
2006-09-26added configure(), but this doesn't really fix those frking broken SDL appsarg@mmvi
2006-09-25applied sanders jukka patcharg@mmvi
2006-09-25applied Jukkas patcharg@mmvi
2006-09-22small change to achieve Jukka's last proposalarg@mmvi
2006-09-22fixed issue pointed out by Jukkaarg@mmvi
2006-09-22implemented the maximization as I described on the mailinglist, this feels be...arg@mmvi
2006-09-20improved intro comment in dwm.h, updated config.mkarg@mmvi
2006-09-19some simplifications to intro in dwm.harg@mmvi
2006-09-12some more simplifications of intro comment in dwm.h, this should suffice for ...Anselm R. Garbe
2006-09-12made introduction comment in dwm.h shorterAnselm R. Garbe
2006-09-12added a general comment to dwm.h how dwm is basically organizedAnselm R. Garbe
2006-09-11some other simplificationsAnselm R. Garbe
2006-09-11small change to comments, renamed two set* functions in client.c into update*Anselm R. Garbe
2006-09-11small fixAnselm R. Garbe
2006-09-11added some commentsAnselm R. Garbe
2006-09-07using a global stack for focus recovery on arrange() - seems to work greatAnselm R. Garbe
2006-09-06moved transient_for tag inheritance to settagsAnselm R. Garbe
2006-09-05renamed resizetile into resizecolAnselm R. Garbe
2006-09-05s/growcol/resizetile/gAnselm R. Garbe
2006-09-05I really need column growing, now pushing upstreamAnselm R. Garbe
2006-09-04applied Sanders max_and_focus.patchAnselm R. Garbe
2006-08-31added viewall to mainstream (only Ross Mohns version, not the toggle)Anselm R. Garbe
2006-08-29still something wrong with reorder()Anselm R. Garbe
2006-08-29added attach/detach functions which don't attach at the begin of list, but at...Anselm R. Garbe
2006-08-25trying a different configurationAnselm R. Garbe
2006-08-25new color stuff/new rendering stuffAnselm R. Garbe
2006-08-25back to 3 colorsAnselm R. Garbe
2006-08-243->4 colorsAnselm R. Garbe
2006-08-23updated man pageAnselm R. Garbe
2006-08-23separated setup stuff into main.c:setup() - this makes main() more readableAnselm R. Garbe
2006-08-22separated several functions into view.cAnselm R. Garbe
2006-08-15changed main event loopAnselm R.Garbe
2006-08-14removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe
2006-08-14changed replacetag into toggletagAnselm R.Garbe
2006-08-14removed ungrabkeys again (because of sander's mail)Anselm R.Garbe
2006-08-14implemented ungrabkeys() which is called in cleanup()Anselm R.Garbe
2006-08-14implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe
2006-08-14removed viewnext/viewprevAnselm R.Garbe
2006-08-13made shortcuts like proposed by Sander, renamed viewextend to toggleview (mor...Anselm R.Garbe
2006-08-11implemented viewextend and added M-S-C-n shortcuts for extending the current ...Anselm R.Garbe
2006-08-11implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe
2006-08-10readded border color, this sucks leastAnselm R.Garbe
2006-08-10removed unnecessary border colorAnselm R.Garbe
2006-08-10disallow zoom on maximized clientsAnselm R.Garbe
2006-08-08removed NET_ACTIVE_WINDOW handlingAnselm R.Garbe
2006-08-08implemented NET_ACTIVE_WINDOW supportAnselm R.Garbe
2006-08-04switched to regexp matching for Rulesarg@10ksloc.org
2006-08-04using execl now, argv changed, using cmd and const char defs directly in the ...arg@10ksloc.org
2006-08-03removed TLast tag enum, now tags is simple defined as char *[] array, the res...arg@10ksloc.org