sourcegit/src/Views
leo ed1351b1f7
feature: supports to show submodules as tree or list (#1307)
Signed-off-by: leo <longshuang@msn.cn>
2025-05-16 11:31:53 +08:00
..
About.axaml Task/UI usability tweaks (#1314) 2025-05-16 09:27:42 +08:00
About.axaml.cs ux: re-design About page 2025-03-17 17:06:26 +08:00
AddRemote.axaml code_style: remove all IDE warnings 2024-07-14 15:55:15 +08:00
AddRemote.axaml.cs code_style: remove all IDE warnings 2024-07-14 15:55:15 +08:00
AddSubmodule.axaml code_style: remove all IDE warnings 2024-07-14 15:55:15 +08:00
AddSubmodule.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
AddWorktree.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
AddWorktree.axaml.cs code_style: remove unused namespace using and run dotnet format 2024-08-28 13:42:25 +08:00
AIAssistant.axaml fix: empty dialog when generating commit message with AI (#1257) 2025-04-29 09:14:24 +08:00
AIAssistant.axaml.cs fix: empty dialog when generating commit message with AI (#1257) 2025-04-29 09:14:24 +08:00
Apply.axaml refactor: rewrite git apply implementation 2025-03-17 15:30:32 +08:00
Apply.axaml.cs code_style: remove all IDE warnings 2024-07-14 15:55:15 +08:00
ApplyStash.axaml refactor: re-implement git stash apply 2025-02-06 16:33:55 +08:00
ApplyStash.axaml.cs refactor: re-implement git stash apply 2025-02-06 16:33:55 +08:00
Archive.axaml ux: update Icons.Commit 2024-12-12 17:14:04 +08:00
Archive.axaml.cs code_style: remove all IDE warnings 2024-07-14 15:55:15 +08:00
Askpass.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
Askpass.axaml.cs code_style: simple window do not using DataContext 2025-03-07 15:44:50 +08:00
AssumeUnchangedManager.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
AssumeUnchangedManager.axaml.cs refactor: rewrite chromeless window (#634) 2024-11-01 09:38:42 +08:00
AutoFocusBehaviour.cs code_style: remove all IDE warnings 2024-07-14 15:55:15 +08:00
Avatar.cs code_style: run dotnet format 2024-10-23 15:28:09 +08:00
BisectStateIndicator.cs enhance: fore invalidate measure after data context of BisectStateIndicator changed 2025-04-25 20:55:11 +08:00
Blame.axaml fix: tooltip did not hide after pointer move out (#1178) 2025-04-14 10:40:24 +08:00
Blame.axaml.cs fix: tooltip did not hide after pointer move out (#1178) 2025-04-14 10:40:24 +08:00
BranchCompare.axaml ux: new style for revision/branch compare targets 2025-05-06 20:52:43 +08:00
BranchCompare.axaml.cs feature: add context menu for issue link in commit details panel (#651) 2024-11-04 15:31:55 +08:00
BranchTree.axaml ux: show tooltip at right of hovered item in repository's left side bar (#1317) 2025-05-16 10:47:38 +08:00
BranchTree.axaml.cs refactor: use PointerPressed event instead of ListBox.SelectionChanged event to navigate to commit (#1230) 2025-04-23 10:17:14 +08:00
CaptionButtons.axaml ux: window caption button (#442) 2024-09-04 15:54:12 +08:00
CaptionButtons.axaml.cs code_style: simplify static commands used by styles and main menu; run dotnet format 2024-09-02 20:27:12 +08:00
ChangeCollectionView.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
ChangeCollectionView.axaml.cs feature: auto-select first change in commit details panel and revision/branch compare panel (#1019) 2025-02-25 10:53:42 +08:00
ChangeStatusIcon.cs Add button for running external mergetool on ALL conflicts (#1173) 2025-04-11 09:33:07 +08:00
ChangeViewModeSwitcher.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
ChangeViewModeSwitcher.axaml.cs code_style: simple window do not using DataContext 2025-03-07 15:44:50 +08:00
Checkout.axaml feature: make --recurse-submdoules an option while trying to checkout branch with submodules (#1272) 2025-05-06 12:01:58 +08:00
Checkout.axaml.cs refactor: rewrite the way to deal with uncommitted local changes when checkout/pull/create branch (#1085) 2025-03-13 10:21:54 +08:00
CheckoutCommit.axaml refactor: rewrite checkout/create branch with submodules 2025-05-09 18:12:30 +08:00
CheckoutCommit.axaml.cs code_review: review for PR (#147) 2024-05-26 14:25:21 +08:00
CherryPick.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
CherryPick.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
ChromelessWindow.cs code_style: move platform dependent code to initialize window to namespace SourceGit.Native 2025-05-12 21:52:50 +08:00
Cleanup.axaml code_style: remove all IDE warnings 2024-07-14 15:55:15 +08:00
Cleanup.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
ClearStashes.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
ClearStashes.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Clone.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
Clone.axaml.cs fix: try-catch OpenFolderPickerAsync to avoid crash when select a directory is NOT exist 2024-08-27 10:40:49 +08:00
ColorPicker.cs ux: workspace configuration window 2024-09-18 21:46:04 +08:00
CommandLogContentPresenter.cs refactor: notification popup uses the same text presenter with git command log viewer (#1149) 2025-04-17 18:21:55 +08:00
CommandLogTime.cs feature: show command running time in logs window (#1253) 2025-04-29 16:36:05 +08:00
CommitBaseInfo.axaml ux: use larger font size for commit ref label 2025-05-08 13:13:22 +08:00
CommitBaseInfo.axaml.cs fix: tooltip did not hide after pointer move out (#1178) 2025-04-14 10:40:24 +08:00
CommitChanges.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
CommitChanges.axaml.cs feature: add context menu for issue link in commit details panel (#651) 2024-11-04 15:31:55 +08:00
CommitDetail.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
CommitDetail.axaml.cs feature: add context menu for issue link in commit details panel (#651) 2024-11-04 15:31:55 +08:00
CommitGraph.cs code_style: calculate bounds only when it is needed 2025-05-08 13:42:21 +08:00
CommitMessagePresenter.cs feature: subject presenter supports inline codeblock 2025-04-25 13:24:13 +08:00
CommitMessageTextBox.axaml ux: re-design commit message input box 2025-04-16 10:22:54 +08:00
CommitMessageTextBox.axaml.cs refactor: use custom view locator to create new window/dialog (#1216) 2025-04-21 15:32:21 +08:00
CommitRefsPresenter.cs feature: allow to hide tags in graph (#1109) 2025-03-18 21:40:31 +08:00
CommitRelationTracking.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
CommitRelationTracking.axaml.cs feature: add a button to see which branches and tags that contains selected commit (#388) 2024-08-23 16:52:55 +08:00
CommitStatusIndicator.cs code_style: move some code from Histories.axaml to separate files 2025-03-12 14:58:59 +08:00
CommitSubjectPresenter.cs ux: new style for inline code in commit subject 2025-05-07 20:23:06 +08:00
CommitTimeTextBlock.cs feat: add translation for "1 hour ago" in multiple languages (#1096) 2025-03-14 16:57:03 +08:00
ConfigureWorkspace.axaml feature: supports to re-order workspaces (#1261) 2025-04-30 21:39:03 +08:00
ConfigureWorkspace.axaml.cs code_style: run dotnet format and re-order codes 2025-04-15 16:30:50 +08:00
ConfirmCommit.axaml ux: resize confirm commit dialog 2025-04-08 18:05:53 +08:00
ConfirmCommit.axaml.cs code_review: PR #1153 2025-04-07 11:48:38 +08:00
ConfirmEmptyCommit.axaml Task/UI usability tweaks (#1314) 2025-05-16 09:27:42 +08:00
ConfirmEmptyCommit.axaml.cs enhance: new confirm empty commit dialog (#1143) 2025-04-08 20:00:42 +08:00
ConfirmRestart.axaml refactor: rewrite chromeless window (#634) 2024-11-01 09:38:42 +08:00
ConfirmRestart.axaml.cs refactor: rewrite chromeless window (#634) 2024-11-01 09:38:42 +08:00
Conflict.axaml ux: use larger font size for commit ref label 2025-05-08 13:13:22 +08:00
Conflict.axaml.cs enhance: show commit info tip when hover SHA in conflict view 2025-03-10 20:02:09 +08:00
ConventionalCommitMessageBuilder.axaml ux: reduce combobox item height 2025-04-16 15:42:44 +08:00
ConventionalCommitMessageBuilder.axaml.cs refactor: rewrite chromeless window (#634) 2024-11-01 09:38:42 +08:00
CreateBranch.axaml feature: make --recurse-submdoules an option while trying to checkout branch with submodules (#1272) 2025-05-06 12:01:58 +08:00
CreateBranch.axaml.cs refactor: rewrite the way to deal with uncommitted local changes when checkout/pull/create branch (#1085) 2025-03-13 10:21:54 +08:00
CreateGroup.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
CreateGroup.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
CreateTag.axaml enhance: tag push behavior while creating and deleting (#999) 2025-02-19 10:35:34 +08:00
CreateTag.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteBranch.axaml refactor: use DataTemplates instead of create NamedHighlightedTextBlock manually for menu item (#1216) 2025-04-20 11:05:24 +08:00
DeleteBranch.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteMultipleBranches.axaml feature: show track status in Delete Multiple Branches panel (#785) 2024-12-04 19:14:48 +08:00
DeleteMultipleBranches.axaml.cs feature: allow deleting multiple branches at one time (#137) 2024-05-25 01:31:59 +08:00
DeleteRemote.axaml ux: new remote icon 2024-10-15 20:03:36 +08:00
DeleteRemote.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteRepositoryNode.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
DeleteRepositoryNode.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteSubmodule.axaml code_style: remove all IDE warnings 2024-07-14 15:55:15 +08:00
DeleteSubmodule.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteTag.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
DeleteTag.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DiffView.axaml feature: supports to use Ctrl+D/⌘+D to open in external diff/merge tool (#1312) 2025-05-14 16:01:47 +08:00
DiffView.axaml.cs enhance: only raise BlockNavigationChangedEvent when UseBlockNavigation enabled 2025-03-21 18:00:46 +08:00
Discard.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
Discard.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DropStash.axaml rename: rename monospace style to primary 2024-07-29 20:48:04 +08:00
DropStash.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
EditRemote.axaml code_style: remove all IDE warnings 2024-07-14 15:55:15 +08:00
EditRemote.axaml.cs code_style: remove all IDE warnings 2024-07-14 15:55:15 +08:00
EditRepositoryNode.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
EditRepositoryNode.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
EnhancedSelectableTextBlock.cs fix: SelectableTextBlock does not re-draw after Text property changed (#906) 2025-01-14 21:02:32 +08:00
ExecuteCustomAction.axaml feature: supports custom actions (#638) 2024-11-01 17:23:31 +08:00
ExecuteCustomAction.axaml.cs feature: supports custom actions (#638) 2024-11-01 17:23:31 +08:00
FastForwardWithoutCheckout.axaml code_style: remove all IDE warnings 2024-07-14 15:55:15 +08:00
FastForwardWithoutCheckout.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Fetch.axaml ux: add some tooltips to checkboxes 2024-12-17 11:24:59 +08:00
Fetch.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
FetchInto.axaml feature: allow fetch the latest remote changes into local branch which is not current branch (#617) 2024-10-29 09:59:13 +08:00
FetchInto.axaml.cs feature: allow fetch the latest remote changes into local branch which is not current branch (#617) 2024-10-29 09:59:13 +08:00
FileHistories.axaml ux: use a outer border to hold tooltip of commit message in FileHistories view (#1232) 2025-04-25 18:50:56 +08:00
FileHistories.axaml.cs ux: use a outer border to hold tooltip of commit message in FileHistories view (#1232) 2025-04-25 18:50:56 +08:00
FilterModeSwitchButton.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
FilterModeSwitchButton.axaml.cs fix: auto-filter does not work well (#855) 2025-01-02 20:05:04 +08:00
GitFlowFinish.axaml feature: support to enable --squash and --push option while finishing git-flow branches (#1290) 2025-05-09 10:47:36 +08:00
GitFlowFinish.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
GitFlowStart.axaml code_style: remove all IDE warnings 2024-07-14 15:55:15 +08:00
GitFlowStart.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Histories.axaml refactor: get graph clip width from grid column definition directly 2025-05-08 13:39:27 +08:00
Histories.axaml.cs refactor: use String.AsSpan(int, int) instead of String.AsSpan().Slice(int, int) 2025-04-29 09:44:06 +08:00
Hotkeys.axaml feature: supports to use Ctrl+D/⌘+D to open in external diff/merge tool (#1312) 2025-05-14 16:01:47 +08:00
Hotkeys.axaml.cs feature: use F1 to quick open the Keyboard Shortcuts Reference dialog (#1225) 2025-04-22 10:30:19 +08:00
ImageContainer.cs fix: Ensure each ImageView instance calculates its own aspect ratio (#929) 2025-02-06 09:49:45 +08:00
ImageDiffView.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
ImageDiffView.axaml.cs code_review: PR #480 2024-09-17 22:09:51 +08:00
Init.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
Init.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
InitGitFlow.axaml code_style: remove all IDE warnings 2024-07-14 15:55:15 +08:00
InitGitFlow.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
InteractiveRebase.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
InteractiveRebase.axaml.cs refactor: rewrite chromeless window (#634) 2024-11-01 09:38:42 +08:00
Launcher.axaml code_style: move platform dependent code to initialize window to namespace SourceGit.Native 2025-05-12 21:52:50 +08:00
Launcher.axaml.cs fix: right caption buttons should not visible on macOS (#1311) 2025-05-13 22:34:53 +08:00
LauncherPage.axaml refactor: use view locator instead of creating views manually in viewmodels (#1213) 2025-04-19 11:14:19 +08:00
LauncherPage.axaml.cs code_style: move commit link parser to Models.CommitLink.Get 2025-04-21 17:27:07 +08:00
LauncherTabBar.axaml feature: add dirty state indicator icon to repository tab (#1227) 2025-04-30 11:01:39 +08:00
LauncherTabBar.axaml.cs enhance: add a opened tabs selector popup (#958) 2025-02-10 20:06:44 +08:00
LauncherTabsSelector.axaml enhance: add a opened tabs selector popup (#958) 2025-02-10 20:06:44 +08:00
LauncherTabsSelector.axaml.cs feature: auto-select first change in commit details panel and revision/branch compare panel (#1019) 2025-02-25 10:53:42 +08:00
LFSFetch.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
LFSFetch.axaml.cs enhance: Git LFS support 2024-06-17 18:25:57 +08:00
LFSLocks.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
LFSLocks.axaml.cs refactor: rewrite chromeless window (#634) 2024-11-01 09:38:42 +08:00
LFSPrune.axaml enhance: Git LFS support 2024-06-17 18:25:57 +08:00
LFSPrune.axaml.cs enhance: Git LFS support 2024-06-17 18:25:57 +08:00
LFSPull.axaml ux: new remote icon 2024-10-15 20:03:36 +08:00
LFSPull.axaml.cs enhance: Git LFS support 2024-06-17 18:25:57 +08:00
LFSPush.axaml ux: new remote icon 2024-10-15 20:03:36 +08:00
LFSPush.axaml.cs enhance: Git LFS supports (#209) 2024-06-26 11:50:22 +08:00
LFSTrackCustomPattern.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
LFSTrackCustomPattern.axaml.cs feature: supports adding custom LFS track pattern 2024-06-18 14:14:13 +08:00
LoadingIcon.axaml code_style: remove all IDE warnings 2024-07-14 15:55:15 +08:00
LoadingIcon.axaml.cs code_style: remove all IDE warnings 2024-07-14 15:55:15 +08:00
MenuItemExtension.cs ux: new attached property MenuItemExtension.Command for MenuItem 2025-01-26 14:55:44 +08:00
Merge.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
Merge.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
MergeMultiple.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
MergeMultiple.axaml.cs feature: merge multiple heads (#793) 2024-12-09 21:04:25 +08:00
MoveRepositoryNode.axaml feature: add context menu item to move repository node (#437) 2024-09-02 17:05:43 +08:00
MoveRepositoryNode.axaml.cs feature: add context menu item to move repository node (#437) 2024-09-02 17:05:43 +08:00
NameHighlightedTextBlock.cs refactor: use DataTemplates instead of create NamedHighlightedTextBlock manually for menu item (#1216) 2025-04-20 11:05:24 +08:00
PopupRunningStatus.axaml fix: System.NullReferenceException raised after popup stop (success or not) running 2025-04-25 15:56:37 +08:00
PopupRunningStatus.axaml.cs fix: popup running animation did not update after switch back from another page 2025-04-28 11:57:36 +08:00
Preferences.axaml code_style: move platform dependent code to initialize window to namespace SourceGit.Native 2025-05-12 21:52:50 +08:00
Preferences.axaml.cs refactor: use custom view locator to create new window/dialog (#1216) 2025-04-21 15:32:21 +08:00
PruneRemote.axaml ux: new remote icon 2024-10-15 20:03:36 +08:00
PruneRemote.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
PruneWorktrees.axaml feature: add worktree support (#205) 2024-06-27 18:25:16 +08:00
PruneWorktrees.axaml.cs feature: add worktree support (#205) 2024-06-27 18:25:16 +08:00
Pull.axaml refactor: rewrite the way to deal with uncommitted local changes when checkout/pull/create branch (#1085) 2025-03-13 10:21:54 +08:00
Pull.axaml.cs refactor: rewrite the way to deal with uncommitted local changes when checkout/pull/create branch (#1085) 2025-03-13 10:21:54 +08:00
Push.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
Push.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
PushTag.axaml ux: new remote icon 2024-10-15 20:03:36 +08:00
PushTag.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Rebase.axaml ux: update Icons.Commit 2024-12-12 17:14:04 +08:00
Rebase.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
RemoveWorktree.axaml code_review: PR #978 2025-02-13 10:46:28 +08:00
RemoveWorktree.axaml.cs feature: add worktree support (#205) 2024-06-27 18:25:16 +08:00
RenameBranch.axaml enhance: auto convert spaces with dashes while renaming a branch (#1088) 2025-03-13 09:50:42 +08:00
RenameBranch.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Repository.axaml feature: supports to show submodules as tree or list (#1307) 2025-05-16 11:31:53 +08:00
Repository.axaml.cs refactor: show submodule as tree instead of list (#1307) 2025-05-14 17:55:28 +08:00
RepositoryConfigure.axaml feature: add Preferred Merge Mode in repository configure (#1156) 2025-04-07 14:42:46 +08:00
RepositoryConfigure.axaml.cs feature: close repository configuration dialog when user pressed Esc (#1269) 2025-05-03 21:18:24 +08:00
RepositoryToolbar.axaml feature: supports to visit remote repository in web browser (#1265) 2025-05-06 15:51:57 +08:00
RepositoryToolbar.axaml.cs feature: git bisect support 2025-04-22 15:45:15 +08:00
Reset.axaml ux: update Icons.Commit 2024-12-12 17:14:04 +08:00
Reset.axaml.cs code_review: PR #714 2024-11-19 09:27:31 +08:00
Revert.axaml ux: update Icons.Commit 2024-12-12 17:14:04 +08:00
Revert.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
RevisionCompare.axaml ux: layout for revision compare targets 2025-05-07 09:52:26 +08:00
RevisionCompare.axaml.cs feature: saving as patch supports multiple commits (#658) 2024-11-06 12:35:55 +08:00
RevisionFileContentViewer.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
RevisionFileContentViewer.axaml.cs enhance: allow to configure editor tab width in preferences window (#1048) 2025-03-04 17:26:27 +08:00
RevisionFiles.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
RevisionFiles.axaml.cs refactor: commit message 2025-03-04 16:04:19 +08:00
RevisionFileTreeView.axaml feature: support using left/right arrow to expand/collapse tree node (#463) 2024-09-22 20:48:36 +08:00
RevisionFileTreeView.axaml.cs feature: supports searching revision files (#775) 2024-12-02 21:44:15 +08:00
Reword.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
Reword.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
ScanRepositories.axaml feature: add a button to scan repositories under default clone dir (#427) 2024-08-30 16:14:10 +08:00
ScanRepositories.axaml.cs feature: add a button to scan repositories under default clone dir (#427) 2024-08-30 16:14:10 +08:00
SelfUpdate.axaml enhance: show inner exception message if possible when check update failed 2025-03-18 15:55:32 +08:00
SelfUpdate.axaml.cs fix: several typos in source code (#895) 2025-01-13 10:11:28 +08:00
SetUpstream.axaml refactor: use popup to change tracking branch 2025-01-07 12:05:52 +08:00
SetUpstream.axaml.cs refactor: use popup to change tracking branch 2025-01-07 12:05:52 +08:00
Squash.axaml ux: update Icons.Commit 2024-12-12 17:14:04 +08:00
Squash.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
StandaloneCommitMessageEditor.axaml refactor: rewrite chromeless window (#634) 2024-11-01 09:38:42 +08:00
StandaloneCommitMessageEditor.axaml.cs code_style: simple window do not using DataContext 2025-03-07 15:44:50 +08:00
StashChanges.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
StashChanges.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
StashesPage.axaml refactor: new way to display item count 2025-05-13 17:50:47 +08:00
StashesPage.axaml.cs fix: several typos in source code (#895) 2025-01-13 10:11:28 +08:00
Statistics.axaml feature: allow to view contribution chart based on selected author (#1196) 2025-04-15 16:08:38 +08:00
Statistics.axaml.cs refactor: rewrite chromeless window (#634) 2024-11-01 09:38:42 +08:00
SubmodulesView.axaml feature: supports to show submodules as tree or list (#1307) 2025-05-16 11:31:53 +08:00
SubmodulesView.axaml.cs feature: supports to show submodules as tree or list (#1307) 2025-05-16 11:31:53 +08:00
TagsView.axaml ux: show tooltip at right of hovered item in repository's left side bar (#1317) 2025-05-16 10:47:38 +08:00
TagsView.axaml.cs refactor: use PointerPressed event instead of ListBox.SelectionChanged event to navigate to commit (#1230) 2025-04-23 10:17:14 +08:00
TextDiffView.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
TextDiffView.axaml.cs code_review: PR #1292 2025-05-09 09:30:00 +08:00
UpdateSubmodules.axaml refactor: update submodule (#287) 2024-07-26 18:49:07 +08:00
UpdateSubmodules.axaml.cs refactor: add a popup panel to show submodule updating status 2024-06-04 11:36:00 +08:00
ViewLogs.axaml feature: show command running time in logs window (#1253) 2025-04-29 16:36:05 +08:00
ViewLogs.axaml.cs refactor: notification popup uses the same text presenter with git command log viewer (#1149) 2025-04-17 18:21:55 +08:00
Welcome.axaml ux: re-design welcome (repositories manager) page (#1202) 2025-04-16 11:54:50 +08:00
Welcome.axaml.cs enhance: do not show Initialize Repository popup for bare repositories (#891) 2025-01-13 17:42:41 +08:00
WelcomeToolbar.axaml code_style: run dotnet format 2025-03-17 20:57:18 +08:00
WelcomeToolbar.axaml.cs enhance: do not show Initialize Repository popup for bare repositories (#891) 2025-01-13 17:42:41 +08:00
WorkingCopy.axaml refactor: new way to display item count 2025-05-13 17:50:47 +08:00
WorkingCopy.axaml.cs ux: re-design commit message input box 2025-04-16 10:22:54 +08:00