summaryrefslogtreecommitdiffstats
path: root/vendor
AgeCommit message (Collapse)Author
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
2019-11-05go mod vendorDawid Dziurla
2019-11-05bump gocuiJesse Duffield
2019-09-24Mod: Added flaggy to vendor directoryGlenn Vriesman
Signed-off-by: Glenn Vriesman <glenn.vriesman@gmail.com>
2019-09-15bump gocuiJesse Duffield
2019-09-01switch to Go modulesDawid Dziurla
2019-06-29use fork of roll that doesn't care about errorsJesse Duffield
2019-05-26support going to start/end of line and deleting lines in simple editorJesse Duffield
2019-05-09Bump gocui forkJesse Duffield
2019-05-05Updated the gocui packagemjarkk
2019-04-26Made the ui even smallermjarkk
2019-04-10bump gocui to fix invalid point crashing issueJesse Duffield
2019-03-05fix cpu drainage issueJesse Duffield
2019-03-03bump gocui to stop polling events after closing the gui when switching to a ↵Jesse Duffield
subprocess
2019-02-15bump gocui to support loader animations on viewsJesse Duffield
2019-02-11bump gocui to version that uses go-errors as wellJesse Duffield
2019-02-11bump dep to include go-errors packageJesse Duffield
2019-01-15bump gocui to prevent truncating the contents of wrapped viewsJesse Duffield
2018-12-19Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-12-18bump gocui fork to convert tabs to spacesJesse Duffield
2018-12-18bump pty forkJesse Duffield
2018-12-18switch to our own fork of pty which lets us set our own stdout and stderrJesse Duffield
2018-11-10Switched back to github.com/mgutz/str instaid of a copy of ToArgvmjarkk
2018-10-27Removed package github.com/mgutz/str for better code coveragemjarkk
2018-10-27Removed github.com/ionrock/procs for better code coveragemjarkk
2018-10-27Fixed circleci buildmjarkk
2018-10-27Fixed circleci buildmjarkk
2018-09-22use lineheight rather than buffer lengthJesse Duffield
2018-09-19bump deps to use forked termbox which doesn't crash as easilyJesse Duffield