aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: update OS X snarf for 32-bit Rune (again)Russ Cox2009-09-121-9/+40
| | | | | | | | | fixes #29 http://code.swtch.com/plan9port/issues/29/ The accidental resubmission of the patch caused patch(1) to revert the patch. Thanks, patch authors! http://codereview.appspot.com/117057
* devdraw: update OS X snarf for 32-bit RuneRuss Cox2009-09-121-40/+9
| | | | | | fixes #29 http://code.swtch.com/plan9port/issues/29/ http://codereview.appspot.com/117057
* devdraw: update OS X snarf for 32-bit RuneRuss Cox2009-09-121-9/+40
| | | | http://codereview.appspot.com/117057
* devdraw: generate Latin-1 table from lib/keyboardMichael Teichgräber2009-07-083-100/+243
|
* devdraw: automatic OS X label updatingAndré Günther2009-06-171-24/+20
|
* mergeRuss Cox2009-06-163-2/+43
|
* mergeRuss Cox2009-06-091-3/+13
|
* devdraw: flush window on kEventAppShowJeff Sicket2009-05-171-2/+9
|
* Unicode superscript updateRuss Cox2009-05-141-1/+1
| | | | | | | font/*/supsub.*: change superscript 1 into i; delete 2, 3 lib/keyboard: fix s1, s2, s3; add si lib/unicode: add 2071 src/cmd/devdraw: update from lib/keyboard
* mergeRuss Cox2009-04-301-32/+71
|
* devdraw/OSX: read $mousebuttonmap to allow swapping mouse buttonsRuss Cox2008-10-083-0/+64
|
* devdraw/OSX: flush to screen in background, fix resize bugRuss Cox2008-10-081-2/+35
|
* devdraw/OSX: correct access to reply buffer (fixes rpc tag crash)Russ Cox2008-10-081-0/+4
|
* devdraw: keep Ctl-Alt from turning into Ctl-U on X11grai2008-07-221-1/+1
|
* devdraw: correct mouse event buffering on OS XRuss Cox2008-07-101-15/+22
|
* devdraw: minor OS X leak fixes and attempted speedupsRuss Cox2008-07-091-8/+21
|
* devdraw: default to native gui on OS XRuss Cox2008-07-091-1/+3
|
* devdraw: double-check write return value on OS XRuss Cox2008-07-041-1/+2
|
* devdraw: make OS X native gui build (Eric Nichols)Russ Cox2008-07-031-1/+1
|
* 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