aboutsummaryrefslogtreecommitdiff
path: root/tag.c
Commit message (Expand)AuthorAgeLines
* fixed a core dumpAnselm R.Garbe2006-08-14-2/+4
* implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe2006-08-14-10/+54
* removed viewnext/viewprevAnselm R.Garbe2006-08-14-20/+0
* made shortcuts like proposed by Sander, renamed viewextend to toggleview (mor...Anselm R.Garbe2006-08-13-1/+1
* implemented viewextend and added M-S-C-n shortcuts for extending the current ...Anselm R.Garbe2006-08-11-6/+19
* implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe2006-08-11-9/+31
* fixed the issue reported by sander (gaps at left columns button due to round-...Anselm R.Garbe2006-08-10-1/+4
* fixed view-change bug reported on the listarg@10ksloc.org2006-08-04-14/+10
* switched to regexp matching for Rulesarg@10ksloc.org2006-08-04-17/+51
* removed TLast tag enum, now tags is simple defined as char *[] array, the res...arg@10ksloc.org2006-08-03-9/+10
* hotfix of settagsarg@10ksloc.org2006-08-03-2/+1
* changed Client->tags and Rule->tags to be Bool (I'll also try to remove the T...arg@10ksloc.org2006-08-03-5/+5
* made fullscreen apps working fine in floating mode (there is no sane way to m...arg@10ksloc.org2006-08-02-9/+8
* renamed ARRANGE into DEFMODEarg@10ksloc.org2006-08-01-1/+1
* centralized/externalized configuration to config.harg@10ksloc.org2006-08-01-18/+4
* applied Jukkas prev/next patch with XK_{h,l}arg@10ksloc.org2006-08-01-0/+14
* applied Sanders patchesarg@10ksloc.org2006-08-01-0/+4
* committed a patch which fixes the hints of Jukkaarg@10ksloc.org2006-08-01-4/+4
* some cleanups/fixes inspired by Jukka Salmi's feedbackarg@10ksloc.org2006-07-21-6/+1
* sanitization of several clunky stuff, removed heretag (rarely of use), simpli...arg@10ksloc.org2006-07-21-22/+4
* using double-linked list in order to get correct prev focus handlingarg@10ksloc.org2006-07-20-0/+7
* cleaned the CUSTOMIZE flagsarg@10ksloc.org2006-07-20-3/+5
* made status bar drawing more robust, implemented togglemax and togglemode, wo...arg@10ksloc.org2006-07-20-2/+9
* cleaned up codearg@10ksloc.org2006-07-20-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-20-18/+16
* implemented regexp matching for rulesarg@10ksloc.org2006-07-19-12/+28
* implemented fallback for too many clients in stacked modearg@10ksloc.org2006-07-19-1/+7
* applied Sanders resize patch, fixed lower bugarg@10ksloc.org2006-07-19-3/+3
* firefox instance is different nowarg@mmvi2006-07-18-1/+1
* implemened distinguishing float/managed geometries of clients (works quite well)Anselm R. Garbe2006-07-18-13/+16
* pop on heretagAnselm R. Garbe2006-07-18-1/+1
* added heretag command which allows to tag a client of a foreign tag with curr...Anselm R. Garbe2006-07-18-4/+23
* ordered variables in structs and source files alphabeticallyAnselm R. Garbe2006-07-17-11/+10
* several additions in mouse handling ;)Anselm R. Garbe2006-07-16-4/+4
* proceeded with cleaning up, sorting functions, etcAnselm R. Garbe2006-07-15-55/+63
* rearranged several stuffAnselm R. Garbe2006-07-15-0/+171