index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pager.cpp
Commit message (
Expand
)
Author
Age
*
Run restyle.sh to enforce style rules.
ridiculousfish
2014-03-31
*
Remove old pager remnants, including documentation and references in the
ridiculousfish
2014-03-15
*
Revert "Merge pull request #1317 from pullreq/cpp"
ridiculousfish
2014-02-28
*
Fixes .c -> .cpp in comments. For doxygen.
Geoff Nixon
2014-02-27
*
Dead stores
Geoff Nixon
2014-02-27
*
Allow double-tapping tab to fully disclose pager, per #291
ridiculousfish
2014-02-20
*
Remove the reader_selected_completion_changed callback. Fix a hang when
ridiculousfish
2014-02-16
*
Make the pager search field allow searching on the prefix
ridiculousfish
2014-02-16
*
Correctly initialize search_field_shown to avoid phantom search field
ridiculousfish
2014-01-30
*
NULL -> false
ridiculousfish
2014-01-28
*
Support escape or up-arrow to cancel the completion search field.
ridiculousfish
2014-01-27
*
Increased support for completion search field. Use btab (shift-tab) to
ridiculousfish
2014-01-27
*
Beginnings of work for search field feature of new pager
ridiculousfish
2014-01-26
*
Suppress the pager progress message if the listing fits onscreen
ridiculousfish
2014-01-24
*
Remove yet more unnecessary fish_pager.cpp specific code from the new pager
ridiculousfish
2014-01-24
*
Remove some unnecessary fish_pager.cpp specific code from the new pager
ridiculousfish
2014-01-24
*
Support for "merged completions" (multiple completions on the same line)
ridiculousfish
2014-01-24
*
Use ellipsis in pager progress message
ridiculousfish
2014-01-22
*
Various tweaks and improvements to new pager, including disclosure
ridiculousfish
2014-01-22
*
Allow down arrow to enter pager. Clean up repainting within
ridiculousfish
2014-01-21
*
Support for scrolling through the pager
ridiculousfish
2014-01-21
*
Support for correctly resizing pager contents.
ridiculousfish
2014-01-19
*
Improved navigation of pager list. Added tests for it too.
ridiculousfish
2014-01-19
*
Further work on keyboard navigating the completion list
ridiculousfish
2014-01-18
*
Initial support for navigating completions that appear under the
ridiculousfish
2014-01-17
*
Clean up pager on exit from interactive read
ridiculousfish
2014-01-15
*
Update pager colors to use new non-bitmask architecture.
ridiculousfish
2014-01-15
*
Teach screen how to render completion page. Correct spacing in
ridiculousfish
2014-01-14
*
Migrating new pager implementation into a class. Further work on
ridiculousfish
2014-01-13
*
More work on builtin pager
ridiculousfish
2013-12-07
*
First round of changes to migrate pager inside fish, in preparation for
ridiculousfish
2013-12-01