sourcegit/src/Views
2024-06-11 16:36:52 +08:00
..
About.axaml ux: use SystemAccentColor and SystemListLowColor 2024-05-21 10:54:19 +08:00
About.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
AddRemote.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
AddRemote.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
AddSubmodule.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
AddSubmodule.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Apply.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Apply.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Archive.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Archive.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
AssumeUnchangedManager.axaml refactor: code cleanup 2024-05-30 15:13:59 +08:00
AssumeUnchangedManager.axaml.cs code_style: run dotnet format 2024-06-06 15:31:02 +08:00
AutoFocusBehaviour.cs enhance: AutoFocusBehaviour will move cursor to the end of contents 2024-04-17 17:13:28 +08:00
Avatar.cs ux: set RenderOptions.BitmapInterpolationMode = BitmapInterpolationMode.HighQuality for avatars 2024-04-07 15:00:18 +08:00
Blame.axaml fix: memory leak caused by animation 2024-05-30 16:12:28 +08:00
Blame.axaml.cs fix: context menu did NOT closed after its placement target being recycled (#140) 2024-05-23 21:24:22 +08:00
BranchCompare.axaml feature: supports branch compare (#174) 2024-06-11 15:30:06 +08:00
BranchCompare.axaml.cs feature: supports branch compare (#174) 2024-06-11 15:30:06 +08:00
CaptionButtons.axaml refactor: code cleanup 2024-05-30 15:13:59 +08:00
CaptionButtons.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
CaptionButtonsMacOS.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
CaptionButtonsMacOS.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
ChangeCollectionView.axaml enhance: reduce memory usage by commit detail view 2024-06-07 17:29:55 +08:00
ChangeCollectionView.axaml.cs enhance: reduce memory usage by commit detail view 2024-06-07 17:29:55 +08:00
ChangeStatusIcon.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
ChangeViewModeSwitcher.axaml ux: new style for ChangeViewModeSwitcher 2024-05-29 17:31:01 +08:00
ChangeViewModeSwitcher.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Checkout.axaml feature: allow to ignore local changes also when switching branch or pulling changes (#151) 2024-05-29 16:42:47 +08:00
Checkout.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
CheckoutCommit.axaml ux: layout for CheckoutCommit 2024-05-27 20:09:19 +08:00
CheckoutCommit.axaml.cs code_review: review for PR (#147) 2024-05-26 14:25:21 +08:00
CherryPick.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
CherryPick.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Cleanup.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +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 fix: binding errors in xaml 2024-06-01 12:13:57 +08:00
Clone.axaml.cs code_style: run dotnet format 2024-06-06 15:31:02 +08:00
CommitBaseInfo.axaml enhance: only store subject in commits. 2024-06-08 12:19:48 +08:00
CommitBaseInfo.axaml.cs enhance: only store subject in commits. 2024-06-08 12:19:48 +08:00
CommitChanges.axaml feature: remember window size and layout information (#165) 2024-06-11 16:36:52 +08:00
CommitChanges.axaml.cs revert: disable double-click folding/unfolding because it will cause IndexOutOfRange exception 2024-05-29 21:56:03 +08:00
CommitDetail.axaml enhance: only store subject in commits. 2024-06-08 12:19:48 +08:00
CommitDetail.axaml.cs code_style: run dotnet format 2024-06-06 15:31:02 +08:00
ContextMenuExtension.cs code_style: run dotnet format 2024-06-06 15:31:02 +08:00
CreateBranch.axaml feature: allow to ignore local changes also when switching branch or pulling changes (#151) 2024-05-29 16:42:47 +08:00
CreateBranch.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +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: add an option to push tag to all remotes after created (#141) 2024-05-24 10:47:37 +08:00
CreateTag.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteBranch.axaml feature: add a checkbox to also delete the tracking remote branch (#99) 2024-05-05 19:45:28 +08:00
DeleteBranch.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteMultipleBranches.axaml optimize: new way to update corner radius of branch tree node to improve performance (#137) 2024-05-25 11:15:07 +08:00
DeleteMultipleBranches.axaml.cs feature: allow deleting multiple branches at one time (#137) 2024-05-25 01:31:59 +08:00
DeleteRemote.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteRemote.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteRepositoryNode.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteRepositoryNode.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteSubmodule.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteSubmodule.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteTag.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteTag.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DiffView.axaml fix: submodule diff missing commit message 2024-06-08 21:13:59 +08:00
DiffView.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Discard.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Discard.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DropStash.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DropStash.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
EditRemote.axaml fix: wrong popup title for editing remote 2024-05-21 09:42:51 +08:00
EditRemote.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
EditRepositoryNode.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
EditRepositoryNode.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
FastForwardWithoutCheckout.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
FastForwardWithoutCheckout.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Fetch.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Fetch.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
FileHistories.axaml fix: memory leak caused by animation 2024-05-30 16:12:28 +08:00
FileHistories.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
GitFlowFinish.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
GitFlowFinish.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
GitFlowStart.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
GitFlowStart.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Histories.axaml enhance: make commit's subject the same with pretty print parameter %s in git log command 2024-06-07 12:31:10 +08:00
Histories.axaml.cs enhance: improve QueryCommits performance 2024-06-06 20:25:16 +08:00
Hotkeys.axaml fix: wrong hotkeys to open preference dialog 2024-05-13 11:32:49 +08:00
Hotkeys.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Init.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Init.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
InitGitFlow.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
InitGitFlow.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Launcher.axaml feature: remember window size and layout information (#165) 2024-06-11 16:36:52 +08:00
Launcher.axaml.cs refactor: code cleanup 2024-05-30 15:13:59 +08:00
LoadingIcon.axaml enhance: reduce CPU usage 2024-05-30 16:28:21 +08:00
LoadingIcon.axaml.cs code_style: run dotnet format 2024-06-06 15:31:02 +08:00
Merge.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Merge.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
NameHighlightedTextBlock.cs feature: add a checkbox to also delete the tracking remote branch (#99) 2024-05-05 19:45:28 +08:00
PopupRunningStatus.axaml fix: memory leak caused by animation 2024-05-30 17:30:54 +08:00
PopupRunningStatus.axaml.cs ux: popup running icon 2024-05-30 18:09:42 +08:00
Preference.axaml ux: re-arrange options in apperance page 2024-06-05 18:32:55 +08:00
Preference.axaml.cs enhance: supports user overrides the default color schema 2024-06-05 18:23:28 +08:00
PruneRemote.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
PruneRemote.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Pull.axaml feature: allow to ignore local changes also when switching branch or pulling changes (#151) 2024-05-29 16:42:47 +08:00
Pull.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Push.axaml feature: allow changing of tracking branch on push (#142) 2024-05-25 11:37:06 +08:00
Push.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
PushTag.axaml enhance: tag creation & pushing (#141) 2024-05-24 10:31:20 +08:00
PushTag.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Rebase.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Rebase.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
RenameBranch.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
RenameBranch.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Repository.axaml feature: remember window size and layout information (#165) 2024-06-11 16:36:52 +08:00
Repository.axaml.cs code_style: run dotnet format 2024-06-06 15:31:02 +08:00
RepositoryConfigure.axaml enhance: GPG signing settings. 2024-06-04 10:20:31 +08:00
RepositoryConfigure.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Reset.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Reset.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Revert.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Revert.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
RevisionCompare.axaml ux: color scheme for revision compare 2024-06-05 14:20:01 +08:00
RevisionCompare.axaml.cs revert: disable double-click folding/unfolding because it will cause IndexOutOfRange exception 2024-05-29 21:56:03 +08:00
RevisionFiles.axaml feature: remember window size and layout information (#165) 2024-06-11 16:36:52 +08:00
RevisionFiles.axaml.cs enhance: reduce memory usage by commit detail view 2024-06-07 17:29:55 +08:00
Reword.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Reword.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
SelfUpdate.axaml ux: use SystemAccentColor and SystemListLowColor 2024-05-21 10:54:19 +08:00
SelfUpdate.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Squash.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Squash.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
StashChanges.axaml project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
StashChanges.axaml.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
StashesPage.axaml feature: remember window size and layout information (#165) 2024-06-11 16:36:52 +08:00
StashesPage.axaml.cs refactor: code cleanup 2024-05-30 15:13:59 +08:00
Statistics.axaml fix: memory leak caused by animation 2024-05-30 16:12:28 +08:00
Statistics.axaml.cs fix: skip to render contents when Bounds.Width is zero 2024-05-13 16:39:48 +08:00
TextDiffView.axaml Merge pull request #170 from ccyr119/develop 2024-06-05 21:06:48 +08:00
TextDiffView.axaml.cs enhance: improve QueryCommits performance 2024-06-06 20:25:16 +08:00
UpdateSubmodules.axaml refactor: add a popup panel to show submodule updating status 2024-06-04 11:36:00 +08:00
UpdateSubmodules.axaml.cs refactor: add a popup panel to show submodule updating status 2024-06-04 11:36:00 +08:00
Welcome.axaml refactor: code cleanup 2024-05-30 15:13:59 +08:00
Welcome.axaml.cs fix: context menu did NOT closed after its placement target being recycled (#140) 2024-05-23 21:24:22 +08:00
WorkingCopy.axaml feature: remember window size and layout information (#165) 2024-06-11 16:36:52 +08:00
WorkingCopy.axaml.cs refactor: use TreeDataGrid instead of TreeView/DataGrid to improve performance (#148) 2024-05-29 10:42:24 +08:00