aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-180/+0
2017-03-03updated copyright to 2017Robin Haberkorn1-1/+1
2016-01-28updated copyright to 2016Robin Haberkorn1-1/+1
2015-07-15changed default popup background color and color schemesRobin Haberkorn1-2/+2
2015-07-14programmable terminal color redefinition and theming SciTECO curses UI based ...Robin Haberkorn1-4/+23
2015-06-24disable all Scintilla margins by defaultRobin Haberkorn1-0/+6
2015-06-24fixed SEGFAULTs in InterfaceCurses::vmsg()Robin Haberkorn1-0/+8
2015-06-23fixed stdio message printing for strings longer than 255 charactersRobin Haberkorn1-7/+9
2015-06-23the Scintilla caret should be non-blinking by defaultRobin Haberkorn1-0/+1
2015-06-23never show the horizontal scrollbar by defaultRobin Haberkorn1-0/+7
2015-02-11updated copyright to 2015Robin Haberkorn1-1/+1
2014-11-24turn off Scintilla undo collection by default and fixed memleakRobin Haberkorn1-0/+6
2014-11-17Make sure QRegister::view is properly initialized and cleaned upRobin Haberkorn1-1/+1
2014-11-16rewritten View and Interface base classes using the Curiously Recurring Templ...Robin Haberkorn1-5/+22
2014-11-16first working version of the one-view-per-buffer designRobin Haberkorn1-0/+114