sourcegit/src/Views
2023-10-17 19:50:09 +08:00
..
Controls feature<Avatar>: add context menu to manually re-fetch avatar 2023-10-11 18:25:21 +08:00
Converters optimize<Converters>: move converter resources to app scope 2023-09-20 21:47:11 +08:00
Popups refactor<Exception>: add context to exception to filter exceptions; each page has it's own error display control 2023-10-13 11:16:03 +08:00
Validations fix<GitURL>: allow '.' in repository name. see issue #14 2023-10-09 17:34:18 +08:00
Widgets fix<WorkingCopyChanges>: fix that discard all unstaged changes will drop changes staged 2023-10-17 19:50:09 +08:00
About.xaml update<About>: copyright update 2023-10-11 17:29:17 +08:00
About.xaml.cs optimize<*>: remove deprecated apis (older than .NET 6) 2022-05-20 16:00:25 +08:00
AssumeUnchanged.xaml feature<AssumeUnchanged>: supports update-index --[no]-assume-unchanged 2023-08-24 19:05:38 +08:00
AssumeUnchanged.xaml.cs feature<AssumeUnchanged>: supports update-index --[no]-assume-unchanged 2023-08-24 19:05:38 +08:00
Blame.xaml style<Blame>: new blame style 2023-08-28 15:24:53 +08:00
Blame.xaml.cs optimize<Blame>: only navigate to commit when user clicked the commit SHA 2023-08-28 10:17:10 +08:00
Clone.xaml style<Window>: show progress bar in taskbar while popup is running 2023-10-10 15:59:52 +08:00
Clone.xaml.cs refactor<Exception>: add context to exception to filter exceptions; each page has it's own error display control 2023-10-13 11:16:03 +08:00
ConfirmDialog.xaml feature<SaveAsPatch>: show notification after saving patch successfully 2023-08-24 16:20:38 +08:00
ConfirmDialog.xaml.cs feature<SaveAsPatch>: show notification after saving patch successfully 2023-08-24 16:20:38 +08:00
FileHistories.xaml style<FileHistories>: new style for FileHistories 2023-10-11 11:14:26 +08:00
FileHistories.xaml.cs optimize<FileHistories>: remove use this version button from file histories. 2023-08-29 15:58:37 +08:00
Launcher.xaml refactor<Exception>: add context to exception to filter exceptions; each page has it's own error display control 2023-10-13 11:16:03 +08:00
Launcher.xaml.cs fix<Launcher>: TaskbarItemInfo.ProgressState should disappears only when all tasks are complete 2023-10-13 10:26:11 +08:00
Preference.xaml optimize<Converters>: move converter resources to app scope 2023-09-20 21:47:11 +08:00
Preference.xaml.cs fix<FolderDialog>: using System.Windows.Forms.FolderBrowserDialog instead of Controls.FolderDialog to avoid crashes 2023-08-18 13:28:55 +08:00
Statistics.xaml style<IconButton>: add IconButton.IconSize to control size of icon 2022-11-04 12:48:41 +08:00
Statistics.xaml.cs optimize<User>: reduce memory used by commit's author/committer data 2023-10-10 11:25:57 +08:00