Age | Commit message (Expand) | Author |
2023-08-06 | util cleanup | pommicket |
2023-08-05 | more dynamic menus (menus are currently broken) | pommicket |
2023-08-05 | scroll to cursor on undo/redo | pommicket |
2023-08-05 | some cleanup | pommicket |
2023-08-05 | move some stuff to ted-internal, reject null characters | pommicket |
2023-08-05 | separate ted-internal.h | pommicket |
2023-08-05 | internalize Autocomplete | pommicket |
2023-08-05 | more plugin prep | pommicket |
2023-08-05 | internalize Line structure | pommicket |
2023-08-05 | add some functions for plug-ins | pommicket |
2023-08-04 | start renmae symbol | pommicket |
2023-08-04 | cache buffer settings index | pommicket |
2023-08-04 | document links seem to be working | pommicket |
2023-08-04 | use dynamic arrays for mouse_clicks/mouse_releases | pommicket |
2023-08-01 | don't show version, help message when build window is open | pommicket |
2023-08-01 | fix inconsistencies btwn xoff_to_index & rendering | pommicket |
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 |