| Age | Commit message (Expand) | Author |
| 2014-10-30 | Add scope class and encapsulate Options, Keymaps, Aliases and Hooks in it | Maxime Coste |
| 2014-10-22 | Refactor highlighters, use an interface with virtual methods | Maxime Coste |
| 2014-10-13 | Refactor regex uses, do not reference boost except in regex.hh | Maxime Coste |
| 2014-10-03 | Use InternedStrings for buffer contents | Maxime Coste |
| 2014-09-19 | small refactor in highlighters | Maxime Coste |
| 2014-09-09 | Add support for target column preservation | Maxime Coste |
| 2014-07-15 | Use strongly typed enum for Face Attribute, add Dim | Maxime Coste |
| 2014-07-14 | Remove region highlighter, rename multi_regions to regions, cleanup | Maxime Coste |
| 2014-07-14 | Fix bug in nested highlighting | Maxime Coste |
| 2014-07-14 | Avoid infinite loop in MultiRegionHighlighter when regexes generate empty mat... | Maxime Coste |
| 2014-07-13 | Do not resolve faces in highlighter factories, defer to actual highlighting | Maxime Coste |
| 2014-07-12 | Rename RegexColorizer to RegexHighlighter | Maxime Coste |
| 2014-07-12 | Refactor RegexColorizers face handling | Maxime Coste |
| 2014-07-11 | Rename ColorPair to Face and ColorRegistry to FaceRegistry | Maxime Coste |
| 2014-07-05 | utf8: use end of sequence iterators for more security | Maxime Coste |
| 2014-06-27 | fix potential infinite loop in show_matching highlighter | Maxime Coste |
| 2014-06-21 | Use main selection index as default when accessing only one register value | Maxime Coste |
| 2014-06-18 | Add a line_option highlighter that highlight the line stored in an int option | Maxime Coste |
| 2014-06-18 | Color Default now means 'keep as is' for most highlighters | Maxime Coste |
| 2014-06-18 | Minor code cleanup in highlighters | Maxime Coste |
| 2014-06-16 | Fix corner cases in region highlighting | Maxime Coste |
| 2014-06-16 | Merge branch 'master' into hierarchical-highlighters | Maxime Coste |
| 2014-06-16 | Highlight selection cursors in a second pass | Maxime Coste |
| 2014-06-15 | Refactor highlighter command completions | Maxime Coste |
| 2014-06-12 | Remove defhl, use addhl -group | Maxime Coste |
| 2014-06-11 | Add MultiRegionHighlighter | Maxime Coste |
| 2014-06-11 | Refactor region highlighter, extract code to helper classes | Maxime Coste |
| 2014-06-11 | Add support for recursion in region highlighter | Maxime Coste |
| 2014-06-10 | Convert Region highlighter to a HierarchicalHighlighter | Maxime Coste |
| 2014-06-10 | ref highlighter tolerates unexisting reference | Maxime Coste |
| 2014-06-10 | Add a fill highlighter that just fills the display buffer | Maxime Coste |
| 2014-06-10 | Replace FunctionGroup template with HighlighterGroup class | Maxime Coste |
| 2014-06-02 | Fix in region highlighter | Maxime Coste |
| 2014-05-26 | Revert "Use Modification for region highlighter" | Maxime Coste |
| 2014-05-25 | Merge branch 'master' into remove-buffer-change-listener | Maxime Coste |
| 2014-05-24 | Fix segfault in region highlighter | Maxime Coste |
| 2014-05-21 | Use Modification for region highlighter | Maxime Coste |
| 2014-05-21 | Make expand_unprintable more tolerant to invalid utf8 | Maxime Coste |
| 2014-05-17 | Remove per lines timestamp in Buffer | Maxime Coste |
| 2014-05-17 | Merge branch 'master' into remove-buffer-change-listener | Maxime Coste |
| 2014-05-14 | replace LineChangeWatcher with a free function compute_line_modifications | Maxime Coste |
| 2014-05-14 | Fix RegexColorizer cache handling | Maxime Coste |
| 2014-05-13 | Fix show_matching highlighter when opening char is the first buffer char | Maxime Coste |
| 2014-05-13 | Refactor DynamicRegexHighlighter, search hl uses Search colalias | Maxime Coste |
| 2014-05-09 | Add a show_whitespaces highlighter | Maxime Coste |
| 2014-05-07 | Refactor LineAndColumn coordinates | Maxime Coste |
| 2014-05-01 | Replace some typedefs with usings | Maxime Coste |
| 2014-04-27 | minor formatting cleanup | Maxime Coste |
| 2014-04-02 | More OSX fixes | Maxime Coste |
| 2014-02-25 | regionref highlighter just ignore invalid references | Maxime Coste |