<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sciteco/src/gtkflowbox.c, branch v2.5.2</title>
<subtitle>Scintilla-based Text Editor and COrrector</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/'/>
<entry>
<title>interfaces have their own automake subdirectories and convenience libraries now</title>
<updated>2016-01-31T04:04:50+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2016-01-31T04:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=ea0179e342343f5fbefb265bde4dea0d475f0781'/>
<id>ea0179e342343f5fbefb265bde4dea0d475f0781</id>
<content type='text'>
 * use libtool convenience libraries as much as possible
   (for all static libraries except Scintilla)
 * improves separation of language and user interface implementations
   (e.g. the Gtk widgets are not interesting for the rest of SciTECO)
 * the Curses popup widget can now be factored out of interface-curses.cpp
 * some common CPPFLAGS are now defined by ./configure via AM_CPPFLAGS,
   so they don't have to be repeated in each submodule.
 * fixed building the Curses UI: GTK_FLOW_BOX_FALLBACK conditional
   must always be defined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * use libtool convenience libraries as much as possible
   (for all static libraries except Scintilla)
 * improves separation of language and user interface implementations
   (e.g. the Gtk widgets are not interesting for the rest of SciTECO)
 * the Curses popup widget can now be factored out of interface-curses.cpp
 * some common CPPFLAGS are now defined by ./configure via AM_CPPFLAGS,
   so they don't have to be repeated in each submodule.
 * fixed building the Curses UI: GTK_FLOW_BOX_FALLBACK conditional
   must always be defined.
</pre>
</div>
</content>
</entry>
<entry>
<title>made the fallback GtkFlowBox a stand-alone widget that can be built outside of Gtk</title>
<updated>2016-01-31T01:21:02+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2016-01-30T07:22:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=d7279189cbd51d2d1b5dee36a4fb09f3388801e0'/>
<id>d7279189cbd51d2d1b5dee36a4fb09f3388801e0</id>
<content type='text'>
 * it was necessary to remove the accessibility integration since
   I don't want to import a lot of bloat into the SciTECO codebase
 * Includes follow the guidelines of external Gtk code now
 * internationalization support has been removed
 * The "move-cursor" signal uses the generic marshaller now since
   we don't want to introduce genmarshal just for that signal
   (and it will never be called from a scripting language)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * it was necessary to remove the accessibility integration since
   I don't want to import a lot of bloat into the SciTECO codebase
 * Includes follow the guidelines of external Gtk code now
 * internationalization support has been removed
 * The "move-cursor" signal uses the generic marshaller now since
   we don't want to introduce genmarshal just for that signal
   (and it will never be called from a scripting language)
</pre>
</div>
</content>
</entry>
<entry>
<title>added GtkFlowbox imported from Gtk+ v3.12.2</title>
<updated>2016-01-31T01:20:28+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2016-01-30T06:34:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=360925350c4667107c71191176fc479cad8dcaf8'/>
<id>360925350c4667107c71191176fc479cad8dcaf8</id>
<content type='text'>
 * this is used as a fallback for installations with Gtk prior
   to v3.12
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * this is used as a fallback for installations with Gtk prior
   to v3.12
</pre>
</div>
</content>
</entry>
</feed>
