aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-01-31interfaces have their own automake subdirectories and convenience libraries nowRobin Haberkorn11-59/+70
2016-01-31updated to Gtk+ 3 and revamped the Gtk interface's popup widgetRobin Haberkorn4-116/+251
2016-01-31made the fallback GtkFlowBox a stand-alone widget that can be built outside o...Robin Haberkorn2-69/+23
2016-01-31added GtkFlowbox imported from Gtk+ v3.12.2Robin Haberkorn2-0/+5021
2016-01-28fixup: clarified :EX behaviour on modified unnamed filesRobin Haberkorn2-4/+8
2016-01-28added :EX (colon-modified EX): exits SciTECO saving all modified buffersRobin Haberkorn3-15/+41
2016-01-28use String::append() instead of g_strconcat()Robin Haberkorn2-11/+14
2016-01-28fixed memory leaks in case of exceptions in StateExpectStringRobin Haberkorn1-3/+14
2016-01-28refactored pattern matching processing: fixes segfaults and memleaksRobin Haberkorn1-24/+141
2016-01-28updated copyright to 2016Robin Haberkorn41-41/+41
2015-12-30ncurses: use a default escape delay of 25msRobin Haberkorn1-0/+20
2015-10-14minor Clang and OS X compilation fixesRobin Haberkorn2-5/+5
2015-09-25avoid compiler warning in interface-curses.cppRobin Haberkorn1-0/+3
2015-09-25curses UI: fixed truncation of non-filename popup entriesRobin Haberkorn2-5/+24
2015-09-25curses UI: properly truncate q-register and file namesRobin Haberkorn2-80/+163
2015-09-24cleaned up operator precedence codeRobin Haberkorn2-14/+19
2015-09-23different operators can have the same precedence nowRobin Haberkorn2-11/+26
2015-07-28added full Haiku OS support (non x86_gcc2)Robin Haberkorn4-12/+21
2015-07-27fixed fallback implementation of get_absolute_path() on misc platformsRobin Haberkorn2-13/+33
2015-07-27work around segfaults on HaikuRobin Haberkorn1-0/+9
2015-07-22fixed operator precedence listRobin Haberkorn1-3/+3
2015-07-15changed default popup background color and color schemesRobin Haberkorn1-2/+2
2015-07-15Curses UI: revised popup area, with borders and a scroll bar; reduce flickeringRobin Haberkorn2-130/+258
2015-07-14fixed <nA> for n pointing to the buffer endRobin Haberkorn1-1/+5
2015-07-14fixed error message for Qq if <q> does not existRobin Haberkorn2-8/+33
2015-07-14curses UI: support terminal palette restoration on PDCurses/win32 and xtermRobin Haberkorn3-61/+141
2015-07-14support the CLOSE function key in PDCurses/win32aRobin Haberkorn1-1/+15
2015-07-14curses: fixed arithmetic error when window is smaller than 2 columnsRobin Haberkorn1-1/+2
2015-07-14programmable terminal color redefinition and theming SciTECO curses UI based ...Robin Haberkorn5-106/+408
2015-06-29make sure that we do not loose information when handling tecoBools by implici...Robin Haberkorn1-2/+2
2015-06-29<:Q> returns -1 for non-existent registers nowRobin Haberkorn4-30/+95
2015-06-29MicroStateMachine::input() returns whether a result was set nowRobin Haberkorn9-114/+113
2015-06-27do not imply values for the "=" command but fail instead if argument is missingRobin Haberkorn1-1/+4
2015-06-24disable all Scintilla margins by defaultRobin Haberkorn1-0/+6
2015-06-24added "^FCLOSE" function key macro and defined SIGTERM behaviourRobin Haberkorn5-32/+135
2015-06-24fixed SEGFAULTs in InterfaceCurses::vmsg()Robin Haberkorn2-8/+17
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-23fixed comment in interface-gtk.cppRobin Haberkorn1-4/+3
2015-06-23install PNG icon and use it to set GTK's window iconRobin Haberkorn2-1/+19
2015-06-23GTK UI: beep on errorRobin Haberkorn1-0/+3
2015-06-23never show the horizontal scrollbar by defaultRobin Haberkorn1-0/+7
2015-06-23GTK UI: disable keyboard and mouse interaction with Scintilla viewsRobin Haberkorn1-0/+16
2015-06-22major GTK UI rewrite: use a separate execution threadRobin Haberkorn2-45/+284
2015-06-22fixed compilation of GTK+ UIRobin Haberkorn2-32/+34
2015-06-22disable PDCurses/win32a "function keys"Robin Haberkorn1-1/+25
2015-06-22improved ncurses/win32 supportRobin Haberkorn1-16/+10
2015-06-22added XCurses supportRobin Haberkorn1-3/+36
2015-06-22use WIN32_LEAN_AND_MEAN macro when including windows.hRobin Haberkorn2-12/+2
2015-06-22fixed flickering in InterfaceCurses::set_window_title()Robin Haberkorn1-0/+15