summaryrefslogtreecommitdiff
path: root/src/buffer.hh
AgeCommit message (Expand)Author
2017-02-06Small layout tweak for Buffer::HistoryNodeMaxime Coste
2017-01-28Make BufferIterator only a bidirectional iteratorMaxime Coste
2017-01-08Apply clang-tidy modernize to the codebaseMaxime Coste
2016-11-24Forward client name to contexts created for write-allMaxime 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-27BufferIterator is random access, not just bidirectionalMaxime Coste
2016-07-27Revert "Try to disambiguate timespec as a struct"Maxime Coste
2016-07-27Try to disambiguate timespec as a structMaxime Coste
2016-07-27Add missing <time.h> header so that timespec is well definedMaxime Coste
2016-07-24Support for going backward/forward in buffer history with <a-u>/<a-U>Maxime Coste
2016-07-24Support counts for undo/redoMaxime Coste
2016-07-24Support moving between arbitrary history nodesMaxime Coste
2016-07-24Store creation timepoint in HistoryNodeMaxime Coste
2016-07-24Set memory domains for Buffer::HistoryNodeMaxime Coste
2016-07-24Store buffer undo/redo information in a tree instead of a vectorMaxime Coste
2016-07-24Merge remote-tracking branch 'lenormf/readonly-mode'Maxime Coste
2016-07-23Implement a `readonly` modeFrank LENORMAND
2016-07-15Make buffer iterator iteration/dereference fasterMaxime Coste
2016-07-10Ensure buffer create/close hooks are run at appropriate timesMaxime Coste
2016-04-21Fix BufferIterator::difference_type, it should be signedMaxime 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-03-12Do not include the debug buffer in word completionMaxime Coste
2016-01-27Make BufferIterator::operator* return a const ref to be more compatibleMaxime Coste
2015-12-06Change eolformat and BOM options to be enums instead of stringsMaxime Coste
2015-12-01Update buffer display names after changing working directoryMaxime Coste
2015-11-12Faster BufferIterator::operator++/--Maxime Coste
2015-11-07Optimize BufferIterator to avoid a lot of pointer chasingMaxime Coste
2015-11-07Avoid useless StringDataPtr copyMaxime Coste
2015-11-04Do not tag BufferIterator as random accessMaxime Coste
2015-10-17Move line parsing and to Buffer.cc directlyMaxime Coste
2015-09-27Store timespec for buffer fs timestamps, not just time_tMaxime Coste
2015-09-01Cache buffer display nameMaxime Coste
2015-07-27Small formatting fixMaxime Coste
2015-06-25Minor reorganisation in buffer.hhMaxime Coste
2015-04-18UndoGroupOptimizer disappeared long time agoMaxime Coste
2015-03-09ArrayView content is not const anymoreMaxime Coste
2015-03-05Use a IdMap for storing hooksMaxime Coste
2015-03-01Use StringDataPtr alias for RefPtr<StringData>Maxime Coste
2015-03-01rename StringStorage to StringDataMaxime Coste
2015-02-19Rename safe_ptr and ref_ptr to SafePtr and RefPtrMaxime Coste
2015-01-29Tweak Buffer::Change layoutMaxime Coste
2015-01-27Store direct ref_ptr<StringStorage> for WordDB linesMaxime Coste
2015-01-22Avoid temporary strings on buffer load/reloadMaxime Coste
2015-01-19rename SharedString::Storage to StringStorage and use directly in BufferMaxime Coste
2015-01-18buffer updates are in BufferMeta memory domainMaxime Coste
2015-01-15Replace InternedStrings with SharedString, shared_ptr basedMaxime Coste
2015-01-12replace all std::vector with VectorMaxime Coste
2015-01-10Track buffer lines memoryMaxime Coste