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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-09
try a different value for LC_ALL on Mac OS to accept UTF-8 command lines (ref...
Robin Haberkorn
1
-2
/
+1
2024-09-09
testsuite: try different locale on Mac OS (refs #5)
Robin Haberkorn
1
-1
/
+9
2024-09-09
updated TODO
Robin Haberkorn
1
-10
/
+48
2024-09-09
disable unused Scintilla features at build time
Robin Haberkorn
1
-1
/
+3
2024-09-09
define G_DISABLE_ASSERT unless --enable-debug is specified
Robin Haberkorn
2
-1
/
+5
2024-09-09
sample.teco_ini: fixed opening files with glob characters in their names
Robin Haberkorn
1
-1
/
+1
2024-09-09
grosciteco.tes manpage: fixed formatting of list of troff macros
Robin Haberkorn
1
-1
/
+0
2024-09-09
added an improvised lexer for styling Git commit messages
Robin Haberkorn
2
-1
/
+18
2024-09-09
<f,tXq>: fixed for very large character ranges
Robin Haberkorn
1
-3
/
+7
2024-09-09
symbols-extract.tes works in 8-bit mode now (refs #5)
Robin Haberkorn
2
-3
/
+3
2024-09-09
improved 8-bit cleanliness test cases and added Unicode test cases (refs #5)
Robin Haberkorn
2
-5
/
+27
2024-09-09
teco_glyphs2bytes() and teco_bytes2glyphs() renamed to teco_interface_glyphs2...
Robin Haberkorn
5
-26
/
+26
2024-09-09
added raw ANSI mode to facilitate 8-bit clean editing (refs #5)
Robin Haberkorn
17
-107
/
+158
2024-09-09
Xq and ]q inherit the document encoding from the source document (refs #5)
Robin Haberkorn
15
-112
/
+177
2024-09-09
n^Uq now checks the input codepoints for validity (refs #5)
Robin Haberkorn
1
-1
/
+5
2024-09-09
updated README and sciteco(7) with information about Unicode support (refs #5)
Robin Haberkorn
2
-10
/
+32
2024-09-09
Gtk: ignore the keyboard layout whereever possible (refs #5)
Robin Haberkorn
2
-23
/
+89
2024-09-09
leave some comments on what to do when converting the parser to Unicode (refs...
Robin Haberkorn
2
-1
/
+21
2024-09-09
search patterns are now expected to be in UTF-8 and the document's encoding i...
Robin Haberkorn
1
-21
/
+31
2024-09-09
the ^EUq string building escape now respects the encoding (can insert bytes o...
Robin Haberkorn
11
-16
/
+104
2024-09-09
<I> command evaluates input codepoints (refs #5)
Robin Haberkorn
1
-10
/
+18
2024-09-09
conditionals now check for Unicode codepoints (refs #5)
Robin Haberkorn
2
-13
/
+13
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
lexer.checkheader is Unicode-aware now (refs #5)
Robin Haberkorn
1
-1
/
+1
2024-09-09
avoid redunancies between teco_qreg_plain_get_character() and teco_state_star...
Robin Haberkorn
6
-48
/
+54
2024-09-09
grosciteco: support Unicode (refs #5)
Robin Haberkorn
2
-28
/
+46
2024-09-09
reserve at most 4 bytes for UTF-8 encoded characters (refs #5)
Robin Haberkorn
3
-3
/
+4
2024-09-09
Codepage guessing is done in .teco_ini (refs #5)
Robin Haberkorn
1
-0
/
+3
2024-09-09
implemented <EE> and <^E> commands for configuring encodings and translating ...
Robin Haberkorn
4
-18
/
+146
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
prefer libncursesw (widechar variant) (refs #5)
Robin Haberkorn
3
-4
/
+9
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
3
-5
/
+10
2024-08-24
win32 CI: also set PDCURSES_CFLAGS
Robin Haberkorn
1
-1
/
+4
2024-08-23
hopefully fixed the Windows CI tests
Robin Haberkorn
1
-1
/
+2
2024-08-23
debian package: updated copyright to 2024
Robin Haberkorn
1
-1
/
+1
2024-08-23
Lexilla: the troff branch has been merged, so we point to the upstream reposi...
Robin Haberkorn
1
-0
/
+0
2024-08-23
fully support out of tree builds
Robin Haberkorn
12
-88
/
+57
2024-08-22
some updates on Scintilla/Lexilla out-of-tree builds
Robin Haberkorn
2
-0
/
+7
2024-08-22
bumped Lexilla submodule: it has just been rebased
Robin Haberkorn
1
-0
/
+0
2024-08-21
reverted adf0c46a70b20d187b62c596052f643a6673f68f and updated Scinterm to v5.0
Robin Haberkorn
2
-1
/
+1
2024-08-21
Curses UI: fixed drawing of boxed indicators
Robin Haberkorn
3
-5
/
+2
2024-08-18
added troff/nroff lexer
Robin Haberkorn
7
-4
/
+90
2024-05-23
nightly builds: avoid uploading pkg2appimage.AppImage
Robin Haberkorn
1
-3
/
+3
2024-05-22
Gtk AppImage: exclude libglib to improve portability
Robin Haberkorn
1
-0
/
+4
2024-05-22
AppImage: fixed the Ubuntu package download URLs
Robin Haberkorn
2
-2
/
+2
[next]