sourcegit/src/Views/Popups
2021-10-12 17:14:48 +08:00
..
AddSubmodule.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
AddSubmodule.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
AddSubTree.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
AddSubTree.xaml.cs feature<SubTree>: supports git subtree feature 2021-06-07 11:47:16 +08:00
Apply.xaml feature<Preference>: add custom font settings 2021-08-10 22:05:29 +08:00
Apply.xaml.cs cleanup<*>: run vs code cleanup to format codestyle and remove unused references 2021-08-05 15:54:00 +08:00
Archive.xaml style<*>: commit's SHA display style in popups 2021-08-06 09:50:43 +08:00
Archive.xaml.cs style<*>: commit's SHA display style in popups 2021-08-06 09:50:43 +08:00
Checkout.xaml feature<Checkout>: add a status panel for checkout progress 2021-05-26 18:43:28 +08:00
Checkout.xaml.cs feature<Checkout>: add a status panel for checkout progress 2021-05-26 18:43:28 +08:00
CherryPick.xaml style<*>: commit's SHA display style in popups 2021-08-06 09:50:43 +08:00
CherryPick.xaml.cs style<*>: commit's SHA display style in popups 2021-08-06 09:50:43 +08:00
Clone.xaml feature<SSH>: supports using ssh private key to access remote git repository 2021-10-12 17:14:48 +08:00
Clone.xaml.cs feature<SSH>: supports using ssh private key to access remote git repository 2021-10-12 17:14:48 +08:00
Configure.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Configure.xaml.cs feature<Configure>: supports configuration for http.proxy 2021-07-15 09:23:37 +08:00
CreateBranch.xaml style<*>: commit's SHA display style in popups 2021-08-06 09:50:43 +08:00
CreateBranch.xaml.cs style<*>: commit's SHA display style in popups 2021-08-06 09:50:43 +08:00
CreateTag.xaml style<*>: commit's SHA display style in popups 2021-08-06 09:50:43 +08:00
CreateTag.xaml.cs style<*>: commit's SHA display style in popups 2021-08-06 09:50:43 +08:00
DeleteBranch.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
DeleteBranch.xaml.cs feature<Dashboard>: add menu to unset upstream and cancel tracking when deleting related remote branches 2021-09-07 09:36:06 +08:00
DeleteRemote.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
DeleteRemote.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
DeleteSubmodule.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
DeleteSubmodule.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
DeleteTag.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
DeleteTag.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Discard.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Discard.xaml.cs fix<Discard>: fix discard with files not only dropped changes selected but also others 2021-04-29 21:22:17 +08:00
EditSubTree.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
EditSubTree.xaml.cs feature<SubTree>: supports git subtree feature 2021-06-07 11:47:16 +08:00
Fetch.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Fetch.xaml.cs feature<SSH>: supports using ssh private key to access remote git repository 2021-10-12 17:14:48 +08:00
GitFlowFinish.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
GitFlowFinish.xaml.cs cleanup<*>: run vs code cleanup to format codestyle and remove unused references 2021-08-05 15:54:00 +08:00
GitFlowStart.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
GitFlowStart.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Init.xaml feature<Preference>: add custom font settings 2021-08-10 22:05:29 +08:00
Init.xaml.cs fix<Clone>: fix crash reported by https://gitee.com/sourcegit/sourcegit/issues/I43UGJ 2021-08-04 19:11:22 +08:00
InitGitFlow.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
InitGitFlow.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Merge.xaml feature<Preference>: add custom font settings 2021-08-10 22:05:29 +08:00
Merge.xaml.cs feature<Merge>: show progress for merge 2021-05-26 18:58:34 +08:00
Pull.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Pull.xaml.cs fix<Pull>: fix crash when repo's remote has no branches 2021-09-26 13:50:06 +08:00
Push.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Push.xaml.cs cleanup<*>: run vs code cleanup to format codestyle and remove unused references 2021-08-05 15:54:00 +08:00
PushTag.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
PushTag.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Rebase.xaml style<Rebase,Reset>: alignment for current branch label 2021-08-06 11:25:06 +08:00
Rebase.xaml.cs style<*>: commit's SHA display style in popups 2021-08-06 09:50:43 +08:00
Remote.xaml feature<SSH>: supports using ssh private key to access remote git repository 2021-10-12 17:14:48 +08:00
Remote.xaml.cs feature<SSH>: supports using ssh private key to access remote git repository 2021-10-12 17:14:48 +08:00
RenameBranch.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
RenameBranch.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Reset.xaml feature<Preference>: add custom font settings 2021-08-10 22:05:29 +08:00
Reset.xaml.cs style<*>: commit's SHA display style in popups 2021-08-06 09:50:43 +08:00
Revert.xaml style<*>: commit's SHA display style in popups 2021-08-06 09:50:43 +08:00
Revert.xaml.cs style<*>: commit's SHA display style in popups 2021-08-06 09:50:43 +08:00
Reword.xaml style<*>: commit's SHA display style in popups 2021-08-06 09:50:43 +08:00
Reword.xaml.cs style<*>: commit's SHA display style in popups 2021-08-06 09:50:43 +08:00
Squash.xaml style<*>: commit's SHA display style in popups 2021-08-06 09:50:43 +08:00
Squash.xaml.cs style<*>: commit's SHA display style in popups 2021-08-06 09:50:43 +08:00
Stash.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Stash.xaml.cs cleanup<*>: run vs code cleanup to format codestyle and remove unused references 2021-08-05 15:54:00 +08:00
SubTreePull.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
SubTreePull.xaml.cs feature<SubTree>: supports git subtree feature 2021-06-07 11:47:16 +08:00
SubTreePush.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
SubTreePush.xaml.cs feature<SubTree>: supports git subtree feature 2021-06-07 11:47:16 +08:00
UnlinkSubTree.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
UnlinkSubTree.xaml.cs feature<SubTree>: supports git subtree feature 2021-06-07 11:47:16 +08:00