summaryrefslogtreecommitdiff
path: root/src/buffer_utils.cc
AgeCommit message (Expand)Author
2021-05-28Fix File Buffer flag not being correctly appliedMaxime Coste
2021-05-28Support opening files bigger than 2 GiBMaxime Coste
2021-03-31Parse more data at each fifo buffer readMaxime Coste
2021-03-11Do not select on non-urgent fd when handling only urgent eventsMaxime Coste
2020-06-27Refactor how InsetCompletionHide hook parameter is computedMaxime Coste
2020-05-10Support piping data to client stdinMaxime Coste
2020-03-14Allow reading from fifo in readonly buffersMaxime 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-02Merge remote-tracking branch 'eraserhd/history-api'Maxime Coste
2020-01-01Add 'history' and 'uncommitted_modifications' expansionsJason Felice
2019-12-28Refactor fifo buffer reader codeMaxime Coste
2019-11-12Fix display column computationsJason Felice
2019-11-12Add support for selecting and exporting selections in display columnsMaxime Coste
2019-06-11Fix emission of BufReadFifo eventsJason Felice
2018-11-14Change BufReadFifo hook param to contain the inserted rangeMaxime Coste
2018-10-23Refactor Hook management to have a well defined list of hooksMaxime Coste
2018-02-11Refuse modification of ReadOnly buffers and make Debug buffer readonlyMaxime Coste
2018-02-05Remove the `New` flag from a buffer after reloading itMaxime Coste
2017-08-29Do less implicit parse_filename callsMaxime Coste
2017-03-08Add a -debug flag to :edit to set the buffer as debug dataMaxime Coste
2017-01-25Fix fifo reading not handling potential errors from the read callMaxime Coste
2016-12-03Change ValueId to just be an enum class, it does not need any operatorsMaxime Coste
2016-12-01Make FDWatcher support Read, Write and Except events, instead of just ReadMaxime Coste
2016-11-28Cleanup include dependencies a bitMaxime Coste
2016-11-14Propagate the hooks disabled state through prompt, menu, and command executionMaxime Coste
2016-10-23Re-enable undo support on fifo buffers when the fifo closesMaxime Coste
2016-10-01Rename get_width to codepoint_widthMaxime Coste
2016-10-01Fix get_column function and add some unit tests for fullwidth textMaxime Coste
2016-10-01Support codepoints of variable widthMaxime Coste
2016-08-30Add a fd_readable(int fd) helper functionMaxime Coste
2016-05-14BufferManager now owns the Buffers instead of registering themMaxime Coste
2016-03-16Use ByteCoords directly for buffer insert/erase/replaceMaxime Coste
2016-03-12Do not include the debug buffer in word completionMaxime Coste
2015-11-27Consolidate writing to fdMaxime Coste
2015-11-19Keep an empty last line in debug buffer to provide auto scrollingMaxime Coste
2015-10-18Fix OSX compilationMaxime 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-08-04Support flags getting modified by hooks at buffer creationMaxime Coste
2015-06-28Run BufReadFifo hook after reading from fifoMaxime Coste
2015-06-06Move write_debug to buffer utils as write_to_debug_bufferMaxime Coste
2015-06-03Fix memory leak in fifo buffer handlingMaxime Coste
2015-05-05Fix bug in fifo creation where BufOpenFifo hook was using a dead stringMaxime Coste
2015-04-27Replace some String temporaries with StringViewsMaxime Coste
2015-04-19Run BufOpenFifo hook when opening a fifo in a (new or already existing) bufferMaxime Coste
2015-03-10Refactor String, use a common StringOps interface, hide std::stringMaxime Coste