index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
highlight.h
Commit message (
Expand
)
Author
Age
*
Merge branch 'master' into 1218_rebase
ridiculousfish
2014-03-29
|
\
|
*
Equip syntax highlighting with a variant that does no disk I/O. Invoke
ridiculousfish
2014-03-26
|
*
Remove some unused function declarations
ridiculousfish
2014-03-26
|
*
Beginnings of work for search field feature of new pager
ridiculousfish
2014-01-26
|
*
Various tweaks and improvements to new pager, including disclosure
ridiculousfish
2014-01-22
*
|
Pull from upstream
Julian Aron Prenner
2014-01-15
*
|
Merge remote-tracking branch 'upstream/master' into bind_mode
Julian Aron Prenner
2014-01-15
|
\
\
*
|
|
Add experimental support for selection and visual mode
Julian Aron Prenner
2014-01-15
|
|
*
Merge branch 'master' into pager
ridiculousfish
2014-01-15
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Update style and formatting to conform to fish style guide.
ridiculousfish
2014-01-15
|
|
*
Update pager colors to use new non-bitmask architecture.
ridiculousfish
2014-01-15
|
|
/
|
*
Change highlight colors from a bitmask into a combination enum / bitmask
ridiculousfish
2014-01-15
|
*
Rename highlight_shell_magic to highlight_shell_new_parser
ridiculousfish
2014-01-13
|
*
Command highlighting now works
ridiculousfish
2013-10-06
|
*
More work on new parser
ridiculousfish
2013-08-08
|
/
*
Apply new indentation, brace, and whitespace style
ridiculousfish
2012-11-18
*
Remove trailing whitespaces and change tabs to spaces
Ćukasz Niemier
2012-11-18
*
More warning fixes and switching from int to long or size_t
ridiculousfish
2012-08-04
*
Renamed env_vars to env_vars_snapshot_t
ridiculousfish
2012-07-20
*
Untangle unescaping responsibilities in highlight.cpp. Fix cd autosuggestions...
ridiculousfish
2012-07-06
*
Fix a class/struct disparity
ridiculousfish
2012-07-01
*
Some improvements to validate commands suggested from history
Siteshwar Vashisht
2012-06-29
*
Fix for https://github.com/ridiculousfish/fishfish/issues/3
ridiculousfish
2012-05-13
*
Factor is_potential_path to properly handle CDPATH
ridiculousfish
2012-05-07
*
Made tests compile again
ridiculousfish
2012-05-07
*
Fix to change highlighting functions to take wcstring& instead of const wchar...
ridiculousfish
2012-02-21
*
Switch to using std::vector instead of int* for colors in highlight.cpp, for ...
ridiculousfish
2012-02-21
*
Piling on more code to make autosuggestion try to guess directories even when...
ridiculousfish
2012-02-20
*
Fix to avoid calling signal_block off of hte main thread
ridiculousfish
2012-02-18
*
Fix to prevent autosuggesting cd'ing to the current working directory
ridiculousfish
2012-02-18
*
Changes to make autosuggestion even smarter by specially recognizing the cd c...
ridiculousfish
2012-02-18
*
Support for setting both RGB and named colors on the same line, so the same c...
ridiculousfish
2012-02-13
*
Added color.h, color.cpp. Got term256 colors working.
ridiculousfish
2012-02-12
*
Color work
ridiculousfish
2012-02-11
*
Migrate errors from array_list_t to wcstring_list_t
ridiculousfish
2012-02-10
*
Added autosuggestion color variable fish_color_autosuggestion
ridiculousfish
2012-02-06
*
Improve const and signed/unsigned correctness
Peter Ammon
2012-01-14
*
Some changes to migrate towards C++ and a multithreaded model
ridiculousfish
2011-12-26
*
remove trailing spaces
Grissiom
2010-09-18
*
Large number of sourcecode comment edits, and some minor code polish
axel
2006-06-20
*
Add header guards to the header files.
James Vega
2005-10-05
*
Initial revision
axel
2005-09-20