aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
AgeCommit message (Expand)Author
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
2006-08-03changed Client->tags and Rule->tags to be Bool (I'll also try to remove the T...arg@10ksloc.org
2006-08-02removed the CONFIG variable from config.mk, renamed config.h into config.defa...arg@10ksloc.org
2006-08-02made fullscreen apps working fine in floating mode (there is no sane way to m...arg@10ksloc.org
2006-08-01renamed WM_PROTOCOL_DELWIN into PROTODELWINarg@10ksloc.org
2006-08-01cleaned config.*h to prevent some confusionarg@10ksloc.org
2006-08-01uppercasing all define'd values (uppercase-prefixed should only be enum field...arg@10ksloc.org
2006-08-01centralized/externalized configuration to config.harg@10ksloc.org
2006-08-01applied Jukkas prev/next patch with XK_{h,l}arg@10ksloc.org
2006-08-01applied Sanders patchesarg@10ksloc.org
2006-08-01committed a patch which fixes the hints of Jukkaarg@10ksloc.org
2006-07-21sanitization of several clunky stuff, removed heretag (rarely of use), simpli...arg@10ksloc.org
2006-07-20applied sanders no_sizehints for tiled mode patch (thx!)arg@10ksloc.org
2006-07-20using double-linked list in order to get correct prev focus handlingarg@10ksloc.org
2006-07-20cleaned the CUSTOMIZE flagsarg@10ksloc.org
2006-07-20made status bar drawing more robust, implemented togglemax and togglemode, wo...arg@10ksloc.org
2006-07-20removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling re...arg@10ksloc.org
2006-07-19implemented regexp matching for rulesarg@10ksloc.org
2006-07-19applied Jukka's patch with s/ModKeyMask/MODKEY/garg@10ksloc.org
2006-07-19refactored Sanders code somewhatarg@10ksloc.org
2006-07-19applied Sanders resize patch, fixed lower bugarg@10ksloc.org
2006-07-18implemened distinguishing float/managed geometries of clients (works quite well)Anselm R. Garbe
2006-07-18pop on heretagAnselm R. Garbe
2006-07-18added heretag command which allows to tag a client of a foreign tag with curr...Anselm R. Garbe
2006-07-17ordered variables in structs and source files alphabeticallyAnselm R. Garbe
2006-07-16several additions in mouse handling ;)Anselm R. Garbe
2006-07-15changing XFlush into XSyncAnselm R. Garbe