aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2025-03-22factored out all cursor movement and deletion commands into the new compilati...Robin Haberkorn1-0/+1
2024-12-13implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlightingRobin Haberkorn1-0/+1
2024-11-10Win32: fixed Unicode commandlines with newer MinGW runtimesRobin Haberkorn1-1/+5
2024-09-09symbols-extract.tes works in 8-bit mode now (refs #5)Robin Haberkorn1-2/+2
2024-08-23fully support out of tree buildsRobin Haberkorn1-3/+2
2023-06-19distribute sciteco.desktopRobin Haberkorn1-2/+2
2023-04-14allow disabling Lexilla (Lexer) support by specifying --without-lexillaRobin Haberkorn1-3/+8
2021-10-24removed -rdynamic linker flag: should speed up release/nightly builds and dec...Robin Haberkorn1-6/+0
2021-10-11upgraded to Scintilla 5.1.3 and Scinterm 3.1Robin Haberkorn1-4/+5
2021-06-05don't add -rdynamic when not replacing mallocRobin Haberkorn1-1/+4
2021-06-05when not replacing malloc with dlmalloc (--disable-malloc-replacement), don't...Robin Haberkorn1-1/+3
2021-06-02renamed scintilla.[ch] to symbols.[ch]: fixes builds on case-insensitive file...Robin Haberkorn1-1/+1
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-48/+52
2017-04-30removed CLANG and HAVE_SIZED_DEALLOCATION conditionalsRobin Haberkorn1-6/+0
2017-03-08yet another revision of memory limiting: the glibc mallinfo() approach has be...Robin Haberkorn1-0/+3
2017-03-03build system portability fixesRobin Haberkorn1-6/+3
2016-11-20fixed glib warnings about using g_mem_set_vtable() and revised memory limitingRobin Haberkorn1-0/+1
2016-11-18standard lib: added getopt.tes for parsing command line options in scriptsRobin Haberkorn1-4/+6
2016-11-18improved command line option handlingRobin Haberkorn1-2/+19
2016-11-18implemented self-documenting (online) help systemRobin Haberkorn1-4/+5
2016-08-19Integrated clipboard supportRobin Haberkorn1-0/+1
2016-02-10avoid unnecessary undo token allocations in batch mode: greatly speeds up bat...Robin Haberkorn1-1/+1
2016-01-31interfaces have their own automake subdirectories and convenience libraries nowRobin Haberkorn1-57/+36
2016-01-31updated to Gtk+ 3 and revamped the Gtk interface's popup widgetRobin Haberkorn1-2/+5
2015-06-23install PNG icon and use it to set GTK's window iconRobin Haberkorn1-1/+5
2015-03-10added SciTECO icon and compile it into Windows binariesRobin Haberkorn1-0/+8
2015-03-10added ./configure --enable-static-executables optionRobin Haberkorn1-0/+5
2015-03-01moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...Robin Haberkorn1-0/+1
2014-11-24introduced $SCITECOCONFIG env variable, and set different default for $SCITEC...Robin Haberkorn1-1/+1
2014-11-24factored out file loading and saving into the View specialisation IOViewRobin Haberkorn1-0/+1
2014-11-22added globbing command ENRobin Haberkorn1-0/+1
2014-11-17renamed the "NCurses" UI to "Curses" internallyRobin Haberkorn1-2/+2
2014-11-16first working version of the one-view-per-buffer designRobin Haberkorn1-1/+1
2014-11-11refactored SciTECO runtime errors: moved from parser.cpp to error.cppRobin Haberkorn1-0/+1
2014-11-09implemented EC command (execute operating system command) in spawn.cppRobin Haberkorn1-0/+1
2014-10-07Merge branch 'master' of https://github.com/rhaberkorn/scitecoRobin Haberkorn1-0/+1
2014-08-22automatically build Scintilla as part of SciTECO's build system:Robin Haberkorn1-0/+1
2014-04-25added generated symbols (symbols-*.cpp) to CLEANFILESRobin Haberkorn1-1/+2
2014-02-15added EMCurses/Emscripten supportRobin Haberkorn1-1/+2
2013-07-09fixed compilation of the GTK+ interfaceRobin Haberkorn1-1/+1
2013-03-18add check for CLang: use clang-specific warnings only when compiling with CLangRobin Haberkorn1-1/+5
2013-03-18declare all global inter-dependant objects in main.cpp and get rid of init_pr...Robin Haberkorn1-3/+2
2013-03-18disable some bogus warnings for LLVM/ClangRobin Haberkorn1-1/+1
2013-02-22added --with-default-scitecopath config option: default value of $SCITECOPATHRobin Haberkorn1-1/+1
2013-02-22VPATH build fixes: SciTECO can now be built from a parallel source treeRobin Haberkorn1-8/+11
2013-02-22clean up QRegister vs. Buffer redundancies using TECODocument classRobin Haberkorn1-0/+1
2013-02-22clean up SciTECO bootstrapping by building convenience libraryRobin Haberkorn1-23/+29
2013-02-15install standard macros into special standard library path (pkgdatadir/lib)Robin Haberkorn1-1/+1
2013-01-31fixed bootstrapping using sciteco-minimal and bootstrap autodetectionRobin Haberkorn1-1/+1
2013-01-27moved redundant code related to bootstrapping and teco-driven substitutions i...Robin Haberkorn1-3/+2