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
/
sciteco.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-16
implemented mouse support via special ^KMOUSE and <EJ> with negative keys
Robin Haberkorn
1
-1
/
+1
2025-01-13
updated copyright to 2025
Robin Haberkorn
1
-1
/
+1
2024-09-23
allow OSC-52 clipboards on all terminal emulators
Robin Haberkorn
1
-1
/
+1
2024-09-16
Curses: added support for cool Unicode icons (refs #5)
Robin Haberkorn
1
-1
/
+2
2024-09-12
function key macros have been reworked into a more generic key macro feature
Robin Haberkorn
1
-1
/
+1
2024-09-11
the SciTECO parser is Unicode-based now (refs #5)
Robin Haberkorn
1
-1
/
+1
2024-09-09
added raw ANSI mode to facilitate 8-bit clean editing (refs #5)
Robin Haberkorn
1
-0
/
+9
2024-09-09
input and displaying of Unicode characters is now possible (refs #5)
Robin Haberkorn
1
-1
/
+1
2024-01-21
updated copyright to 2024
Robin Haberkorn
1
-1
/
+1
2023-07-03
introduced TECO_DEBUG_CLEANUP to mark destructors that should only be used fo...
Robin Haberkorn
1
-0
/
+10
2023-05-09
fixed CTRL+C interruptions on Windows; optimized CTRL+C polling on Gtk+
Robin Haberkorn
1
-4
/
+1
2023-04-05
updated copyright to 2023
Robin Haberkorn
1
-1
/
+1
2022-06-21
updated copyright to 2022 and updated TODO
Robin Haberkorn
1
-1
/
+1
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
1
-70
/
+89
2017-03-25
some minor Doxygen documentation improvements
Robin Haberkorn
1
-1
/
+2
2017-03-25
0,8ED: Automatic case-folding of commands
Robin Haberkorn
1
-0
/
+1
2017-03-03
updated copyright to 2017
Robin Haberkorn
1
-1
/
+1
2016-11-22
avoid the non-standard \e escape sequence
Robin Haberkorn
1
-2
/
+5
2016-08-19
Integrated clipboard support
Robin Haberkorn
1
-4
/
+5
2016-02-11
minor Doxygen comment fixes
Robin Haberkorn
1
-1
/
+1
2016-01-28
updated copyright to 2016
Robin Haberkorn
1
-1
/
+1
2015-06-29
make sure that we do not loose information when handling tecoBools by implici...
Robin Haberkorn
1
-2
/
+2
2015-06-24
added "^FCLOSE" function key macro and defined SIGTERM behaviour
Robin Haberkorn
1
-0
/
+3
2015-03-16
implemented automatic EOL translation support
Robin Haberkorn
1
-0
/
+4
2015-03-07
cleaned up usage of the escape control character: introduced CTL_KEY_ESC and ...
Robin Haberkorn
1
-2
/
+15
2015-03-01
moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...
Robin Haberkorn
1
-49
/
+0
2015-02-11
updated copyright to 2015
Robin Haberkorn
1
-1
/
+1
2014-11-11
added all of SciTECO's declarations to the "SciTECO" namespace
Robin Haberkorn
1
-0
/
+4
2014-11-09
implemented EC command (execute operating system command) in spawn.cpp
Robin Haberkorn
1
-1
/
+2
2014-02-18
removed unreliable CHR2STR() macro
Robin Haberkorn
1
-8
/
+16
2014-02-16
rewritten command-line completion without Glib's g_complete_ functions
Robin Haberkorn
1
-0
/
+11
2014-02-15
updated Copyright to year 2014
Robin Haberkorn
1
-1
/
+1
2014-02-15
String::get_coord() calculates line and column of a string position
Robin Haberkorn
1
-0
/
+4
2013-03-19
rewritten CHR2STR() using compound statement
Robin Haberkorn
1
-1
/
+6
2013-03-18
declare all global inter-dependant objects in main.cpp and get rid of init_pr...
Robin Haberkorn
1
-4
/
+0
2013-03-18
make sure a (void*)0 is used as sentinels
Robin Haberkorn
1
-1
/
+7
2013-02-22
use typedef for SciTECO integers and make it configurable at configure time
Robin Haberkorn
1
-3
/
+12
2013-02-16
function key support (keys without printable representation) using keyboard m...
Robin Haberkorn
1
-1
/
+2
2013-02-01
fixed buffer Ring initialization
Robin Haberkorn
1
-0
/
+4
2013-01-23
implemented special save last commandline command ("*" at beginning of comman...
Robin Haberkorn
1
-5
/
+0
2013-01-19
updated copyright (2012-2013)
Robin Haberkorn
1
-1
/
+1
2013-01-19
allow <CTRL/C> to be typed; aborts last typed char
Robin Haberkorn
1
-0
/
+4
2012-12-04
added copyright notice to every source file
Robin Haberkorn
1
-0
/
+17
2012-12-04
first working version of autotools based build-system
Robin Haberkorn
1
-5
/
+0
2012-12-04
autoconf preparation: move everything into src/ subdir
Robin Haberkorn
1
-0
/
+76