hackers mail list archive by subject
- [hackers] [dwm] added screen.c, removed layout.c and tag.c
- [hackers] [dwm] Added tag 4.4 for changeset 408014d21261
- [hackers] [dwm] Added tag 4.4.1 for changeset 7c117df5d202
- [hackers] [dwm] applied Gottox mwfact patch
- [hackers] [dwm] applied Jukka Salmi's setmwfact patch
- [hackers] [dwm] applied Jukka's dwm.1 patch
- [hackers] [dwm] applied Jukka's patch
- [hackers] [dwm] 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)
- [hackers] [dwm] cleaned up settags-handling
- [hackers] [dwm] fififi
- [hackers] [dwm] fix of resize (thanks Sander for the hint!)
- [hackers] [dwm] fixed _DWM_CONFIG persistation, fixed the client disapperance bug during restarts
- [hackers] [dwm] fixed a comment
- [hackers] [dwm] fixed a typo
- [hackers] [dwm] fixed misappearance of iconified windows on SIGKILL
- [hackers] [dwm] fixed the issue observed by various people, that clients appeared on empty tags
- [hackers] [dwm] hmm I doubt the usefulness of storing this information...
- [hackers] [dwm] I introduced {H, V}RATIO and inc{h, v, }ratio() functions - the default behaves like in dwm-4.3, config.arg.h shows how I prefer the ratio being handled (for the future I plan to change const char *arg into ..., and renaming Client into Win.)
- [hackers] [dwm] implemented ratio tile as described on the mailinglist
- [hackers] [dwm] let not overlap the borders
- [hackers] [dwm] made Layout a static struct in layout.c, added some convenience getters in layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts
- [hackers] [dwm] made Layout a static struct...
- [hackers] [dwm] made plural arrays
- [hackers] [dwm] made resize more precise
- [hackers] [dwm] made tag/view/toggle{tag, view} work on pointer to tags-array, there was the need to define Key key[] not static to do this. split focusclient into focusnext/prev, fixed config.*.h's
- [hackers] [dwm] made tile simplier
- [hackers] [dwm] moved floating to layout.c, kept tile.c outside
- [hackers] [dwm] moved updatebarpos to screen
- [hackers] [dwm] prepared 4.4.1 bugfix and minor feature enhancement release
- [hackers] [dwm] prepared merging layout.c and tag.c into screen.c
- [hackers] [dwm] removed a C++ style comment
- [hackers] [dwm] removed spow(x, 0); calls, I did them for consistency's sake, but it should be rather obvious how the scaling works anyways
- [hackers] [dwm] removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), and changed argument of setlayout to layout[N].symbol check
- [hackers] [dwm] removed unnecessary include, prepared dwm-4.4
- [hackers] [dwm] removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for details
- [hackers] [dwm] renamed char prop[] into buf[]
- [hackers] [dwm] renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfact
- [hackers] [dwm] renamed seltag into seltags
- [hackers] [dwm] replaced static Layout *lt with static unsigned int sellayout... (will be adapted later when _DWM_CONFIG is serialized as root window property)
- [hackers] [dwm] reverted release CFLAGs
- [hackers] [dwm] separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
- [hackers] [dwm] setlayout should perform strcmp's if arg != NULL, because Layout is local to screen.o
- [hackers] [dwm] slight change of my color scheme
- [hackers] [dwm] small bugfix
- [hackers] [dwm] small fix
- [hackers] [dwm] small fix of static function order
- [hackers] [dwm] tags should be persistent now during X server run
- [hackers] [SIC] alias patch
- [hackers] diri in bash
- Last message date: Fri Aug 31 2007 - 02:12:10 CEST
- Archived on: Thu Nov 21 2024 - 10:36:43 CET