summaryrefslogtreecommitdiff
path: root/src/debug.cc
AgeCommit message (Expand)Author
2013-06-06remove BufferIterator conversion to/from BufferCoordMaxime Coste
2013-04-09rename assert to kak_assert to avoid collisionsMaxime Coste
2013-03-21BufferManager: replace Buffer* get_buffer with Buffer& get_bufferMaxime Coste
2012-11-21Buffer: replace reset_undo_data with a NoUndo flagMaxime Coste
2012-11-20Buffer: replace Buffer::Type with Buffer::FlagsMaxime Coste
2012-11-19write_debug automatically appends an eol to the messageMaxime Coste
2012-09-11do not keep undo data in the debug bufferMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-03-06use an Editor in write_debugMaxime Coste
2011-12-07Buffer: replace insert and erase methods with modifyMaxime Coste
2011-11-28Debug: stop writing key codes to debug buffer and cleanupsMaxime Coste
2011-10-07Debug: add a write_debug functionMaxime Coste