<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/cmd/devdraw/cocoa-screen.m, 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>devdraw: simplify mac file names</title>
<updated>2020-01-13T21:46:14+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-01-09T00:54:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=db20f89c3286f277945ac4307f789a9980d31bf6'/>
<id>db20f89c3286f277945ac4307f789a9980d31bf6</id>
<content type='text'>
Now that we only have Metal, we can drop the -metal.
Also now that Carbon is gone we can drop the macargv.c,
and then the -objc from object file names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we only have Metal, we can drop the -metal.
Also now that Carbon is gone we can drop the macargv.c,
and then the -objc from object file names.
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: drop pre-metal macOS support</title>
<updated>2020-01-13T21:46:14+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-01-09T00:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=f177c0ba18193fb89ad1b5d84eac2906e8c3b4f1'/>
<id>f177c0ba18193fb89ad1b5d84eac2906e8c3b4f1</id>
<content type='text'>
We didn't start using Metal until macOS 10.14,
but it was available on 10.13, which is currently
the oldest Apple-supported version of macOS.
Simplify by deleting the old code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We didn't start using Metal until macOS 10.14,
but it was available on 10.13, which is currently
the oldest Apple-supported version of macOS.
Simplify by deleting the old code.
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: avoid deadlock on pre-Mojave macOS</title>
<updated>2019-04-05T19:04:10+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2019-04-05T19:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=26c6b2579543e928158fa7d3c00d8b0e04ac270c'/>
<id>26c6b2579543e928158fa7d3c00d8b0e04ac270c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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: make ctrl generate 1-click while mouse down (#119)</title>
<updated>2018-11-14T04:57:56+00:00</updated>
<author>
<name>Xiao-Yong</name>
<email>jinxiaoyong@gmail.com</email>
</author>
<published>2018-11-14T04:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=a9e66ffa4eb61a4728d536d20f916a5a02ab5626'/>
<id>a9e66ffa4eb61a4728d536d20f916a5a02ab5626</id>
<content type='text'>
This makes 2-1 chords possible with touchpad on a mac laptop.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes 2-1 chords possible with touchpad on a mac laptop.</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: fix build on macOS &lt; 10.12</title>
<updated>2017-10-09T08:26:14+00:00</updated>
<author>
<name>Rudá Moura</name>
<email>ruda.moura@gmail.com</email>
</author>
<published>2017-03-26T05:09:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=680c57a15c51c302d89aec134e25f08820d3f30d'/>
<id>680c57a15c51c302d89aec134e25f08820d3f30d</id>
<content type='text'>
After making the build on macOS silent on commit 310ae03,
the build was broken on macOS lesser than 10.12 (Sierra).

This commit conditionally checks the version the of the
SDK before using the defined values for silent build.

Fixes #66.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After making the build on macOS silent on commit 310ae03,
the build was broken on macOS lesser than 10.12 (Sierra).

This commit conditionally checks the version the of the
SDK before using the defined values for silent build.

Fixes #66.
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: fix Mac Kcmd+Shift</title>
<updated>2017-07-16T02:24:34+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2017-07-16T02:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=00b50225c203e06a4f23e1d2eb41e84116933e53'/>
<id>00b50225c203e06a4f23e1d2eb41e84116933e53</id>
<content type='text'>
Change-Id: Ide32a9397701085b17fbd42f0866eb3de11e4190
Reviewed-on: https://plan9port-review.googlesource.com/2940
Reviewed-by: Russ Cox &lt;rsc@swtch.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ide32a9397701085b17fbd42f0866eb3de11e4190
Reviewed-on: https://plan9port-review.googlesource.com/2940
Reviewed-by: Russ Cox &lt;rsc@swtch.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>all: fix or silence all INSTALL warnings on macOS</title>
<updated>2017-01-06T21:37:31+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2017-01-06T21:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=310ae03327a815e721166b64aa3af27b1cc8c2ff'/>
<id>310ae03327a815e721166b64aa3af27b1cc8c2ff</id>
<content type='text'>
Should be a clean build now.

Change-Id: Id3460371cb5e8d4071f8faa9c2aec870d213a067
Reviewed-on: https://plan9port-review.googlesource.com/2781
Reviewed-by: Russ Cox &lt;rsc@swtch.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should be a clean build now.

Change-Id: Id3460371cb5e8d4071f8faa9c2aec870d213a067
Reviewed-on: https://plan9port-review.googlesource.com/2781
Reviewed-by: Russ Cox &lt;rsc@swtch.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
