summaryrefslogtreecommitdiff
path: root/ted.c
AgeCommit message (Expand)Author
2023-09-07textDocument/publishDiagnostics parsingpommicket
2023-08-15fix node bug2.5pommicket
2023-08-15some settings stuffpommicket
2023-08-13internalize Nodepommicket
2023-08-13documentationpommicket
2023-08-12more internralizationpommicket
2023-08-12internalize buffer - broke some stuffpommicket
2023-08-09more pointerizing of buffers, fix memory leakspommicket
2023-08-09new node/buffer system, needs more testingpommicket
2023-08-07handle more complicated renamespommicket
2023-08-06rework edit notifypommicket
2023-08-06more of the new menuspommicket
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