summaryrefslogtreecommitdiff
path: root/buffer.c
AgeCommit message (Collapse)Author
2023-08-05add some functions for plug-inspommicket
2023-08-04start renmae symbolpommicket
2023-08-04cache buffer settings indexpommicket
2023-08-04document links seem to be workingpommicket
2023-08-04use dynamic arrays for mouse_clicks/mouse_releasespommicket
simplifies code
2023-08-01don't show version, help message when build window is openpommicket
2023-08-01fix inconsistencies btwn xoff_to_index & renderingpommicket
2023-07-19cache buffer_lsp (improves performance a fair bit)pommicket
2023-07-19kerningpommicket
2023-07-19clean up valgrind suppressions a bitpommicket
2023-07-19font fallbackspommicket
2023-07-19initial draft of variable-width font handlingpommicket
2023-06-14fix problem where unmatched bracket highlights eofpommicket
2023-05-21better undo chainingpommicket
2023-05-11:matching-bracket, fix matching bracket highlighting in some casespommicket
2023-05-11fix backups wrt hard links, add crlf-windows settingpommicket
2023-03-23separate :increase-number in undo historypommicket
2023-03-23handle various :increment-number edge cases and binarypommicket
2023-03-23increment-number and decrement-numberpommicket
2023-03-23go-to-build-error now also detects rust ::: referencespommicket
2023-03-23fix scrolling to cursor when text is typedpommicket
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-03-03different read/write colors for ide-highlightspommicket
2023-03-03preserve permissions on savepommicket
2023-03-02:previous-positionpommicket
2023-03-02comment-start and comment-end settingspommicket
2023-03-02dynamic language registration workingpommicket
2023-03-01start dynamic lbanguage registarationpommicket
2023-02-28doxygen documentationpommicket
2023-02-25better handlign of backspace/delete with `indent-with-spaces = on`pommicket
2023-01-11LANG_TEXT, turn off phantom completions for text/cfg/md filespommicket
2023-01-09misc windows fixespommicket
2023-01-09start windows fixpommicket
2023-01-08write first to <path>.ted-tmp then rename to <path>.pommicket
this prevents freak occurences, e.g. power outage during file write, from losing (all) data.
2023-01-04more documentationpommicket
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-04more documentationpommicket
2023-01-03fix problem when file is modified while it's read into the buffer.pommicket
before, the file wouldn't be reloaded properly
2023-01-03go to type definitionpommicket
2023-01-03go to declarationpommicket
2023-01-02fix problem where backspacing selection puts cursor in weird placepommicket
2023-01-02:up-blank-line, etc.pommicket
2023-01-02rename v[234] to vec[234]pommicket
2023-01-02clean some stuff uppommicket
2023-01-02finish restructuringpommicket
2023-01-02restructure buffer.cpommicket
2023-01-01restructure syntax.cpommicket