about summary refs log tree commit diff stats
path: root/tag.c
Commit message (Expand)AuthorAgeFilesLines
* updated man pageAnselm R. Garbe2006-08-231-0/+2
* implemented right tag drawing in the status bar and titlebarsAnselm R. Garbe2006-08-231-0/+2
* implemented class:inst:title matchingAnselm R. Garbe2006-08-231-4/+4
* separated several functions into view.cAnselm R. Garbe2006-08-221-186/+0
* fixed issue reported by sanderAnselm R.Garbe2006-08-161-3/+2
* added general centralization rule for new clients (works around various borke...Anselm R.Garbe2006-08-161-1/+4
* applied viewsel.patchAnselm R.Garbe2006-08-141-2/+6
* applied sanders tag()/toggletag() fixesAnselm R.Garbe2006-08-141-1/+4
* added missing arrangeAnselm R.Garbe2006-08-141-0/+1
* changed replacetag into toggletagAnselm R.Garbe2006-08-141-29/+36
* applied the saner patch (removed the pathetic one)Anselm R.Garbe2006-08-141-7/+3
* pplied Sanders appendtag patchAnselm R.Garbe2006-08-141-2/+6
* fixed a core dumpAnselm R.Garbe2006-08-141-2/+4
* implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe2006-08-141-10/+54
* removed viewnext/viewprevAnselm R.Garbe2006-08-141-20/+0
* made shortcuts like proposed by Sander, renamed viewextend to toggleview (mor...Anselm R.Garbe2006-08-131-1/+1
* implemented viewextend and added M-S-C-n shortcuts for extending the current ...Anselm R.Garbe2006-08-111-6/+19
* implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe2006-08-111-9/+31
* fixed the issue reported by sander (gaps at left columns button due to round-...Anselm R.Garbe2006-08-101-1/+4
* 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