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-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
2015-02-11
updated copyright to 2015
Robin Haberkorn
41
-42
/
+42
2015-02-11
updated TODO
Robin Haberkorn
1
-0
/
+7
2015-02-11
implemented support for different indention styles
Robin Haberkorn
4
-23
/
+103
2014-12-15
fixup: the spawn context's GError must not be memory-managed by the state object
Robin Haberkorn
1
-4
/
+0
2014-12-15
always free glib's GError structures
Robin Haberkorn
3
-2
/
+17
2014-12-15
add workaround for missing g_spawn_check_exit_status() in libglib v2.33 and e...
Robin Haberkorn
1
-0
/
+41
2014-12-15
updated TODO
Robin Haberkorn
1
-3
/
+11
2014-12-15
fixed remaining reference to register "0" in the documentation
Robin Haberkorn
1
-1
/
+1
2014-12-15
fixed globbing of non-existing directories
Robin Haberkorn
1
-0
/
+4
2014-12-09
updated README: elaborate on supported platforms, libraries and features
Robin Haberkorn
1
-8
/
+37
2014-12-09
support filename auto completions with forward-slash directory separators on ...
Robin Haberkorn
2
-4
/
+64
2014-12-09
Curses: support cycling through long lists of possible auto-completions and o...
Robin Haberkorn
7
-70
/
+162
2014-12-08
Curses: fixed formatting of popup windows
Robin Haberkorn
1
-24
/
+20
2014-12-08
do not show possible completions for hidden files and directories
Robin Haberkorn
4
-12
/
+64
[prev]
[next]