aboutsummaryrefslogtreecommitdiff
path: root/draw.c
AgeCommit message (Expand)AuthorLines
2013-04-17renamed draw into drwAnselm R Garbe-202/+0
2012-12-09continued with draw.c and draw.h implementation, now the integration beginsAnselm R Garbe-14/+61
2012-12-08continued with draw.c abstraction, also started util.{h,c} implementation, th...Anselm R Garbe-10/+50
2012-11-18removed DDC, all is Draw-dependentanselm@garbe.us-47/+18
2012-11-18continued, distinction of Draw and DDC is bad, needs to be mergedanselm@garbe.us-6/+11
2012-11-18basic draw.c structureanselm@garbe.us-0/+139
2011-06-04rm draw.c from 5.9 branchConnor Lane Smith-176/+0
2011-05-21update draw.cConnor Lane Smith-5/+5
2011-05-20added draw.h, draw.cConnor Lane Smith-0/+176
2007-09-15moved bar-related stuff to bar.c (merged draw.c into that)Anselm R. Garbe-134/+0
2007-09-15renamed drawstatus into drawbarAnselm R. Garbe-1/+1
2007-08-17renamed seltag into seltagsAnselm R. Garbe-1/+1
2007-08-13made Layout a static struct in layout.c, added some convenience getters in la...Anselm R. Garbe-1/+1
2007-05-30referred to LICENSE fileAnselm R. Garbe-6/+1
2007-05-30Jukka also belongs to Copyright holders after all he has contributed and done...Anselm R. Garbe-0/+1
2007-05-29added nsz to copyright holders as well, because he did a lot recentlyAnselm R. Garbe-0/+1
2007-05-29added anydot to Copyright holders, because he contributed a lot recentlyAnselm R. Garbe-0/+1
2007-04-13yet another fix of copyright compactisitionAnselm R. Garbe-1/+2
2007-04-13making Copyright notices more compactAnselm R. Garbe-3/+2
2007-03-02we don't need to set the font all the timeAnselm R. Garbe-9/+3
2007-02-22renamed untiled into floating, keeping tiled instead of tiling (afaik tiled s...Anselm R. Garbe-1/+1
2007-02-22renamed versatile into untiledAnselm R. Garbe-1/+1
2007-02-22reusing drawsquare for client title, empty square before title means versatil...Anselm R. Garbe-20/+1
2007-02-22dwm draws a small caret before the client title if it's a versatile clientAnselm R. Garbe-1/+25
2007-02-20fixed orderAnselm R. Garbe-11/+11
2007-02-20added draw.c again (except getcolor and setfont which are helpers in main.c)Anselm R. Garbe-0/+137
2007-02-19draw.c is useless (belongs to main.c now)Anselm R. Garbe-175/+0
2007-02-05applied apm's patch proposal, getting rid of XDrawLinesAnselm R. Garbe-14/+4
2007-01-16removed unnecessary bx, by, bw variablesAnselm R. Garbe-3/+3
2007-01-15removed drawclient and drawall (they performed useless operations/consumed us...Anselm R. Garbe-20/+0
2007-01-14implemented new color scheme accordingly to Sanders proposalAnselm R. Garbe-4/+4
2007-01-14removed mode label stuffAnselm R. Garbe-1/+1
2007-01-14removed client title barAnselm R. Garbe-6/+0
2007-01-12added missing spaceAnselm R. Garbe-1/+1
2007-01-08implemented nmaster appearance in mode label (using %u)Anselm R. Garbe-1/+1
2007-01-04renamed drawtitle into drawclientAnselm R. Garbe-2/+2
2007-01-02next version will contain updated copyright noticearg@mig29-1/+1
2006-12-08fixed diagnostic error messagearg@mig29-1/+1
2006-12-08removed the hardcoded fixed fallback, it is useless in non-Latin1 environmentsarg@mig29-4/+1
2006-12-07with this patch everything works fine for mearg@mig29-5/+1
2006-12-07don't use Xlocale crap, let's use locale.h insteadarg@mig29-1/+1
2006-12-07using the portable Xmb+UTF-8 way of life, will see if this works well...arg@mig29-2/+4
2006-12-05also setting LC_CTYPE onlyarg@mig29-1/+1
2006-12-05enforcing using fontsets even if they are incomplete for some encodingsarg@mig29-4/+0
2006-12-01made squares equally sized, and 1px biggerarg@mig29-5/+5
2006-12-01if client is focused, the emptysquare don't needs to be drawedarg@mig29-3/+3
2006-12-01and the winner isarg@mig29-12/+17
2006-12-01sander1 proposalarg@mig29-7/+15
2006-12-01doodarg@mig29-8/+9
2006-12-01less obtrusive indicator (only a top line)arg@mig29-17/+4