aboutsummaryrefslogtreecommitdiffhomepage
path: root/history.cpp
Commit message (Collapse)AuthorAge
* Changes to block signals for a smaller time interval during savingGravatar ridiculousfish2012-02-23
|
* Fix for failing to unescape history properly, resulting in a backslash explosionGravatar ridiculousfish2012-02-23
|
* Squash a bunch of leaksGravatar ridiculousfish2012-02-21
|
* Fix to avoid calling signal_block off of hte main threadGravatar ridiculousfish2012-02-18
|
* Changes to make autosuggestion even smarter by specially recognizing the cd ↵Gravatar ridiculousfish2012-02-18
| | | | command.
* Removing some unnecessary calls to c_str(), and added ↵Gravatar Siteshwar Vashisht2012-02-18
| | | | str2wcstring(std::string) in common.cpp.
* 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
|
* Squash a leak in LRU cachesGravatar ridiculousfish2012-02-17
|
* Changes to make autosuggestion smarter about not suggesting commands that ↵Gravatar ridiculousfish2012-02-16
| | | | could never succeed.
* Initial work towards making autosuggestion smarter by recognizing pathsGravatar ridiculousfish2012-02-15
|
* Cleanup of completion_entry in complete.cppGravatar ridiculousfish2012-02-08
|
* Make history searching skip the autosuggestionGravatar ridiculousfish2012-02-06
|
* Initial stab at autosuggestionsGravatar ridiculousfish2012-02-06
|
* Change the history so that when you go forwards, it no longer highlightsGravatar ridiculousfish2012-02-05
|
* Fixed history testsGravatar ridiculousfish2012-02-05
|
* Final cleanup of historyGravatar ridiculousfish2012-02-05
|
* Moved LRU to its own fileGravatar ridiculousfish2012-02-05
|
* Work on new history implementationGravatar ridiculousfish2012-02-05
|
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26