160 Commits (e0a6dee30df84e1f4d63a428a9804bf47d82ca43)

Author SHA1 Message Date
Anselm R. Garbe 36672d0401 removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), and changed argument of setlayout to layout[N].symbol check 17 years ago
Anselm R. Garbe fc109ea8f7 fixed misappearance of iconified windows on SIGKILL 17 years ago
Anselm R. Garbe b975c47280 moved updatebarpos to screen 17 years ago
Anselm R. Garbe 47765f7286 added screen.c, removed layout.c and tag.c 17 years ago
Anselm R. Garbe 96d7fe16ea prepared merging layout.c and tag.c into screen.c 17 years ago
Anselm R. Garbe 0c60620410 hmm I doubt the usefulness of storing this information... 17 years ago
Anselm R. Garbe 86953bd682 renamed seltag into seltags 17 years ago
Anselm R. Garbe 10d13f01ff fififi 17 years ago
Anselm R. Garbe 9e56e1ded6 tags should be persistent now during X server run 17 years ago
Anselm R. Garbe 4bf3b01953 I change the style of init somewhat, init as early as possible. 17 years ago
Anselm R. Garbe 5a1a2edf0e applied anudots [un]ban repair patch 17 years ago
Anselm R. Garbe 2c6be7239f referred to LICENSE file 17 years ago
Anselm R. Garbe d934296476 Jukka also belongs to Copyright holders after all he has contributed and done for dwm, updated -v as well 17 years ago
Anselm R. Garbe 59e65d1709 changed -v output (now also anydot and nsz are contained in this output) 17 years ago
Anselm R. Garbe 9fdd2cd1a9 added nsz to copyright holders as well, because he did a lot recently 17 years ago
Anselm R. Garbe e1deda9e04 added anydot to Copyright holders, because he contributed a lot recently 17 years ago
Anselm R. Garbe 32563abe86 removed the only one and superfloues strncmp 17 years ago
Anselm R. Garbe a967d7f664 raising the barwin has no effect becasue of restack 17 years ago
Anselm R. Garbe ce450c5bf1 fix 17 years ago
Anselm R. Garbe 8f5f7a5b5a barwindow raising 17 years ago
Anselm R. Garbe 37e062b0ed another fix, call lt->arrange() in togglebar only 17 years ago
Anselm R. Garbe cf58091736 fixed bpos init 17 years ago
Anselm R. Garbe 2aef8b9b4c made bar togglalble 17 years ago
Anselm R. Garbe f9e7a33019 applied patch of Paul Liu to allow onthefly resizing due to xrandr changes 17 years ago
Anselm R. Garbe 22399a3bc0 fixed the border issue for mplayer, ff is definately broken when using F11 (fullscreen mode) 17 years ago
Anselm R. Garbe a730213c3b yet another fix of copyright compactisition 17 years ago
Anselm R. Garbe 399993c6b5 making Copyright notices more compact 17 years ago
Anselm R. Garbe a686c9ccd2 we don't need to set the font all the time 18 years ago
Anselm R. Garbe bab5b1178d removed sendevent 18 years ago
Anselm R. Garbe 2c477cf661 replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi() in some places 18 years ago
Anselm R. Garbe 352cae4380 several changes, made togglemax extern and separated it from zoom() - moved 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 18 years ago
Anselm R. Garbe b3b58c08e4 just ignore the FD_ISSET check in main.c of xfd, just call XPending (which does the same afair) 18 years ago
Anselm R. Garbe 74cbbe5f35 reverted accidental removal of sx, sy 18 years ago
Anselm R. Garbe 52f0b9e2e3 removed some global vars which should be static instead 18 years ago
Anselm R. Garbe d180ba418c renamed setfont to initfont, getcolor to initcolor 18 years ago
Anselm R. Garbe e7508783e8 added draw.c again (except getcolor and setfont which are helpers in main.c) 18 years ago
Anselm R. Garbe f4d15b1fec separating drawsquare from drawtext, made drawtext extern 18 years ago
Anselm R. Garbe 6bc4556ebd using eprint instead of fputs 18 years ago
Anselm R. Garbe cdbc84b9a8 introduced Layout struct 18 years ago
Anselm R. Garbe e9c49ddd7a removed procevent, more refactoring 18 years ago
Anselm R. Garbe f8415019d4 draw.c is useless (belongs to main.c now) 18 years ago
Anselm R. Garbe 5d9146ff37 some more refactoring 18 years ago
Anselm R. Garbe 5cc27f1b3c introduced tile.c, some refactoring of functions 18 years ago
Anselm R. Garbe 6e22ccf7b1 removed ugly ban(), extended resize() that it only resets the size if necessary, added border_width commit to manage() 18 years ago
Anselm R. Garbe e256afe31e made for/if/else constructs more consistent, some code polishing 18 years ago
Anselm R. Garbe fd995dac78 pneubeck pointed out an obvious thing, that a second p = stext + strlen(stext) - 1 is unnecessary 18 years ago
Anselm R. Garbe e39e697998 fixed order of Bool declarations 18 years ago
Anselm R. Garbe d2dd58eabd added TOPBAR option for making the bar appear what the user likes 18 years ago
Anselm R. Garbe 4590d7877c making the bar appear at bottom 18 years ago
Anselm R. Garbe 28ffff801b replaced getproto with a saner function, now old-school artifacts of WM times in the early 90s completely disappeared, no punned pointer warning anymore ;) 18 years ago