Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove ellipsis and newlines from long lines | Siteshwar Vashisht | 2012-09-18 |
| | | | | Fix for issue https://github.com/fish-shell/fish-shell/issues/300 | ||
* | Fixed indentation in next_tab_stop | ridiculousfish | 2012-08-17 |
| | |||
* | Fix for issue where init_tabs can't be modified on NetBSD | ridiculousfish | 2012-08-17 |
| | |||
* | Fixed a bunch of clang analyzer warnings | ridiculousfish | 2012-08-05 |
| | | | | Simplified some memory allocations by migrating to std::string | ||
* | Fix for stack overflow when overflowing a line | ridiculousfish | 2012-08-04 |
| | |||
* | Fix for weird issues when a line becomes very long introduced by my warning ↵ | ridiculousfish | 2012-08-04 |
| | | | | fixes | ||
* | Switch from int cursor[2] to struct cursor { int x; int y; } | ridiculousfish | 2012-08-04 |
| | |||
* | Additional warning fixes and migration from int to size_t or long where ↵ | ridiculousfish | 2012-08-04 |
| | | | | appropriate | ||
* | Lots of work towards making fish build without warnings on Mountain Lion, ↵ | ridiculousfish | 2012-08-04 |
| | | | | mostly in terms of using size_t instead of int | ||
* | Warning cleanup | ridiculousfish | 2012-08-04 |
| | |||
* | Minor refactoring and fixed a bug in history function | Siteshwar Vashisht | 2012-07-24 |
| | |||
* | Print fish prompt when command is longer than a line | Siteshwar Vashisht | 2012-07-21 |
| | | | | Fix for https://github.com/fish-shell/fish-shell/issues/239 | ||
* | Set of changes to improve Unicode support with respect to combining characters. | ridiculousfish | 2012-07-15 |
| | | | | Should address https://github.com/fish-shell/fish-shell/issues/155 | ||
* | First pass at making autosuggestions not trigger wrapping | ridiculousfish | 2012-07-12 |
| | | | | Addresses https://github.com/fish-shell/fish-shell/issues/167 | ||
* | Disble futimes() calls in hopes of fixing ↵ | ridiculousfish | 2012-06-16 |
| | | | | | | https://github.com/fish-shell/fish-shell/issues/122 This should keep sudo from thinking that the tty has changed as part of its tty_tickets feature. | ||
* | Make screen.cpp properly compute the length of term256 escape codes | ridiculousfish | 2012-04-13 |
| | |||
* | Fix lots of bugs related to the static analyzer | ridiculousfish | 2012-03-26 |
| | | | | Improved how screen.cpp interacts with output_set_writer() | ||
* | Lots of work on web config | ridiculousfish | 2012-03-25 |
| | | | | Change to make fish immediately show color changes | ||
* | Removed buffer_t | ridiculousfish | 2012-03-04 |
| | |||
* | Support for setting both RGB and named colors on the same line, so the same ↵ | ridiculousfish | 2012-02-13 |
| | | | | config can work for multiple term types | ||
* | Color work | ridiculousfish | 2012-02-11 |
| | |||
* | Added autosuggestion color variable fish_color_autosuggestion | ridiculousfish | 2012-02-06 |
| | | | | Fixed that nasty bug where fish would apply a color to both the foreground and background (yuck) | ||
* | More const and signed correctness. Warnings now fit on one page! | Peter Ammon | 2012-01-14 |
| | |||
* | Redesign new environment variables to use env_var_t instead of wcstring | Peter Ammon | 2012-01-14 |
| | | | | Migrate uses of empty() to missing() to distinguish between empty variable and unset variable | ||
* | Modified env.cpp to use env_get_string() | Siteshwar Vashisht | 2012-01-12 |
| | |||
* | Modified screen.cpp to compile on Linux. | Siteshwar Vashisht | 2012-01-07 |
| | |||
* | Migrate some more away from array_list_t | ridiculousfish | 2011-12-28 |
| | |||
* | Migration of screen away from ad-hoc lists | ridiculousfish | 2011-12-27 |
| | |||
* | Some changes to migrate towards C++ and a multithreaded model | ridiculousfish | 2011-12-26 |
| | |||
* | Initial C++ conversion | ridiculousfish | 2011-12-26 |