summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-06-17src: Add a `commands` debug flagFrank LENORMAND
2017-06-17Update startup info messageMaxime Coste
2017-06-17Disable -Wnoexcept-type warningMaxime Coste
2017-06-16Trim whitespaces surrounding docstringsMaxime Coste
2017-06-16Add fallthrough comment to silence gcc-7 warningMaxime Coste
2017-06-16Support hitting escape to cancel a selection combine operationMaxime Coste
2017-06-16Hide info/menu when they are anchored to an invisible buffer coordMaxime Coste
2017-06-16Fix some remaining uses of invalid atom coordinatesMaxime Coste
2017-06-15Fix some other uses of invalid buffer coordinates in display codeMaxime Coste
2017-06-15Move tolerance for one past end of line coordinates to highlighter codeMaxime Coste
2017-06-15Fix crash recently introduced when deleting at buffer start in insert modeMaxime Coste
2017-06-15Go back to window lines ending at one past the end of the buffer lineMaxime Coste
2017-06-15Change window display to not use invalid buffer coordinatesMaxime Coste
2017-06-15Respect scroll offset even when wrapping linesMaxime Coste
2017-06-14Change custom text object desc trigger from ':' to 'c' - Fix #1362Delapouite
2017-06-13Always store InclusiveBufferRange with first < secondMaxime Coste
2017-06-12minor style tweakMaxime Coste
2017-06-12Simplify a bit buffer iteration functionsMaxime Coste
2017-06-12Use read_fd to get pipe command from stdin instead of ad-hoc codeMaxime Coste
2017-06-11Fix corner case in compute_modified_rangesMaxime Coste
2017-06-11Fix the Buffer::end() madnessMaxime Coste
2017-06-09Fix wrapping supportMaxime Coste
2017-06-09Remove unused only_buffer mode for DisplayLine::trimMaxime Coste
2017-06-09Simplify column highlighter and make it more robustMaxime Coste
2017-06-09Fix bug in word completerMaxime Coste
2017-06-09Proper linear time insert completion insertionMaxime Coste
2017-06-09Rework partial line display logicMaxime Coste
2017-06-09More explicit and simpler codeMaxime Coste
2017-06-08Remove spurious double underscoreMaxime Coste
2017-06-08Do not show startup info when piping into kakMaxime Coste
2017-06-08Fix quadratic behaviour in when selecting an insert completionMaxime Coste
2017-06-08Disable idle timers on all transient contextsMaxime Coste
2017-06-08Merge remote-tracking branch 'Delapouite/rotate-forward'Maxime Coste
2017-06-08Add `-width <max_width>` support in the wrap highlighterMaxime Coste
2017-06-07Move variable closer to its point of useMaxime Coste
2017-06-07Filter debug buffers before creating the SafePtr vector in -buffer *Maxime Coste
2017-06-07Do not disable incsearch option in context wrapMaxime Coste
2017-06-07Only trigger PromptEvent::Change on idleMaxime Coste
2017-06-07Use microseconds instead of milliseconds for built-in profilingMaxime Coste
2017-06-07Run BufCreate hook *before* Buf{Open,New}FileMaxime Coste
2017-06-07Use range based find_if wrapper for finding shell env varsMaxime Coste
2017-06-07Change merge_overlapping to guarantee we dont break the sortingMaxime Coste
2017-06-07Fix memory errors due to sharing the MatchResults in the Hooks structMaxime Coste
2017-06-07Remove unneeded unknown_expand exception typeMaxime Coste
2017-06-07Use range based accumulate wrapper instead of std::accumulateMaxime Coste
2017-06-07Do not allow whitespaces as % string delimitersMaxime Coste
2017-06-07Move hook executing logic into HookManagerMaxime Coste
2017-06-07Avoid expensive copies of Hooks in HookManager::run_hooksMaxime Coste
2017-06-07Move NestedBool to utils.hhMaxime Coste
2017-06-07Small style tweakMaxime Coste