summaryrefslogtreecommitdiffstats
path: root/draw.c
Commit message (Expand)AuthorAgeFilesLines
* less obtrusive indicator (only a top line)Gravatar arg@mig29 2006-12-011-17/+4
* final2 indicatorGravatar arg@mig29 2006-12-011-8/+12
* removing the -1 on final indicators, looks cleanerGravatar arg@mig29 2006-12-011-3/+3
* final indicatorsGravatar arg@mig29 2006-12-011-2/+2
* changed things like I described in last mailGravatar arg@mig29 2006-12-011-15/+11
* improved tag indicatorGravatar arg@mig29 2006-12-011-6/+14
* applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line print...Gravatar arg@mig29 2006-11-261-2/+2
* added a similiar patch to Daves solution to indicate if there are clients wit...Gravatar arg@mig29 2006-11-221-8/+24
* returning to old bar colorization behavior, like sander proposed for consiste...Gravatar arg@mig29 2006-11-211-1/+1
* applied Gottox patchesGravatar arg@mig29 2006-11-211-5/+2
* code polishing, removed unnecessary newlinesGravatar Anselm R. Garbe 2006-10-061-13/+1
* removed the stack position stuffGravatar Anselm R. Garbe 2006-10-051-3/+1
* applied dave's highlight patch for big fontsGravatar Anselm R. Garbe 2006-09-291-1/+1
* 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 w...Gravatar Anselm R. Garbe 2006-09-121-16/+8
* 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 butto...Gravatar Anselm R. Garbe 2006-08-251-1/+1
* 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
* 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 res...Gravatar arg@10ksloc.org 2006-08-031-2/+2