summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-12-23Use an index for jump list current rather than an iteratorMaxime Coste
2015-12-23Extract jump list handling in a JumpList structMaxime Coste
2015-12-22Tweak Context::push_jump implementation, simplify codeMaxime Coste
2015-12-17Slight refactor in selection update codeMaxime Coste
2015-12-17Initial, WIP spelling implementationMaxime Coste
2015-12-15Add missing erasing of invalid line flagsMaxime Coste
2015-12-14Support quitting while executing RuntimeError hooksMaxime Coste
2015-12-12Fix input mode keep alive handling, use a refcount for input modesMaxime Coste
2015-12-12Fix Buffer::changes_since if we get passed an invalid timestampMaxime Coste
2015-12-12Use markup for line-flags instead of a single faceMaxime Coste
2015-12-12Merge remote-tracking branch 'doppioandante/safer-autoload'Maxime Coste
2015-12-12Merge remote-tracking branch 'lenormf/fix-face-format-check'Maxime Coste
2015-12-12Store the buffer timestamp in line flags options respect it for highlightingMaxime Coste
2015-12-12Pass directly the StringView to option_add and let it do the option parsingMaxime Coste
2015-12-12Avoid instanciation of a `String` object everytime the `parse_color`Frank LENORMAND
2015-12-12Optimize the dynregex case where the expression refers directly to a regex op...Maxime Coste
2015-12-12Remove deprecated userconfig ruleEnrico Lumetti
2015-12-11Ensure that at least one character follows a ',' or a '+' sign in a faceFrank LENORMAND
2015-12-10Fix "unused result" warnings for several system calls.Frank LENORMAND
2015-12-08Filter mode require an event managerMaxime Coste
2015-12-08Move grench.rc in the correct directoryMaxime Coste
2015-12-07Merge remote-tracking branch 'alexherbo2/grench-rc'Maxime Coste
2015-12-07Add support for adding saved selections to current ones with <a-z>Maxime Coste
2015-12-06Change eolformat and BOM options to be enums instead of stringsMaxime Coste
2015-12-05Improve info box placement behaviour in some corner casesMaxime Coste
2015-12-05Small code refactorMaxime Coste
2015-12-05Refactor some code in shell_manager.ccMaxime Coste
2015-12-03Support -e in filter mode to give commands to execute (executed before keys)Maxime Coste
2015-12-02Fix unset option when using the current scope and it points to globalMaxime Coste
2015-12-02Another try to fix csr problems (#469)Maxime Coste
2015-12-02Remove support for %arg{#}, can be added back if we got a use caseMaxime Coste
2015-12-02Forward each params in %arg{@} separatelyMaxime Coste
2015-12-01Add argument expansion supportMaxime Coste
2015-12-01Change def -shell-params to def -params and take the counts as parametersMaxime Coste
2015-12-01Update buffer display names after changing working directoryMaxime Coste
2015-11-30Run InsertIdle after reseting completer to permit InsertIdle to display an in...Maxime Coste
2015-11-30Try to just reset the scroll region to workaround #469Maxime Coste
2015-11-27Support dropping last jump and use it to fix :tag double jump pushMaxime Coste
2015-11-27Disable history in all non interactive contextsMaxime Coste
2015-11-27Small cleanupsMaxime Coste
2015-11-27Consolidate writing to fdMaxime Coste
2015-11-26Remind user hooks disable when replaying last insertMaxime Coste
2015-11-26Add missing <cstdio> includeMaxime Coste
2015-11-26add rc/grench.kakAlex Leferry 2
2015-11-26select/split interpret count parameter as the capture group to useMaxime Coste
2015-11-26Preserve default registers in exec/eval by defaultMaxime Coste
2015-11-25Add -save-regs <regs> option to exec and eval to preserve registersMaxime Coste
2015-11-25Refactor registers to initialize all of them at startup and add null registerMaxime Coste
2015-11-25Add a static const String::ms_empty empty stringMaxime Coste
2015-11-25Reject non ascii register namesMaxime Coste