Commit graph

981 commits

Author SHA1 Message Date
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
leo
a2254ae578 feature<Launcher>: change style of tabs in title bar; bookmark color for repository 2020-12-07 18:03:05 +08:00
leo
7e01792a37 style<UpdateAvailable>: show update available window as dialog and centered in Launcher 2020-12-01 14:32:02 +08:00
leo
f8561bb9da none<build>: do NOT trim output for self-contained 2020-12-01 11:17:35 +08:00
leo
0bf1261ecb none<build>: change publish folder 2020-12-01 10:49:19 +08:00
leo
c5899dff4e upgrade<Version>: Release 2.2 2020-12-01 10:37:20 +08:00
leo
c3a8ba88f8 update<README>: show differences between SourceGit.exe and SourceGit.zip 2020-12-01 10:36:42 +08:00
leo
4cde777b98 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
leo
1a46551a77 feature<Launcher>: close tabs by context menu; collect garbage after repository closed 2020-11-30 15:21:45 +08:00
leo
a9f138076e style<CommitViewer>: combine subject and message 2020-11-30 11:00:32 +08:00
leo
45555fd8ae style<WorkingCopy>: change label for files display mode 2020-11-30 10:26:38 +08:00
leo
c78710c7e3 none<FilesDisplayModeToIcon>: code style 2020-11-29 22:39:44 +08:00
leo
d26446c1b0 optimize<Dashboard>: use IsLoaded instead of checking element with null 2020-11-29 22:34:48 +08:00
leo
8a6d970498 feature<WorkingCopy>: add grid layout for unstaged and staged files mode 2020-11-27 18:47:32 +08:00
leo
ab98191875 style<Dashboard>: rename Open to Explore 2020-11-27 15:35:28 +08:00
leo
aaefaf5b06 optimize<DiffViewer>: ignore "No new line at end of file" in diff outputs; add IsContent and IsDifference methods for ChangeBlock 2020-11-27 12:45:30 +08:00