summaryrefslogtreecommitdiffstats
path: root/draw.c
Commit message (Collapse)AuthorAgeFilesLines
* added symbols for different modesGravatar Anselm R. Garbe 2006-09-291-1/+3
|
* added slight error check to getcolorGravatar arg@mmvi 2006-09-261-1/+2
|
* applied Jukkas patchGravatar arg@mmvi 2006-09-251-2/+2
|
* removed all dotile checksGravatar arg@mmvi 2006-09-221-1/+1
|
* removed a bunch of lines through making function signatures more consistent ↵Gravatar Anselm R. Garbe 2006-09-121-16/+8
| | | | with my style ( { does not belong to a new line, if function args are single-lined)
* removed crappy variablesGravatar Anselm R. Garbe 2006-08-281-2/+0
|
* applied sanders somepatches.patchGravatar Anselm R. Garbe 2006-08-281-4/+5
|
* trying a different configurationGravatar Anselm R. Garbe 2006-08-251-3/+6
|
* removed small 1px gap, somehow without it things feel betterGravatar Anselm R. Garbe 2006-08-251-1/+1
|
* oopsGravatar Anselm R. Garbe 2006-08-251-1/+1
|
* fixed typoGravatar Anselm R. Garbe 2006-08-251-1/+1
|
* s/TILED/TILE/gGravatar Anselm R. Garbe 2006-08-251-1/+1
|
* removed a bunch of lines, made mode symbols configurableGravatar Anselm R. Garbe 2006-08-251-7/+2
|
* changed symbols for float/tiled mode, added mouse-driven mode toggle to ↵Gravatar Anselm R. Garbe 2006-08-251-1/+1
| | | | buttonpress()
* small fix to separate client title from right-most tagGravatar Anselm R. Garbe 2006-08-251-2/+2
|
* new color stuff/new rendering stuffGravatar Anselm R. Garbe 2006-08-251-30/+19
|
* back to 3 colorsGravatar Anselm R. Garbe 2006-08-251-24/+23
|
* fixedGravatar Anselm R. Garbe 2006-08-241-6/+6
|
* 3->4 colorsGravatar Anselm R. Garbe 2006-08-241-13/+7
|
* found less intrusive wayGravatar Anselm R. Garbe 2006-08-241-6/+12
|
* changing tag indicator through underlineGravatar Anselm R. Garbe 2006-08-241-26/+16
|
* updated man pageGravatar Anselm R. Garbe 2006-08-231-49/+47
|
* implemented right tag drawing in the status bar and titlebarsGravatar Anselm R. Garbe 2006-08-231-10/+21
|
* tags appear in the left againGravatar Anselm R. Garbe 2006-08-231-5/+5
|
* titlebars contain tags in the right nowGravatar Anselm R. Garbe 2006-08-221-6/+5
|
* fixed string cuttingGravatar Anselm R.Garbe 2006-08-141-6/+6
|
* fixed string cutting in draw.cGravatar Anselm R.Garbe 2006-08-141-2/+10
|
* implemented viewextend and added M-S-C-n shortcuts for extending the current ↵Gravatar Anselm R.Garbe 2006-08-111-2/+2
| | | | view... updated man page (works great!) nice feature
* implement multi-tag selection through button3 click on the specific tagGravatar Anselm R.Garbe 2006-08-111-2/+2
|
* simplified drawtextGravatar Anselm R.Garbe 2006-08-111-21/+14
|
* applied sumik's multihead patchGravatar Anselm R.Garbe 2006-08-101-1/+1
|
* readded border color, this sucks leastGravatar Anselm R.Garbe 2006-08-101-14/+22
|
* drawing border with fg colorGravatar Anselm R.Garbe 2006-08-101-1/+14
|
* removed unnecessary border colorGravatar Anselm R.Garbe 2006-08-101-21/+0
|
* changed signature of drawtextGravatar arg@10ksloc.org 2006-08-071-12/+10
|
* status box should have a border in my eyesGravatar arg@10ksloc.org 2006-08-071-1/+1
|
* removed TLast tag enum, now tags is simple defined as char *[] array, the ↵Gravatar arg@10ksloc.org 2006-08-031-2/+2
| | | | rest is calculated correctly, rules take an int array for the tags
* changed Client->tags and Rule->tags to be Bool (I'll also try to remove the ↵Gravatar arg@10ksloc.org 2006-08-031-4/+4
| | | | TLast enum)
* made fullscreen apps working fine in floating mode (there is no sane way to ↵Gravatar arg@10ksloc.org 2006-08-021-1/+0
| | | | 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
* committed a patch which fixes the hints of JukkaGravatar arg@10ksloc.org 2006-08-011-1/+1
|
* made status bar drawing more robust, implemented togglemax and togglemode, ↵Gravatar arg@10ksloc.org 2006-07-201-7/+6
| | | | works quite well
* cleaned up codeGravatar arg@10ksloc.org 2006-07-201-2/+4
|
* added heretag command which allows to tag a client of a foreign tag with ↵Gravatar Anselm R. Garbe 2006-07-181-1/+1
| | | | current tag
* ordered variables in structs and source files alphabeticallyGravatar Anselm R. Garbe 2006-07-171-2/+2
|
* fixed XSync handling and finished man pageGravatar Anselm R. Garbe 2006-07-151-4/+3
|
* sanitized other stuffGravatar Anselm R. Garbe 2006-07-151-52/+52
|
* proceeded with cleaning up, sorting functions, etcGravatar Anselm R. Garbe 2006-07-151-72/+74
|
* rearranged several stuffGravatar Anselm R. Garbe 2006-07-151-13/+24
|
* sanitized namesGravatar Anselm R. Garbe 2006-07-141-5/+5
|
* rearrangedGravatar Anselm R. Garbe 2006-07-141-1/+66
|