aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2015-03-17added PDCURSES_LIBS ./configure variable to overwrite the check for PDCursesRobin Haberkorn2-11/+17
2015-03-17support for ncurses/win32Robin Haberkorn2-4/+18
2015-03-17always enable ^G modifier after tab completion in ^G mode.Robin Haberkorn1-0/+3
2015-03-16wrote change log for v0.6Robin Haberkorn1-0/+296
2015-03-16./distribute: updated recipes for building Windows releasesRobin Haberkorn1-11/+34
2015-03-16fixed tar ball creation for out-of-tree configurationsRobin Haberkorn1-1/+1
2015-03-16implemented function key masking (context-sensitive function key macros)Robin Haberkorn4-6/+78
2015-03-16removed claim of no bugs in sciteco(1) ;-)Robin Haberkorn1-6/+0
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-16removed check for glibc-compatible malloc and reallocRobin Haberkorn1-2/+0
2015-03-16fixup: left align icon in first README paragraphRobin Haberkorn1-2/+1
2015-03-16added icon to README.mdRobin Haberkorn1-0/+2
2015-03-16documented the automatic EOL translation featureRobin Haberkorn3-7/+75
2015-03-16implemented automatic EOL translation supportRobin Haberkorn14-132/+603
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 Haberkorn3-3/+65
2015-03-14use g_strerror() instead of strerror() in interface-curses.cppRobin Haberkorn1-1/+1
2015-03-12updated TODORobin Haberkorn1-7/+15
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-11fixup: distribute sciteco.ico and sciteco-48.pngRobin Haberkorn1-0/+6
2015-03-10added SciTECO icon and compile it into Windows binariesRobin Haberkorn5-0/+24
2015-03-10added --no-profile command line optionRobin Haberkorn2-2/+21
2015-03-10added the <"I> conditional for checking a directory separatorRobin Haberkorn2-1/+16
2015-03-10always normalize directory separators to "/" in the "*" Q-RegisterRobin Haberkorn2-5/+32
2015-03-10added ./configure --enable-static-executables optionRobin Haberkorn2-0/+19
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-09improved error message when libpdcurses is not foundRobin Haberkorn1-1/+2
2015-03-09fixed displaying of control characters in the "info" line (and window title)Robin Haberkorn4-4/+60
2015-03-07updated TODORobin Haberkorn1-3/+23
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 Haberkorn2-1/+23
2015-03-07improved --help output and introduced PACKAGE_URL_DEV (for development home)Robin Haberkorn4-3/+24
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 Haberkorn3-5/+7
2015-03-07fixed TAB completion of files in the current directory beginning with "."Robin Haberkorn1-9/+14
2015-03-07sciteco(7): Use em-dash (\[em]) characters instead of "-" in sentencesRobin Haberkorn1-6/+6
2015-03-07Curses UI: fixed translation of the backspace keyRobin Haberkorn4-5/+18
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
2015-03-03define -DCURSES instead of -DNCURSESRobin Haberkorn1-1/+1
2015-03-03fixed double-free in Curses viewsRobin Haberkorn1-3/+6