index
:
sciteco
hsrex
libxcurses
master
session-extensions
Scintilla-based Text Editor and COrrector
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-16
wrote change log for v0.6
Robin Haberkorn
1
-0
/
+296
2015-03-16
./distribute: updated recipes for building Windows releases
Robin Haberkorn
1
-11
/
+34
2015-03-16
fixed tar ball creation for out-of-tree configurations
Robin Haberkorn
1
-1
/
+1
2015-03-16
implemented function key masking (context-sensitive function key macros)
Robin Haberkorn
4
-6
/
+78
2015-03-16
removed claim of no bugs in sciteco(1) ;-)
Robin Haberkorn
1
-6
/
+0
2015-03-16
clarify comment of why newterm() cannot be used on PDCurses
Robin Haberkorn
1
-4
/
+6
2015-03-16
fixed curses prog-mode reinitialization
Robin Haberkorn
1
-4
/
+11
2015-03-16
removed check for glibc-compatible malloc and realloc
Robin Haberkorn
1
-2
/
+0
2015-03-16
fixup: left align icon in first README paragraph
Robin Haberkorn
1
-2
/
+1
2015-03-16
added icon to README.md
Robin Haberkorn
1
-0
/
+2
2015-03-16
documented the automatic EOL translation feature
Robin Haberkorn
3
-7
/
+75
2015-03-16
implemented automatic EOL translation support
Robin Haberkorn
14
-132
/
+603
2015-03-16
added EL command for setting/getting the EOL mode
Robin Haberkorn
2
-0
/
+101
2015-03-16
when initializing ncurses, make sure that the output stream is fully buffered
Robin Haberkorn
1
-0
/
+1
2015-03-16
also set window title on ncurses, by querying terminfo capabilities
Robin Haberkorn
3
-3
/
+65
2015-03-14
use g_strerror() instead of strerror() in interface-curses.cpp
Robin Haberkorn
1
-1
/
+1
2015-03-12
updated TODO
Robin Haberkorn
1
-7
/
+15
2015-03-12
improved ncurses batch mode initialization
Robin Haberkorn
2
-22
/
+65
2015-03-11
Curses UI: beep() on error
Robin Haberkorn
1
-0
/
+3
2015-03-11
fixed weird colors in rubbed-out command line on PDCurses/win32
Robin Haberkorn
1
-13
/
+35
2015-03-11
fixup: distribute sciteco.ico and sciteco-48.png
Robin Haberkorn
1
-0
/
+6
2015-03-10
added SciTECO icon and compile it into Windows binaries
Robin Haberkorn
5
-0
/
+24
2015-03-10
added --no-profile command line option
Robin Haberkorn
2
-2
/
+21
2015-03-10
added the <"I> conditional for checking a directory separator
Robin Haberkorn
2
-1
/
+16
2015-03-10
always normalize directory separators to "/" in the "*" Q-Register
Robin Haberkorn
2
-5
/
+32
2015-03-10
added ./configure --enable-static-executables option
Robin Haberkorn
2
-0
/
+19
2015-03-10
avoid frequent info line redraws in Curses and GTK+ UIs
Robin Haberkorn
3
-20
/
+38
2015-03-10
simplified and optimized filename_complete()
Robin Haberkorn
1
-54
/
+31
2015-03-10
dirname length calculation moved from glob.cpp to file_get_dirname_len() in i...
Robin Haberkorn
2
-5
/
+27
2015-03-10
optimized Interface::info_update() implementations
Robin Haberkorn
2
-15
/
+17
2015-03-10
fixed globbing (EN command) for pattern without directory and on Windows
Robin Haberkorn
1
-9
/
+28
2015-03-09
improved error message when libpdcurses is not found
Robin Haberkorn
1
-1
/
+2
2015-03-09
fixed displaying of control characters in the "info" line (and window title)
Robin Haberkorn
4
-4
/
+60
2015-03-07
updated TODO
Robin Haberkorn
1
-3
/
+23
2015-03-07
fixed crashes on PDCurses/win32 when SciTECO terminates before Interface::mai...
Robin Haberkorn
1
-1
/
+2
2015-03-07
added hack for Windows to pause at the beginning of main() if DEBUG_PAUSE is ...
Robin Haberkorn
1
-0
/
+14
2015-03-07
canonicalize $SCITECOCONFIG and $SCITECOPATH variables
Robin Haberkorn
2
-1
/
+23
2015-03-07
improved --help output and introduced PACKAGE_URL_DEV (for development home)
Robin Haberkorn
4
-3
/
+24
2015-03-07
fixed m,nXq for m > n: this properly throws an error now
Robin Haberkorn
1
-3
/
+3
2015-03-07
changed save point file format to .teco-<n>-<filename>~
Robin Haberkorn
3
-5
/
+7
2015-03-07
fixed TAB completion of files in the current directory beginning with "."
Robin Haberkorn
1
-9
/
+14
2015-03-07
sciteco(7): Use em-dash (\[em]) characters instead of "-" in sentences
Robin Haberkorn
1
-6
/
+6
2015-03-07
Curses UI: fixed translation of the backspace key
Robin Haberkorn
4
-5
/
+18
2015-03-07
cleaned up usage of the escape control character: introduced CTL_KEY_ESC and ...
Robin Haberkorn
6
-14
/
+27
2015-03-07
fixed 0EB command to display all buffers in the ring
Robin Haberkorn
2
-23
/
+24
2015-03-03
define -DCURSES instead of -DNCURSES
Robin Haberkorn
1
-1
/
+1
2015-03-03
fixed double-free in Curses views
Robin Haberkorn
1
-3
/
+6
2015-03-02
used file lists instead of wildcards in lib/Makefile.am
Robin Haberkorn
1
-4
/
+13
2015-03-02
added function key macro for Shift+DEL: Acts as a "reverse" rubout
Robin Haberkorn
1
-0
/
+4
2015-03-02
define scintilla.a as a phony target
Robin Haberkorn
1
-1
/
+6
[next]