aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-gtk/gtkflowbox.c
AgeCommit message (Collapse)AuthorFilesLines
2016-01-31interfaces have their own automake subdirectories and convenience libraries nowRobin Haberkorn1-0/+4795
* 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.