aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-09-10win32: fixed opening and saving UTF-8 filenames (refs #5)Robin Haberkorn1-5/+15
2024-09-10win32: convert command line to UTF-8 (refs #5)Robin Haberkorn2-17/+31
2024-09-09define G_DISABLE_ASSERT unless --enable-debug is specifiedRobin Haberkorn1-1/+1
2024-09-09<f,tXq>: fixed for very large character rangesRobin Haberkorn1-3/+7
2024-09-09symbols-extract.tes works in 8-bit mode now (refs #5)Robin Haberkorn2-3/+3
2024-09-09teco_glyphs2bytes() and teco_bytes2glyphs() renamed to teco_interface_glyphs2...Robin Haberkorn5-26/+26
2024-09-09added raw ANSI mode to facilitate 8-bit clean editing (refs #5)Robin Haberkorn13-104/+143
2024-09-09Xq and ]q inherit the document encoding from the source document (refs #5)Robin Haberkorn14-112/+177
2024-09-09n^Uq now checks the input codepoints for validity (refs #5)Robin Haberkorn1-1/+5
2024-09-09Gtk: ignore the keyboard layout whereever possible (refs #5)Robin Haberkorn2-23/+89
2024-09-09leave some comments on what to do when converting the parser to Unicode (refs...Robin Haberkorn2-1/+21
2024-09-09search patterns are now expected to be in UTF-8 and the document's encoding i...Robin Haberkorn1-21/+31
2024-09-09the ^EUq string building escape now respects the encoding (can insert bytes o...Robin Haberkorn10-16/+98
2024-09-09<I> command evaluates input codepoints (refs #5)Robin Haberkorn1-10/+18
2024-09-09conditionals now check for Unicode codepoints (refs #5)Robin Haberkorn1-7/+7
2024-09-09glob patterns fully support Unicode now (refs #5)Robin Haberkorn1-13/+16
2024-09-09:EL can be used to perform codepage conversions now (refs #5)Robin Haberkorn2-35/+231
2024-09-09avoid redunancies between teco_qreg_plain_get_character() and teco_state_star...Robin Haberkorn6-48/+54
2024-09-09reserve at most 4 bytes for UTF-8 encoded characters (refs #5)Robin Haberkorn3-3/+4
2024-09-09implemented <EE> and <^E> commands for configuring encodings and translating ...Robin Haberkorn2-1/+129
2024-09-09Unicode support for the Q-Register commands (refs #5)Robin Haberkorn10-145/+274
2024-09-09allow Unicode characters in command line arguments (refs #5)Robin Haberkorn2-4/+8
2024-09-09Glyph to byte offset mapping is now using the line character index (refs #5)Robin Haberkorn7-68/+130
2024-09-09implemented Unicode support for rubin/rubout and a number of commands (WIP) (...Robin Haberkorn5-44/+148
2024-09-09input and displaying of Unicode characters is now possible (refs #5)Robin Haberkorn6-27/+73
2024-08-28fixed retrieval of characters with codes larger than 127 - always return unsi...Robin Haberkorn2-5/+7
2024-08-23fully support out of tree buildsRobin Haberkorn1-3/+2
2024-02-08fixed expressions like `1,(2)` or `(1),(2)`: they are reported as two numbers...Robin Haberkorn1-0/+3
2024-02-06fixed the power (^*) operator: did not handle corner cases and was inefficientRobin Haberkorn1-1/+22
2024-02-06avoid Groff warnings due to `\` escapesRobin Haberkorn1-2/+2
2024-02-06use bool instead of guint for 1-bit fieldsRobin Haberkorn2-7/+10
2024-02-03GTK: allow disabling client-side decorations by setting $GTK_CSD=0Robin Haberkorn1-7/+2
2024-02-03Gtk: set icons a bit later after calling gtk_widget_show()Robin Haberkorn1-39/+44
2024-01-28cursor movement via fnkeys.tes now preserves the column as in most text editorsRobin Haberkorn1-1/+18
2024-01-21updated copyright to 2024Robin Haberkorn61-61/+61
2024-01-20fixed Clang warnings about one-bit-wide boolean integers (-Wsingle-bit-bitfie...Robin Haberkorn2-7/+7
2024-01-13fixed <EC$> assertions: specifying empty command strings was undefinedRobin Haberkorn1-19/+18
2023-07-06fixed ]$ and ]~ (pop from Q-Reg stack to special Q-Registers)Robin Haberkorn1-164/+84
2023-07-03introduced TECO_DEBUG_CLEANUP to mark destructors that should only be used fo...Robin Haberkorn9-25/+19
2023-06-19distribute sciteco.desktopRobin Haberkorn2-2/+10
2023-06-19the SciTECO data installation path is now configurable via --with-scitecodatadirRobin Haberkorn1-1/+1
2023-06-18fixed caret scrolling on startupRobin Haberkorn2-91/+93
2023-05-14resolved warning in gtk-label.c due to wrong enum typeRobin Haberkorn1-1/+1
2023-05-14FreeBSD: fixed the poll-thread memory limiting implementation - it's the defa...Robin Haberkorn1-4/+17
2023-05-12fixup EC on Win32 and interruptions via CTRL+CRobin Haberkorn1-33/+82
2023-05-09fixup: building on UNIXRobin Haberkorn1-1/+1
2023-05-09fixed CTRL+C interruptions on Windows; optimized CTRL+C polling on Gtk+Robin Haberkorn5-88/+125
2023-04-29fixed <EC> interruptions on Gtk+ (and probably on PDCurses/Win32)Robin Haberkorn2-6/+30
2023-04-27Gtk: fixed scrolling in the command line widgetRobin Haberkorn1-7/+2
2023-04-27Gtk: fixed entering dead keysRobin Haberkorn1-25/+63