aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Run 'make depend' to update header dependenciesGravatar ridiculousfish2014-01-24
* Experimental new "inline pager" implementation, reminiscent of zsh. Pager con...Gravatar ridiculousfish2014-01-24
|\
| * Add fish_new_pager variable to enable new pager on request, disabled by default.Gravatar ridiculousfish2014-01-24
| * Suppress the pager progress message if the listing fits onscreenGravatar ridiculousfish2014-01-24
| * Remove yet more unnecessary fish_pager.cpp specific code from the new pagerGravatar ridiculousfish2014-01-24
| * Remove some unnecessary fish_pager.cpp specific code from the new pagerGravatar ridiculousfish2014-01-24
| * Support for "merged completions" (multiple completions on the same line)Gravatar ridiculousfish2014-01-24
| * Merge branch 'master' into pagerGravatar ridiculousfish2014-01-24
| |\ | |/ |/|
* | Fix pager to correctly join completions with the same description.Gravatar ridiculousfish2014-01-24
* | use annotated tags only for version checkingGravatar David Adam2014-01-24
* | Replace assertions with new do_test macro in fish_tests.cppGravatar ridiculousfish2014-01-23
* | Fix for tab-completing arguments. Closes #1261Gravatar ridiculousfish2014-01-23
| * Use ellipsis in pager progress messageGravatar ridiculousfish2014-01-22
| * Various tweaks and improvements to new pager, including disclosureGravatar ridiculousfish2014-01-22
| * Allow down arrow to enter pager. Clean up repainting withinGravatar ridiculousfish2014-01-21
| * Merge branch 'master' into pagerGravatar ridiculousfish2014-01-21
| |\ | |/ |/|
* | Correct the correspondence between name_arr and the input codes.Gravatar ridiculousfish2014-01-21
| * Support for scrolling through the pagerGravatar ridiculousfish2014-01-21
| * Correctly clear pager contents on ctrl-CGravatar ridiculousfish2014-01-20
| * Support for correctly resizing pager contents.Gravatar ridiculousfish2014-01-19
| * Improved navigation of pager list. Added tests for it too.Gravatar ridiculousfish2014-01-19
| * Further work on keyboard navigating the completion listGravatar ridiculousfish2014-01-18
| * Merge branch 'master' into pagerGravatar ridiculousfish2014-01-17
| |\ | |/ |/|
* | Relax the requirement that we find a working 'doc' directory in orderGravatar ridiculousfish2014-01-17
| * Implement and document new -P / --paging-mode flags to commandline, to suppor...Gravatar ridiculousfish2014-01-17
| * Initial support for navigating completions that appear under theGravatar ridiculousfish2014-01-17
| * Merge branch 'master' into pagerGravatar ridiculousfish2014-01-15
| |\ | |/ |/|
* | Fix for recent issue where random text might appear underlined.Gravatar ridiculousfish2014-01-15
| * Clean up pager on exit from interactive readGravatar ridiculousfish2014-01-15
* | configure/Makefile: remove unused variables and unneeded declarationsGravatar David Adam2014-01-15
* | fish_tests.cpp: set return value if tests failGravatar David Adam2014-01-15
* | Makefile/tests: use return values to communicate errorsGravatar David Adam2014-01-15
* | Replace size_t with unsigned long.Gravatar Konrad Borowski2014-01-15
| * Merge branch 'master' into pagerGravatar ridiculousfish2014-01-15
| |\ | |/ |/|
* | Make RESOLVE(statement) correctly handle any keyword. Fixes #1242.Gravatar ridiculousfish2014-01-15
* | Update style and formatting to conform to fish style guide.Gravatar ridiculousfish2014-01-15
| * Update pager colors to use new non-bitmask architecture.Gravatar ridiculousfish2014-01-15
| * Merge branch 'master' into pagerGravatar ridiculousfish2014-01-15
| |\ | |/ |/|
* | Change highlight colors from a bitmask into a combination enum / bitmaskGravatar ridiculousfish2014-01-15
| * Merge branch 'master' into pagerGravatar ridiculousfish2014-01-15
| |\ | |/ |/|
* | Fix for indentation test failuresGravatar ridiculousfish2014-01-15
| * Teach screen how to render completion page. Correct spacing inGravatar ridiculousfish2014-01-14
* | Fix for extra space when tab completing directories. Fixes #1241Gravatar ridiculousfish2014-01-14
| * Merge branch 'master' into pagerGravatar ridiculousfish2014-01-14
| |\ | |/ |/|
* | Fix for issue where 'function' would not define a function if theGravatar ridiculousfish2014-01-14
* | Fix for issue in new parser where no error would be reported if the veryGravatar ridiculousfish2014-01-14
* | Fix for issue where unterminated quotes would attempt to be executed,Gravatar ridiculousfish2014-01-14
* | Rename __fish_complete_usb function.Gravatar Konrad Borowski2014-01-14
| * Migrating new pager implementation into a class. Further work onGravatar ridiculousfish2014-01-13
| * Merge branch 'master' into pagerGravatar ridiculousfish2014-01-13
| |\ | |/ |/|