summaryrefslogtreecommitdiffstats
path: root/pkg/gui
AgeCommit message (Expand)Author
2023-07-29Add bisect menu entry that lets you choose bisect termsStefan Haller
2023-07-29Have staging refresh wait for files to refresh firstJesse Duffield
2023-07-29Speed up refresh using concurrency and wait groupsJesse Duffield
2023-07-29Log duration of post-refresh-update callJesse Duffield
2023-07-29Log duration of refreshJesse Duffield
2023-07-26Show error when trying to open patch menu with an empty patchStefan Haller
2023-07-23Could not type special characters on non-english keyboardsArnaud MASSERANN
2023-07-23Prompt for commit message when moving a custom patch to a new commitStefan Haller
2023-07-22Better tag creation UXJesse Duffield
2023-07-22Use fuzzy search when filtering a viewJesse Duffield
2023-07-22Keep track of authors across local commits and branch commits for suggestionsJesse Duffield
2023-07-20Only apply right-alignment on first column of keybindings menuJesse Duffield
2023-07-20Fix crash on empty menuJesse Duffield
2023-07-19Add integration test for accordion modeJesse Duffield
2023-07-19Properly fix accordion issueJesse Duffield
2023-07-15Fix potentially wrong help text in commit message panelStefan Haller
2023-07-13Allow checking for merge conflicts after running a custom commandJesse Duffield
2023-07-10Replace uses of "git stash save" with "git stash push"Stefan Haller
2023-07-10Ensure background refreshes don't bunch upJesse 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 dev doc for busy/idle trackingJesse Duffield
2023-07-09Add mutex for refreshing branchesJesse Duffield
2023-07-08Wait for intro before doing any of our refresh functionsJesse Duffield
2023-07-08Remove redundant waitgroupJesse 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-03Add mutex to filtered list to avoid concurrency issuesJesse Duffield
2023-07-03Differentiate between different filter modesJesse Duffield
2023-07-03Use searching, not filtering, in file tree viewsJesse Duffield
2023-07-03Fix escape logic for remote branchesJesse Duffield
2023-07-03Add integration tests for searching/filteringJesse Duffield
2023-07-03Support case sensitive filteringJesse Duffield
2023-07-03Color view frame differently when 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-03Scroll to top when filtering and retain selection when cancelling filterJesse Duffield
2023-07-03Move more logic into search helperJesse 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-07-02Print entire panic messageJesse Duffield
2023-06-28fix: typo EnteRefNameAmirzhan Aliyev
2023-06-26Rename "Delete change" menu entry to "Discard change" in staging panelStefan Haller
2023-06-26Fix the title and text (and variable names) of the Discard Changes promptStefan Haller
2023-06-22Insert fake todo entry for a conflicting commit that is being appliedStefan Haller
2023-06-15Add nerdFontsVersion configStefan Haller
2023-06-15Turn remoteIcons into a mapStefan Haller