index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
buffer.c
Age
Commit message (
Expand
)
Author
2023-07-19
cache buffer_lsp (improves performance a fair bit)
pommicket
2023-07-19
kerning
pommicket
2023-07-19
clean up valgrind suppressions a bit
pommicket
2023-07-19
font fallbacks
pommicket
2023-07-19
initial draft of variable-width font handling
pommicket
2023-06-14
fix problem where unmatched bracket highlights eof
pommicket
2023-05-21
better undo chaining
pommicket
2023-05-11
:matching-bracket, fix matching bracket highlighting in some cases
pommicket
2023-05-11
fix backups wrt hard links, add crlf-windows setting
pommicket
2023-03-23
separate :increase-number in undo history
pommicket
2023-03-23
handle various :increment-number edge cases and binary
pommicket
2023-03-23
increment-number and decrement-number
pommicket
2023-03-23
go-to-build-error now also detects rust ::: references
pommicket
2023-03-23
fix scrolling to cursor when text is typed
pommicket
2023-03-04
new light style
pommicket
2023-03-03
configurable hover/highlight key + better key stuff
pommicket
2023-03-03
different read/write colors for ide-highlights
pommicket
2023-03-03
preserve permissions on save
pommicket
2023-03-02
:previous-position
pommicket
2023-03-02
comment-start and comment-end settings
pommicket
2023-03-02
dynamic language registration working
pommicket
2023-03-01
start dynamic lbanguage registaration
pommicket
2023-02-28
doxygen documentation
pommicket
2023-02-25
better handlign of backspace/delete with `indent-with-spaces = on`
pommicket
2023-01-11
LANG_TEXT, turn off phantom completions for text/cfg/md files
pommicket
2023-01-09
misc windows fixes
pommicket
2023-01-09
start windows fix
pommicket
2023-01-08
write first to <path>.ted-tmp then rename to <path>.
pommicket
2023-01-04
more documentation
pommicket
2023-01-04
the great "filename to path" rename
pommicket
2023-01-04
fix command-line argument starting file if it doesn't exist
pommicket
2023-01-04
some ted.h documentation
pommicket
2023-01-04
more documentation
pommicket
2023-01-03
fix problem when file is modified while it's read into the buffer.
pommicket
2023-01-03
go to type definition
pommicket
2023-01-03
go to declaration
pommicket
2023-01-02
fix problem where backspacing selection puts cursor in weird place
pommicket
2023-01-02
:up-blank-line, etc.
pommicket
2023-01-02
rename v[234] to vec[234]
pommicket
2023-01-02
clean some stuff up
pommicket
2023-01-02
finish restructuring
pommicket
2023-01-02
restructure buffer.c
pommicket
2023-01-01
restructure syntax.c
pommicket
2023-01-01
char const => const char
pommicket
2023-01-01
replace @OPTIMIZE with @TODO
pommicket
2023-01-01
move string32.c into util.c
pommicket
2023-01-01
move functions from io.c to session.c
pommicket
2022-12-31
goto-definition-at-cursor command
pommicket
2022-12-31
avoid using time_get_seconds
pommicket
2022-12-31
use double instead of struct timespec
pommicket
[prev]
[next]