summaryrefslogtreecommitdiffstats
path: root/tag.c
Commit message (Expand)AuthorAgeFilesLines
* correctionsGravatar arg@mig29 2007-01-021-1/+1
* next version will contain updated copyright noticeGravatar arg@mig29 2007-01-021-1/+1
* hotfix of a serious crashing bugGravatar arg@mig29 2006-12-041-1/+2
* applied Manuel's regex patchGravatar arg@mig29 2006-12-031-3/+3
* removed viewall(), replaced with view(-1); added tag(-1) to tag a client with...Gravatar arg@mig29 2006-11-301-1/+1
* applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line print...Gravatar arg@mig29 2006-11-261-2/+2
* fifififGravatar arg@mig29 2006-11-221-3/+0
* do* has no Arg arument anymore (never called directly)Gravatar Anselm R. Garbe 2006-10-061-2/+2
* code polishing, removed unnecessary newlinesGravatar Anselm R. Garbe 2006-10-061-5/+1
* applied Jukkas patchGravatar arg@mmvi 2006-09-251-1/+1
* removed a bunch of lines through making function signatures more consistent w...Gravatar Anselm R. Garbe 2006-09-121-12/+6
* does this preserve z order for anthony?Gravatar Anselm R. Garbe 2006-09-061-6/+3
* maybe this might workGravatar Anselm R. Garbe 2006-09-061-3/+6
* moved transient_for tag inheritance to settagsGravatar Anselm R. Garbe 2006-09-061-3/+7
* no, reodering floating clients definately breaks the manage() policy which at...Gravatar Anselm R. Garbe 2006-09-061-6/+3
* no, ordering floating clients at the end seems betterGravatar Anselm R. Garbe 2006-09-051-3/+6
* sanders toggletag patch is much more elegantGravatar Anselm R. Garbe 2006-09-051-1/+1
* fixing c->weight handlingGravatar Anselm R. Garbe 2006-09-051-2/+3
* applied sanders patch to remove unnecessary commit()Gravatar Anselm R. Garbe 2006-08-311-13/+2
* configurenotify remembers max geom now, and restores this if necessary, howev...Gravatar Anselm R. Garbe 2006-08-291-3/+3
* applied patch similiar proposed by dave tweedGravatar Anselm R. Garbe 2006-08-291-10/+13
* still something wrong with reorder()Gravatar Anselm R. Garbe 2006-08-291-4/+2
* fix client position in list also on tag and toggletagGravatar Anselm R. Garbe 2006-08-291-0/+4
* updated man pageGravatar Anselm R. Garbe 2006-08-231-0/+2
* implemented right tag drawing in the status bar and titlebarsGravatar Anselm R. Garbe 2006-08-231-0/+2
* implemented class:inst:title matchingGravatar Anselm R. Garbe 2006-08-231-4/+4
* separated several functions into view.cGravatar Anselm R. Garbe 2006-08-221-186/+0
* fixed issue reported by sanderGravatar Anselm R.Garbe 2006-08-161-3/+2
* added general centralization rule for new clients (works around various borke...Gravatar Anselm R.Garbe 2006-08-161-1/+4
* applied viewsel.patchGravatar Anselm R.Garbe 2006-08-141-2/+6
* applied sanders tag()/toggletag() fixesGravatar Anselm R.Garbe 2006-08-141-1/+4
* added missing arrangeGravatar Anselm R.Garbe 2006-08-141-0/+1
* changed replacetag into toggletagGravatar Anselm R.Garbe 2006-08-141-29/+36
* applied the saner patch (removed the pathetic one)Gravatar Anselm R.Garbe 2006-08-141-7/+3
* pplied Sanders appendtag patchGravatar Anselm R.Garbe 2006-08-141-2/+6
* fixed a core dumpGravatar Anselm R.Garbe 2006-08-141-2/+4
* implemented restack behavior (floats are on top in tiled mode)Gravatar Anselm R.Garbe 2006-08-141-10/+54
* removed viewnext/viewprevGravatar Anselm R.Garbe 2006-08-141-20/+0
* made shortcuts like proposed by Sander, renamed viewextend to toggleview (mor...Gravatar Anselm R.Garbe 2006-08-131-1/+1
* implemented viewextend and added M-S-C-n shortcuts for extending the current ...Gravatar Anselm R.Garbe 2006-08-111-6/+19
* implement multi-tag selection through button3 click on the specific tagGravatar Anselm R.Garbe 2006-08-111-9/+31
* fixed the issue reported by sander (gaps at left columns button due to round-...Gravatar Anselm R.Garbe 2006-08-101-1/+4
* fixed view-change bug reported on the listGravatar arg@10ksloc.org 2006-08-041-14/+10
* switched to regexp matching for RulesGravatar arg@10ksloc.org 2006-08-041-17/+51
* removed TLast tag enum, now tags is simple defined as char *[] array, the res...Gravatar arg@10ksloc.org 2006-08-031-9/+10
* hotfix of settagsGravatar arg@10ksloc.org 2006-08-031-2/+1
* changed Client->tags and Rule->tags to be Bool (I'll also try to remove the T...Gravatar arg@10ksloc.org 2006-08-031-5/+5
* made fullscreen apps working fine in floating mode (there is no sane way to m...Gravatar arg@10ksloc.org 2006-08-021-9/+8
* renamed ARRANGE into DEFMODEGravatar arg@10ksloc.org 2006-08-011-1/+1
* centralized/externalized configuration to config.hGravatar arg@10ksloc.org 2006-08-011-18/+4