aboutsummaryrefslogtreecommitdiffhomepage
path: root/interface-gtk.h
AgeCommit message (Expand)AuthorFilesLines
2012-11-21GTK interface: show window only before going into event loop (so it is not di...Robin Haberkorn1-0/+1
2012-11-16fixed clearing message line: do not display an empty message line (which can ...Robin Haberkorn1-0/+1
2012-11-16keep a buffer dirty flag and display infos about the current buffer in the in...Robin Haberkorn1-1/+5
2012-11-15NCurses interface: support terminal resizingRobin Haberkorn1-1/+1
2012-11-15support stdio for curses interfaceRobin Haberkorn1-1/+3
2012-11-15cleaned up command line updating: the interface is responsible for drawing th...Robin Haberkorn1-1/+1
2012-11-15make it possible for interface classes to define a get_options() method to ad...Robin Haberkorn1-0/+5
2012-11-15added Interface class to ease porting SciTECO to other platforms (toolkits)Robin Haberkorn1-0/+60