summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-25Add final slash to find-file-relativeAlbert Cervin
2024-01-25Improve word navigationAlbert Cervin
2024-01-24Relative find file and small fixesAlbert Cervin
2024-01-15Completion reworkAlbert Cervin
2023-11-19Make goto line a bit more intelligentAlbert Cervin
2023-10-19Fix search result scoreAlbert 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-24Formatting changesAlbert Cervin
2023-05-24TOML settings parsingAlbert Cervin
2023-05-18Fix too small index in keyboard codeAlbert Cervin
2023-05-11Fix write to file when no changesAlbert Cervin
2023-05-11Fix some memory leaksAlbert Cervin
2023-05-11Fix languagesAlbert Cervin
2023-05-10Implement word deletionAlbert Cervin
2023-05-09Finish buflist implementationAlbert Cervin
2023-05-09Start of buflist implementationAlbert Cervin
2023-05-08Implement file reloadingAlbert Cervin
2023-05-01Implement buffer reloadAlbert Cervin
2023-05-01Implement window handlingAlbert Cervin
2023-04-06fix what I messed upAlbert Cervin
2023-04-06some minor cleanupAlbert Cervin
2023-04-04Revamp makefilesAlbert Cervin
2023-03-17Implement support for languagesAlbert Cervin
2023-02-25Introduce vec and hashmapAlbert Cervin
2023-02-21Implement support for settingsAlbert Cervin
2023-02-16Make undo a bit more intuitiveAlbert Cervin
2023-02-16Fix kill-lineAlbert Cervin
2023-02-15Fix newline handling againAlbert Cervin
2023-02-15Fix double freeAlbert Cervin
2023-02-15Implement undoAlbert Cervin
2023-02-11Fix text to work more like GNU EmacsAlbert Cervin
2023-02-03Make sure text can have 0 linesAlbert Cervin
2023-02-02Add kill-ring pastingAlbert Cervin
2023-01-31Fixes to copy-pasteAlbert Cervin
2023-01-31Implement mark and copy-pasteAlbert Cervin
2023-01-29More tests and documentationAlbert Cervin
2023-01-27Split out the frame allocatorAlbert Cervin
2023-01-26More tests and documentationAlbert Cervin
2023-01-23Add more tests and documentationAlbert Cervin
2023-01-23Implement some more commandsAlbert Cervin
2023-01-15Lots of fixes for rendering, utf-8 and kbd.Albert Cervin