aboutsummaryrefslogtreecommitdiff
path: root/draw.c
AgeCommit message (Expand)AuthorLines
2006-12-01final2 indicatorarg@mig29-8/+12
2006-12-01removing the -1 on final indicators, looks cleanerarg@mig29-3/+3
2006-12-01final indicatorsarg@mig29-2/+2
2006-12-01changed things like I described in last mailarg@mig29-15/+11
2006-12-01improved tag indicatorarg@mig29-6/+14
2006-11-26applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line print...arg@mig29-2/+2
2006-11-22added a similiar patch to Daves solution to indicate if there are clients wit...arg@mig29-8/+24
2006-11-21returning to old bar colorization behavior, like sander proposed for consiste...arg@mig29-1/+1
2006-11-21applied Gottox patchesarg@mig29-5/+2
2006-10-06code polishing, removed unnecessary newlinesAnselm R. Garbe-13/+1
2006-10-05removed the stack position stuffAnselm R. Garbe-3/+1
2006-09-29applied dave's highlight patch for big fontsAnselm R. Garbe-1/+1
2006-09-29added symbols for different modesAnselm R. Garbe-1/+3
2006-09-26added slight error check to getcolorarg@mmvi-1/+2
2006-09-25applied Jukkas patcharg@mmvi-2/+2
2006-09-22removed all dotile checksarg@mmvi-1/+1
2006-09-12removed a bunch of lines through making function signatures more consistent w...Anselm R. Garbe-16/+8
2006-08-28removed crappy variablesAnselm R. Garbe-2/+0
2006-08-28applied sanders somepatches.patchAnselm R. Garbe-4/+5
2006-08-25trying a different configurationAnselm R. Garbe-3/+6
2006-08-25removed small 1px gap, somehow without it things feel betterAnselm R. Garbe-1/+1
2006-08-25oopsAnselm R. Garbe-1/+1
2006-08-25fixed typoAnselm R. Garbe-1/+1
2006-08-25s/TILED/TILE/gAnselm R. Garbe-1/+1
2006-08-25removed a bunch of lines, made mode symbols configurableAnselm R. Garbe-7/+2
2006-08-25changed symbols for float/tiled mode, added mouse-driven mode toggle to butto...Anselm R. Garbe-1/+1
2006-08-25small fix to separate client title from right-most tagAnselm R. Garbe-2/+2
2006-08-25new color stuff/new rendering stuffAnselm R. Garbe-30/+19
2006-08-25back to 3 colorsAnselm R. Garbe-24/+23
2006-08-24fixedAnselm R. Garbe-6/+6
2006-08-243->4 colorsAnselm R. Garbe-13/+7
2006-08-24found less intrusive wayAnselm R. Garbe-6/+12
2006-08-24changing tag indicator through underlineAnselm R. Garbe-26/+16
2006-08-23updated man pageAnselm R. Garbe-49/+47
2006-08-23implemented right tag drawing in the status bar and titlebarsAnselm R. Garbe-10/+21
2006-08-23tags appear in the left againAnselm R. Garbe-5/+5
2006-08-22titlebars contain tags in the right nowAnselm R. Garbe-6/+5
2006-08-14fixed string cuttingAnselm R.Garbe-6/+6
2006-08-14fixed string cutting in draw.cAnselm R.Garbe-2/+10
2006-08-11implemented viewextend and added M-S-C-n shortcuts for extending the current ...Anselm R.Garbe-2/+2
2006-08-11implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe-2/+2
2006-08-11simplified drawtextAnselm R.Garbe-21/+14
2006-08-10applied sumik's multihead patchAnselm R.Garbe-1/+1
2006-08-10readded border color, this sucks leastAnselm R.Garbe-14/+22
2006-08-10drawing border with fg colorAnselm R.Garbe-1/+14
2006-08-10removed unnecessary border colorAnselm R.Garbe-21/+0
2006-08-07changed signature of drawtextarg@10ksloc.org-12/+10
2006-08-07status box should have a border in my eyesarg@10ksloc.org-1/+1
2006-08-03removed TLast tag enum, now tags is simple defined as char *[] array, the res...arg@10ksloc.org-2/+2
2006-08-03changed Client->tags and Rule->tags to be Bool (I'll also try to remove the T...arg@10ksloc.org-4/+4