aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.cpp
Commit message (Expand)AuthorAge
* Set single-line default promptGravatar maxfl2012-07-07
* Fix fish_prompt eventGravatar maxfl2012-07-06
* Untangle unescaping responsibilities in highlight.cpp. Fix cd autosuggestions...Gravatar ridiculousfish2012-07-06
* Fixed crash caused by pressing pageup button when no match (for typed command...Gravatar Siteshwar Vashisht2012-07-05
* Added missing break in case R_SUPPRESS_AUTOSUGGESTIONGravatar ridiculousfish2012-07-01
* Add command to temporarily suppress the autosuggestion featureGravatar Ian Munsie2012-07-01
* Fix off by two in move_word leftGravatar Ian Munsie2012-07-01
* Some improvements to validate commands suggested from historyGravatar Siteshwar Vashisht2012-06-29
* Fixed crash caused by pressing pageup buttonGravatar Siteshwar Vashisht2012-06-25
* Fixes title update in tmux and screenGravatar Emil Eriksson2012-06-21
* Enable window title update when TERM is screen-XGravatar Emil Eriksson2012-06-21
* Fix for extra space in some completionsGravatar ridiculousfish2012-06-16
* Fixed token search (note: this didn't work properly even in the original fish!)Gravatar ridiculousfish2012-06-15
* fish_title now sets both tab and window titles in iTerm2Gravatar Robin Deits2012-06-10
* Signal handling cleanup and improved safetyGravatar ridiculousfish2012-06-04
* Fix to disable VDSUSP, which allows control-Y to serve as yank on OS XGravatar ridiculousfish2012-06-02
* Lots of modernization changedGravatar ridiculousfish2012-05-09
* Factor is_potential_path to properly handle CDPATHGravatar ridiculousfish2012-05-07
* Made tests compile againGravatar ridiculousfish2012-05-07
* Fix to restore completions that use command substitution (like cd)Gravatar ridiculousfish2012-05-06
* Some work towards refactoring how completions are inserted to support escapin...Gravatar ridiculousfish2012-05-05
* Fix to properly update colors for non-native term256 supportGravatar ridiculousfish2012-03-31
* Improve autosuggesting of cd commandGravatar ridiculousfish2012-03-30
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
* Make the functions builtin have a bit nicer outputGravatar ridiculousfish2012-03-25
* Lots of work on web configGravatar ridiculousfish2012-03-25
* Fix for completions only printing one itemGravatar ridiculousfish2012-03-05
* Fix to stop autosuggesting on whitespaceGravatar ridiculousfish2012-03-05
* Final cleanup of io_data_t now that I recognize the bizarre way in which it s...Gravatar ridiculousfish2012-03-04
* Some initial work on removing buffer_t from io_data_tGravatar ridiculousfish2012-03-03
* Fix a bug where wfopen would always failGravatar ridiculousfish2012-03-03
* Cleanup reader.cpp's usage of string_buffer, remove some other unused data st...Gravatar ridiculousfish2012-03-03
* removed some string_bufferGravatar ridiculousfish2012-03-03
* Put fish on a diet. Tracked down the biggest memory hogs and fixed them. Tota...Gravatar ridiculousfish2012-03-03
* Fix to properly handle case insensitive autosuggestionsGravatar ridiculousfish2012-03-01
* Changed iterators from iter++ to ++iterGravatar ridiculousfish2012-03-01
* More work on improving interaction between fork and pthreads. Added null_term...Gravatar ridiculousfish2012-02-29
* Fix to add a generation count to threaded operations so they abort earlyGravatar ridiculousfish2012-02-28
* Some initial work towards resolving nasty fork/pthread issues, and to having ...Gravatar ridiculousfish2012-02-27
* Fix to finally turn on multithreaded completions for autosuggestionGravatar ridiculousfish2012-02-27
* Some more changes in preparation for turning on complete-based autosuggestionsGravatar ridiculousfish2012-02-26
* Temporarily disable background completionsGravatar ridiculousfish2012-02-26
* More work towards autosuggesting completionsGravatar ridiculousfish2012-02-25
* Some work to allow completions to be evaluated off of the main threadGravatar ridiculousfish2012-02-24
* Removed a lot of string_buffer_tGravatar ridiculousfish2012-02-22
* Replace some string_buffer_t with wcstringGravatar ridiculousfish2012-02-22
* Large set of changes to migrate sb_out and sb_err to wcstringGravatar ridiculousfish2012-02-22
* Switch to using std::vector instead of int* for colors in highlight.cpp, for ...Gravatar ridiculousfish2012-02-21
* Removed array_list_t (!)Gravatar ridiculousfish2012-02-21
* Piling on more code to make autosuggestion try to guess directories even when...Gravatar ridiculousfish2012-02-20