summaryrefslogtreecommitdiff
path: root/ted.c
AgeCommit message (Collapse)Author
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
simplifies code
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
this lets us avoid reloading the font file from disk whenever the font size changes
2023-07-19variable width fonts seem to be workingpommicket
2023-03-23get rid of ARG_STRING, start macrospommicket
2023-03-04new light stylepommicket
also highlighting of POSIX types
2023-03-03configurable hover/highlight key + better key stuffpommicket
scancodes are no longer used for anything
2023-01-09fixed a bunch of windows stuffpommicket
also compile_commands.json does fix the usages problem!
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
it used to open an untitled buffer. also, clarified buffer_load_file
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
this is a temporary fix, but i can't consistently reproduce the orphaned node bug
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