summaryrefslogtreecommitdiffstats
path: root/vendor
AgeCommit message (Collapse)Author
2021-04-06get tcell to cleanup the terminal if we panicJesse Duffield
2021-04-06go mod tidyJesse Duffield
2021-04-06bum pgocuiJesse Duffield
2021-04-06bump gocuiJesse Duffield
2021-04-06no more termboxJesse Duffield
2021-04-06use tcell via porting over code from awesome-gocuiJesse Duffield
2021-03-30defend against race condition in editorsJesse Duffield
2021-02-08support wide characters in the editorJesse Duffield
2021-02-08remove go-gitconfig packageJesse Duffield
2021-02-08add secureexec file for getting around windows checking for a binary first ↵Jesse Duffield
in the current dir
2020-11-28Start on supporting auto-suggestions when checking out a branchJesse Duffield
switch to other fuzzy package with no dependencies
2020-10-12fix deltaJesse Duffield
2020-10-10fix go.mod and go.sumJesse Duffield
2020-10-10fix nil view keybinding panicJesse Duffield
2020-10-10support recording sessions for testing purposesJesse Duffield
2020-10-10type i18nJesse Duffield
2020-10-10remove viperJesse Duffield
WIP
2020-10-06bump go-git to fix invalid merge errorJesse Duffield
2020-10-06switch to fork of go-gitJesse Duffield
2020-10-01add mutex to views arrayJesse Duffield
2020-09-27bump gocuiJesse Duffield
2020-09-26add in-built logging support for a better dev experienceJesse Duffield
2020-08-26use clipboard package to handle clipboard stuffJesse Duffield
2020-08-24bump creackJesse Duffield
2020-08-24prevent moving cursor past last character in prompt modalJesse Duffield
2020-08-24prevent moving cursor past last character in prompt modalJesse Duffield
2020-08-24support alacrittyJesse Duffield
2020-08-23bump gocui to ensure no crash on startupJesse Duffield
2020-05-13bump gocui to be on 'simple' branch.Jesse Duffield
The master branch of gocui contains stuff I added for lazynpm which changes how the cursor is used. This will provide some benefits to lazygit as well but I don't yet have the motivation to make the required changed in lazygit to support it. So we're gonna be on the branch named 'simple' rather than master until I fix that up.
2020-03-27vendor: replace go-git packageMáximo Cuadros
2020-03-25go mod vendorDawid Dziurla
2020-03-09case insensitive searchJesse Duffield
By default, search is now case insensitive. If you include uppercase characters in your search string, the search will become case sensitive. This means there is no way to do a case- insensitive search of all-lowercase strings. We could add more support for this but we'll wait until we come across the use case
2020-03-04Add gox to vendor listRui Chen
2020-03-03go mod vendorRui Chen
2020-03-04bump gocuiJesse Duffield
2020-02-25show item counts in framesJesse Duffield
2020-02-24support searching in side panelsJesse Duffield
For now we're just doing side panels, because it will take more work to support this in the various main panel contexts
2020-02-02bump gocuiJesse Duffield
2020-02-01bump vendor directoryJesse Duffield
2020-01-31fix keybinding issues with freebsd/openbsdJesse Duffield
2020-01-29remove rollbarJesse Duffield
2020-01-12use mutexes on escape codeJesse Duffield
2020-01-12bump gocuiJesse Duffield
2019-12-13update dependenciesDawid Dziurla
2019-11-21bump gocui to get contexts on keybindingsJesse Duffield
2019-11-14update go gitv0.10.6Jesse Duffield
2019-11-12fix up pty forkv0.10.5Jesse Duffield
2019-11-12go mod vendorJesse Duffield
2019-11-10Vendor: Updated dependenciesv0.10.2Glenn Vriesman
* Updated go.mod * Updated go.sum * Updated vendor packages Signed-off-by: Glenn Vriesman <glenn.vriesman@gmail.com>
2019-11-10bump gocui (this better work or so hope me god I'm switching back to go dep)Jesse Duffield
jks I'm that that close to the edge... but I am getting there haha