aboutsummaryrefslogtreecommitdiffstats
path: root/tag.c
Commit message (Expand)AuthorAgeFilesLines
* fixed view-change bug reported on the listarg@10ksloc.org2006-08-041-14/+10
* switched to regexp matching for Rulesarg@10ksloc.org2006-08-041-17/+51
* removed TLast tag enum, now tags is simple defined as char *[] array, the res...arg@10ksloc.org2006-08-031-9/+10
* hotfix of settagsarg@10ksloc.org2006-08-031-2/+1
* changed Client->tags and Rule->tags to be Bool (I'll also try to remove the T...arg@10ksloc.org2006-08-031-5/+5
* made fullscreen apps working fine in floating mode (there is no sane way to m...arg@10ksloc.org2006-08-021-9/+8
* renamed ARRANGE into DEFMODEarg@10ksloc.org2006-08-011-1/+1
* centralized/externalized configuration to config.harg@10ksloc.org2006-08-011-18/+4
* applied Jukkas prev/next patch with XK_{h,l}arg@10ksloc.org2006-08-011-0/+14
* applied Sanders patchesarg@10ksloc.org2006-08-011-0/+4
* committed a patch which fixes the hints of Jukkaarg@10ksloc.org2006-08-011-4/+4
* some cleanups/fixes inspired by Jukka Salmi's feedbackarg@10ksloc.org2006-07-211-6/+1
* sanitization of several clunky stuff, removed heretag (rarely of use), simpli...arg@10ksloc.org2006-07-211-22/+4
* using double-linked list in order to get correct prev focus handlingarg@10ksloc.org2006-07-201-0/+7
* cleaned the CUSTOMIZE flagsarg@10ksloc.org2006-07-201-3/+5
* made status bar drawing more robust, implemented togglemax and togglemode, wo...arg@10ksloc.org2006-07-201-2/+9
* cleaned up codearg@10ksloc.org2006-07-201-4/+5
* removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling re...arg@10ksloc.org2006-07-201-18/+16
* implemented regexp matching for rulesarg@10ksloc.org2006-07-191-12/+28
* implemented fallback for too many clients in stacked modearg@10ksloc.org2006-07-191-1/+7
* applied Sanders resize patch, fixed lower bugarg@10ksloc.org2006-07-191-3/+3
* firefox instance is different nowarg@mmvi2006-07-181-1/+1
* implemened distinguishing float/managed geometries of clients (works quite well)Anselm R. Garbe2006-07-181-13/+16
* pop on heretagAnselm R. Garbe2006-07-181-1/+1
* added heretag command which allows to tag a client of a foreign tag with curr...Anselm R. Garbe2006-07-181-4/+23
* ordered variables in structs and source files alphabeticallyAnselm R. Garbe2006-07-171-11/+10
* several additions in mouse handling ;)Anselm R. Garbe2006-07-161-4/+4
* proceeded with cleaning up, sorting functions, etcAnselm R. Garbe2006-07-151-55/+63
* rearranged several stuffAnselm R. Garbe2006-07-151-0/+171