summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2013-11-12Add BufSetOption hook supportMaxime Coste
2013-11-12Add support for hidden commands, that will not show on completionMaxime Coste
2013-11-12Add support for hidden options, not showed by completionMaxime Coste
2013-11-12Fix select_to_previous_word when cursor is on last buffer charMaxime Coste
2013-11-12Tweak prompt auto show completionMaxime Coste
2013-11-12Do not require call to menu_hide before menu_show in ncurses uiMaxime Coste
2013-11-11Fix StronglyTypedInteger::operator%=Maxime Coste
2013-11-11Make Context a class, not a structMaxime Coste
2013-11-10Fix warningsMaxime Coste
2013-11-10use abreviated form for keys in client.ccMaxime Coste
2013-11-09Add support for function keys F1-F12Maxime Coste
2013-11-09cleanup MakefileMaxime Coste
2013-11-08Use eval ${kak_opt_(make|grep}cmd} in (make|grep).kakMaxime Coste
2013-11-08update cpp indentation hooks, indent after visibilty specifierMaxime Coste
2013-11-07cleanup cpp hooksMaxime Coste
2013-11-07fix Buffer constructor exception safetyMaxime Coste
2013-11-07clang.kak: wrap clang-autocomplete hook in a try %{}Maxime Coste