summaryrefslogtreecommitdiffstats
path: root/pkg/gui
AgeCommit message (Expand)Author
2023-04-30update cheatsheetsJesse Duffield
2023-04-30fix rendering of commit files viewJesse Duffield
2023-04-30appease linterJesse Duffield
2023-04-30remove unused fileJesse Duffield
2023-04-30move side window actions to controllers packageJesse Duffield
2023-04-30move toggle whitespace action to controllers packageJesse Duffield
2023-04-30move quit actions to controllerJesse Duffield
2023-04-30remove unused fileJesse Duffield
2023-04-30move some methodsJesse Duffield
2023-04-30move diffing menu action to controllerJesse Duffield
2023-04-30move filtering menu action to controllerJesse Duffield
2023-04-30move another action into controllerJesse Duffield
2023-04-30move more actions into controllerJesse Duffield
2023-04-30move custom patch options menu action to controllers packageJesse Duffield
2023-04-30move custom command action into its own fileJesse Duffield
2023-04-30move window arrangement helperJesse Duffield
2023-04-30lots of changesJesse Duffield
2023-04-30standardise controller helper methodsJesse Duffield
2023-04-30standardise helper argsJesse Duffield
2023-04-30split context common from helper commonJesse Duffield
2023-04-30move getDisplayStrings funcs into contextsJesse Duffield
2023-04-30refactor cherry pick code to move state access out of helperJesse Duffield
2023-04-30start moving getDisplayStrings funcs into contextsJesse Duffield
2023-04-30move getModel functions into contextsJesse Duffield
2023-04-30move views into contextsJesse Duffield
2023-04-30remove context callback optsJesse Duffield
2023-04-30lots more refactoringJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2023-04-30Refresh staging panel when committingJesse Duffield
2023-04-30Retain commit message when cycling historyJesse Duffield
2023-04-30Split commit message panel into commit summary and commit description panelSean
2023-04-29Fix activation of initial contextStefan Haller
2023-04-29Make RebaseCommands.AmendTo more robustStefan Haller
2023-04-29Implement moving commits up/down in terms of daemonStefan Haller
2023-04-29Implement squash, fixup, drop, and reword in terms of daemonStefan Haller
2023-04-29Implement "edit commit" in terms of the new EditRebase functionStefan Haller
2023-04-18Don't allow resetting non-HEAD commits (including rebase todos) during rebaseStefan Haller
2023-04-15chore: add focus on local commits after interactively rebaseAzraelSec
2023-04-15feat: allow to perform a rebase with breaking before the first commitAzraelSec
2023-04-15Don't allow changing the type of certain rebase todosStefan Haller
2023-04-15Make moving todo commits more robustStefan Haller
2023-04-15Make EditRebaseTodo more robustStefan Haller
2023-04-15Show update-ref commands in rebase todo listStefan Haller
2023-04-15Visualize branch heads in commits panelStefan Haller
2023-04-15Store commit.Action as an enum instead of a stringStefan Haller
2023-04-15Store commit.Status as an enum instead of a stringStefan Haller
2023-04-13Merge pull request #2496 from jesseduffield/feature/prevent-history-custom-co...Jesse Duffield
2023-04-13Don't add custom command to history if it starts with spaceLuka Markušić
2023-04-13Show warning about deprecated edit configsStefan Haller
2023-04-13Remove line number support for "open" commandStefan Haller