summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types
AgeCommit message (Expand)Author
2024-06-23Rerender fewer views when their width changesStefan Haller
2024-06-23Support showing checkboxes or radio buttons in menusStefan Haller
2024-06-23Add menu promptStefan Haller
2024-06-23Clear keybinding functions in resetHelpersAndControllersStefan Haller
2024-06-23Render the view when scrolling with the wheelStefan Haller
2024-06-23Only render visible portion of the screen for commits viewStefan Haller
2024-06-23Use model searching in commits (and sub-commits) viewStefan Haller
2024-06-03Factor out CommitLoader.mainBranches into its own class, and store it in ModelStefan Haller
2024-05-19Allow editing a custom command from the suggestions list by pressing 'e'Stefan Haller
2024-05-19Support deleting items from the custom commands historyStefan Haller
2024-04-18Remove ErrorMsgStefan Haller
2024-04-18Rename Error() to ErrorHandler()Stefan Haller
2024-04-18Return error from RefreshOptions.ThenStefan Haller
2024-04-18Make OnWorker callback return an errorStefan Haller
2024-04-12rename sha to hash 8, update some log and commentpikomonde
2024-03-29Extract a function HandleGenericClickStefan Haller
2024-03-17Default to substring filtering, add option to go back to fuzzy filteringStefan Haller
2024-03-17Show inline waiting status when checking out a local branchStefan Haller
2024-03-12Show popup message with breaking changes on startupStefan Haller
2024-01-28Show mode-specific keybinding suggestionsJesse Duffield
2024-01-28Improve keybinding descriptionsJesse Duffield
2024-01-26Use inline status for fetching remotesStefan Haller
2024-01-23Set groundwork for better disabled reasons with range selectJesse Duffield
2024-01-19Keep same branch selected when refreshing branchesStefan Haller
2024-01-19Disable range-select in menu and suggestions viewJesse Duffield
2024-01-19Enforce single-item selection in various actionsJesse Duffield
2024-01-19Add SetSelection function for list contexts and use it in most placesJesse Duffield
2024-01-19Add range selection ability on list contextsJesse Duffield
2024-01-14Allow showing Disabled errors as error panel instead of toastStefan Haller
2024-01-14Make DisabledReason a structStefan Haller
2024-01-14Add ErrorToast functionStefan Haller
2024-01-14Make it possible to handle toasts in integration testsStefan Haller
2023-12-10Fall back to WithWaitingStatus if item is scrolled out of viewStefan Haller
2023-12-09Add WithWaitingStatusSyncStefan Haller
2023-12-09Layout the bottom line view using spacer viewsJesse Duffield
2023-10-16Rerender certain views when their width changesStefan Haller
2023-10-10When refreshing models, re-apply active filter for the corresponding viewStefan Haller
2023-10-08Remove sync mutexStefan Haller
2023-10-08Add WithInlineStatus helper functionStefan Haller
2023-10-08Add GetItemOperation/SetItemOperation/ClearItemOperation to IStateAccessorStefan Haller
2023-09-25Don't select current search result when showing search statusJesse Duffield
2023-09-20Remove unused WithLoaderPanel codeStefan Haller
2023-09-20Add history for search view (#2877)Jesse Duffield
2023-09-20Add search historyKarim Khaleel
2023-09-18Add Enabled func to BindingStefan Haller
2023-09-18Add DisabledReason field to MenuItemStefan Haller
2023-09-04Extract a SaveAppStateAndLogError functionStefan Haller
2023-08-30Don't show toasts when running integration testsStefan Haller
2023-08-29Add option to add sections to menusStefan Haller
2023-08-29Add a mechanism to insert non-model items into list contextsStefan Haller