<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/cocoa/ScintillaCocoa.mm, branch rel-3-0-2</title>
<subtitle>Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/'/>
<entry>
<title>Use fields to hold NSTimer pointers to avoid warnings from Analyze.</title>
<updated>2011-11-14T03:27:34+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2011-11-14T03:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=41a9f1b9d84ecad403798967fb1728043984f466'/>
<id>41a9f1b9d84ecad403798967fb1728043984f466</id>
<content type='text'>
Does not change behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Does not change behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix potential memory problems found by analyze.</title>
<updated>2011-11-09T02:39:39+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2011-11-09T02:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b69012cc628ea1280fc1e433353aa7df8ebd640a'/>
<id>b69012cc628ea1280fc1e433353aa7df8ebd640a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings from Clang analyze about memory management.</title>
<updated>2011-10-29T00:53:16+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2011-10-29T00:53:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=348e7c87b1671992f54a0f70e1d0877617d4d86e'/>
<id>348e7c87b1671992f54a0f70e1d0877617d4d86e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings from Clang analyze by using single statement alloc and init.</title>
<updated>2011-10-28T12:29:26+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2011-10-28T12:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8fb895a3fa20892c65e975107e2f7d8922efea48'/>
<id>8fb895a3fa20892c65e975107e2f7d8922efea48</id>
<content type='text'>
Remove unused variables. Fix potential leak.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unused variables. Fix potential leak.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement new APIs defined for technology choice on Windows.</title>
<updated>2011-08-11T04:22:16+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2011-08-11T04:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7acd4a48bda9045a51218a533d507b1af4d80b9c'/>
<id>7acd4a48bda9045a51218a533d507b1af4d80b9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added more key bindings for symmetry and completeness.</title>
<updated>2011-07-19T00:51:53+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-07-19T00:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4a1334101b410b7dce61516a8eeb343a7d47d498'/>
<id>4a1334101b410b7dce61516a8eeb343a7d47d498</id>
<content type='text'>
Chnaged SCI_CMD to SCI_CTRL for compatibility with KeyMap.cxx/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Chnaged SCI_CMD to SCI_CTRL for compatibility with KeyMap.cxx/
</pre>
</div>
</content>
</entry>
<entry>
<title>Report control key as SCMOD_META with GTK+ on OS X.</title>
<updated>2011-07-12T00:20:30+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-07-12T00:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=b4ae9227d924a021efcf82d08c498e4bdbbf7c5b'/>
<id>b4ae9227d924a021efcf82d08c498e4bdbbf7c5b</id>
<content type='text'>
Mostly from Mitchell Foral.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly from Mitchell Foral.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include control ID in WM_COMMAND notifications.</title>
<updated>2011-07-11T06:15:35+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-07-11T06:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2920827d89e857840591af32ce2cbcd05c0aec7f'/>
<id>2920827d89e857840591af32ce2cbcd05c0aec7f</id>
<content type='text'>
This allows container to be more selective with processing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows container to be more selective with processing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid unused parameter warnings when deliberate.</title>
<updated>2011-07-11T01:45:28+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-07-11T01:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bd8a1db68d454561b741ab658d411c23b191c0b4'/>
<id>bd8a1db68d454561b741ab658d411c23b191c0b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix type warnings.</title>
<updated>2011-07-11T01:27:30+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2011-07-11T01:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f0e16d3e5cde10a8168deb434d11e7c6180cce2a'/>
<id>f0e16d3e5cde10a8168deb434d11e7c6180cce2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
