summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-12-01Regex: use StartDesc to early out when not searchingMaxime Coste
2017-12-01Regex: rename StartChars to StartDescMaxime Coste
2017-11-30Regex: optimize parsing a bitMaxime Coste
2017-11-30Regex: smarter handling of start chars computation for character classMaxime Coste
2017-11-29Regex: avoid unneeded allocations and moves by reusing MatchResults storageMaxime Coste
2017-11-28Wrap: try to rework and simplify the algorithms furtherMaxime Coste
2017-11-28Regex: Various small code tweaksMaxime Coste
2017-11-28Regex: optimize compilation by reserving dataMaxime Coste
2017-11-28Regex: Tweak is_ctype implementation styleMaxime Coste
2017-11-27Fix compute_modified_ranges corner case that would crash on undoMaxime Coste
2017-11-25Regex: Replace generic 'Matchers' with specialized functionalityMaxime Coste
2017-11-25Regex: do not decode utf8 in accept calls as they always run on asciiMaxime Coste
2017-11-25Add an InsertCompletionSelect hookMaxime Coste
2017-11-25Small formating tweakMaxime Coste
2017-11-25Highlighters: Introduce unique highlighter supportMaxime Coste
2017-11-24Rename KeyMapInfo → KeymapInfoDelapouite
2017-11-24Merge remote-tracking branch 'Delapouite/remaining-buffers'Maxime Coste
2017-11-24Window: fix buffer_coord when a line buffer range is emptyMaxime Coste
2017-11-23Merge remote-tracking branch 'fsub/warnings'Maxime Coste
2017-11-22Remove unused lambda capturesfsub
2017-11-22dynregex: slight code refactor, moving a helper function to lambdaMaxime Coste
2017-11-21Wrap: simplify logic a bit and fix case where too many lines got displayedMaxime Coste
2017-11-20Add modified buffers count in error message of non-force quitDelapouite
2017-11-20Merge remote-tracking branch 'Delapouite/common_prefix'Maxime Coste
2017-11-20Remove extraneous common_prefix in input_handlerDelapouite
2017-11-19Docs: add missing -i <suffix> command line flagDelapouite
2017-11-19Makefile: Add ability to disable compressing manpageKylie McClain
2017-11-17Makefile: use PKG_CONFIG, not pkg-configKylie McClain
2017-11-13Normal: add <a-S> to select first and last char of selectionMaxime Coste
2017-11-13Merge remote-tracking branch 'Delapouite/jump-count'Maxime Coste
2017-11-13Add count support to jumps (<c-o> and <c-i>). Add jumps testsDelapouite
2017-11-13Options: rework conversion to string of prefixed listsMaxime Coste
2017-11-13option_types.hh: fix unfulfilled dependencies of the headerMaxime Coste
2017-11-13Regex: add unit test for #1693Maxime Coste
2017-11-12Fix #1693: typo in RegexParser::character_class()fsub
2017-11-12NCurses: use the general face merging function to handle default faceMaxime Coste
2017-11-12Remote: when converting to client, suspend *after* connectingMaxime Coste
2017-11-12Move Array and ConstexprVector to a constexpr_utils.hh headerMaxime Coste
2017-11-12Regex: Use MemoryDomain::Regex for captures and MatchResults contentsMaxime Coste
2017-11-11Regex: directly store instruction pointer in Thread structMaxime Coste
2017-11-10Wrap: fix scrolling to keep cursor visible logicMaxime Coste
2017-11-08InputHandler: handle of last insert keys happening in nested modesMaxime Coste
2017-11-08Fix pipe logic in the case where the selections were accessed in the cmdlineMaxime Coste
2017-11-07Buffer: change clamp logic to preserve orderingMaxime Coste
2017-11-07Slight code cleanup in change update functionsMaxime Coste
2017-11-06Add missing include in remote.ccMaxime Coste
2017-11-06Do not allow rename-session to introduce '/' in session namesMaxime Coste
2017-11-05Merge remote-tracking branch 'lenormf/fix-private-commands-in-register'Maxime Coste
2017-11-04CommandManager: tweak namingMaxime Coste
2017-11-04Introduce matching_pairs option that controls the pairs used by `m`Maxime Coste