Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-29 | devdraw: draft of new Cocoa-based devdraw | Jeff Sickel | 5 | -1/+1439 | |
Can test with cd $PLAN9/src/cmd/devdraw mk devdraw-cocoa DEVDRAW=devdraw-cocoa colors | |||||
2009-09-14 | devdraw: fix X11 input sequences | Russ Cox | 1 | -0/+17 | |
fixes http://groups.google.com/group/plan9port-dev/t/f865adc9a520653a see also http://archive.netbsd.se/?ml=plan9-9fans&a=2007-03&t=3328886 http://codereview.appspot.com/117072 | |||||
2009-09-12 | devdraw: update OS X snarf for 32-bit Rune (again) | Russ Cox | 1 | -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 | |||||
2009-09-12 | devdraw: update OS X snarf for 32-bit Rune | Russ Cox | 1 | -40/+9 | |
fixes #29 http://code.swtch.com/plan9port/issues/29/ http://codereview.appspot.com/117057 | |||||
2009-09-12 | devdraw: update OS X snarf for 32-bit Rune | Russ Cox | 1 | -9/+40 | |
http://codereview.appspot.com/117057 | |||||
2009-07-08 | devdraw: generate Latin-1 table from lib/keyboard | Michael Teichgräber | 3 | -100/+243 | |
2009-06-17 | devdraw: automatic OS X label updating | André Günther | 1 | -24/+20 | |
2009-06-16 | merge | Russ Cox | 3 | -2/+43 | |
2009-06-09 | merge | Russ Cox | 1 | -3/+13 | |
2009-05-17 | devdraw: flush window on kEventAppShow | Jeff Sicket | 1 | -2/+9 | |
2009-05-14 | Unicode superscript update | Russ Cox | 1 | -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 | |||||
2009-04-30 | merge | Russ Cox | 1 | -32/+71 | |
2008-10-08 | devdraw/OSX: read $mousebuttonmap to allow swapping mouse buttons | Russ Cox | 3 | -0/+64 | |
2008-10-08 | devdraw/OSX: flush to screen in background, fix resize bug | Russ Cox | 1 | -2/+35 | |
2008-10-08 | devdraw/OSX: correct access to reply buffer (fixes rpc tag crash) | Russ Cox | 1 | -0/+4 | |
2008-07-22 | devdraw: keep Ctl-Alt from turning into Ctl-U on X11 | grai | 1 | -1/+1 | |
2008-07-10 | devdraw: correct mouse event buffering on OS X | Russ Cox | 1 | -15/+22 | |
2008-07-09 | devdraw: minor OS X leak fixes and attempted speedups | Russ Cox | 1 | -8/+21 | |
2008-07-09 | devdraw: default to native gui on OS X | Russ Cox | 1 | -1/+3 | |
2008-07-04 | devdraw: double-check write return value on OS X | Russ Cox | 1 | -1/+2 | |
2008-07-03 | devdraw: make OS X native gui build (Eric Nichols) | Russ Cox | 1 | -1/+1 | |
2008-07-03 | devdraw: OS X: fix Unicode input errors (Andrey Mirtchovski) | Russ Cox | 1 | -2/+4 | |
2008-07-03 | devdraw: OS X: go full screen on largest device (Eric Nichols) | Russ Cox | 1 | -1/+3 | |
2008-07-03 | devdraw: do not create OS X window group (Eric Nichols) | Russ Cox | 1 | -3/+0 | |
2008-07-02 | devdraw: OS X unicode input (Andrey Mirtchovski) | Russ Cox | 1 | -0/+7 | |
2008-07-02 | devdraw: OS X mouse scroll fix (Jeff Sickel) | Russ Cox | 1 | -1/+1 | |
2008-07-01 | devdraw: OS X alt key support | Russ Cox | 1 | -2/+38 | |
2008-07-01 | devdraw: add %F for fullscreen on OS X | Russ Cox | 1 | -10/+30 | |
2008-06-30 | devdraw: OS X native version | Russ Cox | 12 | -86/+2083 | |
2008-01-30 | devdraw, rio: more full-screen nonsense | Russ Cox | 1 | -12/+4 | |
2008-01-30 | devdraw: full-screen cleanup | Russ Cox | 3 | -1/+16 | |
2008-01-30 | devdraw: add F11 for full-screen toggle | Russ Cox | 6 | -7/+78 | |
2007-05-04 | report target list as 32-bit chunks, not 8-bit, for OS X | rsc | 1 | -1/+1 | |
2007-05-03 | say utf8string before string in target list | rsc | 1 | -2/+2 | |
2007-05-03 | try for utf8 string first in getsnarf; new test program snarf | rsc | 3 | -44/+168 | |
2007-02-22 | -ldraw no longer implies -lX11 | rsc | 1 | -0/+2 | |
2006-11-04 | In non-blocking recv functions in libmux and libdraw, | rsc | 1 | -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. | |||||
2006-10-13 | use X11 in /usr if it is there | rsc | 1 | -0/+4 | |
2006-07-05 | Fix resize error under KDE (Bart Locanthi) | rsc | 3 | -27/+54 | |
2006-06-26 | slow mode for debugging | rsc | 1 | -2/+17 | |
2006-06-25 | quiet | rsc | 1 | -1/+1 | |
2006-06-25 | new draw server | rsc | 23 | -0/+5538 | |