aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-16also set window title on ncurses, by querying terminfo capabilitiesRobin Haberkorn2-3/+64
2015-03-14use g_strerror() instead of strerror() in interface-curses.cppRobin Haberkorn1-1/+1
2015-03-12improved ncurses batch mode initializationRobin Haberkorn2-22/+65
2015-03-11Curses UI: beep() on errorRobin Haberkorn1-0/+3
2015-03-11fixed weird colors in rubbed-out command line on PDCurses/win32Robin Haberkorn1-13/+35
2015-03-10added SciTECO icon and compile it into Windows binariesRobin Haberkorn2-0/+12
2015-03-10added --no-profile command line optionRobin Haberkorn1-2/+9
2015-03-10added the <"I> conditional for checking a directory separatorRobin Haberkorn1-0/+4
2015-03-10always normalize directory separators to "/" in the "*" Q-RegisterRobin Haberkorn1-4/+23
2015-03-10added ./configure --enable-static-executables optionRobin Haberkorn1-0/+5
2015-03-10avoid frequent info line redraws in Curses and GTK+ UIsRobin Haberkorn3-20/+38
2015-03-10simplified and optimized filename_complete()Robin Haberkorn1-54/+31
2015-03-10dirname length calculation moved from glob.cpp to file_get_dirname_len() in i...Robin Haberkorn2-5/+27
2015-03-10optimized Interface::info_update() implementationsRobin Haberkorn2-15/+17
2015-03-10fixed globbing (EN command) for pattern without directory and on WindowsRobin Haberkorn1-9/+28
2015-03-09fixed displaying of control characters in the "info" line (and window title)Robin Haberkorn4-4/+60
2015-03-07fixed crashes on PDCurses/win32 when SciTECO terminates before Interface::mai...Robin Haberkorn1-1/+2
2015-03-07added hack for Windows to pause at the beginning of main() if DEBUG_PAUSE is ...Robin Haberkorn1-0/+14
2015-03-07canonicalize $SCITECOCONFIG and $SCITECOPATH variablesRobin Haberkorn1-1/+16
2015-03-07improved --help output and introduced PACKAGE_URL_DEV (for development home)Robin Haberkorn1-2/+13
2015-03-07fixed m,nXq for m > n: this properly throws an error nowRobin Haberkorn1-3/+3
2015-03-07changed save point file format to .teco-<n>-<filename>~Robin Haberkorn2-3/+3
2015-03-07fixed TAB completion of files in the current directory beginning with "."Robin Haberkorn1-9/+14
2015-03-07Curses UI: fixed translation of the backspace keyRobin Haberkorn3-4/+13
2015-03-07cleaned up usage of the escape control character: introduced CTL_KEY_ESC and ...Robin Haberkorn6-14/+27
2015-03-07fixed 0EB command to display all buffers in the ringRobin Haberkorn2-23/+24