aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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 Haberkorn4-201/+275
2015-06-14handle environment variables more consistentlyRobin Haberkorn7-32/+168
2015-06-12support UNIX-shell-like tilde-expansions in file names and directoriesRobin Haberkorn11-66/+130
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 Haberkorn2-3/+26
2015-06-02added <FG> command and special Q-Register "$" to set and get the current work...Robin Haberkorn9-22/+316
2015-05-29Modified ^W in string (and file name) arguments: ensure that we always rub ou...Robin Haberkorn2-5/+23
2015-05-29support specialized ^W immediate editing command in file name argumentsRobin Haberkorn1-4/+26
2015-05-25restrict globbing in the EB command to regular files.Robin Haberkorn1-2/+2
2015-05-25extended <EN> command and used it to optimize "lexer.test..." macrosRobin Haberkorn3-41/+246
2015-03-18fixed compiling on G++ v4.4: It needs a more verbose syntax when calling temp...Robin Haberkorn1-2/+1
2015-03-18ncurses: fixed batch mode initialization for unset or broken $TERMRobin Haberkorn1-10/+56
2015-03-17fixed invalid memory accesses in the expression stack and reworked expression...Robin Haberkorn5-83/+98
2015-03-17support for ncurses/win32Robin Haberkorn1-3/+15
2015-03-17always enable ^G modifier after tab completion in ^G mode.Robin Haberkorn1-0/+3
2015-03-16implemented function key masking (context-sensitive function key macros)Robin Haberkorn1-4/+26
2015-03-16clarify comment of why newterm() cannot be used on PDCursesRobin Haberkorn1-4/+6
2015-03-16fixed curses prog-mode reinitializationRobin Haberkorn1-4/+11
2015-03-16documented the automatic EOL translation featureRobin Haberkorn2-3/+20
2015-03-16implemented automatic EOL translation supportRobin Haberkorn12-127/+584
2015-03-16added EL command for setting/getting the EOL modeRobin Haberkorn2-0/+101
2015-03-16when initializing ncurses, make sure that the output stream is fully bufferedRobin Haberkorn1-0/+1