aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.cpp
Commit message (Expand)AuthorAge
...
* 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
* Fix to avoid calling signal_block off of hte main threadGravatar ridiculousfish2012-02-18
* Changes to make autosuggestion even smarter by specially recognizing the cd c...Gravatar ridiculousfish2012-02-18
* Some minor cleanup of reader.cpp in preparation to unify highlighting with au...Gravatar ridiculousfish2012-02-18
* Removing some unnecessary calls to c_str(), and added str2wcstring(std::strin...Gravatar Siteshwar Vashisht2012-02-18
* Changes to make autosuggestion smarter about not suggesting commands that cou...Gravatar ridiculousfish2012-02-16
* Initial work towards making autosuggestion smarter by recognizing pathsGravatar ridiculousfish2012-02-15
* Color workGravatar ridiculousfish2012-02-11
* Migrate errors from array_list_t to wcstring_list_tGravatar ridiculousfish2012-02-10
* Removed halloc_wcsdupGravatar ridiculousfish2012-02-09
* Clean up exec_subshell, removing al_list from itGravatar ridiculousfish2012-02-07
* Fixed a bug caused while highlighting double quoted strings. For e.g. ls "abc...Gravatar Siteshwar Vashisht2012-02-07
* Added autosuggestion color variable fish_color_autosuggestionGravatar ridiculousfish2012-02-06
* Suppress autosuggesting during backspacing like browsers doGravatar ridiculousfish2012-02-06
* Use right arrow to accept autosuggestionsGravatar ridiculousfish2012-02-06
* Make history searching skip the autosuggestionGravatar ridiculousfish2012-02-06
* Fix some bugs related to not updating our buffer size as our command line cha...Gravatar ridiculousfish2012-02-06
* Initial stab at autosuggestionsGravatar ridiculousfish2012-02-06
* insert_str -> insert_stringGravatar ridiculousfish2012-02-06
* Removed buff_len field. One fewer field, hooray.Gravatar ridiculousfish2012-02-06
* Large set of changes to migrate reader_data_t's buffer to std::wstringGravatar ridiculousfish2012-02-06
* Const correctness changesGravatar ridiculousfish2012-02-06
* Change the history so that when you go forwards, it no longer highlightsGravatar ridiculousfish2012-02-05
* Final cleanup of historyGravatar ridiculousfish2012-02-05
* Work on new history implementationGravatar ridiculousfish2012-02-05
* Removed the "don't highlight with stale data" code, that caused "flashing" as...Gravatar ridiculousfish2012-02-03
* Fix to highlight search results range matching againGravatar ridiculousfish2012-02-03
* Migrate search_buff to wcstringGravatar ridiculousfish2012-02-03
* Minor cleanup of background_highlight_context_tGravatar ridiculousfish2012-02-03
* CLean up current_filename, make it a std::stackGravatar ridiculousfish2012-02-02
* Migrate some al_list to std::vectorGravatar ridiculousfish2012-02-02
* Stop using placement new like a weirdoGravatar ridiculousfish2012-01-31
* Squash a bunch of warningsGravatar ridiculousfish2012-01-31
* Convert jobs list to std::listGravatar ridiculousfish2012-01-29
* buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' ...Gravatar Siteshwar Vashisht2012-01-29
|\
* | More work on LRU cache and adopting it in function and completion autoloadingGravatar ridiculousfish2012-01-27
* | Convert some cases where parsers are created to using PARSER_TYPE_GENERALGravatar ridiculousfish2012-01-22
* | More work towards instanced parser. First successful compilationGravatar ridiculousfish2012-01-22
| * Fixed more known auto completion bugs; auto completion calls working fine nowGravatar Siteshwar Vashisht2012-01-20
| * Fixed reader.cpp to not show garbage while showing help on auto completing (o...Gravatar Siteshwar Vashisht2012-01-19
| * Added constructor to completion_t for guarranted initialzation of flags attri...Gravatar Siteshwar Vashisht2012-01-16
| * Merge branch 'CPlusPlus' of gitorious.org:~ridiculousfish/fish-shell/fishfish...Gravatar Siteshwar Vashisht2012-01-16
| |\ | |/ |/|