aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.h
Commit message (Expand)AuthorAge
* Merge branch 'master' into 1218_rebaseGravatar ridiculousfish2014-03-29
|\
| * Equip syntax highlighting with a variant that does no disk I/O. InvokeGravatar ridiculousfish2014-03-26
| * Remove some unused function declarationsGravatar ridiculousfish2014-03-26
| * Beginnings of work for search field feature of new pagerGravatar ridiculousfish2014-01-26
| * Various tweaks and improvements to new pager, including disclosureGravatar ridiculousfish2014-01-22
* | Pull from upstreamGravatar Julian Aron Prenner2014-01-15
* | Merge remote-tracking branch 'upstream/master' into bind_modeGravatar Julian Aron Prenner2014-01-15
|\ \
* | | Add experimental support for selection and visual modeGravatar Julian Aron Prenner2014-01-15
| | * Merge branch 'master' into pagerGravatar ridiculousfish2014-01-15
| | |\ | | |/ | |/|
| * | Update style and formatting to conform to fish style guide.Gravatar ridiculousfish2014-01-15
| | * Update pager colors to use new non-bitmask architecture.Gravatar ridiculousfish2014-01-15
| |/
| * Change highlight colors from a bitmask into a combination enum / bitmaskGravatar ridiculousfish2014-01-15
| * Rename highlight_shell_magic to highlight_shell_new_parserGravatar ridiculousfish2014-01-13
| * Command highlighting now worksGravatar ridiculousfish2013-10-06
| * More work on new parserGravatar ridiculousfish2013-08-08
|/
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* More warning fixes and switching from int to long or size_tGravatar ridiculousfish2012-08-04
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
* Untangle unescaping responsibilities in highlight.cpp. Fix cd autosuggestions...Gravatar ridiculousfish2012-07-06
* Fix a class/struct disparityGravatar ridiculousfish2012-07-01
* Some improvements to validate commands suggested from historyGravatar Siteshwar Vashisht2012-06-29
* Fix for https://github.com/ridiculousfish/fishfish/issues/3Gravatar ridiculousfish2012-05-13
* Factor is_potential_path to properly handle CDPATHGravatar ridiculousfish2012-05-07
* Made tests compile againGravatar ridiculousfish2012-05-07
* Fix to change highlighting functions to take wcstring& instead of const wchar...Gravatar ridiculousfish2012-02-21
* Switch to using std::vector instead of int* for colors in highlight.cpp, for ...Gravatar ridiculousfish2012-02-21
* Piling on more code to make autosuggestion try to guess directories even when...Gravatar ridiculousfish2012-02-20
* Fix to avoid calling signal_block off of hte main threadGravatar ridiculousfish2012-02-18
* Fix to prevent autosuggesting cd'ing to the current working directoryGravatar ridiculousfish2012-02-18
* Changes to make autosuggestion even smarter by specially recognizing the cd c...Gravatar ridiculousfish2012-02-18
* Support for setting both RGB and named colors on the same line, so the same c...Gravatar ridiculousfish2012-02-13
* Added color.h, color.cpp. Got term256 colors working.Gravatar ridiculousfish2012-02-12
* Color workGravatar ridiculousfish2012-02-11
* Migrate errors from array_list_t to wcstring_list_tGravatar ridiculousfish2012-02-10
* Added autosuggestion color variable fish_color_autosuggestionGravatar ridiculousfish2012-02-06
* Improve const and signed/unsigned correctnessGravatar Peter Ammon2012-01-14
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Initial revisionGravatar axel2005-09-20