summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-03-09Fix crash on non utf8 files trigering highlighting of backward rangesMaxime Coste
2017-03-08Add a -debug flag to :edit to set the buffer as debug dataMaxime Coste
2017-03-08ncurses: Add a Dilbert assistantFrank LENORMAND
2017-03-07Try to please clang-3.5Maxime Coste
2017-03-07Collapse undo groups during an eval commandMaxime Coste
2017-03-07Small code simplificationMaxime Coste
2017-03-07Merge branch 'patch-1' of git://github.com/guillaumecherel/kakouneMaxime Coste
2017-03-07Cleanup hash_map codeMaxime Coste
2017-03-07Expand a bit the hash map profiling codeMaxime Coste
2017-03-07Update Makefileguillaumecherel
2017-03-07Remove temporary stats code from HashMapMaxime Coste
2017-03-07Replace IdMap with HashMapMaxime Coste
2017-03-07Replace uses of UnorderedMap with HashMapMaxime Coste
2017-03-06Add support for HashMap options typesMaxime Coste
2017-03-06Introduce a custom HashMap implementation along with a quick benchmarkMaxime Coste
2017-03-06Simplify AliasRegistry::remove_aliasMaxime Coste
2017-03-04Remove unused AliasRegistry::flatten_aliases methodMaxime Coste
2017-03-04Change word object selector to fail if the cursor is not on a word charMaxime Coste
2017-03-04Refactor surround unit test codeMaxime Coste
2017-03-03Refactor regex based selection codeMaxime Coste
2017-03-03Fix indent selection respect for original selection cursor positionMaxime Coste
2017-03-03Merge remote-tracking branch 'ekie/hook'Maxime Coste
2017-03-03Merge remote-tracking branch 'occivink/master'Maxime Coste
2017-03-03Merge remote-tracking branch 'lenormf/fix-spell'Maxime Coste
2017-03-03Return an optional selection in most selectors, fail rather than keep currentMaxime Coste
2017-03-03Ensure main selection index is correct directly in SelectionList::removeMaxime Coste
2017-03-03Make <a-space> throw on invalid index or last selectionMaxime Coste
2017-03-03Add docstring support for mappings, and use them in autoinfoMaxime Coste
2017-03-03<space>, <a-space>: throw on invalid preconditionsOlivier Perret
2017-03-01src: Fix the string conversion of range facesFrank LENORMAND
2017-03-01Add `RawKey` to hook completion listEike Plack
2017-02-27Small naming tweakMaxime Coste
2017-02-27Fix clang warnings about uninitialized timestamp fieldMaxime Coste
2017-02-27Compile optimized and debug into different files, make `kak` a symlinkMaxime Coste
2017-02-27Cleanup some tabby mess in the MakefileMaxime Coste
2017-02-23Tweak some character categorization function implementationsMaxime Coste
2017-02-23Refactor get_words to be simpler and fasterMaxime Coste
2017-02-23Fix support for non ascii chars in completion_extra_word_charMaxime Coste
2017-02-23Slight code cleanup in utf8_iterator.hhMaxime Coste
2017-02-23Refactor WordDB::add_words to be slightly fasterMaxime Coste
2017-02-23Refactor StringData and StringRegistry to remove need for purgingMaxime Coste
2017-02-23Use false instead of 0 in the kak_assert do whileMaxime Coste
2017-02-22Properly wrap `kak_assert` into a do-while scopeFrank LENORMAND
2017-02-22Try to please clang-3.5Maxime Coste
2017-02-20Fix overly strict backward_sorted_untilMaxime Coste
2017-02-20Fix performance of word completion with many different selectionsMaxime Coste
2017-02-20Correctly handle mutation of the watcher list while iterating on themMaxime Coste
2017-02-19Fix hook list in commands.ccMaxime Coste
2017-02-19Display an info box on startup with recent breaking changesMaxime Coste
2017-02-19Fix handling of disabled_hooks regexMaxime Coste