aboutsummaryrefslogtreecommitdiffhomepage
path: root/interface-gtk.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn1-248/+0
2012-12-04refactoring: split qbuffers.cpp|h into a q-registers (qregisters.cpp) and Buf...Robin Haberkorn1-1/+2
2012-11-24support auto-completion of symbols in the scintilla command (ES)Robin Haberkorn1-5/+6
2012-11-21GTK interface: show window only before going into event loop (so it is not di...Robin Haberkorn1-1/+0
2012-11-16fixed clearing message line: do not display an empty message line (which can ...Robin Haberkorn1-0/+8
2012-11-16keep a buffer dirty flag and display infos about the current buffer in the in...Robin Haberkorn1-2/+47
2012-11-15NCurses interface: support terminal resizingRobin Haberkorn1-1/+5
2012-11-15support stdio for curses interfaceRobin Haberkorn1-20/+6
2012-11-15changed default colors and moved stuff into user interfaceRobin Haberkorn1-0/+4
2012-11-15cleaned up command line updating: the interface is responsible for drawing th...Robin Haberkorn1-3/+7
2012-11-15added Interface class to ease porting SciTECO to other platforms (toolkits)Robin Haberkorn1-0/+196