index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unicode.h
Age
Commit message (
Collapse
)
Author
2023-09-09
fix handling of TextEdit[]
pommicket
i hate microsoft so much
2023-08-09
new node/buffer system, needs more testing
pommicket
2023-08-05
reject overlong UTF-8
pommicket
2023-07-14
fix writing of unicode btwn U+8000 and U+FFFF
pommicket
2023-02-28
doxygen documentation
pommicket
2023-01-04
make unicode.h more self-contained
pommicket
2022-12-28
parsing signature help
pommicket
2022-12-23
Merge branch 'trunk' into lsp
pommicket
2022-12-23
improve unicode_utf8_to_utf32 to handle all types of bad UTF-8
pommicket
2022-12-22
detail text
pommicket
2022-12-13
more future feature ideas
pommicket
2022-12-10
more lsp
pommicket
2021-02-16
started getting :build to work
Leo Tenenbaum
2021-01-30
fixed warnings on GCC, fixed opening an absolute path, README
Leo Tenenbaum
2021-01-25
replaced c32rtomb, mbrtoc32 with own versions
Leo Tenenbaum
these are nicer to use since they don't involve mbstate_t and should be faster since they don't involve locales
2020-11-29
moving around the cursor
Leo Tenenbaum
2020-11-25
rendering a text buffer
Leo Tenenbaum