sourcegit/src/UI
2020-12-07 18:03:05 +08:00
..
About.xaml feature<*>: upgrade to .NET 5.0; use System.Text.Json instead of System.Xml; supports auto check update at startup 2020-12-01 10:31:46 +08:00
About.xaml.cs feature<*>: upgrade to .NET 5.0; use System.Text.Json instead of System.Xml; supports auto check update at startup 2020-12-01 10:31:46 +08:00
AddSubmodule.xaml refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
AddSubmodule.xaml.cs feature<FolderDialog>: add FolderDialog to remove dependency on System.Windows.Forms 2020-11-23 13:41:13 +08:00
Apply.xaml refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Apply.xaml.cs refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Blame.xaml optimize<Diff,Blame>: optimize layout calculation 2020-11-26 11:08:08 +08:00
Blame.xaml.cs feature<*>: upgrade to .NET 5.0; use System.Text.Json instead of System.Xml; supports auto check update at startup 2020-12-01 10:31:46 +08:00
CherryPick.xaml fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
CherryPick.xaml.cs fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
Clone.xaml refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Clone.xaml.cs optimize<FolderDialog>: simplify FolderDialog interface 2020-11-23 14:02:13 +08:00
CommitViewer.xaml style<CommitViewer>: combine subject and message 2020-11-30 11:00:32 +08:00
CommitViewer.xaml.cs fix<CommitViewer>: auto hide/show avatar mask 2020-11-26 12:01:55 +08:00
Configure.xaml refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Configure.xaml.cs refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
CreateBranch.xaml fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
CreateBranch.xaml.cs fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
CreateTag.xaml fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
CreateTag.xaml.cs fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
Dashboard.xaml feature<Launcher>: close tabs by context menu; collect garbage after repository closed 2020-11-30 15:21:45 +08:00
Dashboard.xaml.cs feature<Launcher>: close tabs by context menu; collect garbage after repository closed 2020-11-30 15:21:45 +08:00
DeleteBranch.xaml fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
DeleteBranch.xaml.cs fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
DeleteRemote.xaml fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
DeleteRemote.xaml.cs fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
DeleteTag.xaml fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
DeleteTag.xaml.cs fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
DiffViewer.xaml style<DiffViewer>: bring grid lines on top of diff editor 2020-11-27 11:48:23 +08:00
DiffViewer.xaml.cs feature<*>: upgrade to .NET 5.0; use System.Text.Json instead of System.Xml; supports auto check update at startup 2020-12-01 10:31:46 +08:00
Discard.xaml fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
Discard.xaml.cs fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
Fetch.xaml fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
Fetch.xaml.cs refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
FileHistories.xaml refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
FileHistories.xaml.cs refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
FilesDisplayModeSwitch.xaml style<WorkingCopy>: change label for files display mode 2020-11-30 10:26:38 +08:00
FilesDisplayModeSwitch.xaml.cs feature<WorkingCopy>: add grid layout for unstaged and staged files mode 2020-11-27 18:47:32 +08:00
FolderDailog.xaml style<FolderDialog>: use different icons for expanded/collapsed items 2020-11-23 13:53:46 +08:00
FolderDailog.xaml.cs optimize<FolderDialog>: simplify FolderDialog interface 2020-11-23 14:02:13 +08:00
GitFlowFinishBranch.xaml fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
GitFlowFinishBranch.xaml.cs fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
GitFlowSetup.xaml refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
GitFlowSetup.xaml.cs refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
GitFlowStartBranch.xaml refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
GitFlowStartBranch.xaml.cs refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Histories.xaml feature<Launcher>: close tabs by context menu; collect garbage after repository closed 2020-11-30 15:21:45 +08:00
Histories.xaml.cs feature<Launcher>: close tabs by context menu; collect garbage after repository closed 2020-11-30 15:21:45 +08:00
Init.xaml refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Init.xaml.cs refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
InteractiveRebase.xaml refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
InteractiveRebase.xaml.cs feature<*>: upgrade to .NET 5.0; use System.Text.Json instead of System.Xml; supports auto check update at startup 2020-12-01 10:31:46 +08:00
Launcher.xaml feature<Launcher>: change style of tabs in title bar; bookmark color for repository 2020-12-07 18:03:05 +08:00
Launcher.xaml.cs feature<Launcher>: change style of tabs in title bar; bookmark color for repository 2020-12-07 18:03:05 +08:00
Manager.xaml refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Manager.xaml.cs feature<Launcher>: close tabs by context menu; collect garbage after repository closed 2020-11-30 15:21:45 +08:00
Merge.xaml fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
Merge.xaml.cs fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
PopupManager.xaml refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
PopupManager.xaml.cs refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Preference.xaml feature<*>: upgrade to .NET 5.0; use System.Text.Json instead of System.Xml; supports auto check update at startup 2020-12-01 10:31:46 +08:00
Preference.xaml.cs optimize<FolderDialog>: simplify FolderDialog interface 2020-11-23 14:02:13 +08:00
Pull.xaml fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
Pull.xaml.cs fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
Push.xaml fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
Push.xaml.cs refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
PushTag.xaml fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
PushTag.xaml.cs fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
Rebase.xaml fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
Rebase.xaml.cs fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
Remote.xaml refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Remote.xaml.cs fix<Remote>: do NOT check remote name if only edit it's URL 2020-10-12 09:58:39 +08:00
RenameBranch.xaml fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
RenameBranch.xaml.cs fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
Reset.xaml fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
Reset.xaml.cs fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
Revert.xaml fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
Revert.xaml.cs fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
Stash.xaml refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Stash.xaml.cs refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Stashes.xaml feature<Launcher>: close tabs by context menu; collect garbage after repository closed 2020-11-30 15:21:45 +08:00
Stashes.xaml.cs feature<Launcher>: close tabs by context menu; collect garbage after repository closed 2020-11-30 15:21:45 +08:00
TwoCommitsDiff.xaml style(TwoCommitsDiff): change title style 2020-09-25 18:02:12 +08:00
TwoCommitsDiff.xaml.cs feature<FolderDialog>: add FolderDialog to remove dependency on System.Windows.Forms 2020-11-23 13:41:13 +08:00
UpdateAvailable.xaml style<UpdateAvailable>: show update available window as dialog and centered in Launcher 2020-12-01 14:32:02 +08:00
UpdateAvailable.xaml.cs feature<*>: upgrade to .NET 5.0; use System.Text.Json instead of System.Xml; supports auto check update at startup 2020-12-01 10:31:46 +08:00
Waiting.xaml refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
Waiting.xaml.cs refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
WorkingCopy.xaml style<WorkingCopy>: change label for files display mode 2020-11-30 10:26:38 +08:00
WorkingCopy.xaml.cs feature<Launcher>: close tabs by context menu; collect garbage after repository closed 2020-11-30 15:21:45 +08:00