aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix to properly update colors for non-native term256 supportGravatar ridiculousfish2012-03-31
* Fix for an issue where you can't select the top row of colorsGravatar ridiculousfish2012-03-31
* Cleanup proc_had_barrierGravatar ridiculousfish2012-03-31
* A little better support for non-term-256 colors in web configGravatar ridiculousfish2012-03-31
* Fix for incorrectly highlighted parametersGravatar ridiculousfish2012-03-31
* Improve autosuggesting of cd commandGravatar ridiculousfish2012-03-30
* Some work towards improving manpage completionsGravatar ridiculousfish2012-03-30
* Fix for failing to highlight last quote (or quoted string contents)Gravatar ridiculousfish2012-03-30
* Fix for bug where fish would not autosuggest certain executablesGravatar ridiculousfish2012-03-27
* Fix compile error (oops)Gravatar ridiculousfish2012-03-27
* Make the color picker cell borders appear correctly in FirefoxGravatar ridiculousfish2012-03-27
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
* Remove some dead variables.Gravatar ridiculousfish2012-03-25
* Make the functions builtin have a bit nicer outputGravatar ridiculousfish2012-03-25
* Moved some Python scripts into new share/tools/ directory.Gravatar ridiculousfish2012-03-25
* More work on web_configGravatar ridiculousfish2012-03-25
* Lots of work on web configGravatar ridiculousfish2012-03-25
* Web configGravatar ridiculousfish2012-03-25
* Enclose descriptions inside double quotes, and escape any enclosed double quo...Gravatar Siteshwar Vashisht2012-03-23
* Add trimmed descriptions with complete command while parsing man pages.Gravatar Siteshwar Vashisht2012-03-22
* Additional tweak to color orderGravatar Peter Ammon2012-03-20
* Append $argv only to the last command in an alias.Gravatar Siteshwar Vashisht2012-03-20
* Tweak the color orderGravatar Peter Ammon2012-03-20
* Work on web config color orderingGravatar Peter Ammon2012-03-20
* Re-implement $history variableGravatar ridiculousfish2012-03-19
* Big improvement to web config history speedGravatar ridiculousfish2012-03-19
* web_config workGravatar Peter Ammon2012-03-19
* Added method to find a character outside quotes in a string.Gravatar Siteshwar Vashisht2012-03-18
* Some additions to make scripted aliases workGravatar Siteshwar Vashisht2012-03-18
* More work on web configGravatar ridiculousfish2012-03-16
* More work on web configGravatar Peter Ammon2012-03-16
* Made builtin_test handle parenthesisGravatar ridiculousfish2012-03-15
* Fixed a crash on inputs like ls x>| less, where x doesn't exist in current di...Gravatar Siteshwar Vashisht2012-03-16
* Initial work towards web config UIGravatar Peter Ammon2012-03-15
* Added term256 support to set_color toolGravatar ridiculousfish2012-03-13
* Fixed a crash on Linux caused while inserting \ in quotes.Gravatar Siteshwar Vashisht2012-03-13
* Adding scripts to import aliases, environment variables and prompt from bash.Gravatar Siteshwar Vashisht2012-03-11
* Tweak rgb_color_t back down to 4 bytesGravatar ridiculousfish2012-03-10
* Shortened the "no matches found" error messageGravatar ridiculousfish2012-03-10
* Made pwd a builtinGravatar ridiculousfish2012-03-09
* Allow g_log_forks to be set by fish_log_forks env varGravatar ridiculousfish2012-03-09
* Attempt to not fork just to output the result of simple builtins. I'm unsure ...Gravatar ridiculousfish2012-03-09
* Flip the switch to stop draining threads before exec (!)Gravatar ridiculousfish2012-03-09
* A bunch of changes working towards eliminating all memory allocation after fo...Gravatar ridiculousfish2012-03-08
* Added some missing calls to setup_fork_guards() in utilities.Gravatar ridiculousfish2012-03-07
* Removed pwd.fish, which made the home directory print out with ~ (annoying)Gravatar ridiculousfish2012-03-07
* Improve error reporting for builtin_testGravatar ridiculousfish2012-03-07
* Fix builtin_test to properly handle last expression in a combining expressionGravatar ridiculousfish2012-03-07
* Improved error reporting for builtin_testGravatar ridiculousfish2012-03-07
* Implemented test as a builtin (!)Gravatar ridiculousfish2012-03-07