summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-23Remove unneeded forward declarationMaxime Coste
2017-05-22Do not avoid eol in insert mode vertical movementMaxime Coste
2017-05-22Fix bug where idle timers of disabled modes were still runMaxime Coste
2017-05-22Remove virtual destructor from OptionManagerWatcherMaxime Coste
2017-05-22Fix scrolling when cursor is on a wrapped part of the last displayed lineMaxime Coste
2017-05-21Fix vertical movement with tabstopsMaxime Coste
2017-05-21Merge remote-tracking branch 'danr/Add-modified-value-if-buffer-has-modificat...Maxime Coste
2017-05-21Merge branch 'master' of git://github.com/bmwiedemann/kakouneMaxime Coste
2017-05-20Always link input files in the same orderBernhard M. Wiedemann
2017-05-20do not embed timestamps in .gz filesBernhard M. Wiedemann
2017-05-20Change <a-z>/<a-Z> to combine selections instead of appendingMaxime Coste
2017-05-18Add modified value if buffer has modifications not savedDan Rosén
2017-05-18Make hardware cursor visible in ncurses uiMaxime Coste
2017-05-18Small reorganization in the normal keymapMaxime Coste
2017-05-17Move constexpr compatible Array struct to meta.hhMaxime Coste
2017-05-17small code cleanupsMaxime Coste
2017-05-17Add missing std::move in on_scope_end implementationMaxime Coste
2017-05-17Add range-faces -> range-specs rename to the breaking changes messageMaxime Coste
2017-05-17Rename range-faces to range-specsMaxime Coste
2017-05-15Add a basic replace-ranges highlighterMaxime Coste
2017-05-13Tweak buffer change code so that WinDisplay hooks can use info boxesMaxime Coste
2017-05-13Add the -E switch for server initialization commandsMaxime Coste
2017-05-11update line-flags and flag_lines doc to reflect current statusOlivier Perret
2017-05-11Disable horizontal scroll offset support when wrappingMaxime Coste
2017-05-10Use LineCount instead of int for ncurses assistant marginMaxime Coste
2017-05-10Merge remote-tracking branch 'lenormf/fix-assistant-align'Maxime Coste
2017-05-10Small spelling error fixOlivier Brewaeys
2017-05-10Add support for the -passes option to the ref highlighterMaxime Coste
2017-05-10Make ref highlighter work for all highlight passesMaxime Coste
2017-05-09Update group highlighter docstring to document the passes optionMaxime Coste
2017-05-08Distinguish between BufferRanges and InclusiveBufferRangesMaxime Coste
2017-05-08Refactor range highlighting into a structMaxime Coste
2017-05-08Do not push a final spurious command separators when parsing commandsMaxime Coste
2017-05-08Update wrap highlighter docstringMaxime Coste
2017-05-08Move SimpleHighlighter as an implementation detailMaxime Coste
2017-05-07Fix unneeded and wrong splitting of display atom during wrappingMaxime Coste
2017-05-07Fix infinite loop with longer than width words in word wrap modeMaxime Coste
2017-05-07Slight highlighting related code cleanupMaxime Coste
2017-05-07Fix assert when wrapping a line that takes more than the full window heightMaxime Coste
2017-05-07Ensure window position line is inside bufferMaxime Coste
2017-05-07Reject 0 wrap columnMaxime Coste
2017-05-07Add support for word wrapping with the -word switch to the wrap highlighterMaxime Coste
2017-05-07Add a `-passes` switch support for the group highlighterMaxime Coste
2017-05-07Move passes logic to the base Highlighter classMaxime Coste
2017-05-07Detect errors while parsing flag line and handle themMaxime Coste
2017-05-07Disable horizontal scrolling when running a WrapHighlighterMaxime Coste
2017-05-07Introduce a LineNumberWrapped faceMaxime Coste
2017-05-07Make scrolling around work more correctly with wrappingMaxime Coste
2017-05-07Make Wrap highlighter only wrap on window width.Maxime Coste
2017-05-07Respect tabstop in Buffer::offset_coordMaxime Coste