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
/
Makefile.am
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-22
refactored =/==/=== command into stdio-commands.c
Robin Haberkorn
1
-0
/
+1
2025-03-22
factored out all cursor movement and deletion commands into the new compilati...
Robin Haberkorn
1
-0
/
+1
2024-12-13
implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlighting
Robin Haberkorn
1
-0
/
+1
2024-11-10
Win32: fixed Unicode commandlines with newer MinGW runtimes
Robin Haberkorn
1
-1
/
+5
2024-09-09
symbols-extract.tes works in 8-bit mode now (refs #5)
Robin Haberkorn
1
-2
/
+2
2024-08-23
fully support out of tree builds
Robin Haberkorn
1
-3
/
+2
2023-06-19
distribute sciteco.desktop
Robin Haberkorn
1
-2
/
+2
2023-04-14
allow disabling Lexilla (Lexer) support by specifying --without-lexilla
Robin Haberkorn
1
-3
/
+8
2021-10-24
removed -rdynamic linker flag: should speed up release/nightly builds and dec...
Robin Haberkorn
1
-6
/
+0
2021-10-11
upgraded to Scintilla 5.1.3 and Scinterm 3.1
Robin Haberkorn
1
-4
/
+5
2021-06-05
don't add -rdynamic when not replacing malloc
Robin Haberkorn
1
-1
/
+4
2021-06-05
when not replacing malloc with dlmalloc (--disable-malloc-replacement), don't...
Robin Haberkorn
1
-1
/
+3
2021-06-02
renamed scintilla.[ch] to symbols.[ch]: fixes builds on case-insensitive file...
Robin Haberkorn
1
-1
/
+1
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
1
-48
/
+52
2017-04-30
removed CLANG and HAVE_SIZED_DEALLOCATION conditionals
Robin Haberkorn
1
-6
/
+0
2017-03-08
yet another revision of memory limiting: the glibc mallinfo() approach has be...
Robin Haberkorn
1
-0
/
+3
2017-03-03
build system portability fixes
Robin Haberkorn
1
-6
/
+3
2016-11-20
fixed glib warnings about using g_mem_set_vtable() and revised memory limiting
Robin Haberkorn
1
-0
/
+1
2016-11-18
standard lib: added getopt.tes for parsing command line options in scripts
Robin Haberkorn
1
-4
/
+6
2016-11-18
improved command line option handling
Robin Haberkorn
1
-2
/
+19
2016-11-18
implemented self-documenting (online) help system
Robin Haberkorn
1
-4
/
+5
2016-08-19
Integrated clipboard support
Robin Haberkorn
1
-0
/
+1
2016-02-10
avoid unnecessary undo token allocations in batch mode: greatly speeds up bat...
Robin Haberkorn
1
-1
/
+1
2016-01-31
interfaces have their own automake subdirectories and convenience libraries now
Robin Haberkorn
1
-57
/
+36
2016-01-31
updated to Gtk+ 3 and revamped the Gtk interface's popup widget
Robin Haberkorn
1
-2
/
+5
2015-06-23
install PNG icon and use it to set GTK's window icon
Robin Haberkorn
1
-1
/
+5
2015-03-10
added SciTECO icon and compile it into Windows binaries
Robin Haberkorn
1
-0
/
+8
2015-03-10
added ./configure --enable-static-executables option
Robin Haberkorn
1
-0
/
+5
2015-03-01
moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...
Robin Haberkorn
1
-0
/
+1
2014-11-24
introduced $SCITECOCONFIG env variable, and set different default for $SCITEC...
Robin Haberkorn
1
-1
/
+1
2014-11-24
factored out file loading and saving into the View specialisation IOView
Robin Haberkorn
1
-0
/
+1
2014-11-22
added globbing command EN
Robin Haberkorn
1
-0
/
+1
2014-11-17
renamed the "NCurses" UI to "Curses" internally
Robin Haberkorn
1
-2
/
+2
2014-11-16
first working version of the one-view-per-buffer design
Robin Haberkorn
1
-1
/
+1
2014-11-11
refactored SciTECO runtime errors: moved from parser.cpp to error.cpp
Robin Haberkorn
1
-0
/
+1
2014-11-09
implemented EC command (execute operating system command) in spawn.cpp
Robin Haberkorn
1
-0
/
+1
2014-10-07
Merge branch 'master' of https://github.com/rhaberkorn/sciteco
Robin Haberkorn
1
-0
/
+1
2014-08-22
automatically build Scintilla as part of SciTECO's build system:
Robin Haberkorn
1
-0
/
+1
2014-04-25
added generated symbols (symbols-*.cpp) to CLEANFILES
Robin Haberkorn
1
-1
/
+2
2014-02-15
added EMCurses/Emscripten support
Robin Haberkorn
1
-1
/
+2
2013-07-09
fixed compilation of the GTK+ interface
Robin Haberkorn
1
-1
/
+1
2013-03-18
add check for CLang: use clang-specific warnings only when compiling with CLang
Robin Haberkorn
1
-1
/
+5
2013-03-18
declare all global inter-dependant objects in main.cpp and get rid of init_pr...
Robin Haberkorn
1
-3
/
+2
2013-03-18
disable some bogus warnings for LLVM/Clang
Robin Haberkorn
1
-1
/
+1
2013-02-22
added --with-default-scitecopath config option: default value of $SCITECOPATH
Robin Haberkorn
1
-1
/
+1
2013-02-22
VPATH build fixes: SciTECO can now be built from a parallel source tree
Robin Haberkorn
1
-8
/
+11
2013-02-22
clean up QRegister vs. Buffer redundancies using TECODocument class
Robin Haberkorn
1
-0
/
+1
2013-02-22
clean up SciTECO bootstrapping by building convenience library
Robin Haberkorn
1
-23
/
+29
2013-02-15
install standard macros into special standard library path (pkgdatadir/lib)
Robin Haberkorn
1
-1
/
+1
2013-01-31
fixed bootstrapping using sciteco-minimal and bootstrap autodetection
Robin Haberkorn
1
-1
/
+1
[next]