<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/cmd/devdraw/cocoa-screen.h, branch patch</title>
<subtitle>Plan 9 from User Space (with patches)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/'/>
<entry>
<title>devdraw: use consistent mac-* prefix on macOS files</title>
<updated>2020-01-13T21:46:14+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-01-09T01:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=933b98054f40bb224acda134d7bb77a023bcc57f'/>
<id>933b98054f40bb224acda134d7bb77a023bcc57f</id>
<content type='text'>
We were using osx- and cocoa- but it's not even OS X anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were using osx- and cocoa- but it's not even OS X anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: add Cursor2 support on macOS 10.14 Mojave</title>
<updated>2018-11-16T01:39:35+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2018-11-16T01:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=7d43dde539378fb5730df6ce961f7916f495746e'/>
<id>7d43dde539378fb5730df6ce961f7916f495746e</id>
<content type='text'>
This replaces the pixel-art scaling algorithm used for upscaling before.
The results were not crisp enough to serve as everyday cursors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces the pixel-art scaling algorithm used for upscaling before.
The results were not crisp enough to serve as everyday cursors.
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: rewrite the Cocoa screen using Metal</title>
<updated>2018-11-16T01:39:35+00:00</updated>
<author>
<name>Xiao-Yong Jin</name>
<email>xjin@anl.gov</email>
</author>
<published>2018-10-22T01:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=9af9ceca26596d562a3ae89fda70bad9f8822ab0'/>
<id>9af9ceca26596d562a3ae89fda70bad9f8822ab0</id>
<content type='text'>
Add a new macOS cocoa screen, cocoa-screen-metal.m.
Rewrite the macOS cocoa drawing code to use the builtin runloop,
and use Metal to push pixels with CAMetalLayer.

Remove all of the deprecated code, and simplify some of the logic.
Modify mkwsysrules.sh such that the new code is used only when
the system version is equal or higher than 10.14.

Allow touch events to simulate mouse clicks:
three finger tap for the middle mouse button;
four finger tap for the 2-1 chord.

Support Tresize.

Scale 16x16 Cursor up to 32x32 with an EPX algorithm.

Support macOS input sources including the basic dead keys and the
advanced CJK input methods.

Increase the communication buffers in cocoa-srv.c to allow more
input, especially for long sentences prepared by the macOS input
souces.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new macOS cocoa screen, cocoa-screen-metal.m.
Rewrite the macOS cocoa drawing code to use the builtin runloop,
and use Metal to push pixels with CAMetalLayer.

Remove all of the deprecated code, and simplify some of the logic.
Modify mkwsysrules.sh such that the new code is used only when
the system version is equal or higher than 10.14.

Allow touch events to simulate mouse clicks:
three finger tap for the middle mouse button;
four finger tap for the 2-1 chord.

Support Tresize.

Scale 16x16 Cursor up to 32x32 with an EPX algorithm.

Support macOS input sources including the basic dead keys and the
advanced CJK input methods.

Increase the communication buffers in cocoa-srv.c to allow more
input, especially for long sentences prepared by the macOS input
souces.
</pre>
</div>
</content>
</entry>
<entry>
<title>cocoa devdraw: activation on receiving Ttop messages</title>
<updated>2012-01-16T22:04:28+00:00</updated>
<author>
<name>David Jeannot</name>
<email>djeannot24@gmail.com</email>
</author>
<published>2012-01-16T22:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=e89a71ffdd0b8807505db64ece9307f03252da51'/>
<id>e89a71ffdd0b8807505db64ece9307f03252da51</id>
<content type='text'>
(The new variable "willactivate" is in the input
structure "in", which is illogical.  But this
structure will soon be renamed "app".  I postpone
the renaming to avoid conflicts with simultaneous
Codereview issues.)

R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5504102
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(The new variable "willactivate" is in the input
structure "in", which is illogical.  But this
structure will soon be renamed "app".  I postpone
the renaming to avoid conflicts with simultaneous
Codereview issues.)

R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5504102
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: update Lion cocoa</title>
<updated>2011-09-19T12:58:59+00:00</updated>
<author>
<name>David Jeannot</name>
<email>djeannot24@gmail.com</email>
</author>
<published>2011-09-19T12:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=48107872baacadfc18527fda65e096c95424b13f'/>
<id>48107872baacadfc18527fda65e096c95424b13f</id>
<content type='text'>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5015042
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5015042
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: draft cocoa support</title>
<updated>2011-09-06T14:10:43+00:00</updated>
<author>
<name>David Jeannot</name>
<email>djeannot24@gmail.com</email>
</author>
<published>2011-09-06T14:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=a287dbab235c9041a32300a9e0bb60ef41864963'/>
<id>a287dbab235c9041a32300a9e0bb60ef41864963</id>
<content type='text'>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4974060
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4974060
</pre>
</div>
</content>
</entry>
</feed>
