JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
next version will contain updated copyright notice
[dwm.git] / dwm.h
2007-01-02 arg@mig29next version will contain updated copyright notice
2007-01-02 arg@mig29changed comment of updatesizehints
2007-01-01 arg@mig29renamed updatesize into updatesizehints (thx to Sander...
2006-12-12 arg@mig29removed Client->grav
2006-12-11 arg@mig29removed gravitate for the moment
2006-11-30 arg@mig29removed viewall signature from dwm.h
2006-11-27 arg@mig29added man page entry
2006-11-27 arg@mig29added togglefloat to hg tip (i consider this useful...
2006-11-22 arg@mig29fififif
2006-11-16 arg@mig29applied Gottox' windowarea patch
2006-10-31 arg@mig29renamed resizecol into resizemaster
2006-10-27 arg@mig29applied sanders try2 patch
2006-10-16 Anselm R. Garbemoved MOUSEMASK into event.c (not used in other places)
2006-10-06 Anselm R. Garbedo* has no Arg arument anymore (never called directly)
2006-10-06 Anselm R. Garbecode polishing, removed unnecessary newlines
2006-10-05 Anselm R. Garberemoved the stack position stuff
2006-10-05 Anselm R. Garbekeep master ratio on resizecol -> arrange
2006-10-05 Anselm R. Garbesimplified dotile()
2006-09-29 Anselm R. Garberemoved useless updatemaster
2006-09-29 Anselm R. Garberemoved the direction flipping
2006-09-29 Anselm R. Garbeadded the new dotile as described on ml
2006-09-29 Anselm R. Garbeprelim of dotile()
2006-09-29 Anselm R. Garbefirst step to a more flexible dotile() algorithm
2006-09-28 Anselm R. Garbeapplied Jukkas patch
2006-09-27 Anselm R. Garbefixing the settags issue, preparing 1.7.1
2006-09-26 arg@mmviadded configure(), but this doesn't really fix those...
2006-09-25 arg@mmviapplied sanders jukka patch
2006-09-25 arg@mmviapplied Jukkas patch
2006-09-22 arg@mmvismall change to achieve Jukka's last proposal
2006-09-22 arg@mmvifixed issue pointed out by Jukka
2006-09-22 arg@mmviimplemented the maximization as I described on the...
2006-09-20 arg@mmviimproved intro comment in dwm.h, updated config.mk
2006-09-19 arg@mmvisome simplifications to intro in dwm.h
2006-09-12 Anselm R. Garbesome more simplifications of intro comment in dwm.h...
2006-09-12 Anselm R. Garbemade introduction comment in dwm.h shorter
2006-09-12 Anselm R. Garbeadded a general comment to dwm.h how dwm is basically...
2006-09-11 Anselm R. Garbesome other simplifications
2006-09-11 Anselm R. Garbesmall change to comments, renamed two set* functions...
2006-09-11 Anselm R. Garbesmall fix
2006-09-11 Anselm R. Garbeadded some comments
2006-09-07 Anselm R. Garbeusing a global stack for focus recovery on arrange...
2006-09-06 Anselm R. Garbemoved transient_for tag inheritance to settags
2006-09-05 Anselm R. Garberenamed resizetile into resizecol
2006-09-05 Anselm R. Garbes/growcol/resizetile/g
2006-09-05 Anselm R. GarbeI really need column growing, now pushing upstream
2006-09-04 Anselm R. Garbeapplied Sanders max_and_focus.patch
2006-08-31 Anselm R. Garbeadded viewall to mainstream (only Ross Mohns version...
2006-08-29 Anselm R. Garbestill something wrong with reorder()
2006-08-29 Anselm R. Garbeadded attach/detach functions which don't attach at...
2006-08-25 Anselm R. Garbetrying a different configuration
2006-08-25 Anselm R. Garbenew color stuff/new rendering stuff
2006-08-25 Anselm R. Garbeback to 3 colors
2006-08-24 Anselm R. Garbe3->4 colors
2006-08-23 Anselm R. Garbeupdated man page
2006-08-23 Anselm R. Garbeseparated setup stuff into main.c:setup() - this makes...
2006-08-22 Anselm R. Garbeseparated several functions into view.c
2006-08-15 Anselm R.Garbechanged main event loop
2006-08-14 Anselm R.Garberemoved NUMLOCKMASK, added dynamically calculated numlo...
2006-08-14 Anselm R.Garbechanged replacetag into toggletag
2006-08-14 Anselm R.Garberemoved ungrabkeys again (because of sander's mail)
2006-08-14 Anselm R.Garbeimplemented ungrabkeys() which is called in cleanup()
2006-08-14 Anselm R.Garbeimplemented restack behavior (floats are on top in...
2006-08-14 Anselm R.Garberemoved viewnext/viewprev
2006-08-13 Anselm R.Garbemade shortcuts like proposed by Sander, renamed viewext...
2006-08-11 Anselm R.Garbeimplemented viewextend and added M-S-C-n shortcuts...
2006-08-11 Anselm R.Garbeimplement multi-tag selection through button3 click...
2006-08-10 Anselm R.Garbereadded border color, this sucks least
2006-08-10 Anselm R.Garberemoved unnecessary border color
2006-08-10 Anselm R.Garbedisallow zoom on maximized clients
2006-08-08 Anselm R.Garberemoved NET_ACTIVE_WINDOW handling
2006-08-08 Anselm R.Garbeimplemented NET_ACTIVE_WINDOW support
2006-08-04 arg@10ksloc.orgswitched to regexp matching for Rules
2006-08-04 arg@10ksloc.orgusing execl now, argv changed, using cmd and const...
2006-08-03 arg@10ksloc.orgremoved TLast tag enum, now tags is simple defined...
2006-08-03 arg@10ksloc.orgchanged Client->tags and Rule->tags to be Bool (I'll...
2006-08-02 arg@10ksloc.orgremoved the CONFIG variable from config.mk, renamed...
2006-08-02 arg@10ksloc.orgmade fullscreen apps working fine in floating mode...
2006-08-01 arg@10ksloc.orgrenamed WM_PROTOCOL_DELWIN into PROTODELWIN
2006-08-01 arg@10ksloc.orgcleaned config.*h to prevent some confusion
2006-08-01 arg@10ksloc.orguppercasing all define'd values (uppercase-prefixed...
2006-08-01 arg@10ksloc.orgcentralized/externalized configuration to config.h
2006-08-01 arg@10ksloc.orgapplied Jukkas prev/next patch with XK_{h,l}
2006-08-01 arg@10ksloc.orgapplied Sanders patches
2006-08-01 arg@10ksloc.orgcommitted a patch which fixes the hints of Jukka
2006-07-21 arg@10ksloc.orgsanitization of several clunky stuff, removed heretag...
2006-07-20 arg@10ksloc.orgapplied sanders no_sizehints for tiled mode patch ...
2006-07-20 arg@10ksloc.orgusing double-linked list in order to get correct prev...
2006-07-20 arg@10ksloc.orgcleaned the CUSTOMIZE flags
2006-07-20 arg@10ksloc.orgmade status bar drawing more robust, implemented toggle...
2006-07-20 arg@10ksloc.orgremoved c->f{x,y,w,h} and c->t{x,y,w,h} in favor for...
2006-07-19 arg@10ksloc.orgimplemented regexp matching for rules
2006-07-19 arg@10ksloc.orgapplied Jukka's patch with s/ModKeyMask/MODKEY/g
2006-07-19 arg@10ksloc.orgrefactored Sanders code somewhat
2006-07-19 arg@10ksloc.orgapplied Sanders resize patch, fixed lower bug
2006-07-18 Anselm R. Garbeimplemened distinguishing float/managed geometries...
2006-07-18 Anselm R. Garbepop on heretag
2006-07-18 Anselm R. Garbeadded heretag command which allows to tag a client...
2006-07-17 Anselm R. Garbeordered variables in structs and source files alphabeti...
2006-07-15 Anselm R. Garbeseveral additions in mouse handling ;)
2006-07-15 Anselm R. Garbechanging XFlush into XSync
next