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
2014-08-22
minor INSTALL typos fixed
Robin Haberkorn
1
-3
/
+3
2014-08-22
automatically build Scintilla as part of SciTECO's build system:
Robin Haberkorn
9
-125
/
+117
2014-08-22
added Scintilla submodule
Robin Haberkorn
2
-0
/
+4
2014-08-20
updated minimum required Scintilla version to 3.4.2 and Scinterm to v1.3
Robin Haberkorn
3
-22
/
+5
2014-02-18
fixed array freeing using delete
Robin Haberkorn
1
-1
/
+1
2014-02-18
comment on unused-result warning of fchown()
Robin Haberkorn
1
-1
/
+5
2014-02-18
removed unreliable CHR2STR() macro
Robin Haberkorn
5
-20
/
+34
2014-02-18
use new EMCurses keyboard handler callback
Robin Haberkorn
1
-1
/
+1
2014-02-17
mention sciteco.sf.net as the project's homepage
Robin Haberkorn
4
-5
/
+6
2014-02-17
sciteco emscripten sample HTML: make sure canvas is hidden if used
Robin Haberkorn
1
-1
/
+1
2014-02-16
treat Emscripten's em++ like Clang
Robin Haberkorn
1
-1
/
+2
2014-02-16
ncurses: fixed info bar at startup
Robin Haberkorn
1
-0
/
+1
2014-02-16
minor DOS to UNIX EOL conversion
Robin Haberkorn
1
-28
/
+28
2014-02-16
updated README: begin to reference resources on Sourceforge
Robin Haberkorn
1
-3
/
+3
2014-02-16
prepare new target release v0.6
Robin Haberkorn
3
-2
/
+10
2014-02-16
updated minimum required Scintilla version to v3.3.7 / Scinterm v1.2
Robin Haberkorn
13
-106
/
+72
2014-02-16
rewritten command-line completion without Glib's g_complete_ functions
Robin Haberkorn
2
-40
/
+71
2014-02-15
updated Copyright to year 2014
Robin Haberkorn
31
-32
/
+32
2014-02-15
updated TODO
Robin Haberkorn
1
-1
/
+5
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
fixed formatting of "Text Editor and Corrector"
Robin Haberkorn
2
-2
/
+2
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
6
-65
/
+177
2013-07-25
updated TODO: reversing EWfilename$ (save as) is broken
Robin Haberkorn
1
-0
/
+1
2013-07-23
updated TODO
Robin Haberkorn
1
-0
/
+1
2013-07-09
fixed compilation of the GTK+ interface
Robin Haberkorn
2
-2
/
+2
2013-07-05
updated TODO
Robin Haberkorn
1
-1
/
+9
2013-07-05
only allow command-line replacements when actually editing the replacement re...
Robin Haberkorn
1
-0
/
+7
2013-07-05
fixed INSTALL instructions and added patch for Scintilla v3.3.1 compatibility
Robin Haberkorn
2
-3
/
+17
2013-07-04
updated lexer config: CMake and XML lexing
Robin Haberkorn
1
-0
/
+87
2013-05-11
Merge branch 'master' of https://github.com/Yomin/sciteco
Robin Haberkorn
1
-1
/
+1
2013-04-11
set LC_ALL=C when executing 'date' for manpage
Martin Roedel
1
-1
/
+1
2013-03-28
added missing debian copyright notice for BSD headers
Robin Haberkorn
1
-0
/
+5
2013-03-20
./distribute: allow not to upload original sources (UPLOAD_SRC=no)
v0.5
Robin Haberkorn
1
-4
/
+12
2013-03-20
fixed zipping of Windows binaries: missing -r flag
Robin Haberkorn
1
-1
/
+1
2013-03-20
updated version to 0.5
Robin Haberkorn
3
-3
/
+3
2013-03-20
moved and updated installation infos into INSTALL
Robin Haberkorn
2
-29
/
+95
2013-03-20
added ./distribute rule to put a debian source package into the sciteco PPA
Robin Haberkorn
1
-0
/
+5
2013-03-20
./distribute debian SIGN=yes: sign source/binary packages
Robin Haberkorn
1
-2
/
+8
2013-03-20
use a Debian version and branch by default
Robin Haberkorn
2
-1
/
+8
2013-03-20
replace GNU readlink dependency with custom canonicalize() shell function
Robin Haberkorn
1
-9
/
+10
2013-03-20
default Scintilla-path is ../scintilla
Robin Haberkorn
3
-5
/
+5
[next]