aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.cpp
Commit message (Collapse)AuthorAge
...
* Modified most functions in wutil.h/.cpp to use wcstring instead of wchar_t*, ↵Gravatar Siteshwar Vashisht2012-02-18
| | | | removing calls to c_str() while calling these functions in other files.
* Fix a crash when using quotes due to wgettext thread safety issues.Gravatar ridiculousfish2012-02-17
|
* Fixed parenthesis causing a crash or bizarre layout.Gravatar ridiculousfish2012-02-13
|
* Fix for busted directory checkGravatar ridiculousfish2012-02-13
|
* Support for setting both RGB and named colors on the same line, so the same ↵Gravatar ridiculousfish2012-02-13
| | | | config can work for multiple term types
* Added color.h, color.cpp. Got term256 colors working.Gravatar ridiculousfish2012-02-12
|
* Color workGravatar ridiculousfish2012-02-11
|
* Migrate errors from array_list_t to wcstring_list_tGravatar ridiculousfish2012-02-10
|
* Got rid of multiple cd paths, only current directory will be searched while ↵Gravatar Siteshwar Vashisht2012-02-09
| | | | changing directories, implicit cd (entering directory just by typing it's name) is removed.
* Removed halloc from highlight.cppGravatar ridiculousfish2012-02-08
|
* Cleanup al_list from builtin_complete.cppGravatar ridiculousfish2012-02-08
|
* Added autosuggestion color variable fish_color_autosuggestionGravatar ridiculousfish2012-02-06
| | | | Fixed that nasty bug where fish would apply a color to both the foreground and background (yuck)
* Const correctness changesGravatar ridiculousfish2012-02-06
|
* Migrated off of old variant of expand_one that used hallocGravatar ridiculousfish2012-01-31
|
* More cleanup of static string buffers in favor of wcstringGravatar ridiculousfish2012-01-31
|
* Change parser_t::parse_job's args array to be a local, rather than just leak ↵Gravatar ridiculousfish2012-01-31
| | | | it, which no longer seems to crash
* Merge branch 'CPlusPlus' of ↵Gravatar Siteshwar Vashisht2012-01-31
|\ | | | | | | gitorious.org:~ridiculousfish/fish-shell/fishfish into CPlusPlus
* | Fix to not show thread debugging warning when entering characters like "~%". ↵Gravatar Siteshwar Vashisht2012-01-30
| | | | | | | | expand_string2() now uses it's own parser instead of principal_parser. Added PARSER_TYPE_ERRORS_ONLY in parser_type_t.
| * Fix for is_potential_path that caused all strings to be reported as pathsGravatar ridiculousfish2012-01-30
| |
| * Migrate functions like parser_keywords_is_block to wcstringGravatar ridiculousfish2012-01-30
|/
* More work to excise hallocGravatar ridiculousfish2012-01-30
|
* Yet more un-hallocingGravatar ridiculousfish2012-01-30
|
* LRU work to load functions off of the main thread.Gravatar ridiculousfish2012-01-28
| | | | We'll have to reevaluate this after we fix function autocomplete
* Fix to prevent autoloading of completions on highlight threadGravatar ridiculousfish2012-01-15
|
* Improve const and signed/unsigned correctnessGravatar Peter Ammon2012-01-14
|
* Redesign new environment variables to use env_var_t instead of wcstringGravatar Peter Ammon2012-01-14
| | | | Migrate uses of empty() to missing() to distinguish between empty variable and unset variable
* Modified highlight.cpp to use env_get_string().Gravatar Siteshwar Vashisht2012-01-12
|
* Fix for crash when unescaping a string with unbalanced quotesGravatar ridiculousfish2012-01-02
| | | | Add Mac OS X's default term name to terms for which we know how to set a title
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26