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-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
2015-03-02
use g_assert_not_reached() instead of g_assert(false): works around Clang++ w...
Robin Haberkorn
2
-2
/
+2
2015-03-02
fixed re-insertion of incomplete commands
Robin Haberkorn
1
-1
/
+3
2015-03-02
fixed minor typos in <EC> documentation
Robin Haberkorn
1
-2
/
+2
2015-03-02
avoid warning about uninitialized variable
Robin Haberkorn
1
-1
/
+1
2015-03-02
updated TODO
Robin Haberkorn
1
-9
/
+11
2015-03-02
removed last remaining "throw" specifications
Robin Haberkorn
1
-9
/
+6
2015-03-02
minor optimization: no need to check for NULL when using C++ delete operator
Robin Haberkorn
4
-10
/
+5
2015-03-02
fixed function key handling on GTK UI
Robin Haberkorn
2
-1
/
+9
2015-03-02
try hard to free heap memory after command-line termination using malloc_trim()
Robin Haberkorn
2
-2
/
+18
2015-03-02
updated documentation: cover undo/redo, the new ^G editing command and remova...
Robin Haberkorn
2
-13
/
+123
2015-03-02
introduced the ^G immediate editing command for toggling the undo/redo mode (...
Robin Haberkorn
2
-88
/
+163
2015-03-01
keep rubbed out command line for later re-insertion and massive Cmdline clean...
Robin Haberkorn
15
-295
/
+493
2015-03-01
moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...
Robin Haberkorn
11
-72
/
+154
2015-02-23
implemented to undo stack memory limiting
Robin Haberkorn
12
-34
/
+241
2015-02-21
throw error instead of assertion when loop is closed (>) or continued (F>) wi...
Robin Haberkorn
1
-2
/
+9
2015-02-21
fixed assertion in search.cpp
Robin Haberkorn
1
-1
/
+1
2015-02-19
fixup: work around Scintilla drawing bug also when undoing Q-Reg edit
Robin Haberkorn
1
-0
/
+8
2015-02-19
work around Scintilla character representation drawing bug
Robin Haberkorn
1
-0
/
+16
2015-02-18
added session.hg and session.vcs macros
Robin Haberkorn
3
-4
/
+23
2015-02-18
Merge branch 'master' of github.com:rhaberkorn/sciteco
Robin Haberkorn
2
-3
/
+19
2015-02-17
added session.svn macro to set up a session profile in the current Subversion...
Robin Haberkorn
2
-3
/
+19
2015-02-14
updated Scintilla submodule: fixed tab stop calculation on Curses
Robin Haberkorn
10
-11
/
+10
2015-02-12
updated Scintilla to v3.5.2 and Scinterm to v1.5
Robin Haberkorn
2
-4
/
+10
[next]