<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-3-4-0</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>Using ELEMENTS for clarity and safety. Avoid memset for safety.</title>
<updated>2014-01-21T04:52:16+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-01-21T04:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7308ffb91e48f5f1dccee36f868b296cbb74b4a3'/>
<id>7308ffb91e48f5f1dccee36f868b296cbb74b4a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Draw cicles centred as intended so that folding margin markers look correct.</title>
<updated>2014-01-17T23:54:18+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2014-01-17T23:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ab41008b8c18672be80d03e642fc7b98021c0150'/>
<id>ab41008b8c18672be80d03e642fc7b98021c0150</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which</title>
<updated>2013-12-22T07:00:45+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-12-22T07:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ca1a5ea845c283a9c84fd2ae9f6d152cca354183'/>
<id>ca1a5ea845c283a9c84fd2ae9f6d152cca354183</id>
<content type='text'>
guaranty termination where possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
guaranty termination where possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make single argument constructors explicit to avoid unexpected conversions.</title>
<updated>2013-12-15T01:49:06+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-12-15T01:49:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3d0a66fc8c15a74ae33a5d92b68c0b9adcd02920'/>
<id>3d0a66fc8c15a74ae33a5d92b68c0b9adcd02920</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format normalization - whitespace and braces made consistent.</title>
<updated>2013-12-14T23:46:39+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-12-14T23:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=7c020de8903c45bcc32795e28cc13a32285513f3'/>
<id>7c020de8903c45bcc32795e28cc13a32285513f3</id>
<content type='text'>
Parameter names added to method declarations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Parameter names added to method declarations.
</pre>
</div>
</content>
</entry>
<entry>
<title>ScintillaGTK: Call superclass finalize() in ScintillaObject</title>
<updated>2013-11-15T22:34:47+00:00</updated>
<author>
<name>Thomas Martitz</name>
<email>thomas.martitz@student.htw-berlin.de</email>
</author>
<published>2013-11-15T22:34:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3248620b402246620855acd33fff375301931c36'/>
<id>3248620b402246620855acd33fff375301931c36</id>
<content type='text'>
The ScintillaObject class does not chain up to its superclass in the finalize()
function. This is a bug and must be done according to the GLib/GObject
documentation. One effect of this is that the destroy notifiers supplied in
e.g. g_object_set_data_full() are never run.

Fixes Bug: #1549 ScintillaObject.finalize() does not chain up
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ScintillaObject class does not chain up to its superclass in the finalize()
function. This is a bug and must be done according to the GLib/GObject
documentation. One effect of this is that the destroy notifiers supplied in
e.g. g_object_set_data_full() are never run.

Fixes Bug: #1549 ScintillaObject.finalize() does not chain up
</pre>
</div>
</content>
</entry>
<entry>
<title>ScintillaGTK: Call superclass finalize() in ScintillaObject</title>
<updated>2013-11-13T22:36:19+00:00</updated>
<author>
<name>Thomas Martitz</name>
<email>thomas.martitz@student.htw-berlin.de</email>
</author>
<published>2013-11-13T22:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=96a81ace969de29b6394ab46ad2a3188e2e40406'/>
<id>96a81ace969de29b6394ab46ad2a3188e2e40406</id>
<content type='text'>
The ScintillaObject class does not chain up to its superclass in the finalize()
function. This is a bug and must be done according to the GLib/GObject
documentation. One effect of this is that the destroy notifiers supplied in
e.g. g_object_set_data_full() are never run.

Fixes Bug: #1549 ScintillaObject.finalize() does not chain up
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ScintillaObject class does not chain up to its superclass in the finalize()
function. This is a bug and must be done according to the GLib/GObject
documentation. One effect of this is that the destroy notifiers supplied in
e.g. g_object_set_data_full() are never run.

Fixes Bug: #1549 ScintillaObject.finalize() does not chain up
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug [#1546]. Fix horizontal scroll bar range to not be double the needed width.</title>
<updated>2013-11-07T05:50:55+00:00</updated>
<author>
<name>neilh</name>
<email>neilh@scintilla.org</email>
</author>
<published>2013-11-07T05:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=2846e66bca66bb6f5fa5afdb53b92643f2e70e66'/>
<id>2846e66bca66bb6f5fa5afdb53b92643f2e70e66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean line-end whitespace.</title>
<updated>2013-11-03T06:16:06+00:00</updated>
<author>
<name>neilh</name>
<email>neilh@scintilla.org</email>
</author>
<published>2013-11-03T06:16:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=0000ed4f8695e614287c7560b99893673754b3cc'/>
<id>0000ed4f8695e614287c7560b99893673754b3cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid warnings for scope and unused value set.</title>
<updated>2013-11-03T06:10:31+00:00</updated>
<author>
<name>Neil</name>
<email>nyamatongwe@gmail.com</email>
</author>
<published>2013-11-03T06:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=261d7acd750851da852c61e40fa3edd4672d94a1'/>
<id>261d7acd750851da852c61e40fa3edd4672d94a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
