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
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
2024-05-22
build and upload AppImages as part of nightly builds
Robin Haberkorn
5
-5
/
+82
2024-05-22
ci.yml: hopefully fixed Mac OS CI builds - it appears we need sudo now
Robin Haberkorn
1
-1
/
+1
2024-05-22
updated CI workflows: bumped some versions
Robin Haberkorn
3
-13
/
+20
2024-03-27
don't check for -pthread on MinGW
Robin Haberkorn
1
-7
/
+8
2024-02-14
README: insert image using markdown tag and try to center icon
Robin Haberkorn
1
-3
/
+2
2024-02-14
README: image fixes
Robin Haberkorn
1
-1
/
+2
2024-02-14
README: added demo gif
Robin Haberkorn
1
-1
/
+4
2024-02-08
updated TODO
Robin Haberkorn
1
-12
/
+48
2024-02-08
fixed expressions like `1,(2)` or `(1),(2)`: they are reported as two numbers...
Robin Haberkorn
2
-0
/
+4
2024-02-06
fixed the power (^*) operator: did not handle corner cases and was inefficient
Robin Haberkorn
2
-1
/
+31
2024-02-06
avoid Groff warnings due to `\` escapes
Robin Haberkorn
2
-3
/
+3
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
2
-7
/
+6
2024-02-03
Gtk: set icons a bit later after calling gtk_widget_show()
Robin Haberkorn
1
-39
/
+44
2024-01-28
updated TODO
Robin Haberkorn
1
-10
/
+9
2024-01-28
cursor movement via fnkeys.tes now preserves the column as in most text editors
Robin Haberkorn
3
-28
/
+67
2024-01-22
FreeBSD port: allow `make test` and appease `make check-plist`
Robin Haberkorn
1
-0
/
+6
2024-01-22
FreeBSD port: moved xvfb-run.sh to scripts/ subdir
Robin Haberkorn
2
-1
/
+1
2024-01-21
updated copyright to 2024
Robin Haberkorn
61
-61
/
+61
2024-01-21
FreeBSD port: I am now the maintainer and will try to submit it to the FreeBS...
Robin Haberkorn
1
-2
/
+2
2024-01-20
fnkeys.tes: support zooming via F9/F10
Robin Haberkorn
1
-0
/
+9
2024-01-20
removed nonsensical line from sciteco(7) man page
Robin Haberkorn
1
-1
/
+0
2024-01-20
fixed Clang warnings about one-bit-wide boolean integers (-Wsingle-bit-bitfie...
Robin Haberkorn
2
-7
/
+7
2024-01-13
README: mention aksr's Arch package
Robin Haberkorn
1
-2
/
+3
2024-01-13
fixed <EC$> assertions: specifying empty command strings was undefined
Robin Haberkorn
2
-19
/
+23
[prev]
[next]