JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
small changes to dwm.1, rearranged order within main event loop
[dwm.git] / dwm.h
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
2006-07-15 Anselm R. Garbesanitized other stuff
2006-07-15 Anselm R. Garbeproceeded with cleaning up, sorting functions, etc
2006-07-15 Anselm R. Garberearranged several stuff
2006-07-14 Anselm R. Garbesanitized names
2006-07-14 Anselm R. Garberearranged
2006-07-14 Anselm R. Garberemoved a bunch of lines through swap removal
2006-07-14 Anselm R. Garbesearching for a better way to discard enter notifies
2006-07-14 Anselm R. Garbeimplemented dwm reading status text from stdin
2006-07-14 Anselm R. Garbemade barclick to select the specific tag
2006-07-14 Anselm R. Garbeimplemented bar for dwm (I miss status text), I plan...
2006-07-13 Anselm R. Garbeadded mini stuff
2006-07-13 Anselm R. Garbefixed several things, nearly feature complete
2006-07-13 Anselm R. Garbenew stuff
2006-07-13 Anselm R. Garbeseveral other additions/fixes, dwm is quite usable...
2006-07-13 Anselm R. Garbeimplemented tagging a client
2006-07-13 Anselm R. Garbeadded xlock command (I need it regularly)
2006-07-13 Anselm R. Garbechanged default colors