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