summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw
Commit message (Collapse)AuthorAgeFilesLines
* devdraw: fix mouse(3) moveto on OS XEoghan Sherry2010-03-031-1/+7
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/224104
* devdraw: fix support for multitouch trackpadsRuss Cox2010-02-061-8/+8
| | | | | R=rsc http://codereview.appspot.com/203059
* R=rscAnthony Sorace2010-01-261-1/+1
| | | | | CC=codebot http://codereview.appspot.com/193056
* devdraw: fix OS X resize bug caused by redraw bug fixRuss Cox2010-01-161-7/+9
| | | | | R=rsc http://codereview.appspot.com/189104
* devdraw: fewer spurious mouse clicks in OS X multitouchRuss Cox2010-01-151-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
* devdraw: handle kEventWindowDrawContentRuss Cox2010-01-141-0/+8
| | | | | | | | | makes windows redraw properly when moved between screens when monitors get shuffled around R= CC= http://codereview.appspot.com/189076
* devdraw: release multitouch mouse when app is collapsed (minimized)Russ Cox2010-01-041-1/+15
| | | | | | R=rsc CC=plalonde, r http://codereview.appspot.com/181129
* devdraw: add multitouch code from Paul LalondeRuss Cox2010-01-043-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
* devdraw: fix OS X behavior for Spanish keyboardsEnrique Soriano2009-11-301-1/+3
| | | | | | R=rsc_swtch, rsc CC=old.codebot, codebot http://codereview.appspot.com/132045
* devdraw: draft of new Cocoa-based devdrawJeff Sickel2009-09-295-1/+1439
| | | | | | | Can test with cd $PLAN9/src/cmd/devdraw mk devdraw-cocoa DEVDRAW=devdraw-cocoa colors
* devdraw: fix X11 input sequencesRuss Cox2009-09-141-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
* 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
|