summaryrefslogtreecommitdiff
path: root/src/dged/buffer.c
AgeCommit message (Expand)Author
2025-11-01More lsp supportAlbert Cervin
2024-11-12Handle kill buffer wraparound correctlyAlbert Cervin
2024-11-08Fix col offset againAlbert Cervin
2024-11-07Fix location after inserting multi-lineAlbert Cervin
2024-09-17Fix crash when buffer was non-lazy addAlbert Cervin
2024-09-12WIP LSP clientAlbert Cervin
2024-09-11Overhaul unicode parsingAlbert Cervin
2024-08-15Do not update last write when openingAlbert Cervin
2024-08-14Add fancy welcome textAlbert Cervin
2024-06-23Fix buffer list switch and search/replaceAlbert Cervin
2024-05-14Fix replace not updating after a replace opAlbert Cervin
2024-05-12Improve API docs and configure systemAlbert Cervin
2024-03-24Improve and simplify movement logicAlbert Cervin
2024-03-07Fix asan errorsAlbert Cervin
2024-03-07Implement timers properlyAlbert Cervin
2024-02-28More lang and buffer fixesAlbert Cervin
2024-02-23Make language less specificAlbert Cervin
2024-02-18Fix undo of deletesAlbert Cervin
2024-02-14Improve word deletionAlbert Cervin
2024-02-12Fix final newline displayingAlbert Cervin
2024-01-31Add some more word delimsAlbert Cervin
2024-01-31Finish lang settings reworkAlbert Cervin
2024-01-31Fix application of text propsAlbert Cervin
2024-01-31Change how language and settings workAlbert Cervin
2024-01-31Make next-word stop at eolAlbert Cervin
2024-01-30Syntax highlight is a goAlbert Cervin
2024-01-26Fix clamp not handling negative locationsAlbert Cervin
2024-01-26Fix clamp using column instead of lineAlbert Cervin
2024-01-25Restore lazy row additionAlbert Cervin
2024-01-25Fix save empty buffer crashAlbert Cervin
2024-01-25Improve word navigationAlbert Cervin
2024-01-24Relative find file and small fixesAlbert Cervin
2024-01-15Completion reworkAlbert Cervin
2023-10-19follow-up fixes after refactoringAlbert Cervin
2023-10-19big buffer/buffer_view reworkAlbert Cervin
2023-07-11Implement replace + autocompleteAlbert Cervin
2023-06-01Simplify rendering and prepare for propsAlbert Cervin
2023-05-24TOML settings parsingAlbert Cervin
2023-05-11Fix write to file when no changesAlbert Cervin
2023-05-11Fix languagesAlbert Cervin
2023-05-10Implement word deletionAlbert Cervin
2023-05-09Finish buflist implementationAlbert Cervin
2023-05-08Implement file reloadingAlbert Cervin
2023-05-01Implement buffer reloadAlbert Cervin
2023-05-01Implement window handlingAlbert Cervin