aboutsummaryrefslogtreecommitdiff
path: root/draw.c
AgeCommit message (Expand)AuthorLines
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
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