hackers mail list archive by subject
- [hackers] [diri] adapted Georg's other proposals
- [hackers] [diri] added Georg to LICENSE
- [hackers] [diri] Added tag 0.2 for changeset e9be902d5986
- [hackers] [diri] applied some fixes proposed by bogon
- [hackers] [diri] changed impressum
- [hackers] [diri] diric should be installed in /etc
- [hackers] [diri] fixed bogon's setvars version (did not worked with POST data @suckless.org)
- [hackers] [diri] implemented/documented some other remarks by bogon
- [hackers] [diri] removing debug info
- [hackers] [diri] small typo fix
- [hackers] [dmenu] added dmenu_path convenience script
- [hackers] [dmenu] Added tag 2.2 for changeset 90f0e34e7f11
- [hackers] [dmenu] Added tag 2.3 for changeset b6e09682c8adcb6569656bee73c311f9ab457715
- [hackers] [dmenu] Added tag 2.4 for changeset 9e9036cbfb4b
- [hackers] [dmenu] Added tag 2.4.1 for changeset 03e83e2788c8
- [hackers] [dmenu] Added tag 2.4.2 for changeset 1ca5d430524e
- [hackers] [dmenu] Added tag 2.5 for changeset 041143e9fc54
- [hackers] [dmenu] applied the fix inspired by a recent wmii commit
- [hackers] [dmenu] changed Backspace/C-w behavior (now it only removes a single character)
- [hackers] [dmenu] Escape -s in dmenu.1
- [hackers] [dmenu] fixed a bug when dmenu is run with -v
- [hackers] [dmenu] hotfix
- [hackers] [dmenu] I also dislike sort -u, I support that each Unix tool does one job and does it right ; )
- [hackers] [dmenu] if isatty() first read from stdin and then grab the keyboard, otherwise first grab the keyboard and then read from stdin
- [hackers] [dmenu] made Fnt an anonymous struct
- [hackers] [dmenu] next is 2.6, but not yet ;)
- [hackers] [dmenu] ok 2.4.2
- [hackers] [dmenu] readded draw.c again (except getcolor and setfont)
- [hackers] [dmenu] removed -t, now using isatty() instead of select() to prevent execution from an interactive shell
- [hackers] [dmenu] removed draw.c, implemented C-w handling (backward word deletion)
- [hackers] [dmenu] removed superfluous externs as well
- [hackers] [dmenu] renamed getcolor to initcolor
- [hackers] [dmenu] s/setfont/initfont/
- [hackers] [dmenu] useless var declaration prev_nitem
- [hackers] [dmenu] using the old-style fashion we uses earlier
- [hackers] [dwm] adapting John Grahor's patch to dwm-3.5
- [hackers] [dwm] added ban() which takes care than a banned window is not banned again... (this reduces the overall ConfigureNotify's to clients)
- [hackers] [dwm] added draw.c again (except getcolor and setfont which are helpers in main.c)
- [hackers] [dwm] added pointer warp on drop in resize
- [hackers] [dwm] added some new convenience functions
- [hackers] [dwm] Added tag 3.5 for changeset 63ad05e7f9e1
- [hackers] [dwm] Added tag 3.6 for changeset 75b1b25fe0d7e29400baf30568153f668324928b
- [hackers] [dwm] Added tag 3.6.1 for changeset 20ec6976cee1
- [hackers] [dwm] Added tag 3.7 for changeset baee494346e5
- [hackers] [dwm] bugfix of bugfix (thx to Sander)
- [hackers] [dwm] bugfix of transient handling
- [hackers] [dwm] changed order if h/l
- [hackers] [dwm] changed some odering in config*.h
- [hackers] [dwm] cleaned up and commented the config.*.h
- [hackers] [dwm] creating 3.6.1
- [hackers] [dwm] default masterwidth should also be at 600
- [hackers] [dwm] don't resize master if not in tiled mode
- [hackers] [dwm] draw.c is useless (belongs to main.c now)
- [hackers] [dwm] during writing 2wm.1 I noticed some bugs in dwm.1
- [hackers] [dwm] dwm draws a small caret before the client title if it's a versatile client
- [hackers] [dwm] Escape -s in dwm.1
- [hackers] [dwm] fixed a bug
- [hackers] [dwm] fixed configurerequest according to Jukkas complains
- [hackers] [dwm] fixed configurerequest according to the problem Jukka reported
- [hackers] [dwm] fixed exit condition in togglemax()
- [hackers] [dwm] fixed order
- [hackers] [dwm] fixed order of key bindings described in dwm.1
- [hackers] [dwm] fixed quoting and a comment
- [hackers] [dwm] fixed some issues due to the Arg->const char * transition
- [hackers] [dwm] fixing missing extern declars in dwm.h for {de, at}tach()
- [hackers] [dwm] forgot an extern declaration
- [hackers] [dwm] hahaha, untiled and non-untiled sounded really cumbersome
- [hackers] [dwm] I didn't knew of c->isfixed, that should fix Jukkas issue with gkrellm ; )
- [hackers] [dwm] I don't see any reason why we should select for input on override-redirect windows?
- [hackers] [dwm] introduced Layout struct
- [hackers] [dwm] introduced tile.c, some refactoring of functions
- [hackers] [dwm] just ignore the FD_ISSET check in main.c of xfd, just call XPending (which does the same afair)
- [hackers] [dwm] made configurerequest more tidy
- [hackers] [dwm] made dwm.h more tidy (thx Jukka for the zoom() hint)
- [hackers] [dwm] made Fnt an anonymous inner struct
- [hackers] [dwm] made for/if/else constructs more consistent, some code polishing
- [hackers] [dwm] making it more sure that transient checks will work in any case
- [hackers] [dwm] merged focus{prev.next} into focusclient(1/-1)
- [hackers] [dwm] merged tag.c, view.c and tile.c to manage.c
- [hackers] [dwm] moved focus{next, prev} and nexttiled from client.c to layout.c (because those are not client-specific), moved toggleversatile() from layout.c to client.c (because those are client-specific)
- [hackers] [dwm] nah grouped keybindings by context
- [hackers] [dwm] nah, I don't want 640 as MASTERWIDTH
- [hackers] [dwm] oops
- [hackers] [dwm] oops, small bugfix in my config
- [hackers] [dwm] optimizing background color of terminals
- [hackers] [dwm] pneubeck pointed out an obvious thing, that a second p = stext + strlen(stext) - 1 is unnecessary
- [hackers] [dwm] prepared 3.7, ready to rambo
- [hackers] [dwm] re-added xterm to config.default.h
- [hackers] [dwm] rechecked with OpenBSD
- [hackers] [dwm] removed an unnecessary newline
- [hackers] [dwm] removed button4/5-bindings for incnmaster on mode label - that is misleading
- [hackers] [dwm] removed debug compile flags
- [hackers] [dwm] removed getnext/getprev, redundant
- [hackers] [dwm] removed procevent, more refactoring
- [hackers] [dwm] removed sendevent
- [hackers] [dwm] removed some global vars which should be static instead
- [hackers] [dwm] removed superfluous externs (except for tags, because tags is defined in the source)
- [hackers] [dwm] removed ugly ban(), extended resize() that it only resets the size if necessary, added border_width commit to manage()
- [hackers] [dwm] removed useless space
- [hackers] [dwm] removing all EnterNotifys after resize
- [hackers] [dwm] renamed Client->versatile and Rule->versatile into Client->isversatile resp. Rule->isversatile
- [hackers] [dwm] renamed floating into swimming (this does not clash with C naming conventions and fits better the fish symbol) - also in man page
- [hackers] [dwm] renamed manage.c to view.c
- [hackers] [dwm] renamed Rule members, renamed RReg into Regexps
- [hackers] [dwm] renamed setfont to initfont, getcolor to initcolor
- [hackers] [dwm] renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds more correct) - English speakers convinced me
- [hackers] [dwm] renamed versatile into untiled
- [hackers] [dwm] renamed view.c into screen.c
- [hackers] [dwm] renames swim[ming] into versatile
- [hackers] [dwm] replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi() in some places
- [hackers] [dwm] replaced togglelayout with setlayout
- [hackers] [dwm] replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-k
- [hackers] [dwm] restoring default keybindings as Sander complained
- [hackers] [dwm] reusing drawsquare for client title, empty square before title means versatile window, filled square before title means versatile maximized window.
- [hackers] [dwm] reverted accidental removal of sx, sy
- [hackers] [dwm] reverting to bg 555
- [hackers] [dwm] s/555/357/ for SELCOLOR
- [hackers] [dwm] separating drawsquare from drawtext, made drawtext extern
- [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
- [hackers] [dwm] simplified configurerequest
- [hackers] [dwm] simplified configurerequest to a bare minimum, removed wrong ban() calls
- [hackers] [dwm] simplified focusclient()
- [hackers] [dwm] simplifying regexps in config samples
- [hackers] [dwm] small bugfix
- [hackers] [dwm] some more code polishing
- [hackers] [dwm] some more refactoring
- [hackers] [dwm] split screen.c into layout.c and tag.c (because the view is an implicit mixture of both)
- [hackers] [dwm] status needs update even in togglemax() - since we got an indicator for this
- [hackers] [dwm] stupid me, one needs to set c->{x,y,w,h} in configurerequest obviously ; )
- [hackers] [dwm] switching to 13pt proggyclean (this fits better my 1920x1200 resolution than 12pt terminus which is too small or 14pt terminus which is too fat)
- [hackers] [dwm] switching to urxvtcd for the moment (the uxterm flicker makes me headaches, st is really highest prio now)
- [hackers] [dwm] treating acroread and mplayer floating by default
- [hackers] [dwm] using 333 as background, hey proggyclean is really good
- [hackers] [dwm] using a green selborder
- [hackers] [dwm] using eprint instead of fputs
- [hackers] [dwm] using MASTERWIDTH=640 and 32px steps by default (incmasterw())
- [hackers] [dwm] using smaller font
- [hackers] [dwm] 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
- [hackers] [dwm] well, resize should be called in dofloat anyways ; )
- [hackers] [dwm] yet another consistency fix of dwm
- [hackers] [ii] fixed wrong parsing in commands like WHOIS and NAMES
- [hackers] [libixp] Add ixp_fcall.h, with a version with and without anonymous structs/unions, and a config.mk flag
- [hackers] [libixp] Added strlcat back to util.c
- [hackers] [libixp] Added xwrite command to ixpc.
- [hackers] [libixp] Changed strlcat to ixp_strlcat in ixpc.c
- [hackers] [libixp] Enabled debugging and disabled stripping and optimization
- [hackers] [libixp] Fix an early free bug.
- [hackers] [libixp] Fix exit status and segfault in ixpc xwrite
- [hackers] [libixp] Fix ref counting in request.c
- [hackers] [libixp] Fixed arg parsing in ixpc.c
- [hackers] [libixp] Forgot to commit ixp.h. Added ixp_strlcat
- [hackers] [libixp] Make dist tried to package fcall.h.union, while the right file name would have been only fcall.h.
- [hackers] [libixp] More verbose usage info.
- [hackers] [libixp] Properly bracket the usage information in ixpc. Add xwrite to ixpc.1, and modify the examples appropriately.
- [hackers] [libixp] Remove BSD specific make syntax. Sorry about that. This is prettier anyway.
- [hackers] [libixp] Revert SunCC compatibility changes
- [hackers] [libixp] Separate xwrite args with spaces
- [hackers] [libixp] Undoing last change. It was already done in LDFLAGS
- [hackers] [libixp] Use -L. before -lixp when linking ixpc
- [hackers] [sic] added eprint()
- [hackers] [sic] Added tag 0.9 for changeset 96eb1bfede5b
- [hackers] [sic] applied a fix inspired by recent wmii commit
- [hackers] [sic] changed output
- [hackers] [sic] changing the special command operator
- [hackers] [sic] consistency patch
- [hackers] [sic] Don't use sic's hg tip, it is broken atm...
- [hackers] [sic] fixed sic man page
- [hackers] [sic] I believe I have fixed the issue, why sic didn't handled PINGs correctly
- [hackers] [sic] removed debug output
- [hackers] [sic] removed fullname, added support for tracking NICK changes
- [hackers] [sic] removed LD as well, this is misleading
- [hackers] [sic] setting the topic must not be supported, its a trivial IRC command (*and rarely used btw*)
- [hackers] [sic] small fix
- [hackers] [sic] some changes
- [hackers] [slock] made slock more aggressive, DenisG please recheck
- [hackers] [slock] made slock more readable, added root variable because we intend to call RootWindow(...) quite a lot
- [hackers] [st] fixed quoting
- [hackers] [st] removed superfluous extern
- [hackers] [sudoku] added dirirc
- [hackers] [sudoku] small changes
- [hackers] [wmii] A bit more tidying of rc/newrc
- [hackers] [wmii] A bunch of fixes to management of windows
- [hackers] [wmii] Add .POSIX target and change to double quotes in the Makefile. Change 9menu.c parsing a bit. Some rc.wmii fixes.
- [hackers] [wmii] Add ability to alter a client's tagset by writing +tag or -tag. Revert SunCC compatibility changes to libixp.
- [hackers] [wmii] Add new TODO file
- [hackers] [wmii] Add printevent.c and -V (verbose) flag to print X events
- [hackers] [wmii] Add rehash action to update the programs list and cleanup wmiirc a bit
- [hackers] [wmii] Add stripped down version of 9menu, and right-click menus to clients. Includes 'Delete' item. Runs from rc.wmii only.
- [hackers] [wmii] Added 9menu.c
- [hackers] [wmii] Added an experimental feature to notify users of views with urgent clients.
- [hackers] [wmii] Added experimental awk-based wmiirc in rc/newrc
- [hackers] [wmii] Added swapping back to the fs, but without bindings. Fixed a bug from 2 commits ago. Added more gotos :)
- [hackers] [wmii] Added the much sought-after click-to-drag to the titlebars.
- [hackers] [wmii] Added u(char|short|int|long|vlong) and vlong types
- [hackers] [wmii] Added Urgent and NotUrgent events for the urgency hint
- [hackers] [wmii] Added wmiiloop(1) and wmiiloop.1 to handle experimantal awk-based wmiirc.
- [hackers] [wmii] Adding tag snap
- [hackers] [wmii] Adding tag snap20072018
- [hackers] [wmii] All clients should behave like sel when their ctl file is read
- [hackers] [wmii] Another go at preventing freeze
- [hackers] [wmii] Applied Daniel Waeber's send_client patch, plus extrapolation
- [hackers] [wmii] Bigger target area for border resizals. Fix to rc.wmii.
- [hackers] [wmii] Bugfixes, cleanup, remove SunCC compatibility patch. Add adding/removing tags by writing +tag/-tag
- [hackers] [wmii] Calculate VERSION from the hg reversion number.
- [hackers] [wmii] Change the behavior or colrules to size new columns, but not create them. colrules may be removed later.
- [hackers] [wmii] Change the window cursor when over the border for resizal (the border is still too small for this to be useful
- [hackers] [wmii] Changed `wmiir echo` to `wmiir xwrite`, removed xwrite() from rc/status, and cleaned up wmiir script
- [hackers] [wmii] Check for pending X11 events after serving a 9p connection.
- [hackers] [wmii] Cleaned up main.c. Made wmiiwm usable without a script. This may not stay.
- [hackers] [wmii] Cleanup on some signals. Fork process to fix mouse focus on exit.
- [hackers] [wmii] Cleanup. Experiment with a new dragbox design.
- [hackers] [wmii] Color drag boxes based on urgency and provide events in /client/n/ctl (Urgent, NotUrgent) to toggle it
- [hackers] [wmii] Create Action_ functions immediately. Quote $WMII_NORMCOLORS in Action_status
- [hackers] [wmii] Death to increment gaps. Please comment.
- [hackers] [wmii] Don't call arrange_column on floating areas
- [hackers] [wmii] Don't link wmii9menu against libixp.
- [hackers] [wmii] Don't map clients on manage_client. Fixes a bug with creation on non-selected view.
- [hackers] [wmii] Don't replay clicks that were on the frame window.
- [hackers] [wmii] Don't resize floating clients to 0 height.
- [hackers] [wmii] Don't resize to zero width either (duh).
- [hackers] [wmii] Don't respond with an error on Tclunk of a file that no longer exists
- [hackers] [wmii] Draw border under titlebar, add missing function proto, fix bar border to 1px
- [hackers] [wmii] Elide spurious ClientFocus events
- [hackers] [wmii] Experimental awk-based wmiirc now has internal actions. Still ugly. Must fix.
- [hackers] [wmii] Experimentially made aforementioned notices more accurate
- [hackers] [wmii] Finally fix the freezing bug, I hope
- [hackers] [wmii] Fix 9menu function, compile wmii9menu with 9menu.o instead of ${OBJ}, some minor 9menu.c modifications.
- [hackers] [wmii] Fix a bug in do_managed_move thanks to Daniel Waeber. Minor change to area.c
- [hackers] [wmii] Fix a bug in mouse moves.
- [hackers] [wmii] Fix a segfault.
- [hackers] [wmii] Fix a->sel possibly being nil when it shouldn't
- [hackers] [wmii] Fix an infinate loop with multiple reads on the same /event fid.
- [hackers] [wmii] Fix bug and add clients to an area after the selected client.
- [hackers] [wmii] Fix bug where clicking the unfocused titlebar triggered a window move until another click.
- [hackers] [wmii] Fix config.mk version nastiness.
- [hackers] [wmii] Fix crash on floating layer resizal
- [hackers] [wmii] Fix dmenu colors in rc.wmii.
- [hackers] [wmii] Fix focus bug.
- [hackers] [wmii] Fix frame coloring issue which occurs with bloated apps.
- [hackers] [wmii] Fix freeing of the wrong view, which causes a crash and memory leak.
- [hackers] [wmii] Fix increment gaps between columns
- [hackers] [wmii] Fix mouse warping on move/resize
- [hackers] [wmii] Fix resizing quadrant bug.
- [hackers] [wmii] Fix scaling of first column bug. Fix focus of first view bug.
- [hackers] [wmii] Fix scaling of new columns.
- [hackers] [wmii] Fix selection of areas by index.
- [hackers] [wmii] Fix selection of views by index.
- [hackers] [wmii] Fix send_client again
- [hackers] [wmii] Fix some focus bugs pending a rewrite of the focus system.
- [hackers] [wmii] Fix some rc.wmii bugs. wmiiterm is $WMII_TERM again.
- [hackers] [wmii] Fix stupid formating mistake
- [hackers] [wmii] Fix tagging of client with multiple tags.
- [hackers] [wmii] Fix that pesky bug related to open Fids of objects which don't exist anymore.
- [hackers] [wmii] Fixed a bug in my last commit.
- [hackers] [wmii] Fixed a bug where focus reverted to None when the last client of a tag was XKilled
- [hackers] [wmii] Fixed a bunch of focus stupidity.
- [hackers] [wmii] Fixed a but on walk where fid == newfid.
- [hackers] [wmii] Fixed a lot of focus code, including a segfault.
- [hackers] [wmii] Fixed and cleaned up rc.wmii. Updated rc/welcome
- [hackers] [wmii] Fixed bug where v->sel could be set to a removed frame
- [hackers] [wmii] Fixed client grabs
- [hackers] [wmii] Fixed collapsed state of frames when switching from Colstack to Colmax
- [hackers] [wmii] Fixed configurerequest again
- [hackers] [wmii] Fixed configurerequest function
- [hackers] [wmii] Fixed crash with opaque moves in floating mode.
- [hackers] [wmii] Fixed cycling of floating frames, and stacking issues on 'send toggle'
- [hackers] [wmii] Fixed Denis' focus bug
- [hackers] [wmii] Fixed drawing of rectangle borders
- [hackers] [wmii] Fixed flickering when switching in max mode
- [hackers] [wmii] Fixed some bugs in the new focus system.
- [hackers] [wmii] Fixed syntax error in client.c.
- [hackers] [wmii] Fixed the error returned on kill and Urgent commands to clients.
- [hackers] [wmii] Fixed there appearing to be an empty column
- [hackers] [wmii] Fixed WMII_MENU and WMII_TERM. They are now functions: wmiimenu and wmiiterm.
- [hackers] [wmii] Focus clients on click.
- [hackers] [wmii] Focus frame and bring it to the top on move/resize.
- [hackers] [wmii] Focus windows when entering their titlebars, except when stacked.
- [hackers] [wmii] Frames shouldn't snap to themselves on opaque moves
- [hackers] [wmii] Generate a ClientFocus event on focus_area
- [hackers] [wmii] Get rid of 3d border affect of frames
- [hackers] [wmii] Get rid of a bunch of cruft from 9menu.
- [hackers] [wmii] Get rid of config_which in the sh wmiirc.
- [hackers] [wmii] Get rid of FOCUSCOLORS
- [hackers] [wmii] Get rid of trigraph in column.c
- [hackers] [wmii] Grab buttons with the keyboard grab async until these freezes are fixed
- [hackers] [wmii] Have rc.wmii source rc.wmii.local to allow local changes with the stock rc.wmii.
- [hackers] [wmii] Have rc.wmii source rc.wmii.var; I don't like it, but MODKEY must be set before the Key-* functions are defined, and override functions after. I can think of few other solutions.
- [hackers] [wmii] Have wmiimenu take colors from WMII_(NORM FOCUS)COLORS. Get rid of 'extern' from function decls.
- [hackers] [wmii] Have wmiir exec ixpc
- [hackers] [wmii] Improved upon last commit
- [hackers] [wmii] Improvements to button grabs
- [hackers] [wmii] Last commit done right.
- [hackers] [wmii] Made rc/newrc moderately less ugly.
- [hackers] [wmii] Made the configurerequest function a bit saner. Needs more overhauling.
- [hackers] [wmii] Made wmiir write behave like wmiir echo instead.
- [hackers] [wmii] Make gawk happy.
- [hackers] [wmii] Make grabbox moves opaque in floating mode. Code needs cleanup. Comments welcome.
- [hackers] [wmii] Make Nop the default menu item, rather than Delete.
- [hackers] [wmii] Make sure that c->sel is set on create_frame
- [hackers] [wmii] Make sure that the framewin's cursor is set to CurNormal whenever the mouse is over the client
- [hackers] [wmii] Make sure that transient windows are managed on startup.
- [hackers] [wmii] Make sure XGetWMHints doesn't return nil. Some cleanup in client.c.
- [hackers] [wmii] merge
- [hackers] [wmii] Minimize the calls to focus_client on ButtonClick events (maybe this will fix the freeze)
- [hackers] [wmii] Minor change to mouse.c
- [hackers] [wmii] More wmiiloop/newrc updates.
- [hackers] [wmii] Moved rc/newrc to rc/wmiirc. Added rc/rc.wmii, and run it if 9 rc exists. Bourne wmiirc is officially deprecated.
- [hackers] [wmii] New column scaling code. Fixed accidental resize on click of unfocused client. New public domain util.c. Some other stuff.
- [hackers] [wmii] Only drag from the drag box, and only resize from the border
- [hackers] [wmii] Pass args from wmii script to wmiiwm
- [hackers] [wmii] Preliminary implementation of the new focus handling algorithm.
- [hackers] [wmii] Process pending events on startup.
- [hackers] [wmii] Quote $PROGS_FILE elsewhere
- [hackers] [wmii] Quote $PROGS_FILE in Action_rehash
- [hackers] [wmii] Rather, don't let windows width below labelh(&def.font).
- [hackers] [wmii] Really add printevent.[ch]
- [hackers] [wmii] Redraw view on writes to /ctl (focuscolors, border, font)
- [hackers] [wmii] Reduced the memory consumption of place_client. Replaced strncmps against literal strings with strcmps.
- [hackers] [wmii] Refactoring in column.c
- [hackers] [wmii] Relent and only grab AnyButton, AnyModifier on unfocused clients
- [hackers] [wmii] Remove printevent.c from the make process
- [hackers] [wmii] Remove rc/(status rehash quit). They're taken care of in wmiirc, now.
- [hackers] [wmii] Remove some cruft, arrange areas when adding clients, and make sure we don't map mapped clients and vice versa
- [hackers] [wmii] Remove tests for menu bounds in 9menu.c, since the mouse is confined to the menu.
- [hackers] [wmii] Remove unused variable, and some general reformating, in wmiirc.
- [hackers] [wmii] Remove XSync() added in previous commit
- [hackers] [wmii] Removed debugging printf from place_client().
- [hackers] [wmii] Removed semicolon after for loop in rects_of_view
- [hackers] [wmii] Removed stupid void casts from write_buf calls.
- [hackers] [wmii] Removed superfluous 'NF>2' check in proglist (there's no x in total). Renamed DMENU to WMII_MENU.
- [hackers] [wmii] Removed www tagrule from rc.wmii. It was not meant to be there.
- [hackers] [wmii] Renamed selcolors back to focuscolors. Fixed an early free().
- [hackers] [wmii] Reparent client before applying tags (fixes strange behavior on client creation)
- [hackers] [wmii] Replace #defines with enums
- [hackers] [wmii] Replace Action- with Action_ in wmiirc
- [hackers] [wmii] Replaced a bunch of the nasty, old focus code, and fixed focusing of the empty floating area
- [hackers] [wmii] Replaced all occurrences of CONFVERSION with 3.5 in the man pages.
- [hackers] [wmii] Replaced rc.wmii.var with splitting rc.wmii.local at /^# Overrides/
- [hackers] [wmii] Replaced wmii.svg with wmii.eps and wmii.mp (wmii and XML/Inkscape don't mesh).
- [hackers] [wmii] Replaced xwrite with `wmiir echo`
- [hackers] [wmii] Replacing wmiir xwrite with wmiir echo again.
- [hackers] [wmii] Restack view after mapping a client (&c)
- [hackers] [wmii] Restore some missing ClientFocus evens
- [hackers] [wmii] Restore strncmps to fs.c
- [hackers] [wmii] Restored original 'wmiir write' semantics, and restored xwrite command.
- [hackers] [wmii] Return from do_mouse_resize after calling do_managed_move
- [hackers] [wmii] Revert Denis' revert
- [hackers] [wmii] Revert the fuckup of SunCC compatibility.
- [hackers] [wmii] Rewrote draw_frame, and removed per-frame BlitzBrushes
- [hackers] [wmii] Send FocusTag event on startup
- [hackers] [wmii] Set input focus to root when switching to an empty view
- [hackers] [wmii] Set keyboard focus to the bar instead of the root when no window is in focus
- [hackers] [wmii] Set the focus properly when removing a client from the selected area
- [hackers] [wmii] Some cleanup: "If you want to go somewhere, goto is the best way to get there."
- [hackers] [wmii] Some more cleanup
- [hackers] [wmii] Sorry for the hasty commits, X11 is stressing. Modified last commit.
- [hackers] [wmii] Sorry, fixed error in previous commit.
- [hackers] [wmii] Stack fullscreen windows over the bar. Fullscreen mode needs work.
- [hackers] [wmii] Take a shot at fixing a freeze experienced by some users.
- [hackers] [wmii] Take advantage of strlcat in libixp
- [hackers] [wmii] Temporarilly fix some focus issues (still need rewrite). Some rc.wmii fixes.
- [hackers] [wmii] Test -e $PLAN9/bin/rc in wmii script. Use AWKPATH config.mk flag instead of /usr/bin/awk.
- [hackers] [wmii] Try to fix the freeze again: XSync() after buttonpress events
- [hackers] [wmii] Unmap and set Iconic state of iconic or out-of-view windows
- [hackers] [wmii] Unmap client on opaque moves. Will this improve resource usage?
- [hackers] [wmii] Updated Makefile to make sure we get a new VERSION on upgrade
- [hackers] [wmii] Use --template instead of awk for VERSION as suggested by Maxi
- [hackers] [wmii] XSync() after focus on enternotify to prevent a race
- [hackers] [wmix] forgot to add main.c
- [hackers] Another test, please ignore
- [hackers] diri: new tip (= 33)
- [hackers] diri: new tip (= 34)
- [hackers] diri: new tip (= 35)
- [hackers] diri: new tip (= 36)
- [hackers] diri: new tip (= 37)
- [hackers] diri: new tip (= 38)
- [hackers] diri: new tip (= 40)
- [hackers] diri: new tip (= 41)
- [hackers] diri: new tip (= 42)
- [hackers] diri: new tip (= 44)
- [hackers] diri: new tip (= 45)
- [hackers] diri: new tip (= 46)
- [hackers] diri: new tip (= 49)
- [hackers] diri: new tip (= 50)
- [hackers] diri: new tip (= 51)
- [hackers] diri: new tip (= 52)
- [hackers] diri: new tip (= 54)
- [hackers] diri: new tip (= 55)
- [hackers] diri: new tip (= 56)
- [hackers] diri: new tip (= 57)
- [hackers] diri: new tip (= 58)
- [hackers] dmenu: new tip (= 156)
- [hackers] dmenu: new tip (= 158)
- [hackers] dmenu: new tip (= 159)
- [hackers] dwm: new tip (= 727)
- [hackers] dwm: new tip (= 729)
- [hackers] dwm: new tip (= 730)
- [hackers] dwm: new tip (= 733)
- [hackers] dwm: new tip (= 735)
- [hackers] dwm: new tip (= 736)
- [hackers] dwm: new tip (= 738)
- [hackers] dwm: new tip (= 739)
- [hackers] dwm: new tip (= 740)
- [hackers] dwm: new tip (= 741)
- [hackers] ignore this
- [hackers] ii: new tip (= 46)
- [hackers] ii: new tip (= 47)
- [hackers] ii: new tip (= 48)
- [hackers] ii: new tip (= 49)
- [hackers] ii: new tip (= 50)
- [hackers] ii: new tip (= 51)
- [hackers] ii: new tip (= 52)
- [hackers] ii: new tip (= 53)
- [hackers] ii: new tip (= 54)
- [hackers] ii: new tip (= 55)
- [hackers] ii: new tip (= 56)
- [hackers] ii: new tip (= 57)
- [hackers] ii: new tip (= 58)
- [hackers] ii: new tip (= 59)
- [hackers] sic: new tip (= 66)
- [hackers] sic: new tip (= 67)
- [hackers] sic: new tip (= 68)
- [hackers] sic: new tip (= 69)
- [hackers] sic: new tip (= 70)
- [hackers] sic: new tip (= 72)
- [hackers] sic: new tip (= 73)
- [hackers] slock: new tip (= 18)
- [hackers] Test, please ignore
- [hackers] wmii-3.5: new tip (= 1713)
- [hackers] wmii-3.5: new tip (= 1716)
- [hackers] wmii-3.5: new tip (= 1718)
- [hackers] wmii-3.5: new tip (= 1719)
- [hackers] wmii: new tip (= 1713)
- [hackers] wmii: new tip (= 1716)
- [hackers] wmii: new tip (= 1718)
- [hackers] wmii: new tip (= 1719)
- [hackers] wmii: new tip (= 1720)
- [hackers] wmii: new tip (= 1721)
- [hackers] wmii: new tip (= 1728)
- [hackers] wmii: new tip (= 1729)
- [hackers] wmii: new tip (= 1730)
- [hackers] wmii: new tip (= 1731)
- [hackers] wmii: new tip (= 1732)
- [hackers] wmii: new tip (= 1733)
- [hackers] wmii: new tip (= 1734)
- [hackers] wmii: new tip (= 1735)
- [hackers] wmii: new tip (= 1736)
- [hackers] wmii: new tip (= 1738)
- [hackers] wmii: new tip (= 1739)
- [hackers] wmii: new tip (= 1740)
- [hackers] wmii: new tip (= 1741)
- [hackers] wmii: new tip (= 1742)
- [hackers] wmii: new tip (= 1743)
- [hackers] wmii: new tip (= 1744)
- [hackers] wmii: new tip (= 1745)
- [hackers] wmii: new tip (= 1747)
- [hackers] wmii: new tip (= 1748)
- [hackers] wmii: new tip (= 1751)
- [hackers] wmii: new tip (= 1752)
- [hackers] wmii: new tip (= 1754)
- [hackers] wmii: new tip (= 1755)
- [hackers] wmii: new tip (= 1756)
- [hackers] wmii: new tip (= 1758)
- [hackers] wmii: new tip (= 1759)
- [hackers] wmii: new tip (= 1760)
- [hackers] wmii: new tip (= 1761)
- [hackers] wmii: new tip (= 1762)
- [hackers] wmii: new tip (= 1764)
- [hackers] wmii: new tip (= 1765)
- [hackers] wmii: new tip (= 1766)
- [hackers] wmii: new tip (= 1767)
- [hackers] wmii: new tip (= 1770)
- [hackers] wmii: new tip (= 1771)
- [hackers] wmii: new tip (= 1772)
- [hackers] wmii: new tip (= 1774)
- [hackers] wmii: new tip (= 1775)
- [hackers] wmii: new tip (= 1777)
- [hackers] wmii: new tip (= 1778)
- [hackers] wmii: new tip (= 1779)
- [hackers] wmii: new tip (= 1780)
- [hackers] wmii: new tip (= 1781)
- [hackers] wmix: new tip (= 27)
- [hackers] wmix: new tip (= 28)
- [hackers] wmix: new tip (= 29)
- Last message date: Wed Feb 28 2007 - 17:08:31 CET
- Archived on: Thu Nov 21 2024 - 10:48:43 CET