summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-12-12Add DisplayAtom::check_invariant methodMaxime Coste
2013-12-11Add experimental region_ref highlighterMaxime Coste
2013-12-11Add BufWritePre and BufWritePost hooksMaxime Coste
2013-12-11Add Buffer::run_hook_in_own_context helper methodMaxime Coste
2013-12-11Add cursor_char_column env variableMaxime Coste
2013-12-07ctags.kak: Show message with Information colalias in gentagsMaxime Coste
2013-12-07use -try-client in kak files rather than ad-hoc shell logicMaxime Coste
2013-12-07eval and exec can use a -try-client optionMaxime Coste
2013-12-07Add Client* ClientManager::get_client_ifp() that can return nullptrMaxime Coste
2013-12-04fix strings in comment being highlighted as stringsMaxime Coste
2013-12-04Use a cache for region highlighterMaxime Coste
2013-12-04use region highlighter for cppMaxime Coste
2013-12-04Add basic region highlighterMaxime Coste
2013-12-04Write errors while sourcing a file in the debug bufferMaxime Coste
2013-12-03Change rc files to use shared highlightersMaxime Coste
2013-12-03Add support for defining and referencing highlightersMaxime Coste
2013-12-03fixup cpp.kakMaxime Coste
2013-12-03indent fixesMaxime Coste
2013-12-03rework cpp indenter, try to make them more readableMaxime Coste
2013-11-28Do not pass a window to highlighters factoriesMaxime Coste
2013-11-28RegexColorizer maintains a per buffer cacheMaxime Coste
2013-11-28Simplify FlagLines, do not try to update the optionMaxime Coste
2013-11-28Window: forget timestamp when options changesMaxime Coste
2013-11-28Improve ctags supportMaxime Coste
2013-11-28fix prompt completion handling misbehaving with historyMaxime Coste
2013-11-22add alt-& for align indentMaxime Coste
2013-11-20reenable undo support on fifo buffers when the fifo closesMaxime Coste
2013-11-19NCursesUI: info_show do not require previous call to info_hideMaxime Coste
2013-11-19NCursesUI: fix redraw when showing a new menuMaxime Coste
2013-11-18rename idvaluemap to id_map, remove Id template param, use StringMaxime Coste
2013-11-18Resurect idvaluemap, order of traversal mattersMaxime Coste
2013-11-18Fix prompt completionMaxime Coste
2013-11-18Fix insert completionMaxime Coste
2013-11-18fix git blame support in git-tools.kakMaxime Coste
2013-11-17move is_horizontal_blank to unicode.hhMaxime Coste
2013-11-17remove idvaluemap, use unordered_map in placeMaxime Coste
2013-11-17write assert failed info to debug bufferMaxime Coste
2013-11-16fix invalid value handling for yes no ask optionsMaxime Coste
2013-11-15tweak initial debug infosMaxime Coste
2013-11-14extract InputHandler to input_handler.{cc,hh}Maxime Coste
2013-11-14move Client::m_name to context, no more need for DraftUIMaxime Coste
2013-11-14Extract InputHandler from ClientMaxime Coste
2013-11-14Use Q for macro recording and q for replay, document macros in READMEMaxime Coste
2013-11-14align always insert at selection beginMaxime Coste
2013-11-14deindent now deindent non completely indented linesMaxime Coste
2013-11-14indent cleanup, correct erroneous 3 spaces indentMaxime Coste
2013-11-14tweak style cpp.kakMaxime Coste
2013-11-14Do not use eval for grepcmd, as it will evaluate \ escapes as wellMaxime Coste
2013-11-13move cpp indentation to helper hidden commandsMaxime Coste
2013-11-12Centralize file mimetype detection in mime.kakMaxime Coste