aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.cpp
Commit message (Expand)AuthorAge
* Lots of miscellaneous cleanup. Unified the path_get_cd_path, path_allocate_cd...Gravatar ridiculousfish2012-07-20
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
* Various changes to reduce fish's compiled code sizeGravatar ridiculousfish2012-07-17
* Untangle unescaping responsibilities in highlight.cpp. Fix cd autosuggestions...Gravatar ridiculousfish2012-07-06
* Some improvements to validate commands suggested from historyGravatar Siteshwar Vashisht2012-06-29
* Removed an errant printfGravatar ridiculousfish2012-06-17
* Fix to check for case insensitive filesystems in is_potential_pathGravatar ridiculousfish2012-06-16
* Restore implicit cd for paths starting with ., .., or ~Gravatar ridiculousfish2012-06-02
* Fixed cd autosuggestion for absolute pathsGravatar ridiculousfish2012-05-13
* Fix for https://github.com/ridiculousfish/fishfish/issues/3Gravatar ridiculousfish2012-05-13
* Lots of modernization changedGravatar ridiculousfish2012-05-09
* Fix to do really nice syntax highlighting of cd command where it colors paths...Gravatar ridiculousfish2012-05-07
* Eliminate the silly autosuggest_parsed_command_t class; make it just a functionGravatar ridiculousfish2012-05-07
* Factor is_potential_path to properly handle CDPATHGravatar ridiculousfish2012-05-07
* Made tests compile againGravatar ridiculousfish2012-05-07
* Improved fork reportingGravatar ridiculousfish2012-04-21
* Fix for incorrectly highlighted parametersGravatar ridiculousfish2012-03-31
* Improve autosuggesting of cd commandGravatar ridiculousfish2012-03-30
* Fix for failing to highlight last quote (or quoted string contents)Gravatar ridiculousfish2012-03-30
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
* For for crash when typing backslash cGravatar ridiculousfish2012-03-03
* Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Tota...Gravatar ridiculousfish2012-03-03
* Fix for out-of-bounds write in highlight_paramGravatar ridiculousfish2012-02-29
* Some more changes in preparation for turning on complete-based autosuggestionsGravatar ridiculousfish2012-02-26
* Fix for crash on redirectionsGravatar ridiculousfish2012-02-21
* 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
* Modified functions in function.h/.cpp to use wcstring instead wchar_t*, other...Gravatar Siteshwar Vashisht2012-02-19
* 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
* Enhanced directory detection in a way we don't actually need yetGravatar ridiculousfish2012-02-18
* Modified most functions in wutil.h/.cpp to use wcstring instead of wchar_t*, ...Gravatar Siteshwar Vashisht2012-02-18
* Fix a crash when using quotes due to wgettext thread safety issues.Gravatar ridiculousfish2012-02-17
* Fixed parenthesis causing a crash or bizarre layout.Gravatar ridiculousfish2012-02-13
* Fix for busted directory checkGravatar ridiculousfish2012-02-13
* 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
* Got rid of multiple cd paths, only current directory will be searched while c...Gravatar Siteshwar Vashisht2012-02-09
* Removed halloc from highlight.cppGravatar ridiculousfish2012-02-08
* Cleanup al_list from builtin_complete.cppGravatar ridiculousfish2012-02-08
* Added autosuggestion color variable fish_color_autosuggestionGravatar ridiculousfish2012-02-06
* Const correctness changesGravatar ridiculousfish2012-02-06
* Migrated off of old variant of expand_one that used hallocGravatar ridiculousfish2012-01-31
* More cleanup of static string buffers in favor of wcstringGravatar ridiculousfish2012-01-31
* Change parser_t::parse_job's args array to be a local, rather than just leak ...Gravatar ridiculousfish2012-01-31
* Merge branch 'CPlusPlus' of gitorious.org:~ridiculousfish/fish-shell/fishfish...Gravatar Siteshwar Vashisht2012-01-31
|\