<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/win32/makefile, branch rel-2-28</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>Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell.</title>
<updated>2010-12-29T03:06:41+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-12-29T03:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9a231ff8310cca15f4b9cc19a34beb6faf8c5828'/>
<id>9a231ff8310cca15f4b9cc19a34beb6faf8c5828</id>
<content type='text'>
Instead of including a reverse arrow as a cursor resource in Scintilla,
generate it by reversing the normal arrow cursor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of including a reverse arrow as a cursor resource in Scintilla,
generate it by reversing the normal arrow cursor.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure static linking of standard C++ library.</title>
<updated>2010-08-06T23:19:47+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-08-06T23:19:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=bd6c6f34455565db4b38ead813e551215f519fea'/>
<id>bd6c6f34455565db4b38ead813e551215f519fea</id>
<content type='text'>
Some tidying.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some tidying.
</pre>
</div>
</content>
</entry>
<entry>
<title>Lexer source code now in lexers directory.</title>
<updated>2010-07-13T13:33:30+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-13T13:33:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ec3b45c83978f223e29025dc0e1b2da4509057ec'/>
<id>ec3b45c83978f223e29025dc0e1b2da4509057ec</id>
<content type='text'>
Options slightly different when using gcc rather than dllwrap.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Options slightly different when using gcc rather than dllwrap.
</pre>
</div>
</content>
</entry>
<entry>
<title>Using Make functions to avoid regenerating makefile when set of lexers changed.</title>
<updated>2010-07-13T12:01:54+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-13T12:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=930317378b0439e9c235a49ed567b7e0bb0c3853'/>
<id>930317378b0439e9c235a49ed567b7e0bb0c3853</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build files that reflect the new lexer directories and added files.</title>
<updated>2010-07-13T11:28:02+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-07-13T11:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=653eedecf2404f9022a65e2cc25eead25ada6d47'/>
<id>653eedecf2404f9022a65e2cc25eead25ada6d47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switched from dllwrap to g++ -shared to make work with TDM GCC 4.5.</title>
<updated>2010-06-15T03:53:00+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-06-15T03:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=23120484520e9495c540f3e19cb2687e437fb31d'/>
<id>23120484520e9495c540f3e19cb2687e437fb31d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Using Make functions to avoid regenerating makefile when set of</title>
<updated>2010-06-05T00:29:15+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-06-05T00:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1323d126b2124a610c6b46451cc95e29aeb2d8c5'/>
<id>1323d126b2124a610c6b46451cc95e29aeb2d8c5</id>
<content type='text'>
lexers changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lexers changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed workaround for GCC 2.95 as only 3.2 or better supported now.</title>
<updated>2010-04-19T06:52:18+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-04-19T06:52:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7b284b27facb374f9f24ae3daf79a2fd79303a85'/>
<id>7b284b27facb374f9f24ae3daf79a2fd79303a85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn off integer wrap warning in ContractionState.cxx caused by inlining.</title>
<updated>2010-02-24T05:53:12+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2010-02-24T05:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d2449c952e3ffce764455cf9ee0c4c3ed1b91b6d'/>
<id>d2449c952e3ffce764455cf9ee0c4c3ed1b91b6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Markdown lexer from FR #2844081.</title>
<updated>2009-08-27T01:20:39+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2009-08-27T01:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=4bff1a89c2e6db853bc9fe0384031bc9e3a4bd04'/>
<id>4bff1a89c2e6db853bc9fe0384031bc9e3a4bd04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
