summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-23Merge remote-tracking branch 'Delapouite/next-history-id'Maxime Coste
2017-09-23Small code style tweakMaxime Coste
2017-09-23Merge remote-tracking branch 'occivink/quit-on-esc'Maxime Coste
2017-09-23Merge remote-tracking branch 'Delapouite/commands-docstring'Maxime Coste
2017-09-23Merge remote-tracking branch 'Delapouite/indent-count'Maxime Coste
2017-09-21Add count support for indent / deindentDelapouite
2017-09-21Use <esc> to exit on-key modesOlivier Perret
2017-09-21Fix missing spaces / new lines in commands docstringDelapouite
2017-09-20Add max_history_id in status printed with <a-u> and <a-U>Delapouite
2017-09-19Add '[debug]' context_info for debug buffersDelapouite
2017-09-18Fix compilationMaxime Coste
2017-09-18Document custom text object move in breaking changesMaxime Coste
2017-09-18Merge remote-tracking branch 'Delapouite/custom-text-object'Maxime Coste
2017-09-18Avoid wrapping between punctuation and wordMaxime Coste
2017-09-18Merge remote-tracking branch 'Delapouite/scroll-count'Maxime Coste
2017-09-17Add count support for scroll keys (PageUp, PageDown, C-bfud)Delapouite
2017-09-14Fix typo: parmeter → parameterDelapouite
2017-09-12Expose the character under the cursor as $kak_cursor_char_valueMaxime Coste
2017-09-12Replace invalid codepoints with � instead of U+XXXXMaxime Coste
2017-09-12Hide info box and eventual status message after handling a mouse eventMaxime Coste
2017-09-12Rename some string conversion function to the common 'to_string'Maxime Coste
2017-09-12Merge remote-tracking branch 'Delapouite/debug-faces'Maxime Coste
2017-09-11Add debug facesDelapouite
2017-09-11Merge remote-tracking branch 'Delapouite/too-many'Maxime Coste
2017-09-11Fork server to background when the client/server process receives SIGHUPMaxime Coste
2017-09-07Fix typo: to many → too manyDelapouite
2017-09-07Small code simplificationsMaxime Coste
2017-09-07Tolerate unwritable socket when trying to send the disconnection messageMaxime Coste
2017-09-06Merge remote-tracking branch 'Franciman/exposed_history_id'Maxime Coste
2017-09-04Rename env variable kak_curr_history_id to kak_history_idFrancesco Magliocca
2017-09-02Add current history id to env variablesFrancesco Magliocca
2017-09-01Slight tweak of FaceRegistry::FaceOrAlias definitionMaxime Coste
2017-09-01Make Buffer::Modification an aggregateMaxime Coste
2017-09-01Make LineAndColumn an aggregate as wellMaxime Coste
2017-09-01Make Token a simple aggregateMaxime Coste
2017-09-01Make InsertCompletion an aggregateMaxime Coste
2017-09-01Remove unneeded ParameterDesc constructorMaxime Coste
2017-09-01Code style tweak in optional.hhMaxime Coste
2017-08-29Rename containers.hh to ranges.hh (and Container to Range)Maxime Coste
2017-08-29Rework containers.hh to get rid of the Factory structuresMaxime Coste
2017-08-29avoid literal eol in status lines, replace them with another symbolMaxime Coste
2017-08-29Do less implicit parse_filename callsMaxime Coste
2017-08-29Do not expand env vars in parse_filenameMaxime Coste
2017-08-29Fix naming in fd_writableMaxime Coste
2017-08-28Expose client pid as $kak_client_pidMaxime Coste
2017-08-23Fix String::Data copying/moving from selfMaxime Coste
2017-08-23Support specifying an exit status on `quit` commandsMaxime Coste
2017-08-23Optimize DisplayBuffer::optimize()Maxime Coste
2017-08-23Update startup infoMaxime Coste
2017-08-22Add build type (debug/release) in ":debug info" outputMaxime Coste