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