summaryrefslogtreecommitdiffstats
path: root/pkg/gui/presentation
AgeCommit message (Expand)Author
2024-06-23Fix truncation of long branch names containing non-ASCII charactersStefan Haller
2024-06-23Add test demonstrating wrong truncation of branch names containing non-ASCII ...Stefan Haller
2024-06-15Add user config gui.commitAuthorFormatanikiforov
2024-06-03Show divergence from base branch in branches listStefan Haller
2024-06-03Remove ColoredBranchStatus and branchStatusColorStefan Haller
2024-06-03More explicit test of status panel contentStefan Haller
2024-05-19Rename Pushables/Pullables to AheadForPull/BehindForPullStefan Haller
2024-05-19Remove redundant variable dedeclarationsJesse Duffield
2024-04-30Enable the commit graph in the divergence viewStefan Haller
2024-04-27Refactor `pkg/gui/presentation/commits.go` slightly to be consistentStefan Haller
2024-04-27Add config option for length of commit hash displayed in commits viewOlivia Bahr
2024-04-22Switch git-todo-parser from fsmiamoto original repo to stefanhaller's forkStefan Haller
2024-04-12rename sha to hash 10, last remaining sha (hopefully)pikomonde
2024-04-12rename sha to hash 9, case: Shapikomonde
2024-04-12rename sha to hash 6, update short hashpikomonde
2024-04-12rename sha to hash 5pikomonde
2024-04-12rename sha to hash 4pikomonde
2024-04-12rename sha to hash 2pikomonde
2024-04-12rename sha to hashpikomonde
2024-04-12renaming variable to CommitHashpikomonde
2024-04-12standardize 'Commit Sha' to 'Commit Hash'pikomonde
2024-04-07Replace min/max helpers with built-in min/maxEng Zer Jun
2024-04-06Add `SpinnerConfig`Artem Belyakov
2024-03-29Cleanup: don't mess with globals in tests without resetting themStefan Haller
2024-03-17Show inline waiting status when checking out a local branchStefan Haller
2024-03-16Store full ref in Name field of update-ref commitsStefan Haller
2024-03-07Show all submodules recursivelyStefan Haller
2024-03-02Don't show branch head on rebase todos if the rebase.updateRefs config is onStefan Haller
2024-03-02Rename showBranchMarkerForHeadCommit parameter to hasRebaseUpdateRefsConfigStefan Haller
2024-03-02Fix linter warningsStefan Haller
2024-01-26Use inline status for fetching remotesStefan Haller
2024-01-22Add config setting to suppress showing file iconsStefan Haller
2024-01-22Show file names in default colour (#3081)Jesse Duffield
2024-01-22Show unstaged file names in default colourJesse Duffield
2024-01-15Don't try to shorten branch names that are already 3 characters or lessStefan Haller
2023-12-27feat: add age on stash linesAzraelSec
2023-12-10Fall back to WithWaitingStatus if view showing the item is not visibleStefan Haller
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-08Add inline status for pushing tags and deleting remote tagsStefan Haller
2023-10-08Add inline status for pushing/pulling/fast-forwarding branchesStefan Haller
2023-08-29Add "Show divergence from upstream" entry to Upstream menu in branches panelStefan Haller
2023-08-29Remove the magenta color on menu items that open a menuStefan Haller
2023-08-28Make RenderDisplayStrings return the column positionsStefan Haller
2023-08-28Change RenderDisplayStrings to return a slice of stringsStefan Haller
2023-08-28Call getDisplayStrings with a valid range of model indicesStefan Haller
2023-08-28Change length parameter of getDisplayStrings to endIdxStefan Haller
2023-08-28Add icons for files with .mdx and .svelte file extensions (#2889)Jesse Duffield