summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
AgeCommit message (Expand)Author
2024-02-21Add author filtering to commit viewTristan Déplantes
2024-01-19Add SetSelection function for list contexts and use it in most placesJesse Duffield
2024-01-14Add ErrorToast functionStefan Haller
2024-01-14Make it possible to handle toasts in integration testsStefan Haller
2023-12-09Add WithWaitingStatusSyncStefan Haller
2023-10-08Remove sync mutexStefan Haller
2023-10-08Add GetItemOperation/SetItemOperation/ClearItemOperation to IStateAccessorStefan Haller
2023-09-28Disable deadlock reporting when debugging an integration testStefan Haller
2023-09-20Remove unused WithLoaderPanel codeStefan Haller
2023-08-02Remove file watcher codeJesse Duffield
2023-08-02Refresh when the terminal window gets the focusStefan Haller
2023-08-01Start in fullscreen when passing a git argJesse Duffield
2023-07-31Add automated demo recordings (#2853)Jesse Duffield
2023-07-31Add demo test variantJesse Duffield
2023-07-31Move IgnoreWhitespaceInDiffView to AppState, and persist it when it changesStefan Haller
2023-07-31Add a "Mark commit as base commit for rebase" commandStefan Haller
2023-07-30Use fields rather than methods on worktreesJesse Duffield
2023-07-30Centralise logic for obtaining repo pathsJesse Duffield
2023-07-30Update repo switch logicJesse Duffield
2023-07-30Remove worktree version guardsJesse Duffield
2023-07-30Move worktrees tab to files windowJesse Duffield
2023-07-30Hide worktree functionality on old git versionsJesse Duffield
2023-07-30Land in the same panel when switching to a worktreeJesse Duffield
2023-07-30Initial addition of support for worktreesJoel Baranick
2023-07-22Keep track of authors across local commits and branch commits for suggestionsJesse Duffield
2023-07-19Add integration test for accordion modeJesse Duffield
2023-07-19Properly fix accordion issueJesse Duffield
2023-07-10Fix flakey misc/initial_open testJesse Duffield
2023-07-10Use an interface for tasks instead of a concrete structJesse Duffield
2023-07-09Use first class task objects instead of global counterJesse Duffield
2023-07-09Add mutex for refreshing branchesJesse Duffield
2023-07-08Wait for intro before doing any of our refresh functionsJesse Duffield
2023-07-08Handle pending actions properly in git commands that require credentialsJesse Duffield
2023-07-08Add busy count for integration testsJesse Duffield
2023-07-03Introduce filtered list view modelJesse Duffield
2023-06-15Add nerdFontsVersion configStefan Haller
2023-05-16Rename CmdLog -> GuiLogJesse Duffield
2023-04-30Split commit message panel into commit summary and commit description panelSean
2023-04-30ensure initial context is set when entering submoduleJesse Duffield
2023-04-30appease linterJesse Duffield
2023-04-30move quit actions to controllerJesse Duffield
2023-04-30move more actions into controllerJesse Duffield
2023-04-30move window arrangement helperJesse Duffield
2023-04-30lots of changesJesse Duffield
2023-04-30split context common from helper commonJesse Duffield
2023-04-30start moving getDisplayStrings funcs into contextsJesse Duffield
2023-04-30lots more refactoringJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2023-04-13Show warning about deprecated edit configsStefan Haller
2023-03-24Merge pull request #2377 from shinhs0506/clear-staging-after-commitJesse Duffield