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