summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-10-30Makefile: Use pkg-config on Linux to get the ncurses compilation flagsMaxime Coste
2017-10-28Slight cleanup of select_surrounding implementationMaxime Coste
2017-10-28Update breaking changes messageMaxime Coste
2017-10-28Move highlighters into ScopesMaxime Coste
2017-10-28Display the fallback value in promptsMaxime Coste
2017-10-27HashMap: Tolerate reserving for 0 elementsMaxime Coste
2017-10-25Fix infinite loop shell_completeMaxime Coste
2017-10-25Merge remote-tracking branch 'net/master'Maxime Coste
2017-10-24Rename br* colors to bright-*Net
2017-10-25Fix regions highlighter infinite loops when regex matches empty rangesMaxime Coste
2017-10-24Add distinct w (curr buf) / W (all buf) word completion for <c-x>Delapouite
2017-10-22Support bright named colorsNet
2017-10-21Add missing include to meta.hhMaxime Coste
2017-10-20Disable constexpr keymap as it breaks compilation with gcc 5Maxime Coste
2017-10-20Merge remote-tracking branch 'fsub/master'Maxime Coste
2017-10-20Make the normal mode keymap a compile time hash mapMaxime Coste
2017-10-20Constexprify various hash functionsMaxime Coste
2017-10-20Move keymap as an implementation detail of the normal mode keysMaxime Coste
2017-10-19Avoid some warnings in optimized buildsfsub
2017-10-17Optimize CommandManager::execute handling of tokensMaxime Coste
2017-10-17Add a `fail` command to explicitely raise an errorMaxime Coste
2017-10-12Refactor column highlighter to make it more robustMaxime Coste
2017-10-10Fix utf8::to_previous that could go before the begin iteratorMaxime Coste
2017-10-10Remove unused forward declarationMaxime Coste
2017-10-10Move all non-core string code to string_utils.{hh,cc}Maxime Coste
2017-10-10Make Server outlive buffer managerMaxime Coste
2017-10-07Make utf8_iterator traits clear about it returning non-referencesMaxime Coste
2017-10-07Add is_upper and is_lower helper unicode functionsMaxime Coste
2017-10-07Merge remote-tracking branch 'Delapouite/docs-scroll'Maxime Coste
2017-10-06Move HookManager::Hook definition in the cppMaxime Coste
2017-10-06Add missing operator+= and -= on utf8_iteratorMaxime Coste
2017-10-06Merge remote-tracking branch 'Delapouite/client_list'Maxime Coste
2017-10-06Merge remote-tracking branch 'Delapouite/complete-line'Maxime Coste
2017-10-06Merge remote-tracking branch 'Delapouite/debug-mappings'Maxime Coste
2017-10-06Remove unneeded regex.hh include in color.ccMaxime Coste
2017-10-06Allow itersel with draft context to change the bufferMaxime Coste
2017-10-06Add more constexpr to flags wrapping functionsMaxime Coste
2017-10-06formatting tweakMaxime Coste
2017-10-05Add client_list varDelapouite
2017-10-04Docs: add missing normal keys <c-[bfud]>Delapouite
2017-10-03Add debug mappingsDelapouite
2017-10-02Add 'line' in completers option as a way to force explicit <c-x>fDelapouite
2017-09-28Distinguish between modes being disabled temporarily and definitelyMaxime Coste
2017-09-28Merge remote-tracking branch 'Delapouite/runtime-error'Maxime Coste
2017-09-28Merge remote-tracking branch 'Delapouite/jump'Maxime Coste
2017-09-27Display selections count in insert mode the same it's displayed in normal modeDelapouite
2017-09-27Convert status info into proper runtime_errorsDelapouite
2017-09-27Add status info when navigating through jumplist (<c-o>, <c-i>)Delapouite
2017-09-27Removing the local client due to SIGHUP is not gracefulMaxime Coste
2017-09-26Add selections_desc format to select autoinfoDelapouite