140 Commits (fef6c5c66bfe971f00622706689d048c6e473ca7)

Author SHA1 Message Date
  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 17 years ago
  Anselm R. Garbe bab5b1178d removed sendevent 17 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 17 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 17 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) 17 years ago
  Anselm R. Garbe 74cbbe5f35 reverted accidental removal of sx, sy 17 years ago
  Anselm R. Garbe 52f0b9e2e3 removed some global vars which should be static instead 17 years ago
  Anselm R. Garbe d180ba418c renamed setfont to initfont, getcolor to initcolor 17 years ago
  Anselm R. Garbe e7508783e8 added draw.c again (except getcolor and setfont which are helpers in main.c) 17 years ago
  Anselm R. Garbe f4d15b1fec separating drawsquare from drawtext, made drawtext extern 17 years ago
  Anselm R. Garbe 6bc4556ebd using eprint instead of fputs 17 years ago
  Anselm R. Garbe cdbc84b9a8 introduced Layout struct 17 years ago
  Anselm R. Garbe e9c49ddd7a removed procevent, more refactoring 17 years ago
  Anselm R. Garbe f8415019d4 draw.c is useless (belongs to main.c now) 17 years ago
  Anselm R. Garbe 5d9146ff37 some more refactoring 17 years ago
  Anselm R. Garbe 5cc27f1b3c introduced tile.c, some refactoring of functions 17 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() 17 years ago
  Anselm R. Garbe e256afe31e made for/if/else constructs more consistent, some code polishing 17 years ago
  Anselm R. Garbe fd995dac78 pneubeck pointed out an obvious thing, that a second p = stext + strlen(stext) - 1 is unnecessary 17 years ago
  Anselm R. Garbe e39e697998 fixed order of Bool declarations 17 years ago
  Anselm R. Garbe d2dd58eabd added TOPBAR option for making the bar appear what the user likes 17 years ago
  Anselm R. Garbe 4590d7877c making the bar appear at bottom 17 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 ;) 17 years ago
  Anselm R. Garbe a5cb80b86c handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle this in dwm as well 17 years ago
  Anselm R. Garbe 87836d79ef renamed activescreen into selscreen 17 years ago
  Anselm R. Garbe 71b84c2114 small changes 17 years ago
  Anselm R. Garbe b233089815 applied Sanders all5.patch (thanks for your weekend session, Sander!) 17 years ago
  Anselm R. Garbe 3c35b90dd3 removed unnecessary bx, by, bw variables 17 years ago
  Anselm R. Garbe 0045ad87df implemented new color scheme accordingly to Sanders proposal 17 years ago
  Anselm R. Garbe ceea528eff removed mode label stuff 17 years ago
  Anselm R. Garbe a24a6701c8 small fix of initial numlockmask value 17 years ago
  Anselm R. Garbe 5a5851bac2 reorganized 17 years ago
  Anselm R. Garbe 1d4a24dae0 implemented nmaster appearance in mode label (using %u) 17 years ago
  Anselm R. Garbe 0b80d1842d experimental version which allows master clients being increased/decreased 17 years ago
  arg@mig29 6a9300e815 changed arg's color scheme 17 years ago
  arg@mig29 ac24f132db corrections 17 years ago
  arg@mig29 cb4aa5bc35 next version will contain updated copyright notice 17 years ago
  arg@mig29 b5d297f02f fixed cleanup, using clients instead of sel 17 years ago
  arg@mig29 d42c3ba2dc with this patch everything works fine for me 18 years ago
  arg@mig29 6b345353e3 improved the memory leak prevention 18 years ago
  arg@mig29 35e96b8deb applied Jukka's patch preventing some cornercases and making the EOF error message correct 18 years ago
  arg@mig29 2210ea7e3b applied yet another proposal of Manuel 18 years ago
  arg@mig29 61a1910f91 applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line printage proposal for stdin reading. 18 years ago