<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32/PlatWin.cxx, branch rel-2-12</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>Avoid casting warnings from GCC.</title>
<updated>2010-02-24T06:08:26+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-02-24T06:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0cc2f09e89c5a82d2b4baeb855d2cfe4e0face14'/>
<id>0cc2f09e89c5a82d2b4baeb855d2cfe4e0face14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoiding warnings from cppcheck. Mostly removing bodies of private copy</title>
<updated>2010-01-28T04:50:27+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-01-28T04:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2500ebc8eda4588b3a0cba45484470ea417afbde'/>
<id>2500ebc8eda4588b3a0cba45484470ea417afbde</id>
<content type='text'>
constructors and operator=.
Also ensuring initialisation for some fields, reducing scope where
possible, and passing by const reference.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
constructors and operator=.
Also ensuring initialisation for some fields, reducing scope where
possible, and passing by const reference.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for bug #2909699, NULL facename causes crash.</title>
<updated>2009-12-13T01:04:28+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-12-13T01:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3eee5df6adf6adf04cccd0613c794f51d98662a3'/>
<id>3eee5df6adf6adf04cccd0613c794f51d98662a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added setting for font quality to allow application to choose anti-aliased,</title>
<updated>2009-11-02T04:51:51+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-11-02T04:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=212257e28c87cd6ed2ff244ee6518be0c73fa342'/>
<id>212257e28c87cd6ed2ff244ee6518be0c73fa342</id>
<content type='text'>
non-anti-aliased or lcd-optimized text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
non-anti-aliased or lcd-optimized text.
</pre>
</div>
</content>
</entry>
<entry>
<title>Since exception handling now turned on, do not check return value from new.</title>
<updated>2009-07-12T23:01:15+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-07-12T23:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=da74fac3e81338d08b8b0c196b92bc298be9673e'/>
<id>da74fac3e81338d08b8b0c196b92bc298be9673e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First stage of Cocoa platform addition.</title>
<updated>2009-05-06T11:00:26+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-05-06T11:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=db7d4c7d5b62d95f008873dbf16db8fd5ad88cdb'/>
<id>db7d4c7d5b62d95f008873dbf16db8fd5ad88cdb</id>
<content type='text'>
Changed identifier id since this is a reserved word in Objective C.
SCI_LEXER and SCI_NAMESPACE turned on automatically for OS X native
compilation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed identifier id since this is a reserved word in Objective C.
SCI_LEXER and SCI_NAMESPACE turned on automatically for OS X native
compilation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Turned on exceptions.</title>
<updated>2009-05-03T03:52:19+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-05-03T03:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=37f710d4eea40efa99d8c1973f69f0fcf3e07aec'/>
<id>37f710d4eea40efa99d8c1973f69f0fcf3e07aec</id>
<content type='text'>
Translate exceptions into status codes before leaving Scintilla.
Pick up status codes in SciTE and throw a ScintillaFailure exception.
SciTE on Windows catches ScintillaFailure, shows message and exits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Translate exceptions into status codes before leaving Scintilla.
Pick up status codes in SciTE and throw a ScintillaFailure exception.
SciTE on Windows catches ScintillaFailure, shows message and exits.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warning.</title>
<updated>2008-09-14T11:18:29+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2008-09-14T11:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=13b6069018797a0b2a7c0f29be5e0026013aeffa'/>
<id>13b6069018797a0b2a7c0f29be5e0026013aeffa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Encapsulation of conversion to Unicode to simplify text measuring and</title>
<updated>2008-09-07T05:02:51+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2008-09-07T05:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=68097bb2e87b5da999c617bf377b8c711df50cb7'/>
<id>68097bb2e87b5da999c617bf377b8c711df50cb7</id>
<content type='text'>
drawing code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
drawing code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Comment fix.</title>
<updated>2008-09-06T23:29:18+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2008-09-06T23:29:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=f32900246ddb8214b2e58417a33c2b631fa450bb'/>
<id>f32900246ddb8214b2e58417a33c2b631fa450bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
