aboutsummaryrefslogtreecommitdiffstats
path: root/tag.c
AgeCommit message (Collapse)Author
2006-08-03removed TLast tag enum, now tags is simple defined as char *[] array, the ↵arg@10ksloc.org
rest is calculated correctly, rules take an int array for the tags
2006-08-03hotfix of settagsarg@10ksloc.org
2006-08-03changed Client->tags and Rule->tags to be Bool (I'll also try to remove the ↵arg@10ksloc.org
TLast enum)
2006-08-02made fullscreen apps working fine in floating mode (there is no sane way to ↵arg@10ksloc.org
make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander
2006-08-01renamed ARRANGE into DEFMODEarg@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-21some cleanups/fixes inspired by Jukka Salmi's feedbackarg@10ksloc.org
2006-07-21sanitization of several clunky stuff, removed heretag (rarely of use), ↵arg@10ksloc.org
simplified pop(), changed shortcuts to always contain MODKEY
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, ↵arg@10ksloc.org
works quite well
2006-07-20cleaned up codearg@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 ↵arg@10ksloc.org
remembering two kinds of geometries is unnecessary, removed the randomized (x,y) setting on dofloat startup, was kind too random und unpredictable
2006-07-19implemented regexp matching for rulesarg@10ksloc.org
2006-07-19implemented fallback for too many clients in stacked modearg@10ksloc.org
2006-07-19applied Sanders resize patch, fixed lower bugarg@10ksloc.org
2006-07-18firefox instance is different nowarg@mmvi
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 ↵Anselm R. Garbe
current tag
2006-07-17ordered variables in structs and source files alphabeticallyAnselm R. Garbe
2006-07-16several additions in mouse handling ;)Anselm R. Garbe
2006-07-15proceeded with cleaning up, sorting functions, etcAnselm R. Garbe
2006-07-15rearranged several stuffAnselm R. Garbe