hackers mail list archive by date
- Wednesday, 28 February 2007
- Tuesday, 27 February 2007
- Monday, 26 February 2007
- Sunday, 25 February 2007
- Saturday, 24 February 2007
- Friday, 23 February 2007
- Thursday, 22 February 2007
- [hackers] [wmii] Made rc/newrc moderately less ugly. Kris Maglione
- [hackers] [dwm] renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds more correct) - English speakers convinced me Anselm R. Garbe
- [hackers] [wmii] Experimental awk-based wmiirc now has internal actions. Still ugly. Must fix. Kris Maglione
- [hackers] [wmii] Don't replay clicks that were on the frame window. Kris Maglione
- [hackers] [wmii] Added experimental awk-based wmiirc in rc/newrc Kris Maglione
- [hackers] [dwm] hahaha, untiled and non-untiled sounded really cumbersome Anselm R. Garbe
- [hackers] [dwm] made Fnt an anonymous inner struct Anselm R. Garbe
- [hackers] [dmenu] made Fnt an anonymous struct Anselm R. Garbe
- [hackers] [dwm] made Fnt an anonymous inner struct Anselm R. Garbe
- [hackers] [dwm] nah, I don't want 640 as MASTERWIDTH Anselm R. Garbe
- [hackers] [wmii] Remove unused variable, and some general reformating, in wmiirc. Kris Maglione
- [hackers] [dwm] using MASTERWIDTH=640 and 32px steps by default (incmasterw()) Anselm R. Garbe
- [hackers] [dwm] simplified focusclient() Anselm R. Garbe
- [hackers] [wmii] Removed superfluous 'NF>2' check in proglist (there's no x in total). Renamed DMENU to WMII_MENU. Kris Maglione
- [hackers] [dwm] renamed versatile into untiled Anselm R. Garbe
- [hackers] [dwm] merged focus{prev.next} into focusclient(1/-1) Anselm R. Garbe
- [hackers] [dwm] made dwm.h more tidy (thx Jukka for the zoom() hint) Anselm R. Garbe
- [hackers] [dwm] oops Anselm R. Garbe
- [hackers] [dwm] small bugfix Anselm R. Garbe
- [hackers] [dwm] fixed some issues due to the Arg->const char * transition Anselm R. Garbe
- [hackers] [dwm] restoring default keybindings as Sander complained Anselm R. Garbe
- [hackers] [dwm] replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi() in some places Anselm R. Garbe
- [hackers] [dwm] re-added xterm to config.default.h Anselm R. Garbe
- [hackers] [dwm] removed button4/5-bindings for incnmaster on mode label - that is misleading Anselm R. Garbe
- [hackers] [dwm] fixed order of key bindings described in dwm.1 Anselm R. Garbe
- [hackers] [dwm] status needs update even in togglemax() - since we got an indicator for this Anselm R. Garbe
- [hackers] [dwm] reusing drawsquare for client title, empty square before title means versatile window, filled square before title means versatile maximized window. Anselm R. Garbe
- [hackers] [dwm] dwm draws a small caret before the client title if it's a versatile client Anselm R. Garbe
- [hackers] [dwm] nah grouped keybindings by context Anselm R. Garbe
- [hackers] [dwm] fixed exit condition in togglemax() Anselm R. Garbe
- [hackers] [dwm] fixing missing extern declars in dwm.h for {de, at}tach() Anselm R. Garbe
- [hackers] [dwm] 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 Anselm R. Garbe
- [hackers] [wmii] Rather, don't let windows width below labelh(&def.font). Kris Maglione
- [hackers] [wmii] Don't resize to zero width either (duh). Kris Maglione
- [hackers] [wmii] Don't resize floating clients to 0 height. Kris Maglione
- Wednesday, 21 February 2007
- Tuesday, 20 February 2007
- Monday, 19 February 2007
- Sunday, 18 February 2007
- Saturday, 17 February 2007
- Friday, 16 February 2007
- Thursday, 15 February 2007
- Wednesday, 14 February 2007
- Tuesday, 13 February 2007
- [hackers] [dwm] I didn't knew of c->isfixed, that should fix Jukkas issue with gkrellm ; ) Anselm R. Garbe
- [hackers] [dwm] making it more sure that transient checks will work in any case Anselm R. Garbe
- [hackers] [wmii] Fix send_client again Kris Maglione
- [hackers] [wmii] Fix scaling of first column bug. Fix focus of first view bug. Kris Maglione
- [hackers] [wmii] Fix scaling of new columns. Kris Maglione
- [hackers] [wmii] Fixed Denis' focus bug Kris Maglione
- [hackers] [libixp] Remove BSD specific make syntax. Sorry about that. This is prettier anyway. Kris Maglione
- [hackers] [wmii] Applied Daniel Waeber's send_client patch, plus extrapolation Kris Maglione
- [hackers] [sic] Added tag 0.9 for changeset 96eb1bfede5b Anselm R. Garbe
- [hackers] [sic] setting the topic must not be supported, its a trivial IRC command (*and rarely used btw*) Anselm R. Garbe
- [hackers] [sic] I believe I have fixed the issue, why sic didn't handled PINGs correctly arg_AT_suckless.org
- [hackers] [diri] diric should be installed in /etc Anselm R. Garbe
- [hackers] [dwm] stupid me, one needs to set c->{x,y,w,h} in configurerequest obviously ; ) Anselm R. Garbe
- [hackers] [dwm] simplified configurerequest Anselm R. Garbe
- [hackers] [wmii] Frames shouldn't snap to themselves on opaque moves Kris Maglione
- [hackers] [wmii] Added swapping back to the fs, but without bindings. Fixed a bug from 2 commits ago. Added more gotos :) Kris Maglione
- [hackers] [wmii] Changed `wmiir echo` to `wmiir xwrite`, removed xwrite() from rc/status, and cleaned up wmiir script Kris Maglione
- [hackers] [libixp] Add ixp_fcall.h, with a version with and without anonymous structs/unions, and a config.mk flag Kris Maglione
- [hackers] [wmii] Experimentially made aforementioned notices more accurate Kris Maglione
- [hackers] [wmii] Added an experimental feature to notify users of views with urgent clients. Kris Maglione
- [hackers] [wmii] Set the focus properly when removing a client from the selected area Kris Maglione
- [hackers] [wmii] Made the configurerequest function a bit saner. Needs more overhauling. Kris Maglione
- [hackers] [wmii] Send FocusTag event on startup Kris Maglione
- [hackers] [wmii] Generate a ClientFocus event on focus_area Kris Maglione
- Monday, 12 February 2007
- Sunday, 11 February 2007
- Saturday, 10 February 2007
- Friday, 9 February 2007
- Thursday, 8 February 2007
- Wednesday, 7 February 2007
- Tuesday, 6 February 2007
- Monday, 5 February 2007
- Sunday, 4 February 2007
- Saturday, 3 February 2007
- Friday, 2 February 2007
- Thursday, 1 February 2007
- Last message date: Wed Feb 28 2007 - 17:08:31 CET
- Archived on: Thu Nov 21 2024 - 10:36:43 CET