summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-02-25Remove avoidance of end of linesMaxime Coste
2018-02-24Update startup message to notify about h/l changeMaxime Coste
2018-02-24Allow l/h to cross line boundariesMaxime Coste
2018-02-24Highlight cursors differently when they lie on an end of lineMaxime Coste
2018-02-24goto last change: do not try to avoid end of linesMaxime Coste
2018-02-24Fix crash in select_sentence when not selection to endMaxime Coste
2018-02-24Revert "Do not save last command/pipe/regex in register when history is disab...Maxime Coste
2018-02-24Always collapse jumps in exec/eval, remove -collapse-jumps switchMaxime Coste
2018-02-24Regex: Improve comments and constify some variablesMaxime Coste
2018-02-24regex: track CompiledRegex::StartDesc in the Regex memory domainMaxime Coste
2018-02-23Display number of combined/saved/restored selections in statusDelapouite
2018-02-23Merge remote-tracking branch 'lenormf/fix-makefile'Maxime Coste
2018-02-22Fix typos in C++ string literalsaver-d
2018-02-22src makefile: Fix the `--static` flag passed to `pkg-config`Frank LENORMAND
2018-02-22Merge remote-tracking branch 'Delapouite/trim'Maxime Coste
2018-02-22NCursesUI: Rework menu placement to fix missing menu on small windowMaxime Coste
2018-02-21Fix crash when iterating through options on window creationMaxime Coste
2018-02-20Rewrite OptionManager::flatten_options to use rangesMaxime Coste
2018-02-20Re-introduce aliases in command name completionMaxime Coste
2018-02-20ranges: Support temporary parameters passed to concatenatedMaxime Coste
2018-02-20Json: Fix buffer overflow when reading json finishing with { or [Maxime Coste
2018-02-19user-modes: Fix incorrect use of keymap modeMaxime Coste
2018-02-19Fix bug in command parsing post refactoringMaxime Coste
2018-02-18Small code tweaks regarding user modesMaxime Coste
2018-02-18Merge remote-tracking branch 'Delapouite/user-mode'Maxime Coste
2018-02-18Makefile: use PKG_CONFIG to get static compilation flags as wellMaxime Coste
2018-02-18CommandManager: unescape % while parsing the stringMaxime Coste
2018-02-18Do not support general commands in filter modeMaxime Coste
2018-02-18normal mode: Fail if ':' is pressed with no CommandManagerMaxime Coste
2018-02-18ShellManager: init from a static list of env varsMaxime Coste
2018-02-18BufferManager: Support missing ClientManagerMaxime Coste
2018-02-18Buffer: avoid expensive option flattening in on_registred with NoHooksMaxime Coste
2018-02-17'*' uses escaping of meta characters instead of \Q and \EMaxime Coste
2018-02-15CommandManager: refactor parsing of commands to iterate through tokensMaxime Coste
2018-02-13Add trim_selections primitiveDelapouite
2018-02-12Add declare-user-mode / enter-user-mode commandsDelapouite
2018-02-11Prevent whitespaces in command namesMaxime Coste
2018-02-11Do not specify utf8 InvalidPolicy when we are using the default valueMaxime Coste
2018-02-11Refuse modification of ReadOnly buffers and make Debug buffer readonlyMaxime Coste
2018-02-09Regex: Use a template argument instead of a regular one for "forward"Maxime Coste
2018-02-09Regex: minor code cleanupMaxime Coste
2018-02-09FaceRegistry: pass face names as StringViews instead of const String&Maxime Coste
2018-02-09Add a limit to the size of selection with which we will try to diff on pipeMaxime Coste
2018-02-09diff: try to improve code readabilityMaxime Coste
2018-02-09CommandManager: Use byte rather than columns for token positionsMaxime Coste
2018-02-06Fix parsing of percent tokens with unicode separatorsMaxime Coste
2018-02-05Handle errors while reloading buffer gracefullyMaxime Coste
2018-02-05Remove the `New` flag from a buffer after reloading itMaxime Coste
2018-02-04CommandManager: parse command lines as utf8 instead of asciiMaxime Coste
2018-02-03Makefile: Only check for pkg-config when on a system that uses itMaxime Coste