hackers mail list archive by author
- Anselm R. Garbe
- [hackers] [dwm] Added tag 4.4.1 for changeset 7c117df5d202 (Sun Aug 26 2007 - 14:54:52 CEST)
- [hackers] [dwm] prepared 4.4.1 bugfix and minor feature enhancement release (Sun Aug 26 2007 - 14:54:52 CEST)
- [hackers] [dwm] Added tag 4.4 for changeset 408014d21261 (Thu Aug 23 2007 - 20:17:38 CEST)
- [hackers] [dwm] removed unnecessary include, prepared dwm-4.4 (Thu Aug 23 2007 - 20:12:38 CEST)
- [hackers] [dwm] setlayout should perform strcmp's if arg != NULL, because Layout is local to screen.o (Wed Aug 22 2007 - 21:06:53 CEST)
- [hackers] [dwm] reverted release CFLAGs (Wed Aug 22 2007 - 21:06:52 CEST)
- [hackers] [dwm] removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), and changed argument of setlayout to layout[N].symbol check (Wed Aug 22 2007 - 21:01:52 CEST)
- [hackers] [dwm] renamed char prop[] into buf[] (Sun Aug 19 2007 - 20:54:30 CEST)
- [hackers] [dwm] fixed misappearance of iconified windows on SIGKILL (Sun Aug 19 2007 - 20:44:30 CEST)
- [hackers] [dwm] moved updatebarpos to screen (Sun Aug 19 2007 - 13:04:14 CEST)
- [hackers] [dwm] added screen.c, removed layout.c and tag.c (Sun Aug 19 2007 - 12:59:14 CEST)
- [hackers] [dwm] prepared merging layout.c and tag.c into screen.c (Sun Aug 19 2007 - 12:44:14 CEST)
- [hackers] [dwm] small fix (Sun Aug 19 2007 - 12:14:13 CEST)
- [hackers] [dwm] hmm I doubt the usefulness of storing this information... (Sat Aug 18 2007 - 16:23:33 CEST)
- [hackers] [dwm] cleaned up settags-handling (Sat Aug 18 2007 - 15:48:32 CEST)
- [hackers] [dwm] applied Gottox mwfact patch (Sat Aug 18 2007 - 13:48:28 CEST)
- [hackers] [dwm] replaced static Layout *lt with static unsigned int sellayout... (will be adapted later when _DWM_CONFIG is serialized as root window property) (Fri Aug 17 2007 - 23:23:00 CEST)
- [hackers] [dwm] renamed seltag into seltags (Fri Aug 17 2007 - 23:13:00 CEST)
- [hackers] [dwm] applied Jukka Salmi's setmwfact patch (Fri Aug 17 2007 - 23:13:00 CEST)
- [hackers] [dwm] made plural arrays (Thu Aug 16 2007 - 20:42:08 CEST)
- [hackers] [dwm] fixed the issue observed by various people, that clients appeared on empty tags (Thu Aug 16 2007 - 20:32:07 CEST)
- [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 (Thu Aug 16 2007 - 20:02:06 CEST)
- [hackers] [dwm] applied Jukka's patch (Thu Aug 16 2007 - 10:06:46 CEST)
- [hackers] [dwm] fixed _DWM_CONFIG persistation, fixed the client disapperance bug during restarts (Wed Aug 15 2007 - 21:36:20 CEST)
- [hackers] [dwm] fififi (Wed Aug 15 2007 - 21:31:20 CEST)
- [hackers] [dwm] fix of resize (thanks Sander for the hint!) (Tue Aug 14 2007 - 21:45:32 CEST)
- [hackers] [dwm] fixed a typo (Tue Aug 14 2007 - 09:55:08 CEST)
- [hackers] [dwm] small bugfix (Mon Aug 13 2007 - 22:14:45 CEST)
- [hackers] [dwm] tags should be persistent now during X server run (Mon Aug 13 2007 - 22:09:44 CEST)
- [hackers] [dwm] small bugfix (Mon Aug 13 2007 - 21:24:43 CEST)
- [hackers] [dwm] made tile simplier (Mon Aug 13 2007 - 21:24:43 CEST)
- [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 (Mon Aug 13 2007 - 21:14:42 CEST)
- [hackers] [dwm] made resize more precise (Mon Aug 13 2007 - 20:24:41 CEST)
- [hackers] [dwm] moved floating to layout.c, kept tile.c outside (Sun Aug 12 2007 - 15:13:42 CEST)
- [hackers] [dwm] renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfact (Sun Aug 12 2007 - 14:53:41 CEST)
- [hackers] [dwm] fixed a comment (Sat Aug 11 2007 - 16:47:57 CEST)
- [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 (Sat Aug 11 2007 - 14:12:52 CEST)
- [hackers] [dwm] let not overlap the borders (Fri Aug 10 2007 - 20:32:18 CEST)
- [hackers] [dwm] removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for details (Fri Aug 10 2007 - 20:17:17 CEST)
- Re: [hackers] [SIC] alias patch (Fri Aug 10 2007 - 17:32:46 CEST)
- [hackers] [dwm] slight change of my color scheme (Sun Aug 05 2007 - 19:38:14 CEST)
- [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 (Sun Aug 05 2007 - 18:08:11 CEST)
- [hackers] [dwm] applied Jukka's dwm.1 patch (Sun Aug 05 2007 - 18:03:11 CEST)
- [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) (Sun Aug 05 2007 - 14:48:05 CEST)
- [hackers] [dwm] small fix of static function order (Sat Aug 04 2007 - 13:02:15 CEST)
- [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.) (Sat Aug 04 2007 - 12:52:14 CEST)
- [hackers] [dwm] removed a C++ style comment (Fri Aug 03 2007 - 21:31:41 CEST)
- [hackers] [dwm] implemented ratio tile as described on the mailinglist (Fri Aug 03 2007 - 21:26:41 CEST)
- Evan Gates
- Jeroen Schot
- Justin
- Kris Maglione
- Last message date: Fri Aug 31 2007 - 02:12:10 CEST
- Archived on: Thu Nov 21 2024 - 10:48:43 CET