aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Collapse)Author
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 ↵Anselm R. Garbe
necessary, added border_width commit to manage()
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 + ↵Anselm R. Garbe
strlen(stext) - 1 is unnecessary
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 ↵Anselm R. Garbe
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. Garbe
handle this in dwm as well
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 ↵arg@mig29
message correct
2006-11-26applied yet another proposal of Manuelarg@mig29
2006-11-26applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line ↵arg@mig29
printage proposal for stdin reading.
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
2006-09-29added symbols for different modesAnselm R. Garbe
2006-09-29removed useless updatemasterAnselm R. Garbe
2006-09-29added the new dotile as described on mlAnselm R. Garbe
2006-09-29first step to a more flexible dotile() algorithmAnselm R. Garbe
2006-09-25applied Jukkas patcharg@mmvi
2006-09-22implemented the maximization as I described on the mailinglist, this feels ↵arg@mmvi
better to me.
2006-09-12removed a bunch of lines through making function signatures more consistent ↵Anselm R. Garbe
with my style ( { does not belong to a new line, if function args are single-lined)
2006-09-12applied Christof Musik's multihead patch for a pathologic cornercaseAnselm R. Garbe
2006-09-11fixed some other comments, now also the code side seems to be at a level to ↵Anselm R. Garbe
be reviewed by experienced programmers
2006-09-07using a global stack for focus recovery on arrange() - seems to work greatAnselm R. Garbe
2006-09-06small fixAnselm R. Garbe
2006-09-04applied Sanders max_and_focus.patchAnselm R. Garbe
2006-08-25trying a different configurationAnselm R. Garbe
2006-08-25fixed typoAnselm R. Garbe