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