aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sciteco.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-09added raw ANSI mode to facilitate 8-bit clean editing (refs #5)Robin Haberkorn1-0/+9
2024-09-09input and displaying of Unicode characters is now possible (refs #5)Robin Haberkorn1-1/+1
2024-01-21updated copyright to 2024Robin Haberkorn1-1/+1
2023-07-03introduced TECO_DEBUG_CLEANUP to mark destructors that should only be used fo...Robin Haberkorn1-0/+10
2023-05-09fixed CTRL+C interruptions on Windows; optimized CTRL+C polling on Gtk+Robin Haberkorn1-4/+1
2023-04-05updated copyright to 2023Robin Haberkorn1-1/+1
2022-06-21updated copyright to 2022 and updated TODORobin Haberkorn1-1/+1
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-70/+89
2017-03-25some minor Doxygen documentation improvementsRobin Haberkorn1-1/+2
2017-03-250,8ED: Automatic case-folding of commandsRobin Haberkorn1-0/+1
2017-03-03updated copyright to 2017Robin Haberkorn1-1/+1
2016-11-22avoid the non-standard \e escape sequenceRobin Haberkorn1-2/+5
2016-08-19Integrated clipboard supportRobin Haberkorn1-4/+5
2016-02-11minor Doxygen comment fixesRobin Haberkorn1-1/+1
2016-01-28updated copyright to 2016Robin Haberkorn1-1/+1
2015-06-29make sure that we do not loose information when handling tecoBools by implici...Robin Haberkorn1-2/+2
2015-06-24added "^FCLOSE" function key macro and defined SIGTERM behaviourRobin Haberkorn1-0/+3
2015-03-16implemented automatic EOL translation supportRobin Haberkorn1-0/+4
2015-03-07cleaned up usage of the escape control character: introduced CTL_KEY_ESC and ...Robin Haberkorn1-2/+15
2015-03-01moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...Robin Haberkorn1-49/+0
2015-02-11updated copyright to 2015Robin Haberkorn1-1/+1
2014-11-11added all of SciTECO's declarations to the "SciTECO" namespaceRobin Haberkorn1-0/+4
2014-11-09implemented EC command (execute operating system command) in spawn.cppRobin Haberkorn1-1/+2
2014-02-18removed unreliable CHR2STR() macroRobin Haberkorn1-8/+16
2014-02-16rewritten command-line completion without Glib's g_complete_ functionsRobin Haberkorn1-0/+11
2014-02-15updated Copyright to year 2014Robin Haberkorn1-1/+1
2014-02-15String::get_coord() calculates line and column of a string positionRobin Haberkorn1-0/+4
2013-03-19rewritten CHR2STR() using compound statementRobin Haberkorn1-1/+6
2013-03-18declare all global inter-dependant objects in main.cpp and get rid of init_pr...Robin Haberkorn1-4/+0
2013-03-18make sure a (void*)0 is used as sentinelsRobin Haberkorn1-1/+7
2013-02-22use typedef for SciTECO integers and make it configurable at configure timeRobin Haberkorn1-3/+12
2013-02-16function key support (keys without printable representation) using keyboard m...Robin Haberkorn1-1/+2
2013-02-01fixed buffer Ring initializationRobin Haberkorn1-0/+4
2013-01-23implemented special save last commandline command ("*" at beginning of comman...Robin Haberkorn1-5/+0
2013-01-19updated copyright (2012-2013)Robin Haberkorn1-1/+1
2013-01-19allow <CTRL/C> to be typed; aborts last typed charRobin Haberkorn1-0/+4
2012-12-04added copyright notice to every source fileRobin Haberkorn1-0/+17
2012-12-04first working version of autotools based build-systemRobin Haberkorn1-5/+0
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn1-0/+76