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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-21
fixed EOL conversion on UTF-8 texts
Robin Haberkorn
1
-1
/
+1
2024-10-19
<EC>: perhaps fixed race conditions and problems when creating and terminatin...
Robin Haberkorn
2
-4
/
+34
2024-10-18
fixed the "Editing local registers in macro calls" check
Robin Haberkorn
4
-6
/
+12
2024-10-16
Revert "replaced bool completely with gboolean"
Robin Haberkorn
2
-7
/
+10
2024-10-16
fixup: use teco_machine_t::must_undo instead of trying to identify the curren...
Robin Haberkorn
6
-43
/
+30
2024-10-15
fixed memory corruptions due to undoing the teco_machine_stringbuilding_t::co...
Robin Haberkorn
5
-8
/
+42
2024-10-15
fixed memory leak when replacing command lines
Robin Haberkorn
1
-3
/
+2
2024-10-15
netbsd-curses: fixed the default escape delay
Robin Haberkorn
1
-22
/
+22
2024-10-15
improved support for braces within loops: warn about unclosed braces and allo...
Robin Haberkorn
2
-3
/
+14
2024-10-06
fixup b36ff2502ae3b0e18fa862a01fba9cc2c9067e31: fixes pattern match character...
Robin Haberkorn
1
-0
/
+1
2024-10-05
Gtk UI: support setting and getting clipboards containing null bytes
Robin Haberkorn
3
-13
/
+57
2024-10-04
pattern match characters support ^Q/^R now as well
Robin Haberkorn
2
-11
/
+41
2024-09-28
replaced bool completely with gboolean
Robin Haberkorn
2
-10
/
+7
2024-09-28
fixed compilation on most compilers due to goto beyond g_auto() declaration
Robin Haberkorn
1
-3
/
+3
2024-09-28
some minor fixes to help (?) command
Robin Haberkorn
1
-2
/
+2
2024-09-28
check the memory limit and allow interruptions when loading files
Robin Haberkorn
1
-5
/
+23
2024-09-28
FreeBSD/jemalloc: fixed recovery after hitting memory limit
Robin Haberkorn
1
-0
/
+10
2024-09-28
fixed memory limiting if the process' memory usage is larger than 2GB and ove...
Robin Haberkorn
1
-7
/
+8
2024-09-26
Git lexer: added support for TAG_EDITMSG and MERGE_MSG
Robin Haberkorn
1
-1
/
+2
2024-09-25
Curses: added "Git" icons for COMMIT_EDITMSG and git-rebase-todo
Robin Haberkorn
1
-0
/
+2
2024-09-25
fixed rubbing out (some) string building constructs at the beginning of the c...
Robin Haberkorn
1
-7
/
+2
2024-09-25
inhibit some immediate editing commands after ^Q/^R string building constructs
Robin Haberkorn
2
-1
/
+29
2024-09-23
allow OSC-52 clipboards on all terminal emulators
Robin Haberkorn
3
-19
/
+31
2024-09-22
Curses: always wgetch() on a dummy pad, avoiding unnecessary wrefresh()
Robin Haberkorn
1
-35
/
+45
2024-09-21
disable shared libraries by default
Robin Haberkorn
1
-0
/
+5
2024-09-21
PDCurses/WinGUI: fixed Unicode icons on win32
Robin Haberkorn
3
-8
/
+27
2024-09-21
syntax errors are reported with "echoed" characters, ie. as purely printable ...
Robin Haberkorn
1
-1
/
+3
2024-09-20
^W^W and ^V^V can be typed completely with upcarets now and they case fold al...
Robin Haberkorn
2
-25
/
+99
2024-09-19
Ctrl+^ is no longer translated to a single caret in string building (refs #20)
Robin Haberkorn
1
-4
/
+21
2024-09-19
"special" Q-Registers now support EQq/.../ (load) and E%q/.../ (save) commands
Robin Haberkorn
4
-66
/
+140
2024-09-18
check that local register is not edited at the end of macro calls
Robin Haberkorn
3
-0
/
+22
2024-09-17
fixed searches on completely new and empty documents
Robin Haberkorn
1
-1
/
+2
2024-09-16
updated lists of external links in sciteco(1) and sciteco(7)
Robin Haberkorn
1
-1
/
+1
2024-09-16
Curses: added support for cool Unicode icons (refs #5)
Robin Haberkorn
7
-14
/
+464
2024-09-16
fixed rubout of empty forward kill (FK)
Robin Haberkorn
1
-7
/
+12
2024-09-16
minor search optimization: use SCI_GETRANGEPOINTER
Robin Haberkorn
1
-4
/
+4
2024-09-13
remaining types of program counters changed to gsize/gssize
Robin Haberkorn
6
-26
/
+26
2024-09-13
fixup abb5d23eba21a2aafda0346c0c5dd845561b2aa2: commandline glitches after er...
Robin Haberkorn
1
-2
/
+2
2024-09-13
fixed up 68578072bfaf6054a96bb6bcedfccb6e56a508fe: negative numbers weren't p...
Robin Haberkorn
1
-1
/
+1
2024-09-12
function key macros have been reworked into a more generic key macro feature
Robin Haberkorn
7
-156
/
+217
2024-09-12
teco_string_get_coord() returns character offsets now (refs #5)
Robin Haberkorn
8
-16
/
+21
2024-09-11
improved file name autocompletion
Robin Haberkorn
5
-7
/
+74
2024-09-11
fixed searches in single-byte encoded documents
Robin Haberkorn
3
-28
/
+58
2024-09-11
the SciTECO parser is Unicode-based now (refs #5)
Robin Haberkorn
27
-192
/
+308
2024-09-10
win32: fixed opening and saving UTF-8 filenames (refs #5)
Robin Haberkorn
1
-5
/
+15
2024-09-10
win32: convert command line to UTF-8 (refs #5)
Robin Haberkorn
2
-17
/
+31
2024-09-09
define G_DISABLE_ASSERT unless --enable-debug is specified
Robin Haberkorn
1
-1
/
+1
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
teco_glyphs2bytes() and teco_bytes2glyphs() renamed to teco_interface_glyphs2...
Robin Haberkorn
5
-26
/
+26
[prev]
[next]