Commit graph

119 commits

Author SHA1 Message Date
leo
77ba0e6cdb feature(LFS): LFS diff and preview support 2020-09-25 16:30:28 +08:00
leo
f3ee044818 fix<CommitGraph>: ignore all other branches merged into the last commit. 2020-09-25 11:15:04 +08:00
leo
488a7b37c4 upgrade(Version): Release 1.7 2020-09-23 10:26:06 +08:00
leo
8719a7c935 fix(Diff): fixup diff unstaged/staged file error 2020-09-23 10:15:59 +08:00
leo
9b452bef8b fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
leo
cfce4bddd7 style(History): unify context menu style for commit 2020-08-18 09:49:08 +08:00
leo
96bf5548c6 fix(Merge): auto delete MERGE_HEAD/REVERT_HEAD/REBASE_HEAD/CHERRY_PICK_HEAD when merge command returns no errors. 2020-08-18 09:40:21 +08:00
leo
42c933ab54 optimize(Commit): detect selected file type before reading its content 2020-08-12 14:24:38 +08:00
leo
8628e2af2d Release 1.6 2020-08-12 09:08:46 +08:00
ZCShou
1bdc4f91af <style>(<*>): 完善Tab的阴影效果,调整 Merge 提示框 和 错误提示框的按键大小 2020-08-12 08:06:43 +08:00
leo
fa1a86b7ac fix(Checkout): never update repository when checkout failed. 2020-08-11 19:47:13 +08:00
leo
8bc23a7d71 fix(*): show special characters, like '-', '_', etc, in local branches; App.RaiseError crashes when called in other threads except UI. 2020-08-07 23:40:23 +08:00
leo
cf203c66aa update(License): change license 2020-08-07 17:20:18 +08:00
leo
e00799555f feature(WorkingCopy): add context menu entry to view histories from selected unstaged change 2020-08-07 17:16:17 +08:00
leo
5fa2c601a8 fix(Pull): make sure git pull succeeds before dropping stash 2020-08-07 17:02:43 +08:00
leo
861ed8bdb6 style(Launcher): nothing changed 2020-08-07 09:52:40 +08:00
leo
a86f8cd463 fix(Submodule): refresh working copy status after submodule updated 2020-08-06 16:39:10 +08:00
leo
9fceb821ea refactor(PercentToDouble): remove unused PercentToDouble converter 2020-08-06 16:11:00 +08:00
leo
5ce9cffcee refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
leo
7558bbd4f2 refactor(PopupManager): rewrite popup 2020-08-06 15:41:25 +08:00
leo
28e3a1bb27 optimize(Manager): add context menu for recent opened repositories 2020-08-06 11:31:20 +08:00
leo
08dc039768 style(Conflict): better color for conflicts detected tool bar 2020-08-06 11:08:58 +08:00
leo
ba2063f956 style(Dashboard): remove line between tab and toolbar when using light theme 2020-08-06 10:21:30 +08:00
leo
4d3a0a45cb style(Launcher): drop shadow direction for tabs in title bar 2020-08-06 10:11:11 +08:00
leo
692442aff1 feature(Launcher): show repository path as tooltip on tabs 2020-08-05 16:35:01 +08:00
leo
073c189f18 optimize(*): speed up for openning same repository that already opened before 2020-08-05 16:21:40 +08:00
leo
65d89897f1 style(Histories): startup page 2020-08-05 15:07:46 +08:00
leo
1732e5ed7c style(TreeView): padding 0 2020-08-05 11:47:21 +08:00
leo
c9cb1af7ac style(Manager): change splitter color 2020-08-05 10:08:19 +08:00
leo
6d54207b50 feature(Launcher): enable scroll for tabs in title bar 2020-08-05 10:01:27 +08:00
leo
5066b974a1 optimize(*): move App.Launcher.GetPopupManager to App.GetPopupManager 2020-08-05 09:32:24 +08:00
leo
3c24eaa6a7 style(Launcher): tabitem style 2020-08-04 09:41:55 +08:00
leo
90b92b1944 fix(DiffViewer): hide original file name when it's /dev/null 2020-08-03 20:11:25 +08:00
leo
a743cf6bd5 update(Preview): screenshots 2020-08-03 19:57:04 +08:00
leo
036a4cb3d5 style(Launcher): offset for first tab in title bar 2020-08-03 19:51:36 +08:00
leo
41a66c67b5 style(Dashboard): arrange button in toolbar 2020-08-03 19:49:23 +08:00
leo
67df225ba0 style(*): splitter color 2020-08-03 19:25:36 +08:00
leo
7337d4ebd1 style(Icon): remove unused icons 2020-08-03 19:16:14 +08:00
leo
4bb20616db fix(Launcher): using MouseMove instead of PreviewMouseMove event 2020-08-03 18:34:53 +08:00
leo
a4d1617c5a feature(Launcher): enable drag-drop on title bar 2020-08-03 18:29:48 +08:00
leo
c6e094b95c update(*): update screenshots 2020-08-03 17:50:50 +08:00
leo
31c660e5ad style(Histories): change background color to remove line between GridSplitter and DataGrid 2020-08-03 17:48:53 +08:00
leo
c63d410d10 optimize(Launcher): remove unused code 2020-08-03 17:32:15 +08:00
leo
a66aa290bc style(*): embedded logo and title into manager tab 2020-08-03 17:29:33 +08:00
leo
f96ea6e174 update(*): update screenshots 2020-08-03 16:54:42 +08:00
leo
3bc461cbdf style(*): better color theme for window title bar 2020-08-03 16:47:48 +08:00
leo
81a3cb9566 feature(*): supports multi-repo editing 2020-08-03 16:23:00 +08:00
leo
3c80f2700c style(*): show window title in Windows Taskbar; add icon for about dialog 2020-07-31 14:43:24 +08:00
leo
daaa88a720 fix(Manager): using TextBlock instead of Label to show special characters like '_', '-', etc. 2020-07-31 14:36:18 +08:00
ZCShou
ce4dccc592 style(*): 调整了部分界面的显示效果 2020-07-31 09:03:21 +08:00