aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2015-07-15updated Scintilla/Scinterm submodules: scintilla_noutrefresh() supportRobin Haberkorn1-0/+0
2015-07-14mention ED register in the manual's Q-REGISTERS sectionRobin Haberkorn1-0/+7
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-14added port of the Solarized color schemeRobin Haberkorn2-1/+140
2015-07-14programmable terminal color redefinition and theming SciTECO curses UI based ...Robin Haberkorn6-106/+493
2015-07-14fixed default colors in color.tes and style Q-Register viewRobin Haberkorn3-32/+68
2015-07-11fixed Scintilla/Scinterm build processRobin Haberkorn1-1/+1
2015-06-30updated TODORobin Haberkorn1-25/+60
2015-06-30updated Scintilla/Scinterm submodulesRobin Haberkorn1-0/+0
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 Haberkorn5-32/+97
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-27enable function key macros automatically when sourcing fnkeys.tesRobin Haberkorn2-4/+5
2015-06-24disable all Scintilla margins by defaultRobin Haberkorn2-1/+6
2015-06-24added "^FCLOSE" function key macro and defined SIGTERM behaviourRobin Haberkorn8-34/+166
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 Haberkorn3-6/+24
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-22sample.teco_ini: avoid unnecessary ED-hook recursionsRobin Haberkorn1-0/+5
2015-06-22disable PDCurses/win32a "function keys"Robin Haberkorn1-1/+25
2015-06-22improved ncurses/win32 supportRobin Haberkorn2-16/+12
2015-06-22added XCurses supportRobin Haberkorn4-10/+77
2015-06-22use WIN32_LEAN_AND_MEAN macro when including windows.hRobin Haberkorn2-12/+2
2015-06-22pass curses CFLAGS into Scinterm build systemRobin Haberkorn2-13/+35
2015-06-22fixed flickering in InterfaceCurses::set_window_title()Robin Haberkorn1-0/+15
2015-06-22fixed CTRL+C handling on PDCurses/win32 portRobin Haberkorn1-4/+67
2015-06-22major Curses UI revision: initialize curses as late as possibleRobin Haberkorn7-237/+380
2015-06-17improved build speed by refining the rules for building ScintillaRobin Haberkorn1-7/+16
2015-06-14handle environment variables more consistentlyRobin Haberkorn9-48/+227
2015-06-13updated INSTALL: document out-of-tree buildsRobin Haberkorn1-4/+51
2015-06-13updated scintilla submoduleRobin Haberkorn2-2/+2
2015-06-12support UNIX-shell-like tilde-expansions in file names and directoriesRobin Haberkorn12-75/+203
2015-06-11fixed lexer configuration for the unnamed bufferRobin Haberkorn1-0/+1
2015-06-03avoid compiler warning for giving field precision (non-null terminated string...Robin Haberkorn1-1/+1
2015-06-02throw error when trying to set or append the string part of "*" and appending...Robin Haberkorn3-3/+28
2015-06-02added <FG> command and special Q-Register "$" to set and get the current work...Robin Haberkorn11-30/+360
2015-05-29Modified ^W in string (and file name) arguments: ensure that we always rub ou...Robin Haberkorn3-7/+25
2015-05-29support specialized ^W immediate editing command in file name argumentsRobin Haberkorn2-4/+43