aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-03-27don't check for -pthread on MinGWRobin Haberkorn1-7/+8
2024-02-14README: insert image using markdown tag and try to center iconRobin Haberkorn1-3/+2
2024-02-14README: image fixesRobin Haberkorn1-1/+2
2024-02-14README: added demo gifRobin Haberkorn1-1/+4
2024-02-08updated TODORobin Haberkorn1-12/+48
2024-02-08fixed expressions like `1,(2)` or `(1),(2)`: they are reported as two numbers...Robin Haberkorn2-0/+4
2024-02-06fixed the power (^*) operator: did not handle corner cases and was inefficientRobin Haberkorn2-1/+31
2024-02-06avoid Groff warnings due to `\` escapesRobin Haberkorn2-3/+3
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 Haberkorn2-7/+6
2024-02-03Gtk: set icons a bit later after calling gtk_widget_show()Robin Haberkorn1-39/+44
2024-01-28updated TODORobin Haberkorn1-10/+9
2024-01-28cursor movement via fnkeys.tes now preserves the column as in most text editorsRobin Haberkorn3-28/+67
2024-01-22FreeBSD port: allow `make test` and appease `make check-plist`Robin Haberkorn1-0/+6
2024-01-22FreeBSD port: moved xvfb-run.sh to scripts/ subdirRobin Haberkorn2-1/+1
2024-01-21updated copyright to 2024Robin Haberkorn61-61/+61
2024-01-21FreeBSD port: I am now the maintainer and will try to submit it to the FreeBS...Robin Haberkorn1-2/+2
2024-01-20fnkeys.tes: support zooming via F9/F10Robin Haberkorn1-0/+9
2024-01-20removed nonsensical line from sciteco(7) man pageRobin Haberkorn1-1/+0
2024-01-20fixed Clang warnings about one-bit-wide boolean integers (-Wsingle-bit-bitfie...Robin Haberkorn2-7/+7
2024-01-13README: mention aksr's Arch packageRobin Haberkorn1-2/+3
2024-01-13fixed <EC$> assertions: specifying empty command strings was undefinedRobin Haberkorn2-19/+23
2023-07-23FreeBSD port: fixed the LEXILLA optionRobin Haberkorn2-76/+77
2023-07-23FreeBSD port: modified the pkg-message.in to use UCL formatRobin Haberkorn1-0/+7
2023-07-06fixed ]$ and ]~ (pop from Q-Reg stack to special Q-Registers)Robin Haberkorn2-164/+90
2023-07-05set target release to v2.1.0Robin Haberkorn1-1/+1
2023-07-03fixup 69b4bbb8341cfda5d8456ccbf951034d63e4340c: added missing Makefile for Fr...Robin Haberkorn1-0/+87
2023-07-03introduced TECO_DEBUG_CLEANUP to mark destructors that should only be used fo...Robin Haberkorn10-29/+19
2023-07-02added FreBSD port (for ports tree)Robin Haberkorn5-0/+236
2023-07-02cheat-sheet.mm: minor improvementsRobin Haberkorn1-3/+2
2023-06-28added cheat sheetRobin Haberkorn4-2/+821
2023-06-20Debian: fixed rules (build and binary targets)Robin Haberkorn1-2/+33
2023-06-20Debian: updated/modernized config filesRobin Haberkorn3-13/+39
2023-06-20fixup 75533443ecae81d6861bdc1402a0e4b271838979: fixes sciteco-gtk Debian pack...Robin Haberkorn1-1/+1
2023-06-19updated ChangeLog for v2.0.0 and TODOv2.0.0Robin Haberkorn2-13/+227
2023-06-19distribute sciteco.desktopRobin Haberkorn3-4/+3
2023-06-19the SciTECO data installation path is now configurable via --with-scitecodatadirRobin Haberkorn8-21/+26
2023-06-18.teco_ini: don't set up any margins or indention settings on the unnamed bufferRobin Haberkorn1-0/+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 Haberkorn2-7/+22
2023-05-14FreeBSD: fixed test suiteRobin Haberkorn2-3/+5
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 Haberkorn6-89/+126
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
2023-04-20Curses: do not allow typing any non-ASCII characters - fixes crashes on PDCur...Robin Haberkorn1-1/+1
2023-04-19fixup: reverted the last Scintilla patch and unref Scintilla objects via g_ob...Robin Haberkorn2-9/+1