summaryrefslogtreecommitdiff
path: root/src/filters.cc
AgeCommit message (Expand)Author
2012-11-23filter: minor code cleanupMaxime Coste
2012-11-23Refactor filter and highlighter registry into a common templateMaxime Coste
2012-11-22rename (hook|option)_manager to (hook|option)s.Maxime Coste
2012-11-20minor cleanupsMaxime Coste
2012-11-19Add a regex filterMaxime Coste
2012-11-19Pass the selection instead of only point of insertion to filtersMaxime Coste
2012-08-15misc cleanupsMaxime Coste
2012-08-10Buffer: move back Modification as an implementation detailMaxime Coste
2012-06-27Tweak String class, and cleanup usagesMaxime Coste
2012-06-05fix some warnings detected with clangMaxime Coste
2012-06-12replace Option::operator {String,int} with Option::as_{string,int}Maxime Coste
2012-06-12Add a FilterGroup, and cleanup HighlighterGroupMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-04-03add an OptionManager class and use it to manage tabstopsMaxime Coste
2011-12-20Filters: add cleanup_whitespace filterMaxime Coste
2011-12-07Filters: move from buffer to windowMaxime Coste
2011-12-06Buffer: rename BufferModification to ModificationMaxime Coste
2011-12-03Filters: add expand_tabulations to insert spaces instead of tabsMaxime Coste
2011-12-02Buffer: add filter supportMaxime Coste
2011-11-29Rename Filter to Highlighter to be more explicitMaxime Coste
2011-11-26Filters: fix colorize_regex_range when range is not visibleMaxime Coste
2011-11-24Filters: tweak colorize_cplusplusMaxime Coste
2011-11-24SelectionHighlighter: highlight end of lines in selectionMaxime Coste
2011-11-24Filters: generalize colorize_regex in colorize_regex_rangeMaxime Coste
2011-11-15Filters: cleanup trailing whitespacesMaxime Coste
2011-11-14Filters: colorize_regex supports matches spanning multiple display atomsMaxime Coste
2011-11-10Filters: make colorize_regex accessible through addfilterMaxime Coste
2011-11-09Filters: refactoringMaxime Coste
2011-11-09Filters: code cleanupMaxime Coste
2011-11-08Filters: register existing filters with the registryMaxime Coste
2011-11-04Filters: tweak colorize_cplusplusMaxime Coste
2011-10-27lines and columns used for user interaction are 1-indexedMaxime Coste
2011-10-26Filters: tweak colorize_cpluscplusMaxime Coste
2011-10-23Filters: rewrote colorize_regexMaxime Coste
2011-10-18DisplayBuffer: store atoms in a std::list instead of a vectorMaxime Coste
2011-10-17Filters: add a show line numbers filterMaxime Coste
2011-10-15DisplayBuffer: refactoring, correct support of replacementsMaxime Coste
2011-10-12Filters: add an expand_tabulation filterMaxime Coste
2011-10-07Filters: tweak colorize_cplusplusMaxime Coste
2011-10-07DisplayBuffer: do not store content in atom, begin and end are sufficientMaxime Coste
2011-10-06Filters: tweak colorize_cplusplusMaxime Coste
2011-10-04Filters: tweaks colorize_cplusplusMaxime Coste
2011-10-03Filters: add a colorize_cplusplus filter and use it by default in WindowMaxime Coste
2011-09-30Filters: add a colorize_regex filterMaxime Coste