aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
Commit message (Expand)AuthorAge
* Remove string_buffer_t (!)Gravatar ridiculousfish2012-03-03
* Some more changes in preparation for turning on complete-based autosuggestionsGravatar ridiculousfish2012-02-26
* Some cleanup of completions in preparation for more multithreadingGravatar ridiculousfish2012-02-26
* More work towards autosuggesting completionsGravatar ridiculousfish2012-02-25
* Some more work on threaded completionsGravatar ridiculousfish2012-02-24
* Some work to allow completions to be evaluated off of the main threadGravatar ridiculousfish2012-02-24
* Large set of changes to migrate sb_out and sb_err to wcstringGravatar ridiculousfish2012-02-22
* Migrate errors from array_list_t to wcstring_list_tGravatar ridiculousfish2012-02-10
* Excised some more hallocGravatar ridiculousfish2012-02-07
* Work on new history implementationGravatar ridiculousfish2012-02-05
* Cleanup complete_cmd_descGravatar ridiculousfish2012-02-02
* Clean up uses of completion_tGravatar ridiculousfish2012-02-01
* Squash a bunch of warningsGravatar ridiculousfish2012-01-31
* 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
|\
* | Converted all auto completion calls (on pressing tab) to use std::vector<comp...Gravatar Siteshwar Vashisht2012-01-16
| * Fix to prevent autoloading of completions on highlight threadGravatar ridiculousfish2012-01-15
|/
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Add canse insensitive tilde completionGravatar liljencrantz2008-01-14
* Add lots of new code comments.Gravatar liljencrantz2008-01-14
* Fix completion bug - case insensitive competions of command names sometimes g...Gravatar liljencrantz2007-10-28
* Spelling fixes from Chris RebertGravatar axel2007-08-02
* Change output format of complete -C to make writing case insensitive command ...Gravatar axel2007-04-21
* Initial checkin of code for using case insensitive completion as a fallback f...Gravatar axel2007-03-01
* Various minor codee updates. Dead code removal, comment tweaking. Spelling fi...Gravatar axel2007-02-25
* Second round of bug fixes and minor code improvements after the completions s...Gravatar axel2007-02-25
* Round of bug fixes and minor code improvements after the completions struct u...Gravatar axel2007-02-25
* Fourth phase of using a real struct for passing around completions - make exp...Gravatar axel2007-02-19
* First phase of using a real struct for passing around completions - only use ...Gravatar axel2007-02-09
* Make parsing of --authorative switch for complete builtin more logical. Fix b...Gravatar axel2007-01-28
* Minor documentation, indentation tweaksGravatar axel2006-11-30
* Minor cleanups, mostly of code commentsGravatar axel2006-11-11
* Minor tweaks to previous fish_pager patch to fix two bugsGravatar axel2006-08-22
* fish_pager_via_stdinGravatar stew2006-08-22
* Drop the init and shutdown function for the completion codeGravatar axel2006-07-22
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* Add missing #define, needed by new fish_pager codeGravatar axel2006-02-14
* Autoloaded functionsGravatar axel2006-02-08
* Huge API documentation cleanupGravatar axel2005-10-25
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Initial revisionGravatar axel2005-09-20