aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
2007-09-15micromizing dwm step 1Anselm R. Garbe
2007-09-15new colorscheme (16-bit compliant)Anselm R. Garbe
2007-09-15moved bar-related stuff to bar.c (merged draw.c into that)Anselm R. Garbe
2007-09-15renamed drawstatus into drawbarAnselm R. Garbe
2007-08-22removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), an...Anselm R. Garbe
2007-08-19fixed misappearance of iconified windows on SIGKILLAnselm R. Garbe
2007-08-19moved updatebarpos to screenAnselm R. Garbe
2007-08-19added screen.c, removed layout.c and tag.cAnselm R. Garbe
2007-08-19prepared merging layout.c and tag.c into screen.cAnselm R. Garbe
2007-08-18hmm I doubt the usefulness of storing this information...Anselm R. Garbe
2007-08-17renamed seltag into seltagsAnselm R. Garbe
2007-08-15fififiAnselm R. Garbe
2007-08-13tags should be persistent now during X server runAnselm R. Garbe
2007-06-06I change the style of init somewhat, init as early as possible.Anselm R. Garbe
2007-06-04applied anudots [un]ban repair patchAnselm 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-29changed -v output (now also anydot and nsz are contained in this output)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-05-23removed the only one and superfloues strncmpAnselm R. Garbe
2007-05-15raising the barwin has no effect becasue of restackAnselm R. Garbe
2007-05-15fixAnselm R. Garbe
2007-05-15barwindow raisingAnselm R. Garbe
2007-05-15another fix, call lt->arrange() in togglebar onlyAnselm R. Garbe
2007-05-15fixed bpos initAnselm R. Garbe
2007-05-15made bar togglalbleAnselm R. Garbe
2007-05-07applied patch of Paul Liu to allow onthefly resizing due to xrandr changesAnselm R. Garbe
2007-04-19fixed the border issue for mplayer, ff is definately broken when using F11 (f...4.0Anselm 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-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