aboutsummaryrefslogtreecommitdiff
path: root/draw.c
AgeCommit message (Collapse)AuthorFilesLines
2007-05-30referred to LICENSE fileAnselm R. Garbe1-6/+1
2007-05-30Jukka also belongs to Copyright holders after all he has contributed and ↵Anselm R. Garbe1-0/+1
done for dwm, updated -v as well
2007-05-29added nsz to copyright holders as well, because he did a lot recentlyAnselm R. Garbe1-0/+1
2007-05-29added anydot to Copyright holders, because he contributed a lot recentlyAnselm R. Garbe1-0/+1
2007-04-13yet another fix of copyright compactisitionAnselm R. Garbe1-1/+2
2007-04-13making Copyright notices more compactAnselm R. Garbe1-3/+2
2007-03-02we don't need to set the font all the timeAnselm R. Garbe1-9/+3
2007-02-22renamed untiled into floating, keeping tiled instead of tiling (afaik tiled ↵Anselm R. Garbe1-1/+1
sounds more correct) - English speakers convinced me
2007-02-22renamed versatile into untiledAnselm R. Garbe1-1/+1
2007-02-22reusing drawsquare for client title, empty square before title means ↵Anselm R. Garbe1-20/+1
versatile window, filled square before title means versatile maximized window.
2007-02-22dwm draws a small caret before the client title if it's a versatile clientAnselm R. Garbe1-1/+25
2007-02-20fixed orderAnselm R. Garbe1-11/+11
2007-02-20added draw.c again (except getcolor and setfont which are helpers in main.c)Anselm R. Garbe1-0/+137
2007-02-19draw.c is useless (belongs to main.c now)Anselm R. Garbe1-175/+0
2007-02-05applied apm's patch proposal, getting rid of XDrawLinesAnselm R. Garbe1-14/+4
2007-01-16removed unnecessary bx, by, bw variablesAnselm R. Garbe1-3/+3
2007-01-15removed drawclient and drawall (they performed useless operations/consumed ↵Anselm R. Garbe1-20/+0
useless cpu cycles)
2007-01-14implemented new color scheme accordingly to Sanders proposalAnselm R. Garbe1-4/+4
2007-01-14removed mode label stuffAnselm R. Garbe1-1/+1
2007-01-14removed client title barAnselm R. Garbe1-6/+0
2007-01-12added missing spaceAnselm R. Garbe1-1/+1
2007-01-08implemented nmaster appearance in mode label (using %u)Anselm R. Garbe1-1/+1
2007-01-04renamed drawtitle into drawclientAnselm R. Garbe1-2/+2
2007-01-02next version will contain updated copyright noticearg@mig291-1/+1
2006-12-08fixed diagnostic error messagearg@mig291-1/+1
2006-12-08removed the hardcoded fixed fallback, it is useless in non-Latin1 environmentsarg@mig291-4/+1
2006-12-07with this patch everything works fine for mearg@mig291-5/+1
2006-12-07don't use Xlocale crap, let's use locale.h insteadarg@mig291-1/+1
2006-12-07using the portable Xmb+UTF-8 way of life, will see if this works well...arg@mig291-2/+4
2006-12-05also setting LC_CTYPE onlyarg@mig291-1/+1
2006-12-05enforcing using fontsets even if they are incomplete for some encodingsarg@mig291-4/+0
2006-12-01made squares equally sized, and 1px biggerarg@mig291-5/+5
2006-12-01if client is focused, the emptysquare don't needs to be drawedarg@mig291-3/+3
2006-12-01and the winner isarg@mig291-12/+17
2006-12-01sander1 proposalarg@mig291-7/+15
2006-12-01doodarg@mig291-8/+9
2006-12-01less obtrusive indicator (only a top line)arg@mig291-17/+4
2006-12-01final2 indicatorarg@mig291-8/+12
2006-12-01removing the -1 on final indicators, looks cleanerarg@mig291-3/+3
2006-12-01final indicatorsarg@mig291-2/+2
2006-12-01changed things like I described in last mailarg@mig291-15/+11
2006-12-01improved tag indicatorarg@mig291-6/+14
2006-11-26applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line ↵arg@mig291-2/+2
printage proposal for stdin reading.
2006-11-22added a similiar patch to Daves solution to indicate if there are clients ↵arg@mig291-8/+24
with a specific tag
2006-11-21returning to old bar colorization behavior, like sander proposed for ↵arg@mig291-1/+1
consistency reasons
2006-11-21applied Gottox patchesarg@mig291-5/+2
2006-10-06code polishing, removed unnecessary newlinesAnselm R. Garbe1-13/+1
2006-10-05removed the stack position stuffAnselm R. Garbe1-3/+1
2006-09-29applied dave's highlight patch for big fontsAnselm R. Garbe1-1/+1
2006-09-29added symbols for different modesAnselm R. Garbe1-1/+3