summaryrefslogtreecommitdiff
path: root/buffer.c
AgeCommit message (Expand)Author
2023-08-15some settings stuffpommicket
2023-08-13fix ask-reload menupommicket
2023-08-13documentationpommicket
2023-08-13various little changes, remove calls to change_directorypommicket
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-07buffer APIpommicket
2023-08-06rework edit notifypommicket
2023-08-06buffer edit notificationspommicket
2023-08-06util cleanuppommicket
2023-08-05more dynamic menus (menus are currently broken)pommicket
2023-08-05scroll to cursor on undo/redopommicket
2023-08-05some cleanuppommicket
2023-08-05move some stuff to ted-internal, reject null characterspommicket
2023-08-05separate ted-internal.hpommicket
2023-08-05internalize Autocompletepommicket
2023-08-05more plugin preppommicket
2023-08-05internalize Line structurepommicket
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
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
2023-03-03configurable hover/highlight key + better key stuffpommicket
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