summaryrefslogtreecommitdiffstats
path: root/pkg/gui
AgeCommit message (Expand)Author
2023-10-18create iconProperties struct and convert iconMaps to use iconPropertiesaashish2057
2023-10-16Truncate long branch names to make branch status visibleStefan Haller
2023-10-16Make it possible to set the nerd fonts version to "off"Stefan Haller
2023-10-16Pass "now" into utils.LoaderStefan Haller
2023-10-16Remove special code to rerender views on screen mode changeStefan Haller
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-10Fix crash when trying to filter the list of remotesStefan Haller
2023-10-10Show sync status in branches list (#3021)Stefan Haller
2023-10-09Add disabled compat for user config (#2833)Karim Khaleel
2023-10-08Avoid rendering branches view twice when refreshingStefan Haller
2023-10-08Remove sync mutexStefan Haller
2023-10-08Disallow pulling/pushing a branch while the branch is pushed or pulledStefan Haller
2023-10-08Disallow checking out another branch while the current one is being pulledStefan Haller
2023-10-08Add inline status for pushing tags and deleting remote tagsStefan Haller
2023-10-08Add inline status for pushing/pulling/fast-forwarding branchesStefan Haller
2023-10-08Add WithInlineStatus helper functionStefan Haller
2023-10-08Add GetItemOperation/SetItemOperation/ClearItemOperation to IStateAccessorStefan Haller
2023-10-08Don't report errors from within a WithWaitingStatusStefan Haller
2023-10-03Band-aid fix for submodule/reset.go test failureStefan Haller
2023-09-30Add ability to force portrait modeLouis DeLosSantos
2023-09-28Disable deadlock reporting when debugging an integration testStefan Haller
2023-09-28Disable the 40-second timeout for integration tests when debuggingStefan Haller
2023-09-25Don't select current search result when showing search statusJesse Duffield
2023-09-25Use upstream branch when opening pull requests (#2693)Jesse Duffield
2023-09-24feat: add a menu to rebase current branch to a target branch upstreamAzraelSec
2023-09-22chore: rename branch upstream view options methodAzraelSec
2023-09-20Shorten the waiting status for fast-forwarding a branchStefan Haller
2023-09-20Remove unused WithLoaderPanel codeStefan Haller
2023-09-20Use WithWaitingStatus instead of WithLoaderPanel for pull/push/fetchStefan Haller
2023-09-20Add constant for LoaderAnimationIntervalStefan Haller
2023-09-20Remove unused class FakePopupHandlerStefan Haller
2023-09-20When pausing a task during a waiting status, hide the status while pausedStefan Haller
2023-09-20Extract WaitingStatusHandleStefan Haller
2023-09-20Extract StatusManager.addStatus methodStefan Haller
2023-09-20Add history for search view (#2877)Jesse Duffield
2023-09-20Add search historyKarim Khaleel
2023-09-18Allow cherry-picking commits during a rebaseStefan Haller
2023-09-18Disabled paste when there are no copied commitsStefan Haller
2023-09-18Use DisabledReason for commits panel commandsStefan Haller
2023-09-18Use DisabledReason for rebasing a branch onto itselfStefan Haller
2023-09-18Add Enabled func to BindingStefan Haller
2023-09-18Use DisabledReason for upstream options itemsStefan Haller
2023-09-18Use DisabledReason when deleting branches is not possibleStefan Haller
2023-09-18Add DisabledReason field to MenuItemStefan Haller
2023-09-18Use UpstreamBranch for opening pull requestsLuka Markušić
2023-09-12fix: use `Error` method to handle the commit url copy from unknown serviceAzraelSec
2023-09-09Add coauthor (#2)Orlando Maussa
2023-09-09feat: add jump-to-panel label settingMaria José Solano
2023-09-09Replace whitespace with '-' when renaming a branch (#2990)Jesse Duffield