Russ Cox
28afa898ee
devdraw: fix support for multitouch trackpads
...
R=rsc
http://codereview.appspot.com/203059
2010-02-06 22:16:46 -08:00
Anthony Sorace
ecb01acac3
R=rsc
...
CC=codebot
http://codereview.appspot.com/193056
2010-01-26 12:48:31 -08:00
Russ Cox
a61c69337c
devdraw: fix OS X resize bug caused by redraw bug fix
...
R=rsc
http://codereview.appspot.com/189104
2010-01-16 12:23:13 -08:00
Russ Cox
7d419a1421
devdraw: fewer spurious mouse clicks in OS X multitouch
...
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-15 00:01:12 -08:00
Russ Cox
fb243a134d
devdraw: handle kEventWindowDrawContent
...
makes windows redraw properly when moved
between screens when monitors get shuffled around
R=
CC=
http://codereview.appspot.com/189076
2010-01-14 13:47:19 -08:00
Russ Cox
7d9c0f0f0e
devdraw: release multitouch mouse when app is collapsed (minimized)
...
R=rsc
CC=plalonde, r
http://codereview.appspot.com/181129
2010-01-04 21:25:07 -08:00
Russ Cox
100ec44e51
devdraw: add multitouch code from Paul Lalonde
...
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
2010-01-04 10:23:35 -08:00
Enrique Soriano
8e692500d3
devdraw: fix OS X behavior for Spanish keyboards
...
R=rsc_swtch, rsc
CC=old.codebot, codebot
http://codereview.appspot.com/132045
2009-11-30 12:44:57 -08:00
Jeff Sickel
113867b836
devdraw: draft of new Cocoa-based devdraw
...
Can test with
cd $PLAN9/src/cmd/devdraw
mk devdraw-cocoa
DEVDRAW=devdraw-cocoa colors
2009-09-29 09:35:23 -07:00
Russ Cox
5028118068
devdraw: fix X11 input sequences
...
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-14 17:23:37 -04:00
Russ Cox
5d0dfbb05a
devdraw: update OS X snarf for 32-bit Rune (again)
...
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 19:50:55 -04:00
Russ Cox
dd73705611
devdraw: update OS X snarf for 32-bit Rune
...
fixes #29 http://code.swtch.com/plan9port/issues/29/
http://codereview.appspot.com/117057
2009-09-12 19:38:54 -04:00
Russ Cox
6ad2891094
devdraw: update OS X snarf for 32-bit Rune
...
http://codereview.appspot.com/117057
2009-09-12 19:32:04 -04:00
Michael Teichgräber
bb7ff349fb
devdraw: generate Latin-1 table from lib/keyboard
2009-07-08 08:34:42 -07:00
André Günther
342866f89c
devdraw: automatic OS X label updating
2009-06-17 09:09:10 -07:00
Russ Cox
4a34106c7d
merge
2009-06-16 07:16:25 -07:00
Russ Cox
77ac358321
merge
2009-06-09 09:26:13 -07:00
Jeff Sicket
834d2a4dff
devdraw: flush window on kEventAppShow
2009-05-17 11:07:09 -07:00
Russ Cox
7abb729a31
Unicode superscript update
...
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-05-14 15:54:26 -07:00
Russ Cox
4aad1a3258
merge
2009-04-30 07:29:24 -07:00
Russ Cox
50e6d00cd3
devdraw/OSX: read $mousebuttonmap to allow swapping mouse buttons
2008-10-08 15:00:45 -07:00
Russ Cox
d69cf634a8
devdraw/OSX: flush to screen in background, fix resize bug
2008-10-08 15:00:02 -07:00
Russ Cox
607880ce78
devdraw/OSX: correct access to reply buffer (fixes rpc tag crash)
2008-10-08 14:59:32 -07:00
grai
3d36f44373
devdraw: keep Ctl-Alt from turning into Ctl-U on X11
2008-07-22 03:21:55 +10:00
Russ Cox
1f74e1b758
devdraw: correct mouse event buffering on OS X
2008-07-10 00:07:57 -04:00
Russ Cox
c752966bcb
devdraw: minor OS X leak fixes and attempted speedups
2008-07-09 23:49:55 -04:00
Russ Cox
0a40aeedbf
devdraw: default to native gui on OS X
2008-07-09 11:47:44 -04:00
Russ Cox
962d5a8b69
devdraw: double-check write return value on OS X
2008-07-04 12:39:01 -04:00
Russ Cox
cb29a5fce6
devdraw: make OS X native gui build (Eric Nichols)
2008-07-03 22:20:13 -04:00
Russ Cox
5a764c33f5
devdraw: OS X: fix Unicode input errors (Andrey Mirtchovski)
2008-07-03 13:43:58 -04:00
Russ Cox
cdead40b9b
devdraw: OS X: go full screen on largest device (Eric Nichols)
2008-07-03 13:35:12 -04:00
Russ Cox
d9841dc7ad
devdraw: do not create OS X window group (Eric Nichols)
2008-07-03 00:02:31 -04:00
Russ Cox
31aedb82d3
devdraw: OS X unicode input (Andrey Mirtchovski)
2008-07-02 23:42:28 -04:00
Russ Cox
a1b61b4635
devdraw: OS X mouse scroll fix (Jeff Sickel)
2008-07-02 12:49:08 -04:00
Russ Cox
81a90f898b
devdraw: OS X alt key support
2008-07-01 20:45:49 -04:00
Russ Cox
8cb7983083
devdraw: add %F for fullscreen on OS X
2008-07-01 08:50:05 -04:00
Russ Cox
9142d36228
devdraw: OS X native version
2008-06-30 19:41:08 -04:00
Russ Cox
0f897f99ef
devdraw, rio: more full-screen nonsense
2008-01-30 13:26:00 -05:00
Russ Cox
c155dcfeb7
devdraw: full-screen cleanup
2008-01-30 12:03:11 -05:00
Russ Cox
35288690ce
devdraw: add F11 for full-screen toggle
2008-01-30 12:01:43 -05:00
rsc
4b3989fd41
report target list as 32-bit chunks, not 8-bit, for OS X
2007-05-04 02:19:18 +00:00
rsc
3270dcf06c
say utf8string before string in target list
2007-05-03 21:12:20 +00:00
rsc
0335ceaeb6
try for utf8 string first in getsnarf; new test program snarf
2007-05-03 19:13:56 +00:00
rsc
a741551866
-ldraw no longer implies -lX11
2007-02-22 14:27:45 +00:00
rsc
3a19470202
In non-blocking recv functions in libmux and libdraw,
...
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-11-04 18:46:00 +00:00
rsc
7e0854dae3
use X11 in /usr if it is there
2006-10-13 13:43:36 +00:00
rsc
2bdefab1da
Fix resize error under KDE (Bart Locanthi)
2006-07-05 22:27:26 +00:00
rsc
f936548b5e
slow mode for debugging
2006-06-26 05:45:25 +00:00
rsc
fdcd298270
quiet
2006-06-25 21:05:07 +00:00
rsc
c66b52501b
new draw server
2006-06-25 19:18:39 +00:00