summaryrefslogtreecommitdiff
path: root/src/highlighters.cc
AgeCommit message (Expand)Author
2014-10-30Add scope class and encapsulate Options, Keymaps, Aliases and Hooks in itMaxime Coste
2014-10-22Refactor highlighters, use an interface with virtual methodsMaxime Coste
2014-10-13Refactor regex uses, do not reference boost except in regex.hhMaxime Coste
2014-10-03Use InternedStrings for buffer contentsMaxime Coste
2014-09-19small refactor in highlightersMaxime Coste
2014-09-09Add support for target column preservationMaxime Coste
2014-07-15Use strongly typed enum for Face Attribute, add DimMaxime Coste
2014-07-14Remove region highlighter, rename multi_regions to regions, cleanupMaxime Coste
2014-07-14Fix bug in nested highlightingMaxime Coste
2014-07-14Avoid infinite loop in MultiRegionHighlighter when regexes generate empty mat...Maxime Coste
2014-07-13Do not resolve faces in highlighter factories, defer to actual highlightingMaxime Coste
2014-07-12Rename RegexColorizer to RegexHighlighterMaxime Coste
2014-07-12Refactor RegexColorizers face handlingMaxime Coste
2014-07-11Rename ColorPair to Face and ColorRegistry to FaceRegistryMaxime Coste
2014-07-05utf8: use end of sequence iterators for more securityMaxime Coste
2014-06-27fix potential infinite loop in show_matching highlighterMaxime Coste
2014-06-21Use main selection index as default when accessing only one register valueMaxime Coste
2014-06-18Add a line_option highlighter that highlight the line stored in an int optionMaxime Coste
2014-06-18Color Default now means 'keep as is' for most highlightersMaxime Coste
2014-06-18Minor code cleanup in highlightersMaxime Coste
2014-06-16Fix corner cases in region highlightingMaxime Coste
2014-06-16Merge branch 'master' into hierarchical-highlightersMaxime Coste
2014-06-16Highlight selection cursors in a second passMaxime Coste
2014-06-15Refactor highlighter command completionsMaxime Coste
2014-06-12Remove defhl, use addhl -groupMaxime Coste
2014-06-11Add MultiRegionHighlighterMaxime Coste
2014-06-11Refactor region highlighter, extract code to helper classesMaxime Coste
2014-06-11Add support for recursion in region highlighterMaxime Coste
2014-06-10Convert Region highlighter to a HierarchicalHighlighterMaxime Coste
2014-06-10ref highlighter tolerates unexisting referenceMaxime Coste
2014-06-10Add a fill highlighter that just fills the display bufferMaxime Coste
2014-06-10Replace FunctionGroup template with HighlighterGroup classMaxime Coste
2014-06-02Fix in region highlighterMaxime Coste
2014-05-26Revert "Use Modification for region highlighter"Maxime Coste
2014-05-25Merge branch 'master' into remove-buffer-change-listenerMaxime Coste
2014-05-24Fix segfault in region highlighterMaxime Coste
2014-05-21Use Modification for region highlighterMaxime Coste
2014-05-21Make expand_unprintable more tolerant to invalid utf8Maxime Coste
2014-05-17Remove per lines timestamp in BufferMaxime Coste
2014-05-17Merge branch 'master' into remove-buffer-change-listenerMaxime Coste
2014-05-14replace LineChangeWatcher with a free function compute_line_modificationsMaxime Coste
2014-05-14Fix RegexColorizer cache handlingMaxime Coste
2014-05-13Fix show_matching highlighter when opening char is the first buffer charMaxime Coste
2014-05-13Refactor DynamicRegexHighlighter, search hl uses Search colaliasMaxime Coste
2014-05-09Add a show_whitespaces highlighterMaxime Coste
2014-05-07Refactor LineAndColumn coordinatesMaxime Coste
2014-05-01Replace some typedefs with usingsMaxime Coste
2014-04-27minor formatting cleanupMaxime Coste
2014-04-02More OSX fixesMaxime Coste
2014-02-25regionref highlighter just ignore invalid referencesMaxime Coste