summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw
Commit message (Collapse)AuthorAgeFilesLines
* devdraw, rio: more full-screen nonsenseRuss Cox2008-01-301-12/+4
|
* devdraw: full-screen cleanupRuss Cox2008-01-303-1/+16
|
* devdraw: add F11 for full-screen toggleRuss Cox2008-01-306-7/+78
|
* report target list as 32-bit chunks, not 8-bit, for OS Xrsc2007-05-041-1/+1
|
* say utf8string before string in target listrsc2007-05-031-2/+2
|
* try for utf8 string first in getsnarf; new test program snarfrsc2007-05-033-44/+168
|
* -ldraw no longer implies -lX11rsc2007-02-221-0/+2
|
* In non-blocking recv functions in libmux and libdraw,rsc2006-11-041-1/+2
| | | | | | | | | | | | distinguish between "cannot receive without blocking" and "EOF on connection". In libmux, do not elect async guys muxers, so that synchronous RPC calls run in the main event loop (e.g., in eresized) do not get stuck. Fixes problem reported by Lu Xuxiao, namely that jpg etc. would spin at 100% cpu usage.
* use X11 in /usr if it is therersc2006-10-131-0/+4
|
* Fix resize error under KDE (Bart Locanthi)rsc2006-07-053-27/+54
|
* slow mode for debuggingrsc2006-06-261-2/+17
|
* quietrsc2006-06-251-1/+1
|
* new draw serverrsc2006-06-2523-0/+5538