<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/cmd/devdraw/cocoa-srv.c, 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: can use libthread directly now on macOS</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:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=ce27d7babdf2ee09ff6d1f8d4a166c2208995774'/>
<id>ce27d7babdf2ee09ff6d1f8d4a166c2208995774</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trivial changes: whitespace and modes.</title>
<updated>2020-01-10T14:54:30+00:00</updated>
<author>
<name>Dan Cross</name>
<email>cross@gajendra.net</email>
</author>
<published>2020-01-10T14:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=fa325e9b42b0bdfb48857d1958d9fb7ceac55151'/>
<id>fa325e9b42b0bdfb48857d1958d9fb7ceac55151</id>
<content type='text'>
Remote whitespace at the ends of lines.
Remove blank lines from the ends of files.
Change modes on source files so that they
are not executable.

Signed-off-by: Dan Cross &lt;cross@gajendra.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remote whitespace at the ends of lines.
Remove blank lines from the ends of files.
Change modes on source files so that they
are not executable.

Signed-off-by: Dan Cross &lt;cross@gajendra.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libdraw,devdraw: fix compatibility with old 16x16 cursor protocol (#217)</title>
<updated>2019-04-05T19:09:35+00:00</updated>
<author>
<name>Fazlul Shahriar</name>
<email>fshahriar@gmail.com</email>
</author>
<published>2019-04-05T19:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=7bb69ba88b8083b3eb9b3afefd8cdeae6aea2149'/>
<id>7bb69ba88b8083b3eb9b3afefd8cdeae6aea2149</id>
<content type='text'>
Some libraries that depend on devdraw don't know about
32x32 cursor -- mainly 9fans.net/go/draw.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some libraries that depend on devdraw don't know about
32x32 cursor -- mainly 9fans.net/go/draw.</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>devdraw: use %R not Fn-F3 for retina toggle</title>
<updated>2012-11-26T04:47:54+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2012-11-26T04:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=ffaaaf9dae8de3c58c0d13f94926ddc363fdaf97'/>
<id>ffaaaf9dae8de3c58c0d13f94926ddc363fdaf97</id>
<content type='text'>
R=rsc
http://codereview.appspot.com/6854093
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
http://codereview.appspot.com/6854093
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: add forcedpi toggled by Fn+F3 on Mac</title>
<updated>2012-11-26T04:38:14+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2012-11-26T04:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=55905845f3eeb3756f532484f1fd313b0ab2ca2a'/>
<id>55905845f3eeb3756f532484f1fd313b0ab2ca2a</id>
<content type='text'>
R=rsc
http://codereview.appspot.com/6846104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
http://codereview.appspot.com/6846104
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: fix handling of compose key on OS X</title>
<updated>2012-01-16T22:08:31+00:00</updated>
<author>
<name>David Jeannot</name>
<email>djeannot24@gmail.com</email>
</author>
<published>2012-01-16T22:08:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=73b0f029e107c2d015ebb48d59d32f264973de49'/>
<id>73b0f029e107c2d015ebb48d59d32f264973de49</id>
<content type='text'>
This implementation is simpler to understand.  It
removes conflicts with other modifiers and with
the virtual buttons.  Pressing alt during a
sequence now cancels it correctly.

R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5507049
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This implementation is simpler to understand.  It
removes conflicts with other modifiers and with
the virtual buttons.  Pressing alt during a
sequence now cancels it correctly.

R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5507049
</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>
</feed>
