aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-02-18fixed array freeing using deleteRobin Haberkorn1-1/+1
2014-02-18comment on unused-result warning of fchown()Robin Haberkorn1-1/+5
2014-02-18removed unreliable CHR2STR() macroRobin Haberkorn4-18/+34
2014-02-18use new EMCurses keyboard handler callbackRobin Haberkorn1-1/+1
2014-02-17sciteco emscripten sample HTML: make sure canvas is hidden if usedRobin Haberkorn1-1/+1
2014-02-16ncurses: fixed info bar at startupRobin Haberkorn1-0/+1
2014-02-16minor DOS to UNIX EOL conversionRobin Haberkorn1-28/+28
2014-02-16updated minimum required Scintilla version to v3.3.7 / Scinterm v1.2Robin Haberkorn1-0/+39
2014-02-16rewritten command-line completion without Glib's g_complete_ functionsRobin Haberkorn2-40/+71
2014-02-15updated Copyright to year 2014Robin Haberkorn30-30/+30
2014-02-15report stack overflows as errors & fixed ValueStack dtorRobin Haberkorn1-1/+5
2014-02-15all interface classes define the same type InterfaceCurrent, simplifying the ...Robin Haberkorn4-11/+8
2014-02-15catch division by zero errorsRobin Haberkorn1-8/+29
2014-02-15added State::StdError class for constructing errors from std::exception objectsRobin Haberkorn3-6/+19
2014-02-15use GLib's GError information to yield errorsRobin Haberkorn7-19/+27
2014-02-15fixed Execute::macro() and Execute::file() exceptionsRobin Haberkorn2-8/+69
2014-02-15removed most exception specifications: allow bad_allocs to propagateRobin Haberkorn12-111/+110
2014-02-15glib allocation functions throw std::bad_alloc exceptions now; catch all bad_...Robin Haberkorn2-4/+69
2014-02-15String::get_coord() calculates line and column of a string positionRobin Haberkorn4-12/+53
2014-02-15added support for TECO stack tracingRobin Haberkorn6-37/+171
2014-02-15added EMCurses/Emscripten supportRobin Haberkorn5-64/+170
2013-07-09fixed compilation of the GTK+ interfaceRobin Haberkorn1-1/+1
2013-07-05only allow command-line replacements when actually editing the replacement re...Robin Haberkorn1-0/+7
2013-03-19avoid delete-non-virtual-dtor warning on g++ 4.7Robin Haberkorn2-0/+2
2013-03-19rewritten CHR2STR() using compound statementRobin Haberkorn2-3/+8
2013-03-18explicitly instantiate MicroStateMachine: fixes compilation with gcc-4.4Robin Haberkorn4-7/+7
2013-03-18add check for CLang: use clang-specific warnings only when compiling with CLangRobin Haberkorn1-1/+5
2013-03-18remove all unused-attributes for parametersRobin Haberkorn5-17/+11
2013-03-18declare State::Error::Error() as printf-likeRobin Haberkorn1-1/+1
2013-03-18declare all global inter-dependant objects in main.cpp and get rid of init_pr...Robin Haberkorn15-50/+60
2013-03-18disable some bogus warnings for LLVM/ClangRobin Haberkorn1-1/+1
2013-03-18make sure a (void*)0 is used as sentinelsRobin Haberkorn6-12/+18
2013-03-18prefer $HOME over passdb when looking for .teco_iniRobin Haberkorn1-1/+1
2013-03-17^E\ string building character to format numberRobin Haberkorn3-14/+38
2013-03-17fixed ^EG pattern match character: use QRegSpecMachine to parse register spec...Robin Haberkorn2-3/+7
2013-03-16make success/failure conditional tests more consistent with the definition of...Robin Haberkorn1-3/+9
2013-03-16common parent state for all file-name-expecting commands: fixes EM tab-comple...Robin Haberkorn4-7/+17
2013-03-16fixed: prevent accessing registers in parse-only modeRobin Haberkorn1-0/+10
2013-03-16documented remaining commandsRobin Haberkorn6-2/+405
2013-03-16completed documentation of all commands in parser.cppRobin Haberkorn1-1/+220
2013-03-16documented commands ending in StateStartRobin Haberkorn1-0/+311
2013-02-25EM...$ command to read macro from file and execute immediately (just like "M")Robin Haberkorn4-1/+21
2013-02-24moved QuickSort macros from symbols-extract script into own string.tes macro ...Robin Haberkorn1-43/+1
2013-02-24cleaned up SymbolList class: make attributes privateRobin Haberkorn2-7/+13
2013-02-23fixed symbol lists: sort order must correspond with search order (determined ...Robin Haberkorn3-32/+42
2013-02-22save/restore anchor position along with dot (current position) when editing d...Robin Haberkorn2-6/+12
2013-02-22use typedef for SciTECO integers and make it configurable at configure timeRobin Haberkorn12-68/+78
2013-02-22added --with-default-scitecopath config option: default value of $SCITECOPATHRobin Haberkorn1-1/+1
2013-02-22resolved enter-key handling by introducing get_eol()Robin Haberkorn4-22/+19
2013-02-22function key macro support for GTK+ interfaceRobin Haberkorn2-11/+61