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
2017-03-08
yet another revision of memory limiting: the glibc mallinfo() approach has be...
Robin Haberkorn
4
-75
/
+117
2017-03-08
undo stack reorganized into a stack of undo token lists
Robin Haberkorn
2
-38
/
+62
2017-03-08
fixup to 89224899: fixed function key macros after $ and the rubout-command e...
Robin Haberkorn
2
-2
/
+21
2017-03-07
refactored commandline key processing: rewritten Cmdline::process_edit_cmd() ...
Robin Haberkorn
7
-383
/
+524
2017-03-06
roll back to the old mallinfo() implementation of memory limiting on Linux an...
Robin Haberkorn
3
-64
/
+118
2017-03-05
memory limiting: libc malloc() and realloc() can return NULL
Robin Haberkorn
1
-2
/
+4
2017-03-05
replaced Linux-specific mallinfo()-based memory limiting with a more portable...
Robin Haberkorn
1
-17
/
+90
2017-03-03
updated copyright to 2017
Robin Haberkorn
53
-53
/
+53
2017-03-03
build system portability fixes
Robin Haberkorn
1
-6
/
+3
2016-11-30
allow dollar sign as another variant of ^[ (discard all arguments or return)
Robin Haberkorn
2
-23
/
+42
2016-11-27
fixed rubout of the first command after command line termination ($$)
Robin Haberkorn
2
-6
/
+6
2016-11-22
Gtk interface: make sure that the default display is opened
Robin Haberkorn
1
-2
/
+10
2016-11-22
save some bytes per Q-Register creation on the undo stack
Robin Haberkorn
2
-21
/
+47
2016-11-22
avoid the non-standard \e escape sequence
Robin Haberkorn
2
-5
/
+8
2016-11-22
fixed local Q-Register management on certain broken platforms
Robin Haberkorn
4
-23
/
+42
2016-11-22
optimized QRegisterTable cleanup
Robin Haberkorn
5
-5
/
+10
2016-11-22
partially reversed/fixed-up b7ff56db631: avoid g_slice allocators and perform...
Robin Haberkorn
2
-14
/
+24
2016-11-21
fixed compilation of the PDCurses frontend
Robin Haberkorn
1
-1
/
+1
2016-11-20
fixed glib warnings about using g_mem_set_vtable() and revised memory limiting
Robin Haberkorn
24
-268
/
+352
2016-11-20
fixup to 19675a1a4899: fixed crash after rubbing out creation of global register
Robin Haberkorn
1
-1
/
+1
2016-11-20
optimized RBTree: avoid unnecessary virtual RBTree and RBEntry implementation...
Robin Haberkorn
7
-26
/
+42
2016-11-20
fixed interpretation of the Q-Register specification ".."
Robin Haberkorn
1
-3
/
+6
2016-11-20
auto-completion of Q-Register names, goto labels and help topics
Robin Haberkorn
8
-11
/
+194
2016-11-20
optimized red-black trees and common base class for string-keyed RB trees
Robin Haberkorn
8
-121
/
+167
2016-11-18
the manual generator (generator-docs.tes) has been cleaned up and is now call...
Robin Haberkorn
9
-69
/
+69
2016-11-18
standard lib: added getopt.tes for parsing command line options in scripts
Robin Haberkorn
2
-17
/
+23
2016-11-18
improved command line option handling
Robin Haberkorn
8
-40
/
+110
2016-11-18
implemented self-documenting (online) help system
Robin Haberkorn
4
-4
/
+414
2016-11-16
fixed segfault when munging empty scripts
Robin Haberkorn
1
-3
/
+10
2016-11-01
globbing supports character classes now and ^EN string building construct to ...
Robin Haberkorn
5
-30
/
+228
2016-08-19
Integrated clipboard support
Robin Haberkorn
17
-433
/
+1396
2016-06-04
added ^E@ string building character
Robin Haberkorn
2
-2
/
+23
2016-03-25
fixed rubout and reinsertion of the loop end command (>)
Robin Haberkorn
1
-2
/
+11
2016-02-24
EG and EC use $SHELL and $COMSPEC as the default command interpreters now
Robin Haberkorn
2
-17
/
+34
2016-02-16
fixed function key macros and command reinsertion after ^[
Robin Haberkorn
2
-2
/
+13
2016-02-16
implemented ^C command
Robin Haberkorn
2
-2
/
+36
2016-02-15
revised looping implementation, aggregating loops, sane $$ semantics, some op...
Robin Haberkorn
8
-150
/
+311
2016-02-15
implemented <$$> command for returning from a macro
Robin Haberkorn
4
-74
/
+155
2016-02-15
fixed segfaults due to missing undo restoration QReg argument variables
Robin Haberkorn
1
-4
/
+4
2016-02-11
minor Doxygen comment fixes
Robin Haberkorn
2
-3
/
+3
2016-02-11
optimized command execution in batch mode, during macro calls, loops etc.
Robin Haberkorn
2
-33
/
+78
2016-02-10
added String::toupper(): minor optimization
Robin Haberkorn
4
-15
/
+27
2016-02-10
avoid unnecessary undo token allocations in batch mode: greatly speeds up bat...
Robin Haberkorn
14
-33
/
+77
2016-02-07
Gtk UI: use GtkCanonicalizedLabels and many styling improvements
Robin Haberkorn
4
-34
/
+127
2016-02-07
added GtkCanonicalizedLabel: a label for displaying SciTECO strings
Robin Haberkorn
2
-3
/
+233
2016-02-04
Gtk UI: refactored fallback.css - use one section per UI component
Robin Haberkorn
1
-13
/
+12
2016-02-04
Gtk UI: --no-csd in the main option group now, so it shows up in --help
Robin Haberkorn
1
-1
/
+2
2016-02-04
Gtk UI: fixed segfaults because of unsynchronized ViewGtk destruction
Robin Haberkorn
2
-12
/
+26
2016-02-03
Gtk UI: automatically configure font of the command line
Robin Haberkorn
2
-15
/
+27
2016-02-03
Gtk UI: popup will now overlay both the Scintilla view and message widgets
Robin Haberkorn
2
-8
/
+20
[next]