aboutsummaryrefslogtreecommitdiffhomepage
path: root/interface-gtk.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-11-15cleaned up command line updating: the interface is responsible for drawing ↵Robin Haberkorn1-3/+7
the "*" (if it wants to)
2012-11-15added Interface class to ease porting SciTECO to other platforms (toolkits)Robin Haberkorn1-0/+196
* will support Scintilla with Scinterm/NCurses * changes are in such a way that the generated machine code should have almost no overhead compared to the previous implementation (at least when compiled with optimizations)