aboutsummaryrefslogtreecommitdiffstats
path: root/tag.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵arg@10ksloc.org2006-08-031-9/+10
| | | | rest is calculated correctly, rules take an int array for the tags
* 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 ↵arg@10ksloc.org2006-08-031-5/+5
| | | | TLast enum)
* made fullscreen apps working fine in floating mode (there is no sane way to ↵arg@10ksloc.org2006-08-021-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
* 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), ↵arg@10ksloc.org2006-07-211-22/+4
| | | | simplified pop(), changed shortcuts to always contain MODKEY
* 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, ↵arg@10ksloc.org2006-07-201-2/+9
| | | | works quite well
* 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 ↵arg@10ksloc.org2006-07-201-18/+16
| | | | remembering two kinds of geometries is unnecessary, removed the randomized (x,y) setting on dofloat startup, was kind too random und unpredictable
* 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 ↵Anselm R. Garbe2006-07-181-4/+23
| | | | current tag
* 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