summaryrefslogtreecommitdiff
path: root/src/buffer_utils.hh
AgeCommit message (Expand)Author
2025-07-05Introduce `history_since_<id>` value expansionPhilipp Jungkamp
2025-02-19Cleanup file.cc/hh dependenciesMaxime Coste
2024-11-28Add back option to scroll in stdin buffersJohannes Altmanninger
2021-09-30rework selection insert/replace using a for_each methodMaxime Coste
2021-05-28Support opening files bigger than 2 GiBMaxime Coste
2020-06-27Refactor how InsetCompletionHide hook parameter is computedMaxime Coste
2020-05-10Support piping data to client stdinMaxime Coste
2020-03-02Expand env vars as list of stringsMaxime Coste
2020-01-09Fix compilation on 32bit platformsMaxime Coste
2020-01-02Few style changes on history exposition codeMaxime Coste
2020-01-01Add 'history' and 'uncommitted_modifications' expansionsJason Felice
2019-12-18Cleanup replaced range selection logicMaxime Coste
2019-11-12Fix display column computationsJason Felice
2018-10-08Buffer begin and end are not end-of-wordsMaxime Coste
2017-03-08Add a -debug flag to :edit to set the buffer as debug dataMaxime Coste
2016-11-14Propagate the hooks disabled state through prompt, menu, and command executionMaxime Coste
2016-10-01Support codepoints of variable widthMaxime Coste
2016-07-28Add a char_length(Buffer&, const ByteCoord&, const ByteCoord&) utilMaxime Coste
2016-03-16Use ByteCoords directly for buffer insert/erase/replaceMaxime Coste
2016-03-16Avoid the spurious newline insertion when replacing at end of bufferMaxime Coste
2016-02-17Refactor use selection as search pattern implementationMaxime Coste
2015-12-23Pass flags to the regex engine to correct anchorsMaxime Coste
2015-10-17More cleanups in the buffer open/reload codeMaxime Coste
2015-10-17Move line parsing and to Buffer.cc directlyMaxime Coste
2015-10-17Refactor buffer creation and reloading to be more explicitMaxime Coste
2015-09-27Store timespec for buffer fs timestamps, not just time_tMaxime Coste
2015-06-06Move write_debug to buffer utils as write_to_debug_bufferMaxime Coste
2015-02-25Respect columns when copying selection, not just bytesMaxime Coste
2014-12-23Remove trailing blank linesMaxime Coste
2014-09-22tweak helper functions in buffer_utils.hhMaxime Coste
2014-08-15Add support for reading from stdin/writing to stdout in filter modeMaxime Coste
2014-07-05utf8: use end of sequence iterators for more securityMaxime Coste
2014-05-14Iterate in reversed order on selections when modifing bufferMaxime Coste
2014-05-07Refactor LineAndColumn coordinatesMaxime Coste
2014-05-02Add support for non-scrolling fifo buffersMaxime Coste
2014-04-29Add support for running Kakoune with redirected stdinMaxime Coste
2014-04-28Move some buffer related utility functions to buffer_utils.{cc,hh}Maxime Coste