<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scintilla-mirror/gtk, branch rel-1-69</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>Default to Sans font when Pango enabled.</title>
<updated>2006-05-21T02:22:18+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2006-05-21T02:22:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=d36b56fea83ecfefb4e7bdeefed3829afd27bd05'/>
<id>d36b56fea83ecfefb4e7bdeefed3829afd27bd05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from bug 1489948 to stop using deprecated calls on GTK+ 2.</title>
<updated>2006-05-18T12:00:46+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2006-05-18T12:00:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=73c07e64b66da9509d202d2b95603ba8272a098f'/>
<id>73c07e64b66da9509d202d2b95603ba8272a098f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added CharClassify and reordered alphabetically.</title>
<updated>2006-05-14T08:11:54+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2006-05-14T08:11:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=8976ba9e3b241945e6d2c4cecb2979974b0a1dd6'/>
<id>8976ba9e3b241945e6d2c4cecb2979974b0a1dd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved uri-list to first preference in formats so that files dragged from</title>
<updated>2006-04-28T06:33:59+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2006-04-28T06:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=30e1a8b093315cd6b3b7449a59b0dc1c96308203'/>
<id>30e1a8b093315cd6b3b7449a59b0dc1c96308203</id>
<content type='text'>
recent version of Nautilus will trigger URI dropped notification rather
than copy text into document.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
recent version of Nautilus will trigger URI dropped notification rather
than copy text into document.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set of patches from John Ehresman:</title>
<updated>2006-04-25T13:05:22+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2006-04-25T13:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=1d1a142d95b66e59705f77a242cb774b4008b9a4'/>
<id>1d1a142d95b66e59705f77a242cb774b4008b9a4</id>
<content type='text'>
Make sure the ListBox widget is created before modifying it.
Call DropGraphics() when a widget is unmapped to conserve resources
and because DropGraphics() ends up being called from the map signal
handler so nothing is saved by not calling it.
Remove the nearly identical accent / character macro re-definitions.
Make sure widget is realized before grabbing the primary selection.
Ensure the caret is visible after a selection is pasted.
Ensure uri data is NULL-terminated before calling NotifyURIDropped.
Use correct call, gdk_region_destroy, to free a region.
The fixed-height-mode property is used to optimize display of large
autocompletion lists.  This property was added in gtk 2.4, but is probed
for at runtime so the code should work with older gtk versions.
The active color is set to the selected color on the list box so the
selected lines are more clearly selected when the listbox widget does
not have the focus.  The autocompletion popup never gets the focus so
the active color ends up being used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure the ListBox widget is created before modifying it.
Call DropGraphics() when a widget is unmapped to conserve resources
and because DropGraphics() ends up being called from the map signal
handler so nothing is saved by not calling it.
Remove the nearly identical accent / character macro re-definitions.
Make sure widget is realized before grabbing the primary selection.
Ensure the caret is visible after a selection is pasted.
Ensure uri data is NULL-terminated before calling NotifyURIDropped.
Use correct call, gdk_region_destroy, to free a region.
The fixed-height-mode property is used to optimize display of large
autocompletion lists.  This property was added in gtk 2.4, but is probed
for at runtime so the code should work with older gtk versions.
The active color is set to the selected color on the list box so the
selected lines are more clearly selected when the listbox widget does
not have the focus.  The autocompletion popup never gets the focus so
the active color ends up being used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch from John Ehresman that transforms line ends when text is copied to</title>
<updated>2006-04-04T23:45:23+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2006-04-04T23:45:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=165b14833468106a7f7b28677ac28204059d8d58'/>
<id>165b14833468106a7f7b28677ac28204059d8d58</id>
<content type='text'>
the clipboard for gtk 2 on win32, as well as gtk 1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the clipboard for gtk 2 on win32, as well as gtk 1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for Spice language added by Fabien Proriol.</title>
<updated>2006-03-30T06:30:46+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-30T06:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=ae6c194e289ac9e01172a6b577554477b46960c6'/>
<id>ae6c194e289ac9e01172a6b577554477b46960c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed warnings from recent GCC.</title>
<updated>2006-03-26T02:48:43+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-26T02:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=9b22decc4efd846a2ea9989212a0cde01a6e8901'/>
<id>9b22decc4efd846a2ea9989212a0cde01a6e8901</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lexer for TCL contributed by Andre Arpin.</title>
<updated>2006-03-02T23:43:49+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2006-03-02T23:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=3cb4b3336847b20e5ad85d5ebe8a5f92c9bdad91'/>
<id>3cb4b3336847b20e5ad85d5ebe8a5f92c9bdad91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Translucency implementation for INDIC_ROUNDBOX and caret line.</title>
<updated>2006-02-26T00:58:22+00:00</updated>
<author>
<name>nyamatongwe</name>
<email>devnull@localhost</email>
</author>
<published>2006-02-26T00:58:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/scintilla-mirror/commit/?id=38a5a1bfddd9beab8370970084514eba5cfd8486'/>
<id>38a5a1bfddd9beab8370970084514eba5cfd8486</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
