aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
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
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 times...Anselm R. Garbe
2007-01-28handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle...Anselm R. Garbe
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