Commit graph

2353 commits

Author SHA1 Message Date
leo
89c0f0077e update<screenshots>: new screenshots 2021-07-30 13:50:05 +08:00
leo
9eb3c4a8ff style<DiffViewer>: background colors 2021-07-30 13:41:17 +08:00
leo
86d183faf8 style<DiffViewer>: background for binary/lfs changes 2021-07-30 13:36:53 +08:00
leo
24a61dbef8 style<*>: enable RenderOptions.ClearTypeHint for all ContextMenus/DataGrid/Tree 2021-07-30 13:25:01 +08:00
leo
f7f2bf3eee style<DiffViewer>: new colors for DiffViewer 2021-07-30 13:10:13 +08:00
leo
157797c4f5 style<Histories>: font face for Histories 2021-07-30 12:55:35 +08:00
leo
f5bc2937ed style<Histories, DiffViewer>: text render options 2021-07-30 12:21:11 +08:00
leo
22249876b5 optimize<TextCompare>: return invalid result instead of throwing exceptions 2021-07-30 10:00:50 +08:00
leo
e7a139542e style<DiffViewer, RevisionFiles>: use 'Microsoft YaHei UI' for chinese characters 2021-07-29 22:22:02 +08:00
leo
59ec418b59 update<build>: remove dependency of DiffPlex 2021-07-29 20:44:39 +08:00
leo
d259d67fd5 optimize<Diff>: simplify DiffPlex algorithm 2021-07-29 20:42:44 +08:00
leo
44873cf088 fix<Diff>: fix compile error on .NET 4.8 2021-07-29 17:09:07 +08:00
leo
ef8488de51 optimize<Diff>: use custom chunker instead of CharacterDiff 2021-07-29 16:47:30 +08:00
leo
ce02bb8ab6 fix<QueryFileSizeChange>: bad order to query binary file size by revisions 2021-07-29 15:10:59 +08:00
leo
d9e670b909 optimize<CommitGraph>: add path immediatelly after created and remove the sort function to improve performance 2021-07-29 10:16:44 +08:00
leo
56f4e59f9b cleanup<*>: remove website resources 2021-07-29 09:55:25 +08:00
leo
ca84285f38 style<Blame,Histories>: change icon size for minimize and close buttons 2021-07-29 09:51:03 +08:00
leo
d25abca9db upgrade<Version>: Release 4.6 2021-07-28 15:58:50 +08:00
leo
789e3cf6a2 optimize<Diff>: limit number of character diff; ignore empty changes 2021-07-28 15:26:41 +08:00
leo
18f35449e5 optimize<Diff>: show 4 context lines on diff 2021-07-28 15:04:00 +08:00
leo
92de6f2b79 feature<Diff>: highlights differences for modified lines (both added and removed) 2021-07-28 15:02:13 +08:00
leo
776defe6c3 optimize<Histories>: move UpdateCommits from Histories to Dashboard 2021-07-23 15:01:51 +08:00
Jai
932db894a5 optimiz<Dashboard>: refresh repository information only when switching to tabs 2021-07-23 13:54:35 +08:00
leo
650b79a295 optimize<Locales>: remove unused resources 2021-07-23 11:35:24 +08:00
leo
34a11a1b38 fix<Upgrade>: correct bad download url 2021-07-23 11:27:23 +08:00
leo
7930619a03 style<About>: new style of copyright 2021-07-20 20:27:39 +08:00
leo
a7a1817ad2 style<Launcher>: move hotkeys to about dialog 2021-07-20 20:15:22 +08:00
leo
287e3b3bc8 upgrade<Version>: Release 4.5 2021-07-20 19:31:33 +08:00
leo
c1ca76c72f update<screenshots>: new theme 2021-07-20 17:08:02 +08:00
leo
bfb0be89a5 update<Locales>: translate for fetch automatically 2021-07-20 16:49:50 +08:00
leo
afc4eafb6f refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
leo
4a56b47265 optimize<FolderDialog>: remove dependency of Ookii.Dialogs.Wpf 2021-07-20 09:13:07 +08:00
leo
a7ddc50665 style<Popups>: better dropshadow effect 2021-07-19 20:49:47 +08:00
leo
7ccd0ea80e optimize<CreateBranch>: use [Stash & Reapply] as default when create new branch 2021-07-15 18:28:15 +08:00
leo
0f9b8e8eee update<README>: update thanks 2021-07-15 13:59:21 +08:00
leo
64796337e6 Merge pull request !11 from Jai/fix/dashboard-branch-list-state 2021-07-15 05:45:40 +00:00
Jai
e99f26df90 fix<Dashboard>: the expanded status of the repository branch list is not saved correctly 2021-07-15 12:55:48 +08:00
leo
8d5f594815 optimize<TextBox>: lag for validation error panel 2021-07-15 10:40:09 +08:00
leo
add6062917 feature<Configure>: supports configuration for http.proxy 2021-07-15 09:23:37 +08:00
leo
4c5b8ce072 update<README>: update thanks 2021-07-14 19:22:19 +08:00
Jai
a0c89362be fix<Dashboard>: when the remote branch name contains a folder '/', the belonging remote is sometimes incorrect 2021-07-14 11:18:52 +00:00
leo
586728eea1 upgrade<Version>: Release 4.4 2021-07-14 16:58:00 +08:00
leo
70b1cdd177 update<README>: add highlights 2021-07-14 16:03:40 +08:00
leo
c1a2914660 update<Hotkeys>: add STAGE/UNSTAGE hotkey description 2021-07-14 15:15:44 +08:00
leo
62c182f5ca refactor<WorkingCopyChanges>: use PreviewKeyDown instead of RoutedUICommand for staging/unstaging hot keys 2021-07-14 14:54:44 +08:00
leo
208af69ea1 style<Exceptions>: limit max height of error message 2021-07-14 12:43:53 +08:00
leo
c165cab3c0 optimize<CommitGraph>: do NOT render lines not visible in view 2021-07-13 19:52:05 +08:00
leo
e7a7c0518e fix<Command>: fix crash when cancel a process that already 2021-07-13 15:35:18 +08:00
leo
17e9ce2a2f optimize<Preference>: use default preference settings when load broken preference data. 2021-07-13 09:04:28 +08:00
leo
39b5cb54fc fix<App>: change url for checking update 2021-07-09 12:02:40 +08:00