Age | Commit message (Expand) | Author |
2023-08-05 | more plugin preparation | pommicket |
2023-08-05 | add some functions for plug-ins | pommicket |
2023-08-05 | fix orphan node problem | pommicket |
2023-08-04 | use dynamic arrays for mouse_clicks/mouse_releases | pommicket |
2023-07-21 | fix absolute font paths | pommicket |
2023-07-20 | update deb Installed-Size, fix warning on non-Windows2.4.1 | pommicket |
2023-07-20 | make ted DPI aware on windows | pommicket |
2023-07-19 | cache buffer_lsp (improves performance a fair bit) | pommicket |
2023-07-19 | font fallbacks | pommicket |
2023-07-19 | start "multifonts" | pommicket |
2023-07-19 | new font management system | pommicket |
2023-07-19 | variable width fonts seem to be working | pommicket |
2023-03-23 | get rid of ARG_STRING, start macros | pommicket |
2023-03-04 | new light style | pommicket |
2023-03-03 | configurable hover/highlight key + better key stuff | pommicket |
2023-01-09 | fixed a bunch of windows stuff | pommicket |
2023-01-08 | fix up stuff for when LSP server exits | pommicket |
2023-01-07 | fix tags go-to-definition menu, silence errors for LSP not found | pommicket |
2023-01-07 | better request cancellation system | pommicket |
2023-01-06 | lsp-log setting | pommicket |
2023-01-05 | lsp-configuration option | pommicket |
2023-01-04 | finished documenting ted.h | 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 | finish documenting what files do | pommicket |
2023-01-03 | don't start up multiple LSP servers with the same command | pommicket |
2023-01-03 | rename ted_seterr to ted_error | pommicket |
2023-01-03 | switch from scancodes to keycodes | pommicket |
2023-01-03 | different types of messages | pommicket |
2023-01-03 | make node.c a bit clearer | pommicket |
2023-01-03 | check for orphaned nodes and node cycles | pommicket |
2023-01-02 | Status => bool on a few functions | pommicket |
2023-01-02 | finish restructuring | pommicket |
2023-01-02 | fix up restructuring | pommicket |
2023-01-02 | restructure ted.c, node.c | pommicket |
2023-01-01 | char const => const char | pommicket |
2023-01-01 | more reorganizing | pommicket |
2022-12-31 | ted_get_buffer_with_file, sort usages | pommicket |
2022-12-31 | highlight-enabled and highlight-auto settings | pommicket |
2022-12-31 | avoid using time_get_seconds | pommicket |
2022-12-30 | clip highlight to buffer rect | pommicket |
2022-12-30 | better readme, etc | pommicket |
2022-12-30 | document highlights! | pommicket |
2022-12-30 | fixed hover bug | pommicket |
2022-12-30 | better ted_active_lsp, fix memory bug | pommicket |
2022-12-30 | go to definition | pommicket |
2022-12-30 | definitions menu, but it's acting weird | pommicket |
2022-12-29 | textDocument/definition for ctrl+click | pommicket |
2022-12-28 | moving things around a bit | pommicket |