summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-15doc: Document the -E flagFrank LENORMAND
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-12Merge remote-tracking branch 'zambal/elixir-highlighter'Maxime Coste
2017-05-12Merge remote-tracking branch 'occivink/wrap-doc'Maxime Coste
2017-05-11misc whitespace fix in docsOlivier Perret
2017-05-11update line-flags and flag_lines doc to reflect current statusOlivier Perret
2017-05-11fix new face documentationOlivier Perret
2017-05-11Use only default facesVincent Siliakus
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-10Merge remote-tracking branch '5paceToast/ksh-autoload'Maxime Coste
2017-05-10Make ref highlighter work for all highlight passesMaxime Coste
2017-05-09Rename kakrc::autoload to kakrc::autoload_directoryChloe Kudryavtsev
2017-05-09Update group highlighter docstring to document the passes optionMaxime Coste
2017-05-08Chloe Kudryavtsev Copyright WaiverChloe Kudryavtsev
2017-05-08Fix a few spelling errors detected by spell.kak in the READMEMaxime 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-07Document the wrap highlighterMaxime 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
2017-05-07Introduce highlighting phases and display setup computationMaxime Coste
2017-05-07Add a wrap highlighterMaxime Coste
2017-05-07Do not use any display information to determine where the cursor movesMaxime Coste
2017-05-07Fix use of invalidated iterator in the command map on exceptionMaxime Coste
2017-05-07Merge remote-tracking branch 'lenormf/fix-readme-debian'Maxime Coste
2017-05-06doc: Remove Debian from the list of distributionsFrank LENORMAND
2017-05-06doc: Document guidelines about writing kak scriptsFrank LENORMAND
2017-05-06Add Elixir highlighterVincent Siliakus