summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Collapse)Author
2018-09-09Merge branch 'master' into feature/helpDawid Dziurla
conflicts resolved
2018-09-07satisfy golangciDawid Dziurla
2018-09-07ladies and gentlemen...Dawid Dziurla
this is fmt number x+1
2018-09-07rewrite some of menu panel logicDawid Dziurla
panel keybindings are now on top and global keybindings are below separated with empty newline
2018-09-05add confirmOnQuit config optionDawid Dziurla
2018-09-05change menu keybinding from ? to xDawid Dziurla
2018-09-05update pl translationDawid Dziurla
2018-09-05allow users to configure whether the commit length is shownJesse Duffield
2018-09-05fmt strikes againDawid Dziurla
2018-09-05include global keybindings in menuDawid Dziurla
2018-09-05add commit count via gocui subtitleJesse Duffield
2018-09-05initial commit message counterDawid Dziurla
2018-09-05help -> menuDawid Dziurla
2018-09-05fix popup panel resizingJesse Duffield
2018-09-04add renderGlobalOptionsDawid Dziurla
render only global options for all panels
2018-09-04delete optionsDawid Dziurla
2018-09-04move keys slice to guiState structDawid Dziurla
2018-09-04set help panel fgcolor to whiteDawid Dziurla
2018-09-04add getMaxKeyLengthDawid Dziurla
2018-09-04Merge branch 'master' into hotfix/238-xdg-open-2Jesse Duffield
2018-09-04update xdg-open commandJesse Duffield
2018-09-04fix tests locallyAnthony HAMON
2018-09-04use RunCommandAnthony HAMON
2018-09-04replace fmt with errorsAnthony HAMON
2018-09-04rename NewApp to SetupAnthony HAMON
2018-09-04merge setup in function that create a new git commandAnthony HAMON
2018-09-04pkg/git : remove unused Map functionAnthony HAMON
2018-09-04pkg/git : add tests for SetupGitAnthony HAMON
2018-09-04pkg/git : remove panic in SetupGit methodAnthony HAMON
2018-09-03get selected branch from correct panelDawid Dziurla
2018-09-03helperize spacesDawid Dziurla
2018-09-03add missing translated polish stringsDawid Dziurla
2018-09-03add missing untranslated dutch stringsDawid Dziurla
@mjarkk
2018-09-03remove capitalization of keybindings descriptionsDawid Dziurla
2018-09-03get item position from correct panelDawid Dziurla
2018-09-03apply fmt againDawid Dziurla
2018-09-03merge conflict effect fixDawid Dziurla
2018-09-03add untranslated dutch stringsDawid Dziurla
@mjarkk
2018-09-03polish translationDawid Dziurla
2018-09-03better english stringDawid Dziurla
2018-09-03add generate_cheatsheet scriptDawid Dziurla
script is generating markdown document with small cheatsheet in selected language
2018-09-03remove testing contentDawid Dziurla
2018-09-03use Fprint instead of renderStringDawid Dziurla
renderString is wrapping content because of that lines are being select wrong
2018-09-03apply fmt on keybindingsDawid Dziurla
2018-09-03don't panicDawid Dziurla
"panic: runtime error: index out of range" when executing stash pop 'g' from help menu
2018-09-03add missing descriptionsDawid Dziurla
2018-09-03explicitly delete 'help' viewDawid Dziurla
2018-09-03use Key if it's a rune, otherwise KeyReadableDawid Dziurla
2018-09-03indent keybindingsDawid Dziurla
2018-09-03move descriptions to i18nDawid Dziurla