Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-22 | devdraw: snarf better with Chrome | Russ Cox | 1 | -5/+4 | |
maybe the code is also actually correct. who knows. R=rsc http://codereview.appspot.com/1875045 | |||||
2010-04-02 | devdraw: only one flushproc, please (OS X) | Russ Cox | 1 | -1/+5 | |
R=rsc http://codereview.appspot.com/799045 | |||||
2010-03-03 | devdraw: fix mouse(3) moveto on OS X | Eoghan Sherry | 1 | -1/+7 | |
R=rsc CC=codebot http://codereview.appspot.com/224104 | |||||
2010-02-06 | devdraw: fix support for multitouch trackpads | Russ Cox | 1 | -8/+8 | |
R=rsc http://codereview.appspot.com/203059 | |||||
2010-01-26 | R=rsc | Anthony Sorace | 1 | -1/+1 | |
CC=codebot http://codereview.appspot.com/193056 | |||||
2010-01-16 | devdraw: fix OS X resize bug caused by redraw bug fix | Russ Cox | 1 | -7/+9 | |
R=rsc http://codereview.appspot.com/189104 | |||||
2010-01-15 | devdraw: fewer spurious mouse clicks in OS X multitouch | Russ Cox | 1 | -2/+5 | |
Was turning all button touches into clicks of high buttons, causing spurious clicks even outside the app window. R=rsc http://codereview.appspot.com/189084 | |||||
2010-01-14 | devdraw: handle kEventWindowDrawContent | Russ Cox | 1 | -0/+8 | |
makes windows redraw properly when moved between screens when monitors get shuffled around R= CC= http://codereview.appspot.com/189076 | |||||
2010-01-04 | devdraw: release multitouch mouse when app is collapsed (minimized) | Russ Cox | 1 | -1/+15 | |
R=rsc CC=plalonde, r http://codereview.appspot.com/181129 | |||||
2010-01-04 | devdraw: add multitouch code from Paul Lalonde | Russ Cox | 3 | -11/+267 | |
Various tweaks to avoid breaking standard mice, but probably needs tweaks to work with multitouch mice again. Still, it's a start. R=rsc CC=plalonde, r http://codereview.appspot.com/181124 | |||||
2009-11-30 | devdraw: fix OS X behavior for Spanish keyboards | Enrique Soriano | 1 | -1/+3 | |
R=rsc_swtch, rsc CC=old.codebot, codebot http://codereview.appspot.com/132045 | |||||
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 | |