aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw
Commit message (Collapse)AuthorAgeFilesLines
...
* devdraw: OS X: fix Unicode input errors (Andrey Mirtchovski)Russ Cox2008-07-031-2/+4
|
* devdraw: OS X: go full screen on largest device (Eric Nichols)Russ Cox2008-07-031-1/+3
|
* devdraw: do not create OS X window group (Eric Nichols)Russ Cox2008-07-031-3/+0
|
* devdraw: OS X unicode input (Andrey Mirtchovski)Russ Cox2008-07-021-0/+7
|
* devdraw: OS X mouse scroll fix (Jeff Sickel)Russ Cox2008-07-021-1/+1
|
* devdraw: OS X alt key supportRuss Cox2008-07-011-2/+38
|
* devdraw: add %F for fullscreen on OS XRuss Cox2008-07-011-10/+30
|
* devdraw: OS X native versionRuss Cox2008-06-3012-86/+2083
|
* 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