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
/
interface-curses
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-12
function key macros have been reworked into a more generic key macro feature
Robin Haberkorn
1
-12
/
+24
2024-09-11
the SciTECO parser is Unicode-based now (refs #5)
Robin Haberkorn
1
-5
/
+19
2024-09-09
allow Unicode characters in command line arguments (refs #5)
Robin Haberkorn
1
-4
/
+0
2024-09-09
input and displaying of Unicode characters is now possible (refs #5)
Robin Haberkorn
3
-18
/
+66
2024-01-21
updated copyright to 2024
Robin Haberkorn
5
-5
/
+5
2023-06-18
fixed caret scrolling on startup
Robin Haberkorn
1
-30
/
+29
2023-05-09
fixed CTRL+C interruptions on Windows; optimized CTRL+C polling on Gtk+
Robin Haberkorn
1
-25
/
+34
2023-04-20
Curses: do not allow typing any non-ASCII characters - fixes crashes on PDCur...
Robin Haberkorn
1
-1
/
+1
2023-04-18
no longer try to avoid automatic scrolling - this is patched out of Scintilla...
Robin Haberkorn
1
-5
/
+2
2023-04-16
updated Scintilla to v5.3.4, Scinterm to v4.1 and Lexilla to v5.2.4
Robin Haberkorn
1
-0
/
+11
2023-04-05
updated copyright to 2023
Robin Haberkorn
5
-5
/
+5
2022-11-20
bumped required PDCursesMod version to v4.3.4 or later
Robin Haberkorn
1
-16
/
+0
2022-06-22
PDCursesMod/WinGUI now uses the polling fallback again with a temporary worka...
Robin Haberkorn
1
-76
/
+14
2022-06-21
updated copyright to 2022 and updated TODO
Robin Haberkorn
5
-5
/
+5
2022-06-21
better support recent versions of PDCursesMod (used to be the Win32a-port)
Robin Haberkorn
1
-1
/
+2
2022-06-21
PDCursesMod: fixed the light black color on all GUI backends (e.g. WinGUI)
Robin Haberkorn
1
-0
/
+4
2022-06-21
PDCurses: fixed CTRL+C interruptions on WinCON and WinGUI
Robin Haberkorn
1
-28
/
+87
2022-01-15
fixup: use a dedicated input queue data structures (teco_interface.input_queue)
Robin Haberkorn
1
-22
/
+35
2021-12-22
Curses: added teco_interface_is_interrupted() fallback and standardized how t...
Robin Haberkorn
1
-10
/
+48
2021-12-19
safer use of memcpy() and memchr(): we must not pass in NULL pointers
Robin Haberkorn
1
-0
/
+1
2021-10-13
improved default selection colors and made them configurable via color.tes
Robin Haberkorn
1
-1
/
+4
2021-10-11
optimized caret scrolling: this is a costly operation and is now done only on...
Robin Haberkorn
1
-0
/
+10
2021-10-11
optimized character representation setting
Robin Haberkorn
1
-1
/
+1
2021-10-11
upgraded to Scintilla 5.1.3 and Scinterm 3.1
Robin Haberkorn
1
-7
/
+7
2021-06-08
improved PDCurses detection
Robin Haberkorn
1
-61
/
+22
2021-06-08
get rid of the GObject Builder (GOB2): converted teco-gtk-info-popup.gob and ...
Robin Haberkorn
1
-1
/
+1
2021-06-08
Windows: normalize $COMSPEC
Robin Haberkorn
1
-0
/
+5
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
8
-992
/
+848
2018-06-11
improved Emscripten support: fixed configure-checks, generate *.js and detect...
Robin Haberkorn
1
-2
/
+11
2017-04-30
removed CLANG and HAVE_SIZED_DEALLOCATION conditionals
Robin Haberkorn
1
-7
/
+1
2017-03-14
added ./configure --with-interface=netbsd-curses and improved NetBSD-curses s...
Robin Haberkorn
1
-13
/
+27
2017-03-08
yet another revision of memory limiting: the glibc mallinfo() approach has be...
Robin Haberkorn
1
-0
/
+3
2017-03-03
updated copyright to 2017
Robin Haberkorn
6
-6
/
+6
2016-11-22
avoid the non-standard \e escape sequence
Robin Haberkorn
1
-3
/
+3
2016-11-21
fixed compilation of the PDCurses frontend
Robin Haberkorn
1
-1
/
+1
2016-11-20
fixed glib warnings about using g_mem_set_vtable() and revised memory limiting
Robin Haberkorn
1
-1
/
+3
2016-11-18
improved command line option handling
Robin Haberkorn
2
-5
/
+9
2016-08-19
Integrated clipboard support
Robin Haberkorn
2
-12
/
+360
2016-02-10
avoid unnecessary undo token allocations in batch mode: greatly speeds up bat...
Robin Haberkorn
1
-1
/
+1
2016-01-31
CursesInfoPopup: separated the Curses popup widget from the rest of the UI code
Robin Haberkorn
7
-356
/
+514
2016-01-31
interfaces have their own automake subdirectories and convenience libraries now
Robin Haberkorn
3
-0
/
+1789