summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context
AgeCommit message (Expand)Author
2023-07-31Add a "Mark commit as base commit for rebase" commandStefan Haller
2023-07-31Don't show branch marker for head commit unless updateRefs config is onStefan Haller
2023-07-31Don't show branch heads in reflog subcommitsStefan Haller
2023-07-31Visualize local branch heads in commits panelStefan Haller
2023-07-30Standardise on using lo for slice functionsJesse Duffield
2023-07-30Fix bug where worktree view would take over window upon switching branchesJesse Duffield
2023-07-30Use fields rather than methods on worktreesJesse Duffield
2023-07-30Remove IO logic from presentation code for worktreesJesse Duffield
2023-07-30Add worktree integration testsJesse Duffield
2023-07-30Move worktrees tab to files windowJesse Duffield
2023-07-30Associate branches with worktrees even when mid-rebaseJesse Duffield
2023-07-30Fix filtering logic in worktrees viewJesse Duffield
2023-07-30Land in the same panel when switching to a worktreeJesse Duffield
2023-07-30RefactorJesse Duffield
2023-07-30Address PR commentsJoel Baranick
2023-07-30Style missing worktree as red and display better error when trying to switch ...Joel Baranick
2023-07-30Initial addition of support for worktreesJoel Baranick
2023-07-22Better tag creation UXJesse Duffield
2023-07-22Use fuzzy search when filtering a viewJesse Duffield
2023-07-20Only apply right-alignment on first column of keybindings menuJesse Duffield
2023-07-20Fix crash on empty menuJesse Duffield
2023-07-19Properly fix accordion issueJesse Duffield
2023-07-08Add busy count for integration testsJesse Duffield
2023-07-03Add mutex to filtered list to avoid concurrency issuesJesse Duffield
2023-07-03Use searching, not filtering, in file tree viewsJesse Duffield
2023-07-03Support case sensitive filteringJesse Duffield
2023-07-03Scroll to top when filtering and retain selection when cancelling filterJesse Duffield
2023-07-03Case insensitive string comparisonJesse Duffield
2023-07-03Support filtering filesJesse Duffield
2023-07-03Cancel filter/search when hitting escapeJesse Duffield
2023-07-03Introduce filtered list view modelJesse Duffield
2023-06-01Refresh commits viewport on focus lostJesse Duffield
2023-06-01show commits against branchesJesse Duffield
2023-05-26More compact and flexible date formatJesse Duffield
2023-05-25Use boolean field to control whether viewport is refreshed on line focusJesse Duffield
2023-05-21Right-align key labels in menuJesse Duffield
2023-05-21Apply strikethrough style to reserved keybindings in menusJesse Duffield
2023-04-30Split commit message panel into commit summary and commit description panelSean
2023-04-30fix rendering of commit files viewJesse Duffield
2023-04-30move more actions into controllerJesse Duffield
2023-04-30lots of changesJesse Duffield
2023-04-30split context common from helper commonJesse Duffield
2023-04-30move getDisplayStrings funcs into contextsJesse 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-02-27feat(subcommits): load unlimited sub-commitsRyooooooga