aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorLines
2007-09-15micromizing dwm step 1Anselm R. Garbe-296/+0
2007-09-15new colorscheme (16-bit compliant)Anselm R. Garbe-0/+1
2007-09-15moved bar-related stuff to bar.c (merged draw.c into that)Anselm R. Garbe-81/+3
2007-09-15renamed drawstatus into drawbarAnselm R. Garbe-2/+2
2007-08-22removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), an...Anselm R. Garbe-4/+2
2007-08-19fixed misappearance of iconified windows on SIGKILLAnselm R. Garbe-1/+26
2007-08-19moved updatebarpos to screenAnselm R. Garbe-26/+0
2007-08-19added screen.c, removed layout.c and tag.cAnselm R. Garbe-1/+1
2007-08-19prepared merging layout.c and tag.c into screen.cAnselm R. Garbe-0/+28
2007-08-18hmm I doubt the usefulness of storing this information...Anselm R. Garbe-2/+3
2007-08-17renamed seltag into seltagsAnselm R. Garbe-4/+4
2007-08-15fififiAnselm R. Garbe-3/+4
2007-08-13tags should be persistent now during X server runAnselm R. Garbe-1/+2
2007-06-06I change the style of init somewhat, init as early as possible.Anselm R. Garbe-3/+3
2007-06-04applied anudots [un]ban repair patchAnselm R. Garbe-2/+1
2007-05-30referred to LICENSE fileAnselm R. Garbe-6/+1
2007-05-30Jukka also belongs to Copyright holders after all he has contributed and done...Anselm R. Garbe-1/+2
2007-05-29changed -v output (now also anydot and nsz are contained in this output)Anselm R. Garbe-1/+1
2007-05-29added nsz to copyright holders as well, because he did a lot recentlyAnselm R. Garbe-0/+1
2007-05-29added anydot to Copyright holders, because he contributed a lot recentlyAnselm R. Garbe-0/+1
2007-05-23removed the only one and superfloues strncmpAnselm R. Garbe-1/+1
2007-05-15raising the barwin has no effect becasue of restackAnselm R. Garbe-1/+0
2007-05-15fixAnselm R. Garbe-0/+2
2007-05-15barwindow raisingAnselm R. Garbe-0/+3
2007-05-15another fix, call lt->arrange() in togglebar onlyAnselm R. Garbe-3/+3
2007-05-15fixed bpos initAnselm R. Garbe-0/+1
2007-05-15made bar togglalbleAnselm R. Garbe-7/+25
2007-05-07applied patch of Paul Liu to allow onthefly resizing due to xrandr changesAnselm R. Garbe-1/+2
2007-04-19fixed the border issue for mplayer, ff is definately broken when using F11 (f...Anselm R. Garbe-1/+1
2007-04-13yet another fix of copyright compactisitionAnselm R. Garbe-2/+3
2007-04-13making Copyright notices more compactAnselm R. Garbe-5/+3
2007-03-02we don't need to set the font all the timeAnselm R. Garbe-0/+2
2007-02-26removed sendeventAnselm R. Garbe-14/+0
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