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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-09
glob patterns fully support Unicode now (refs #5)
Robin Haberkorn
1
-13
/
+16
2024-09-09
:EL can be used to perform codepage conversions now (refs #5)
Robin Haberkorn
2
-35
/
+231
2024-09-09
avoid redunancies between teco_qreg_plain_get_character() and teco_state_star...
Robin Haberkorn
6
-48
/
+54
2024-09-09
reserve at most 4 bytes for UTF-8 encoded characters (refs #5)
Robin Haberkorn
3
-3
/
+4
2024-09-09
implemented <EE> and <^E> commands for configuring encodings and translating ...
Robin Haberkorn
2
-1
/
+129
2024-09-09
Unicode support for the Q-Register commands (refs #5)
Robin Haberkorn
10
-145
/
+274
2024-09-09
allow Unicode characters in command line arguments (refs #5)
Robin Haberkorn
2
-4
/
+8
2024-09-09
Glyph to byte offset mapping is now using the line character index (refs #5)
Robin Haberkorn
7
-68
/
+130
2024-09-09
implemented Unicode support for rubin/rubout and a number of commands (WIP) (...
Robin Haberkorn
5
-44
/
+148
2024-09-09
input and displaying of Unicode characters is now possible (refs #5)
Robin Haberkorn
6
-27
/
+73
2024-08-28
fixed retrieval of characters with codes larger than 127 - always return unsi...
Robin Haberkorn
2
-5
/
+7
2024-08-23
fully support out of tree builds
Robin Haberkorn
1
-3
/
+2
2024-02-08
fixed expressions like `1,(2)` or `(1),(2)`: they are reported as two numbers...
Robin Haberkorn
1
-0
/
+3
2024-02-06
fixed the power (^*) operator: did not handle corner cases and was inefficient
Robin Haberkorn
1
-1
/
+22
2024-02-06
avoid Groff warnings due to `\` escapes
Robin Haberkorn
1
-2
/
+2
2024-02-06
use bool instead of guint for 1-bit fields
Robin Haberkorn
2
-7
/
+10
2024-02-03
GTK: allow disabling client-side decorations by setting $GTK_CSD=0
Robin Haberkorn
1
-7
/
+2
2024-02-03
Gtk: set icons a bit later after calling gtk_widget_show()
Robin Haberkorn
1
-39
/
+44
2024-01-28
cursor movement via fnkeys.tes now preserves the column as in most text editors
Robin Haberkorn
1
-1
/
+18
2024-01-21
updated copyright to 2024
Robin Haberkorn
61
-61
/
+61
2024-01-20
fixed Clang warnings about one-bit-wide boolean integers (-Wsingle-bit-bitfie...
Robin Haberkorn
2
-7
/
+7
2024-01-13
fixed <EC$> assertions: specifying empty command strings was undefined
Robin Haberkorn
1
-19
/
+18
2023-07-06
fixed ]$ and ]~ (pop from Q-Reg stack to special Q-Registers)
Robin Haberkorn
1
-164
/
+84
2023-07-03
introduced TECO_DEBUG_CLEANUP to mark destructors that should only be used fo...
Robin Haberkorn
9
-25
/
+19
2023-06-19
distribute sciteco.desktop
Robin Haberkorn
2
-2
/
+10
2023-06-19
the SciTECO data installation path is now configurable via --with-scitecodatadir
Robin Haberkorn
1
-1
/
+1
2023-06-18
fixed caret scrolling on startup
Robin Haberkorn
2
-91
/
+93
2023-05-14
resolved warning in gtk-label.c due to wrong enum type
Robin Haberkorn
1
-1
/
+1
2023-05-14
FreeBSD: fixed the poll-thread memory limiting implementation - it's the defa...
Robin Haberkorn
1
-4
/
+17
2023-05-12
fixup EC on Win32 and interruptions via CTRL+C
Robin Haberkorn
1
-33
/
+82
2023-05-09
fixup: building on UNIX
Robin Haberkorn
1
-1
/
+1
2023-05-09
fixed CTRL+C interruptions on Windows; optimized CTRL+C polling on Gtk+
Robin Haberkorn
5
-88
/
+125
2023-04-29
fixed <EC> interruptions on Gtk+ (and probably on PDCurses/Win32)
Robin Haberkorn
2
-6
/
+30
2023-04-27
Gtk: fixed scrolling in the command line widget
Robin Haberkorn
1
-7
/
+2
2023-04-27
Gtk: fixed entering dead keys
Robin Haberkorn
1
-25
/
+63
2023-04-20
Curses: do not allow typing any non-ASCII characters - fixes crashes on PDCur...
Robin Haberkorn
1
-1
/
+1
2023-04-19
fixup: reverted the last Scintilla patch and unref Scintilla objects via g_ob...
Robin Haberkorn
1
-9
/
+1
2023-04-18
fixup a6b5394086260c262e393dd113057916fd14134b: emit undo tokens for insert_len
Robin Haberkorn
1
-11
/
+14
2023-04-18
no longer try to avoid automatic scrolling - this is patched out of Scintilla...
Robin Haberkorn
7
-44
/
+30
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-16
fixed interruptions of commands with string arguments in interactive mode
Robin Haberkorn
1
-4
/
+12
2023-04-14
allow disabling Lexilla (Lexer) support by specifying --without-lexilla
Robin Haberkorn
2
-4
/
+14
2023-04-13
cmdline.c: fixed rubbing out words (^W) and possible chrashes
Robin Haberkorn
1
-17
/
+10
2023-04-13
cmdline.c: simplified the rubin-case
Robin Haberkorn
2
-13
/
+6
2023-04-13
fixed typing in characters of the rubbed-out command-line
Robin Haberkorn
1
-11
/
+12
2023-04-05
updated copyright to 2023
Robin Haberkorn
61
-61
/
+61
2023-04-05
default font is now "Monospace" instead of Courier
Robin Haberkorn
1
-1
/
+1
2022-12-10
fixed pass-through loops: especially :> and :F<
Robin Haberkorn
1
-15
/
+46
2022-11-28
fixed a number of crashes due to empty string arguments or uninitialized regi...
Robin Haberkorn
9
-5
/
+18
2022-11-20
bumped required PDCursesMod version to v4.3.4 or later
Robin Haberkorn
1
-16
/
+0
[next]