aboutsummaryrefslogtreecommitdiff
path: root/tag.c
Commit message (Collapse)AuthorAge
* implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe2006-08-14
|
* removed viewnext/viewprevAnselm R.Garbe2006-08-14
|
* made shortcuts like proposed by Sander, renamed viewextend to toggleview ↵Anselm R.Garbe2006-08-13
| | | | (more clear)
* implemented viewextend and added M-S-C-n shortcuts for extending the current ↵Anselm R.Garbe2006-08-11
| | | | view... updated man page (works great!) nice feature
* implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe2006-08-11
|
* fixed the issue reported by sander (gaps at left columns button due to ↵Anselm R.Garbe2006-08-10
| | | | round-offs)
* fixed view-change bug reported on the listarg@10ksloc.org2006-08-04
|
* switched to regexp matching for Rulesarg@10ksloc.org2006-08-04
|
* removed TLast tag enum, now tags is simple defined as char *[] array, the ↵arg@10ksloc.org2006-08-03
| | | | rest is calculated correctly, rules take an int array for the tags
* hotfix of settagsarg@10ksloc.org2006-08-03
|
* changed Client->tags and Rule->tags to be Bool (I'll also try to remove the ↵arg@10ksloc.org2006-08-03
| | | | TLast enum)
* made fullscreen apps working fine in floating mode (there is no sane way to ↵arg@10ksloc.org2006-08-02
| | | | 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-01
|
* centralized/externalized configuration to config.harg@10ksloc.org2006-08-01
|
* applied Jukkas prev/next patch with XK_{h,l}arg@10ksloc.org2006-08-01
|
* applied Sanders patchesarg@10ksloc.org2006-08-01
|
* committed a patch which fixes the hints of Jukkaarg@10ksloc.org2006-08-01
|
* some cleanups/fixes inspired by Jukka Salmi's feedbackarg@10ksloc.org2006-07-21
|
* sanitization of several clunky stuff, removed heretag (rarely of use), ↵arg@10ksloc.org2006-07-21
| | | | simplified pop(), changed shortcuts to always contain MODKEY
* using double-linked list in order to get correct prev focus handlingarg@10ksloc.org2006-07-20
|
* cleaned the CUSTOMIZE flagsarg@10ksloc.org2006-07-20
|
* made status bar drawing more robust, implemented togglemax and togglemode, ↵arg@10ksloc.org2006-07-20
| | | | works quite well
* cleaned up codearg@10ksloc.org2006-07-20
|
* 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-20
| | | | 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-19
|
* implemented fallback for too many clients in stacked modearg@10ksloc.org2006-07-19
|
* applied Sanders resize patch, fixed lower bugarg@10ksloc.org2006-07-19
|
* firefox instance is different nowarg@mmvi2006-07-18
|
* implemened distinguishing float/managed geometries of clients (works quite well)Anselm R. Garbe2006-07-18
|
* pop on heretagAnselm R. Garbe2006-07-18
|
* added heretag command which allows to tag a client of a foreign tag with ↵Anselm R. Garbe2006-07-18
| | | | current tag
* ordered variables in structs and source files alphabeticallyAnselm R. Garbe2006-07-17
|
* several additions in mouse handling ;)Anselm R. Garbe2006-07-16
|
* proceeded with cleaning up, sorting functions, etcAnselm R. Garbe2006-07-15
|
* rearranged several stuffAnselm R. Garbe2006-07-15