aboutsummaryrefslogtreecommitdiff
path: root/tag.c
AgeCommit message (Collapse)AuthorLines
2006-10-06do* has no Arg arument anymore (never called directly)Anselm R. Garbe-2/+2
2006-10-06code polishing, removed unnecessary newlinesAnselm R. Garbe-5/+1
2006-09-25applied Jukkas patcharg@mmvi-1/+1
2006-09-12removed a bunch of lines through making function signatures more consistent ↵Anselm R. Garbe-12/+6
with my style ( { does not belong to a new line, if function args are single-lined)
2006-09-06does this preserve z order for anthony?Anselm R. Garbe-6/+3
2006-09-06maybe this might workAnselm R. Garbe-3/+6
2006-09-06moved transient_for tag inheritance to settagsAnselm R. Garbe-3/+7
2006-09-06no, reodering floating clients definately breaks the manage() policy which ↵Anselm R. Garbe-6/+3
attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks)
2006-09-05no, ordering floating clients at the end seems betterAnselm R. Garbe-3/+6
2006-09-05sanders toggletag patch is much more elegantAnselm R. Garbe-1/+1
2006-09-05fixing c->weight handlingAnselm R. Garbe-2/+3
2006-08-31applied sanders patch to remove unnecessary commit()Anselm R. Garbe-13/+2
2006-08-29configurenotify remembers max geom now, and restores this if necessary, ↵Anselm R. Garbe-3/+3
however it accepts to touch the max size on configurerequest, this shouldn't break fillscreen apps (tested with mplayer)
2006-08-29applied patch similiar proposed by dave tweedAnselm R. Garbe-10/+13
2006-08-29still something wrong with reorder()Anselm R. Garbe-4/+2
2006-08-29fix client position in list also on tag and toggletagAnselm R. Garbe-0/+4
2006-08-23updated man pageAnselm R. Garbe-0/+2
2006-08-23implemented right tag drawing in the status bar and titlebarsAnselm R. Garbe-0/+2
2006-08-23implemented class:inst:title matchingAnselm R. Garbe-4/+4
2006-08-22separated several functions into view.cAnselm R. Garbe-186/+0
2006-08-16fixed issue reported by sanderAnselm R.Garbe-3/+2
2006-08-16added general centralization rule for new clients (works around various ↵Anselm R.Garbe-1/+4
borken apps)
2006-08-14applied viewsel.patchAnselm R.Garbe-2/+6
2006-08-14applied sanders tag()/toggletag() fixesAnselm R.Garbe-1/+4
2006-08-14added missing arrangeAnselm R.Garbe-0/+1
2006-08-14changed replacetag into toggletagAnselm R.Garbe-29/+36
2006-08-14applied the saner patch (removed the pathetic one)Anselm R.Garbe-7/+3
2006-08-14pplied Sanders appendtag patchAnselm R.Garbe-2/+6
2006-08-14fixed a core dumpAnselm R.Garbe-2/+4
2006-08-14implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe-10/+54
2006-08-14removed viewnext/viewprevAnselm R.Garbe-20/+0
2006-08-13made shortcuts like proposed by Sander, renamed viewextend to toggleview ↵Anselm R.Garbe-1/+1
(more clear)
2006-08-11implemented viewextend and added M-S-C-n shortcuts for extending the current ↵Anselm R.Garbe-6/+19
view... updated man page (works great!) nice feature
2006-08-11implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe-9/+31
2006-08-10fixed the issue reported by sander (gaps at left columns button due to ↵Anselm R.Garbe-1/+4
round-offs)
2006-08-04fixed view-change bug reported on the listarg@10ksloc.org-14/+10
2006-08-04switched to regexp matching for Rulesarg@10ksloc.org-17/+51
2006-08-03removed TLast tag enum, now tags is simple defined as char *[] array, the ↵arg@10ksloc.org-9/+10
rest is calculated correctly, rules take an int array for the tags
2006-08-03hotfix of settagsarg@10ksloc.org-2/+1
2006-08-03changed Client->tags and Rule->tags to be Bool (I'll also try to remove the ↵arg@10ksloc.org-5/+5
TLast enum)
2006-08-02made fullscreen apps working fine in floating mode (there is no sane way to ↵arg@10ksloc.org-9/+8
make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander
2006-08-01renamed ARRANGE into DEFMODEarg@10ksloc.org-1/+1
2006-08-01centralized/externalized configuration to config.harg@10ksloc.org-18/+4
2006-08-01applied Jukkas prev/next patch with XK_{h,l}arg@10ksloc.org-0/+14
2006-08-01applied Sanders patchesarg@10ksloc.org-0/+4
2006-08-01committed a patch which fixes the hints of Jukkaarg@10ksloc.org-4/+4
2006-07-21some cleanups/fixes inspired by Jukka Salmi's feedbackarg@10ksloc.org-6/+1
2006-07-21sanitization of several clunky stuff, removed heretag (rarely of use), ↵arg@10ksloc.org-22/+4
simplified pop(), changed shortcuts to always contain MODKEY
2006-07-20using double-linked list in order to get correct prev focus handlingarg@10ksloc.org-0/+7
2006-07-20cleaned the CUSTOMIZE flagsarg@10ksloc.org-3/+5