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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
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-10
added SciTECO icon and compile it into Windows binaries
Robin Haberkorn
2
-0
/
+12
2015-03-10
added --no-profile command line option
Robin Haberkorn
1
-2
/
+9
2015-03-10
added the <"I> conditional for checking a directory separator
Robin Haberkorn
1
-0
/
+4
2015-03-10
always normalize directory separators to "/" in the "*" Q-Register
Robin Haberkorn
1
-4
/
+23
2015-03-10
added ./configure --enable-static-executables option
Robin Haberkorn
1
-0
/
+5
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
fixed displaying of control characters in the "info" line (and window title)
Robin Haberkorn
4
-4
/
+60
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
1
-1
/
+16
2015-03-07
improved --help output and introduced PACKAGE_URL_DEV (for development home)
Robin Haberkorn
1
-2
/
+13
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
2
-3
/
+3
2015-03-07
fixed TAB completion of files in the current directory beginning with "."
Robin Haberkorn
1
-9
/
+14
2015-03-07
Curses UI: fixed translation of the backspace key
Robin Haberkorn
3
-4
/
+13
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
fixed double-free in Curses views
Robin Haberkorn
1
-3
/
+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
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
1
-2
/
+13
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
10
-33
/
+238
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-14
updated Scintilla submodule: fixed tab stop calculation on Curses
Robin Haberkorn
8
-10
/
+10
2015-02-11
updated copyright to 2015
Robin Haberkorn
39
-39
/
+39
2015-02-11
implemented support for different indention styles
Robin Haberkorn
3
-22
/
+92
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
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
support filename auto completions with forward-slash directory separators on ...
Robin Haberkorn
1
-4
/
+52
2014-12-09
Curses: support cycling through long lists of possible auto-completions and o...
Robin Haberkorn
5
-67
/
+153
[next]