Historia zmian

Autor SHA1 Wiadomość Data
  Anselm R. Garbe 5f19423c7b simplified Mod-m 18 lat temu
  Anselm R. Garbe d66ad1457e implemented reapply for re-applying the tagging rules during runtime, Mod-r 18 lat temu
  Anselm R. Garbe 0b5c14cf59 added Mod1-Tab description to dwm.1 18 lat temu
  Anselm R. Garbe d1f4fbb469 fixed man page 18 lat temu
  Anselm R. Garbe 08c2d92480 applied Peter Hartlich's togglemax patch to allow toggling tiled clients to maximum 18 lat temu
  arg@suckless.org fe2775a15b made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it 18 lat temu
  Anselm R. Garbe b2f276b0f9 Mod1-Button2 on a floating but not-fixed client will make it tiled again 18 lat temu
  Anselm R. Garbe d1ce3eac33 now tiled windows can be resized/moved, their floating state will be toggled implicitely 18 lat temu
  Anselm R. Garbe a92cf496c1 prepared 4.4.1 bugfix and minor feature enhancement release 18 lat temu
  Anselm R. Garbe aa53e39ec0 removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for details 18 lat temu
  Anselm R. Garbe 85c9ebf2fc applied Jukka's dwm.1 patch 18 lat temu
  Anselm R. Garbe 796925089c changed shortcuts as described on the mailinglist, added sanity checks for ratios during tile (fallback to wah if clients would get too small), documented that new stuff/shortcuts in dwm(1) 18 lat temu
  Anselm R. Garbe fef6c5c66b added new Mod1-b functionality to dwm(1) 18 lat temu
  Anselm R. Garbe 124866e269 added the GTK Save-As bug report to BUGS section of dwm(1) 18 lat temu
  Anselm R. Garbe ee8fb0c6e4 Escape -s in dwm.1 18 lat temu
  Anselm R. Garbe 2122e39ce1 replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-k 18 lat temu
  Anselm R. Garbe 0ea0343a63 well I agree to several people claiming h/j/k/l is the better default than Tab/S-Tab/g/s for focus and master resizing 18 lat temu
  Anselm R. Garbe 338c083858 renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds more correct) - English speakers convinced me 18 lat temu
  Anselm R. Garbe 671442e89d hahaha, untiled and non-untiled sounded really cumbersome 18 lat temu
  Anselm R. Garbe 587100873a renamed versatile into untiled 18 lat temu
  Anselm R. Garbe ba96131af0 restoring default keybindings as Sander complained 18 lat temu
  Anselm R. Garbe 288098893c removed button4/5-bindings for incnmaster on mode label - that is misleading 18 lat temu
  Anselm R. Garbe cb9607c284 fixed order of key bindings described in dwm.1 18 lat temu
  Anselm R. Garbe 84432e6b36 reusing drawsquare for client title, empty square before title means versatile window, filled square before title means versatile maximized window. 18 lat temu
  Anselm R. Garbe 1a25414ace dwm draws a small caret before the client title if it's a versatile client 18 lat temu
  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 lat temu
  Anselm R. Garbe 6d5f67a092 renames swim[ming] into versatile 18 lat temu
  Anselm R. Garbe cee56d3863 renamed floating into swimming (this does not clash with C naming conventions and fits better the fish symbol) - also in man page 18 lat temu
  Anselm R. Garbe cdbc84b9a8 introduced Layout struct 18 lat temu
  Anselm R. Garbe d0d986dd0e bugfix of bugfix (thx to Sander) 18 lat temu