summaryrefslogtreecommitdiff
path: root/ted.c
AgeCommit message (Expand)Author
2023-08-05more dynamic menus (menus are currently broken)pommicket
2023-08-05start dynamic menuspommicket
2023-08-05remove next menu bullshitpommicket
2023-08-05some cleanuppommicket
2023-08-05separate ted-internal.hpommicket
2023-08-05more plugin preparationpommicket
2023-08-05add some functions for plug-inspommicket
2023-08-05fix orphan node problempommicket
2023-08-04use dynamic arrays for mouse_clicks/mouse_releasespommicket
2023-07-21fix absolute font pathspommicket
2023-07-20update deb Installed-Size, fix warning on non-Windows2.4.1pommicket
2023-07-20make ted DPI aware on windowspommicket
2023-07-19cache buffer_lsp (improves performance a fair bit)pommicket
2023-07-19font fallbackspommicket
2023-07-19start "multifonts"pommicket
2023-07-19new font management systempommicket
2023-07-19variable width fonts seem to be workingpommicket
2023-03-23get rid of ARG_STRING, start macrospommicket
2023-03-04new light stylepommicket
2023-03-03configurable hover/highlight key + better key stuffpommicket
2023-01-09fixed a bunch of windows stuffpommicket
2023-01-08fix up stuff for when LSP server exitspommicket
2023-01-07fix tags go-to-definition menu, silence errors for LSP not foundpommicket
2023-01-07better request cancellation systempommicket
2023-01-06lsp-log settingpommicket
2023-01-05lsp-configuration optionpommicket
2023-01-04finished documenting ted.hpommicket
2023-01-04the great "filename to path" renamepommicket
2023-01-04fix command-line argument starting file if it doesn't existpommicket
2023-01-04some ted.h documentationpommicket
2023-01-04finish documenting what files dopommicket
2023-01-03don't start up multiple LSP servers with the same commandpommicket
2023-01-03rename ted_seterr to ted_errorpommicket
2023-01-03switch from scancodes to keycodespommicket
2023-01-03different types of messagespommicket
2023-01-03make node.c a bit clearerpommicket
2023-01-03check for orphaned nodes and node cyclespommicket
2023-01-02Status => bool on a few functionspommicket
2023-01-02finish restructuringpommicket
2023-01-02fix up restructuringpommicket
2023-01-02restructure ted.c, node.cpommicket
2023-01-01char const => const charpommicket
2023-01-01more reorganizingpommicket
2022-12-31ted_get_buffer_with_file, sort usagespommicket
2022-12-31highlight-enabled and highlight-auto settingspommicket
2022-12-31avoid using time_get_secondspommicket
2022-12-30clip highlight to buffer rectpommicket
2022-12-30better readme, etcpommicket
2022-12-30document highlights!pommicket
2022-12-30fixed hover bugpommicket