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