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
/
qreg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-23
support mouse interaction with popup windows
Robin Haberkorn
1
-3
/
+10
2025-01-13
updated copyright to 2025
Robin Haberkorn
1
-1
/
+1
2024-12-22
fixed lexing (syntax highlighting) of the null-character (^@) in SciTECO code
Robin Haberkorn
1
-1
/
+1
2024-12-22
fixed crashes while setting special Q-Registers with EU (string-building char...
Robin Haberkorn
1
-6
/
+6
2024-11-24
added special Q-Register ":" for accessing dot
Robin Haberkorn
1
-0
/
+50
2024-11-23
disallow setting the radix to values lower than 2
Robin Haberkorn
1
-2
/
+27
2024-11-23
the search mode and current radix are mapped to __local__ Q-Registers ^X and ...
Robin Haberkorn
1
-4
/
+39
2024-10-28
fixed rubbing out <:Xq>, <:^Uq> and other append-to-register operations
Robin Haberkorn
1
-22
/
+23
2024-10-18
fixed the "Editing local registers in macro calls" check
Robin Haberkorn
1
-2
/
+4
2024-10-16
Revert "replaced bool completely with gboolean"
Robin Haberkorn
1
-1
/
+2
2024-09-28
replaced bool completely with gboolean
Robin Haberkorn
1
-2
/
+1
2024-09-19
"special" Q-Registers now support EQq/.../ (load) and E%q/.../ (save) commands
Robin Haberkorn
1
-56
/
+130
2024-09-18
check that local register is not edited at the end of macro calls
Robin Haberkorn
1
-0
/
+6
2024-09-11
the SciTECO parser is Unicode-based now (refs #5)
Robin Haberkorn
1
-20
/
+20
2024-09-09
added raw ANSI mode to facilitate 8-bit clean editing (refs #5)
Robin Haberkorn
1
-29
/
+22
2024-09-09
Xq and ]q inherit the document encoding from the source document (refs #5)
Robin Haberkorn
1
-49
/
+39
2024-09-09
leave some comments on what to do when converting the parser to Unicode (refs...
Robin Haberkorn
1
-0
/
+9
2024-09-09
the ^EUq string building escape now respects the encoding (can insert bytes o...
Robin Haberkorn
1
-3
/
+3
2024-09-09
avoid redunancies between teco_qreg_plain_get_character() and teco_state_star...
Robin Haberkorn
1
-20
/
+1
2024-09-09
reserve at most 4 bytes for UTF-8 encoded characters (refs #5)
Robin Haberkorn
1
-1
/
+1
2024-09-09
Unicode support for the Q-Register commands (refs #5)
Robin Haberkorn
1
-34
/
+107
2024-08-28
fixed retrieval of characters with codes larger than 127 - always return unsi...
Robin Haberkorn
1
-3
/
+4
2024-02-06
use bool instead of guint for 1-bit fields
Robin Haberkorn
1
-1
/
+2
2024-01-21
updated copyright to 2024
Robin Haberkorn
1
-1
/
+1
2024-01-20
fixed Clang warnings about one-bit-wide boolean integers (-Wsingle-bit-bitfie...
Robin Haberkorn
1
-1
/
+1
2023-07-06
fixed ]$ and ]~ (pop from Q-Reg stack to special Q-Registers)
Robin Haberkorn
1
-164
/
+84
2023-04-05
updated copyright to 2023
Robin Haberkorn
1
-1
/
+1
2022-11-28
fixed a number of crashes due to empty string arguments or uninitialized regi...
Robin Haberkorn
1
-0
/
+1
2022-11-20
fixed teco_qreg_table_set_environ() on Win32: sometimes keys unexpectedly beg...
Robin Haberkorn
1
-1
/
+13
2022-11-20
teco_qreg_table_set_environ() will now use g_get_environ() instead of g_liste...
Robin Haberkorn
1
-9
/
+5
2022-06-21
updated copyright to 2022 and updated TODO
Robin Haberkorn
1
-1
/
+1
2021-10-11
fixed crashes when the Q-Reg stack is non-empty at exit
Robin Haberkorn
1
-3
/
+1
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
1
-0
/
+1542