summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-10-11Document the optional parameter of the `cd` commandFrank LENORMAND
2016-10-11Only create a default *scratch* when we dont have any non debug buffersMaxime Coste
2016-10-11More transform(...) filter cleanup using mem_fn when possibleMaxime Coste
2016-10-11Add support for repeating the last object/char find commandMaxime Coste
2016-10-11Use std::begin/std::end in containers.hh instead of the method versionMaxime Coste
2016-10-10Convert some uses of lambda to more concise std::mem_fnMaxime Coste
2016-10-10Small formatting fixupMaxime Coste
2016-10-10Fix register alternate name doc and dash -> hash for '#'Maxime Coste
2016-10-09Merge remote-tracking branch 'Delapouite/typo'Maxime Coste
2016-10-09Document register alternate names and add some missing onesMaxime Coste
2016-10-06Handle all available keys when a RemoteClient input is availableMaxime Coste
2016-10-06Ensure local client is destroyed before we fork the server to backgroundMaxime Coste
2016-10-06Preserve shell context through eval commandMaxime Coste
2016-10-06Fix typo horzontally → horizontallyDelapouite
2016-10-05Fix select_to_previous_word with spaces at buffer startMaxime Coste
2016-10-05Fix custom text objectMaxime Coste
2016-10-04Replace non ascii chars with ? in xterm title, and limit to 511 charsMaxime Coste
2016-10-04Treat '\n' as 1 column wideMaxime Coste
2016-10-04Small code cleanupMaxime Coste
2016-10-04Add "(extend)" to search prompts when we are extending the selectionMaxime Coste
2016-10-03Refactor hook disabling in normal modeMaxime Coste
2016-10-03Do not select the next word for inner word.Maxime Coste
2016-10-03Close write buffer file descriptor before getting the new fs timestampMaxime Coste
2016-10-01Change BufWritePre/BufWritePost logicMaxime Coste
2016-10-01Small refactoring in highlighters.ccMaxime Coste
2016-10-01Enable _XOPEN_SOURCE=700 on cygwin to get the wcwidth functionMaxime Coste
2016-10-01Rename get_width to codepoint_widthMaxime Coste
2016-10-01Fix get_column function and add some unit tests for fullwidth textMaxime Coste
2016-10-01Support codepoints of variable widthMaxime Coste
2016-09-30Tweak ranked match comparison, give contiguous matches an edgeMaxime Coste
2016-09-28Fix String::Data::reserve on big endian platforms, and document String::DataMaxime Coste
2016-09-27Validate option names to be in [a-zA-Z0-9_]Maxime Coste
2016-09-26Make hook disabling work for all hooks, not only user hooksMaxime Coste
2016-09-26Selecting 'around' word when on spaces after word now selects next wordMaxime Coste
2016-09-26Pass count to all object selectorsMaxime Coste
2016-09-26Assert substr from parameter is within the stringMaxime Coste
2016-09-26OptionDescs are const in OptionRegistryMaxime Coste
2016-09-26Merge remote-tracking branch 'lenormf/fix-src-makefile'Maxime Coste
2016-09-26Tweak RankedMatch logic, prioritize matches that are in a single wordMaxime Coste
2016-09-25Add some standard GNU targets to the MakefileFrank LENORMAND
2016-09-21Add InsertCompletionShow/InsertCompletionHide hooksMaxime Coste
2016-09-21Tweak Buffer::offset_coord implementationMaxime Coste
2016-09-19Code cleanup in make_completer, use std::decayMaxime Coste
2016-09-19Fix select_to_reverse to correctly handle the first character of the bufferMaxime Coste
2016-09-19Add an unmap command to remove key mappingsMaxime Coste
2016-09-18More command completer code cleanupMaxime Coste
2016-09-18Rewrite PerArgumentCommandCompleter to use compile time dispatchingMaxime Coste
2016-09-18Make idle timeout and filesystem check timeout configurableMaxime Coste
2016-09-06Support kill session inside init commandMaxime Coste
2016-09-06Do not let boost regex errors propagate, convert them to Kakoune errors.Maxime Coste