aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
2007-03-02we don't need to set the font all the time3.8Anselm R. Garbe
2007-02-26removed sendeventAnselm R. Garbe
2007-02-22replaced Arg union with const char *arg, seems cleaner to me, even if we need...Anselm R. Garbe
2007-02-22several changes, made togglemax extern and separated it from zoom() - moved z...Anselm R. Garbe
2007-02-21just ignore the FD_ISSET check in main.c of xfd, just call XPending (which do...Anselm R. Garbe
2007-02-21reverted accidental removal of sx, syAnselm R. Garbe
2007-02-21removed some global vars which should be static insteadAnselm R. Garbe
2007-02-20renamed setfont to initfont, getcolor to initcolorAnselm R. Garbe
2007-02-20added draw.c again (except getcolor and setfont which are helpers in main.c)Anselm R. Garbe
2007-02-20separating drawsquare from drawtext, made drawtext externAnselm R. Garbe
2007-02-19using eprint instead of fputsAnselm R. Garbe
2007-02-19introduced Layout structAnselm R. Garbe
2007-02-19removed procevent, more refactoringAnselm R. Garbe
2007-02-19draw.c is useless (belongs to main.c now)Anselm R. Garbe
2007-02-19some more refactoringAnselm R. Garbe
2007-02-19introduced tile.c, some refactoring of functionsAnselm R. Garbe
2007-02-16removed ugly ban(), extended resize() that it only resets the size if necessa...Anselm R. Garbe
2007-02-14made for/if/else constructs more consistent, some code polishingAnselm R. Garbe
2007-02-09pneubeck pointed out an obvious thing, that a second p = stext + strlen(stext...Anselm R. Garbe
2007-02-08fixed order of Bool declarationsAnselm R. Garbe
2007-02-08added TOPBAR option for making the bar appear what the user likesAnselm R. Garbe
2007-02-08making the bar appear at bottomAnselm R. Garbe
2007-02-07replaced getproto with a saner function, now old-school artifacts of WM times...Anselm R. Garbe
2007-01-28handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle...Anselm R. Garbe
2007-01-23renamed activescreen into selscreen3.2Anselm R. Garbe
2007-01-23small changesAnselm R. Garbe
2007-01-22applied Sanders all5.patch (thanks for your weekend session, Sander!)Anselm R. Garbe
2007-01-16removed unnecessary bx, by, bw variablesAnselm R. Garbe
2007-01-14implemented new color scheme accordingly to Sanders proposalAnselm R. Garbe
2007-01-14removed mode label stuffAnselm R. Garbe
2007-01-11small fix of initial numlockmask valueAnselm R. Garbe
2007-01-08reorganizedAnselm R. Garbe
2007-01-08implemented nmaster appearance in mode label (using %u)Anselm R. Garbe
2007-01-05experimental version which allows master clients being increased/decreasedAnselm R. Garbe
2007-01-02changed arg's color schemearg@mig29
2007-01-02correctionsarg@mig29
2007-01-02next version will contain updated copyright noticearg@mig29
2007-01-02fixed cleanup, using clients instead of sel2.8arg@mig29
2006-12-07with this patch everything works fine for mearg@mig29
2006-12-06improved the memory leak preventionarg@mig29
2006-11-27applied Jukka's patch preventing some cornercases and making the EOF error me...arg@mig29
2006-11-26applied yet another proposal of Manuelarg@mig29
2006-11-26applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line print...arg@mig29
2006-11-26applied Jukka's stdinread patcharg@mig29
2006-11-25applied Manuels patch (thanks to Manuel!)arg@mig29
2006-11-21applied Gottox patchesarg@mig29
2006-11-16applied Gottox' windowarea patcharg@mig29
2006-10-06code polishing, removed unnecessary newlinesAnselm R. Garbe
2006-10-05removed the stack position stuffAnselm R. Garbe
2006-10-05keep master ratio on resizecol -> arrangeAnselm R. Garbe