summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context.go
AgeCommit message (Expand)Author
2024-01-28Show mode-specific keybinding suggestionsJesse Duffield
2023-07-30Standardise on using lo for slice functionsJesse Duffield
2023-07-30Land in the same panel when switching to a worktreeJesse Duffield
2023-07-03Add integration tests for searching/filteringJesse Duffield
2023-07-03Show filter status similar to what we show with searchJesse Duffield
2023-07-03Only cancel search if main or temporary context loses focusJesse Duffield
2023-07-03Move more logic into search helperJesse Duffield
2023-07-03Cancel filter/search when hitting escapeJesse Duffield
2023-07-03Introduce filtered list view modelJesse Duffield
2023-05-16Don't deactivate context that you're about to activateJesse Duffield
2023-05-16Compare contexts with keysJesse Duffield
2023-05-02merge master into refactor-better-encapsulationJesse 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-30move more actions into controllerJesse Duffield
2023-04-30lots of changesJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2023-03-24Merge pull request #2377 from shinhs0506/clear-staging-after-commitJesse Duffield
2023-03-20Avoid deactivating and activating when pushing the current context againStefan Haller
2023-03-04Keep side context in context stack when pushing a main contextStefan Haller
2022-08-06refactor to only have one context per viewJesse Duffield
2022-08-02make exception for searching from menuJesse Duffield
2022-08-01fix issue caused by opening a menu over a promptJesse Duffield
2022-07-30Fix github linter errorsLuka Markušić
2022-05-07more documentationJesse Duffield
2022-04-16do not highlight line if there are no items to displayJesse Duffield
2022-03-26remove dead codeJesse Duffield
2022-03-26don't hide transient views upon losing focusJesse Duffield
2022-03-26show namesake for child viewsJesse Duffield
2022-03-26support viewing commits of reflog entry and show better view titleJesse Duffield
2022-03-24no more filterThenMapJesse Duffield
2022-03-24renameJesse Duffield
2022-03-24would you believe that I'm adding even more genericsJesse Duffield
2022-03-24many more genericsJesse Duffield
2022-03-24more genericsJesse Duffield
2022-03-17remove dead codeJesse Duffield
2022-03-17more consistent namingJesse Duffield
2022-03-17fix CIJesse Duffield
2022-03-17defend against view not yet having a context defined against itJesse Duffield
2022-03-17appease linterJesse Duffield
2022-03-17refactor contextsJesse Duffield
2022-03-17working againJesse Duffield
2022-03-17more refactoringJesse Duffield
2022-03-17some more refactoringJesse Duffield
2022-03-17move context keys into context packageJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield
2022-01-15stop refreshing the screen so muchJesse Duffield
2021-12-06more efficient context diff size changingJesse Duffield
2021-12-06Fix: Don't access a view if it's `nil`DerTeta
2021-11-05support scrolling left and rightJesse Duffield