Commit graph

2346 commits

Author SHA1 Message Date
leo
bd868dd780 update<LICENSE>: update license for project 2021-01-05 17:17:54 +08:00
leo
1de529237a feature<WorkingCopy>: reload diff content when working copy changed 2021-01-05 16:59:35 +08:00
leo
d110b9e451 optimize<WorkingCopy>: fix treeview item selection changed triggered when click same item; remove unused code 2021-01-04 22:11:03 +08:00
leo
065aeb67ca feature<About>: show .NET framework version used by this application 2021-01-04 13:08:00 +08:00
leo
866f137c02 upgrade<Project>: upgrade .NET to 4.8 2021-01-04 12:55:38 +08:00
leo
6529d0565c fix<Launcher>: fix wrong text encoding while getting latest release version from Gitee.com 2021-01-04 11:14:20 +08:00
leo
ed9c28055f feature<NewPage>: show drop area border while dragging items in/into repositories' tree 2021-01-04 10:58:06 +08:00
leo
f54bf249dc fix<*>: fix .NET 4.6 Process.Start not open default browser issue 2021-01-03 20:15:28 +08:00
leo
007690b000 style<NewPage>: rename Manager to NewPage; change layout of NewPage content 2021-01-03 19:49:57 +08:00
leo
22d3146866 fix<Launcher>: fix highdpi screen display issue when launcher is maximized 2020-12-31 23:11:41 +08:00
leo
e0f9b70c8a fix<*>: fix resize border thickness error 2020-12-31 17:16:48 +08:00
leo
3eae549c21 upgrade<Version>: Release 2.5 2020-12-31 16:37:56 +08:00
leo
0af951bb9a update<project>: downgrade .NET to 4.6; using Newtonsoft.JSON instead of System.Text.Json; using ILRepack to publish single executable file 2020-12-31 16:34:52 +08:00
leo
dc17bb4b12 optimize<Manager>: simplify Manager page 2020-12-31 15:55:19 +08:00
leo
eac212737c update<README>: update screenshots 2020-12-31 11:30:53 +08:00
leo
72f09e96af refactor<Launcher>: rewrite title bar of Launcher 2020-12-31 11:26:33 +08:00
leo
567fad495b optimize<InteractiveRebase>: remove commit message editor from InteractiveRebase panel (as a result of my bad implementation) 2020-12-23 20:40:12 +08:00
leo
c816dcf039 optimize<Project>: remove debug data in final output 2020-12-21 18:20:42 +08:00
leo
8a4dee918d style<Dashboard>: code style - nest class when it's only used by outer class 2020-12-21 16:04:44 +08:00
leo
4ee9234289 optimize<Dashboard>: do NOT update commits without log filter changes 2020-12-21 11:07:30 +08:00
leo
cdc31a47e6 fix<Launcher>: re-arrange app alerts to remove event blocking on top-left corner in Histories panel 2020-12-19 22:40:37 +08:00
leo
01ed685b59 optimize<CommitGraph>: rename CommitGraphHelper to CommitGraphData; improve checking visibility of lines/links/dots in commit graph 2020-12-19 21:35:29 +08:00
leo
0e648833cc upgrade<Version>: Release 2.4 2020-12-18 18:05:55 +08:00
leo
6480905be6 refactor<CommitGraph>: using DrawingContext instead of Canvas to render commit graph; change max number of displaying commits from 8000 to 20000 2020-12-18 18:04:39 +08:00
leo
bef6dbbb7c fix<Manager>: refresh recent opened repositories after open one 2020-12-18 09:54:07 +08:00
leo
4600d46328 fix<Manager>: refresh home page when successfully clone/init a repository 2020-12-17 21:28:09 +08:00
leo
00214fe0ab style<Theme>: change brush colors for light theme 2020-12-17 14:54:56 +08:00
leo
bb1c98917e style<Launcher>: remove ShadowEffect for tabs in titlebar;change color for light theme 2020-12-17 14:27:50 +08:00
leo
bdd979eb58 optimize<Commit>: use binary search to find first ancestor of current HEAD when HEAD is filtered out 2020-12-17 13:12:52 +08:00
leo
3e6c837916 refactor<*>: move SourceGit.Git.Preference to SourceGit.Preference 2020-12-17 11:55:06 +08:00
leo
d248394e42 style<Dashboard>: style for splitter between TAGS and SUBMOUDLES 2020-12-16 16:40:34 +08:00
leo
8292cc9e85 style<InteractiveRebase>: add margin for committer name column 2020-12-16 16:08:04 +08:00
leo
d1f64b1d12 feature<DiffViewer, CommitViewer>: override default behaviour while using Ctrl+C to copy selected lines in DataGrid 2020-12-16 16:02:13 +08:00
leo
b81cf63b6f update<Build>: using TrimMode=link for publish self-contained product 2020-12-16 09:23:28 +08:00
leo
ed5ebfaee7 fix<DiffViewer>: clear all editor grid lines before redraw 2020-12-15 13:44:32 +08:00
leo
8ac28ff9e5 style<DiffViewer>: padding text in diff viewer 2020-12-15 13:25:23 +08:00
leo
06d98a374d feature<CommitViewer>: show line numbers in file preview and remove limitation for line counts 2020-12-15 13:12:16 +08:00
leo
0517142330 style<Dashboard>: change style for tags & submodules toggle button 2020-12-14 13:54:07 +08:00
leo
c6c9f62bdb update<Build>: use SatelliteResourceLanguages to trim language cultures 2020-12-14 13:02:22 +08:00
leo
81d82630ba update<Build>: using Power-Shell instead of cmd to run build script 2020-12-14 11:33:59 +08:00
leo
61fe751f13 upgrade<Version>: Release 2.3 2020-12-14 10:49:39 +08:00
leo
3f7f180694 update<Build>: change publish batch command 2020-12-14 10:47:55 +08:00
leo
d69db0289e optimize<DiffViewer>: clean all grid lines before layout diff content 2020-12-14 09:58:39 +08:00
leo
a53d3f642d style<Histories>: move guide into a tooltip button 2020-12-10 21:15:59 +08:00
leo
74a9ec42d7 style<Launcher>: highlight title when mouse over tabs 2020-12-10 20:32:42 +08:00
leo
f592aeb3db feature<Manager>: add context menu to change bookmark of selected repository 2020-12-09 17:59:37 +08:00
leo
38aef83304 style<Stashes>: change style for staches panel 2020-12-09 17:02:43 +08:00
leo
24719f37d2 style<Launcher>: change bookmark style 2020-12-07 19:39:50 +08:00
leo
3282496570 fix<Manager>: use TextBlock instead of Label to show special characters like '-', '_' etc. 2020-12-07 19:28:36 +08:00
leo
d993147107 fix<Launcher>: INotifyPropertyChanged event not raised when IsActive changed 2020-12-07 18:37:24 +08:00