Commit graph

1812 commits

Author SHA1 Message Date
ZCShou
6125c17354 fix(Repository.csClone.xaml.cs): 修复之前的更改(232165fa3eafdd0d5589963f0a26a487e7075bcf)导致Remote name 不能正常设置 2020-07-24 21:11:40 +08:00
ZCShou
ceff6ef102 feat(*): 为 Pull、Fetch、Push 增加 --recurse-submodules 选项参数 2020-07-24 19:52:47 +08:00
leo
d29e5def4b fix(Submodule): refresh submodules after updated successfully 2020-07-24 19:27:03 +08:00
leo
0e9b1574a8 feature(Submodule): add button to do submodule update 2020-07-24 17:17:53 +08:00
leo
1896ae1daf fix(Graph): end path for tree has no parent commits 2020-07-24 09:36:07 +08:00
leo
515d28918d style(Submodule): height of submodule list panel 2020-07-23 14:07:02 +08:00
leo
646a80a395 fix(Repository): separated git dir for submodules 2020-07-23 14:04:42 +08:00
leo
39e55a3f2d fix(CommitViewer): show submodule revision when item seleted in FILES tab 2020-07-22 21:28:57 +08:00
leo
0132fc496b feature(Submodule): supports git submodule 2020-07-22 20:14:39 +08:00
leo
789231fdc4 optimize(Configure): remove duplicated methods to configure repository 2020-07-22 11:39:05 +08:00
leo
2409148869 optimize(Configure.xaml.cs): remove unused namespaces 2020-07-21 13:57:10 +08:00
leo
b1310a5fd0 refactor(Repository): using temp file to store commit message instead of file in .git folder 2020-07-21 13:43:56 +08:00
leo
005073f847 fix(CreateTag): alignment for tag message placeholder 2020-07-21 13:41:33 +08:00
leo
53c65faecb feature(Dashboard): add configuration for opened repository
1. User name and email for single repository
2. Simple commit template
2020-07-21 13:35:59 +08:00
leo
3c896c33be Better navigation algorithm to go to NEXT/PREV difference in DiffViewer 2020-07-20 15:05:00 +08:00
leo
a8426fc085 Change max commits to show in Histories view to 8000 2020-07-20 13:29:47 +08:00
leo
951e08e9e0 Ignore case to search commit 2020-07-20 12:00:41 +08:00
leo
7bb2ba34d4 Prefer to build for x86 CPU 2020-07-20 11:45:01 +08:00
leo
2138ee9c33 Go to NEXT/PREV differences in DiffViewer 2020-07-20 11:13:47 +08:00
leo
e9c9a98384 Revert "统一 Manager 界面显示"
This reverts commit 4680608845.
2020-07-17 18:01:24 +08:00
leo
ab9b89b4cc Enable auto scroll when selection changed in RichTextBox 2020-07-17 17:59:43 +08:00
ZCShou
4680608845 统一 Manager 界面显示 2020-07-17 14:52:09 +08:00
ZCShou
37962a6f0f 修改部分按键的 Tooltip 2020-07-17 10:05:44 +08:00
ZCShou
232165fa3e 克隆远程仓库时可选指定远程名,而不是用默认的 origin 2020-07-17 10:00:37 +08:00
leo
b5002cb89d Fix crash due to load invalid preference.xml 2020-07-16 09:26:21 +08:00
leo
a82943d649 Fix crash due to missing name in file system changed event when running git command background without SourceGit 2020-07-15 15:35:49 +08:00
leo
863e83d402 RichTextBox in this project never expect Cut/Paste context menu actions. 2020-07-15 11:57:35 +08:00
leo
a30ac86617 Fix context menu conflicts with commit info popup panel 2020-07-15 11:49:16 +08:00
ZCShou
b06fe3d477 使 RichTextBox 的默认右键菜单符合主题 2020-07-15 11:04:27 +08:00
ZCShou
3c8fc094ac 使 TextBox 的默认右键菜单符合主题 2020-07-15 10:39:38 +08:00
leo
c72e21d660 Use DataGrid instead of ListView to improve performance when there's too many tags 2020-07-14 10:26:54 +08:00
leo
3f2624dfb8 Disable multi-selection using Shift key in WORKSPACE 2020-07-14 09:47:24 +08:00
ZCShou
f8bb65ce47 为历史记录的 INFORMATION Tab页中的 CHANGE 增加双击打开文件历史 2020-07-14 09:14:02 +08:00
leo
689b02cd61 Change the way to preview binary in CommitViewer 2020-07-13 20:41:17 +08:00
leo
261b4d635c Change label for no changes or only space changes in DiffViewer 2020-07-13 20:23:24 +08:00
leo
087b147dd9 Change the way to show only space or no changes in DiffViewer 2020-07-13 20:21:14 +08:00
leo
e08b7024fc Show file size changes for binary diff 2020-07-13 16:50:15 +08:00
leo
e8ef47f33d Enable mouse wheel in commit message TextBox 2020-07-13 09:45:34 +08:00
leo
1587e65479 Comment for TextBoxHelper.AutoScrollProperty 2020-07-12 22:32:42 +08:00
leo
bd96a9709f Auto scroll when text changed or selection changed in a TextBox 2020-07-12 22:24:59 +08:00
leo
4cb2568385 Re-arrange layout for welcome page(Manager.xaml) 2020-07-10 10:13:12 +08:00
leo
e77b09fb37 Disable search button when popup manager was locked 2020-07-10 09:28:22 +08:00
leo
3d1cc73f67 Label for merger change 2020-07-09 21:22:52 +08:00
leo
fd4cb12b4a Enable to configure global core.autocrlf in Preference panel 2020-07-09 21:20:35 +08:00
leo
da81d0c6c8 Diff show loading tip 2020-07-09 17:39:16 +08:00
leo
04ca0a9236 Rewrite diff viewer 2020-07-09 17:36:43 +08:00
leo
dbd7a13705 Fetch only added remote; Show remote has no branches 2020-07-09 09:35:49 +08:00
leo
9691fd33a8 Fix ResizeGripDirection error 2020-07-08 17:28:44 +08:00
leo
5df377e48e Add option --ignore-whitespace supports for git apply command 2020-07-08 11:37:29 +08:00
leo
95030c334f Use checkout -f instead of restore to discard local changes with tracked files 2020-07-08 09:35:25 +08:00