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
2014-02-15
report stack overflows as errors & fixed ValueStack dtor
Robin Haberkorn
1
-1
/
+5
2014-02-15
all interface classes define the same type InterfaceCurrent, simplifying the ...
Robin Haberkorn
4
-11
/
+8
2014-02-15
catch division by zero errors
Robin Haberkorn
1
-8
/
+29
2014-02-15
added State::StdError class for constructing errors from std::exception objects
Robin Haberkorn
3
-6
/
+19
2014-02-15
use GLib's GError information to yield errors
Robin Haberkorn
7
-19
/
+27
2014-02-15
fixed Execute::macro() and Execute::file() exceptions
Robin Haberkorn
2
-8
/
+69
2014-02-15
removed most exception specifications: allow bad_allocs to propagate
Robin Haberkorn
12
-111
/
+110
2014-02-15
glib allocation functions throw std::bad_alloc exceptions now; catch all bad_...
Robin Haberkorn
2
-4
/
+69
2014-02-15
String::get_coord() calculates line and column of a string position
Robin Haberkorn
4
-12
/
+53
2014-02-15
added support for TECO stack tracing
Robin Haberkorn
6
-37
/
+171
2014-02-15
added EMCurses/Emscripten support
Robin Haberkorn
5
-64
/
+170
2013-07-09
fixed compilation of the GTK+ interface
Robin Haberkorn
1
-1
/
+1
2013-07-05
only allow command-line replacements when actually editing the replacement re...
Robin Haberkorn
1
-0
/
+7
2013-03-19
avoid delete-non-virtual-dtor warning on g++ 4.7
Robin Haberkorn
2
-0
/
+2
2013-03-19
rewritten CHR2STR() using compound statement
Robin Haberkorn
2
-3
/
+8
2013-03-18
explicitly instantiate MicroStateMachine: fixes compilation with gcc-4.4
Robin Haberkorn
4
-7
/
+7
2013-03-18
add check for CLang: use clang-specific warnings only when compiling with CLang
Robin Haberkorn
1
-1
/
+5
2013-03-18
remove all unused-attributes for parameters
Robin Haberkorn
5
-17
/
+11
2013-03-18
declare State::Error::Error() as printf-like
Robin Haberkorn
1
-1
/
+1
2013-03-18
declare all global inter-dependant objects in main.cpp and get rid of init_pr...
Robin Haberkorn
15
-50
/
+60
2013-03-18
disable some bogus warnings for LLVM/Clang
Robin Haberkorn
1
-1
/
+1
2013-03-18
make sure a (void*)0 is used as sentinels
Robin Haberkorn
6
-12
/
+18
2013-03-18
prefer $HOME over passdb when looking for .teco_ini
Robin Haberkorn
1
-1
/
+1
2013-03-17
^E\ string building character to format number
Robin Haberkorn
3
-14
/
+38
2013-03-17
fixed ^EG pattern match character: use QRegSpecMachine to parse register spec...
Robin Haberkorn
2
-3
/
+7
2013-03-16
make success/failure conditional tests more consistent with the definition of...
Robin Haberkorn
1
-3
/
+9
2013-03-16
common parent state for all file-name-expecting commands: fixes EM tab-comple...
Robin Haberkorn
4
-7
/
+17
2013-03-16
fixed: prevent accessing registers in parse-only mode
Robin Haberkorn
1
-0
/
+10
2013-03-16
documented remaining commands
Robin Haberkorn
6
-2
/
+405
2013-03-16
completed documentation of all commands in parser.cpp
Robin Haberkorn
1
-1
/
+220
2013-03-16
documented commands ending in StateStart
Robin Haberkorn
1
-0
/
+311
2013-02-25
EM...$ command to read macro from file and execute immediately (just like "M")
Robin Haberkorn
4
-1
/
+21
2013-02-24
moved QuickSort macros from symbols-extract script into own string.tes macro ...
Robin Haberkorn
1
-43
/
+1
2013-02-24
cleaned up SymbolList class: make attributes private
Robin Haberkorn
2
-7
/
+13
2013-02-23
fixed symbol lists: sort order must correspond with search order (determined ...
Robin Haberkorn
3
-32
/
+42
2013-02-22
save/restore anchor position along with dot (current position) when editing d...
Robin Haberkorn
2
-6
/
+12
2013-02-22
use typedef for SciTECO integers and make it configurable at configure time
Robin Haberkorn
12
-68
/
+78
2013-02-22
added --with-default-scitecopath config option: default value of $SCITECOPATH
Robin Haberkorn
1
-1
/
+1
2013-02-22
resolved enter-key handling by introducing get_eol()
Robin Haberkorn
4
-22
/
+19
2013-02-22
function key macro support for GTK+ interface
Robin Haberkorn
2
-11
/
+61
2013-02-22
fixed global object initialization order issue
Robin Haberkorn
7
-25
/
+53
2013-02-22
fixed margin configuration with GTK+ interface
Robin Haberkorn
1
-1
/
+3
2013-02-22
Windows (MinGW) compatibility fixes: suspending impossible and environment in...
Robin Haberkorn
2
-9
/
+10
2013-02-22
VPATH build fixes: SciTECO can now be built from a parallel source tree
Robin Haberkorn
1
-8
/
+11
2013-02-22
removed unused Red-Black tree abstractions
Robin Haberkorn
1
-180
/
+0
2013-02-22
clean up QRegisterTable::insert|initialize usage
Robin Haberkorn
3
-15
/
+13
2013-02-22
clean up QRegister vs. Buffer redundancies using TECODocument class
Robin Haberkorn
7
-88
/
+234
2013-02-22
clean up SciTECO bootstrapping by building convenience library
Robin Haberkorn
1
-23
/
+29
2013-02-22
use preprocessor error if no interface has been selected
Robin Haberkorn
1
-0
/
+2
2013-02-17
made UndoStack::push_msg() inline
Robin Haberkorn
2
-8
/
+6
[next]