leo
|
e3a7abe776
|
style<Repository>: normalize repository's path
|
2024-03-01 13:46:00 +08:00 |
|
leo
|
1c005983c7
|
fix<Discard>: wrong discard behavior with changes both in worktree and staged
|
2024-03-01 11:34:32 +08:00 |
|
leo
|
a770ff542d
|
fix<TextDiffView>: avoid endLine out of range
|
2024-02-29 12:16:31 +08:00 |
|
leo
|
2b97d7c599
|
feature<TextDiffView>: do NOT reset scroll offset after recompute diff with same change
|
2024-02-29 11:29:54 +08:00 |
|
leo
|
096fd6cb22
|
feature<TextDiffView>: supports discard changes from staged directly
|
2024-02-29 10:59:59 +08:00 |
|
leo
|
1149c768d3
|
refactor<NameHighlightedTextBlock>: use NameHighlightedTextBlock's constructor instead of functions in each caller
|
2024-02-28 18:55:23 +08:00 |
|
leo
|
cfe680ffd5
|
fix<DiffViewer>: wrong TextDiffView mode indicator icon
|
2024-02-28 18:42:58 +08:00 |
|
leo
|
9e4d349b51
|
feature<TextDiffView>: implementation for stage/unstage/discard selected changes in file
|
2024-02-28 18:15:40 +08:00 |
|
leo
|
671e46f8b3
|
feature<TextDiffView>: supports line staging/unstaging in working copy diff view
|
2024-02-28 14:55:11 +08:00 |
|
leo
|
91ef4e44a4
|
optimize<WorkingCopy>: clear selection after WorkingCopy unloaded
|
2024-02-27 18:51:57 +08:00 |
|
leo
|
2aacec75b4
|
optimize<*>: add a static method CreateMenuIcon to App. Restore working copy changes' selection state after refreshed
|
2024-02-27 18:26:05 +08:00 |
|
leo
|
68ddeb4cc5
|
refactor<Statistics>: use committer instead of author
|
2024-02-25 11:32:15 +08:00 |
|
leo
|
e070b79d2c
|
feature<Statistics>: finish statistiscs
|
2024-02-23 19:16:28 +08:00 |
|
leo
|
49f6ad0407
|
feature<Avatar>: supports gravatar.com and cravatar.cn (for China)
|
2024-02-23 11:39:05 +08:00 |
|
leo
|
84e2c7b3a4
|
style<Repository>: arrange toolbar button
|
2024-02-23 10:58:22 +08:00 |
|
leo
|
e7bf9be683
|
update<csproj>: assembly info
|
2024-02-22 21:46:32 +08:00 |
|
leo
|
ba355a7d59
|
optimize<TextEditor>: trait all .h file as C++ header file instead of C
|
2024-02-22 20:47:43 +08:00 |
|
leo
|
7f20437464
|
style<Window>: add window icon
|
2024-02-22 14:51:31 +08:00 |
|
leo
|
79084c9a9a
|
fix<Clone>: fix crash after clone a new repository
|
2024-02-22 11:05:20 +08:00 |
|
leo
|
353557ec10
|
fix<Native>: fix wrong file filter on macOS platform.
|
2024-02-21 11:29:46 +08:00 |
|
leo
|
dbd91c9b58
|
style<Repository>: arrange buttons in Repository's tool bar
|
2024-02-21 10:14:42 +08:00 |
|
leo
|
57c4a8394c
|
optimize<*>: reduce memory usage
|
2024-02-20 18:27:59 +08:00 |
|
leo
|
ca19d65f0e
|
update<csproj>: use official AvaloniaEdit instead of OneWare.AvaloniaEdit
|
2024-02-20 15:44:26 +08:00 |
|
leo
|
58eb002f4b
|
style<RevisionCompare>: use JetBrainsMono font for all contents
|
2024-02-19 20:13:56 +08:00 |
|
leo
|
49154afe48
|
feature<Launcher>: finish restore opened tabs
|
2024-02-19 19:54:53 +08:00 |
|
leo
|
d895beb3f4
|
optimize<AutoFetch>: reduce CPU usage
|
2024-02-19 17:40:36 +08:00 |
|
leo
|
e7219b4278
|
feature<ExternalMergeTool>: use default path if file exists after tool changed
|
2024-02-19 16:19:12 +08:00 |
|
leo
|
ef352984f9
|
refactor<Histories>: remove DataGrid patch and use original API to get display offset
|
2024-02-19 15:30:10 +08:00 |
|
leo
|
ef82525323
|
style<Window>: macOS caption button color
|
2024-02-19 11:46:20 +08:00 |
|
leo
|
04d8e5d476
|
style<Window>: macOS caption button color
|
2024-02-19 11:44:38 +08:00 |
|
leo
|
d9f566673e
|
style<Window>: macOS caption button color
|
2024-02-19 11:33:09 +08:00 |
|
leo
|
d74a3fb550
|
fix<MacOS>: wrong path to find Terminal.app; GitInstallDir ends to the folder that contains bin/git; way to open and select file in Finder
|
2024-02-18 19:00:42 +08:00 |
|
leo
|
5ac7d78796
|
style<Welcome>: use monospace font for repository tree
|
2024-02-18 16:32:30 +08:00 |
|
leo
|
05c9d9be5b
|
feature<AutoFetch>: finish auto fetch remotes
|
2024-02-18 16:26:07 +08:00 |
|
leo
|
b40ca42d73
|
feature<WorkingCopy>: finish recent commit message picker
|
2024-02-18 15:44:05 +08:00 |
|
leo
|
c73c5372d2
|
style<*>: use mono font for all contents
|
2024-02-18 10:41:41 +08:00 |
|
leo
|
70512915f9
|
style<NameHighlightedTextBlock>: reduce required width of NameHighlightedTextBlock
|
2024-02-06 19:25:45 +08:00 |
|
leo
|
e310cfd84f
|
feature<ContextMenu>: highlight branch/commit/tag name in ContextMenuItem
|
2024-02-06 19:07:17 +08:00 |
|
leo
|
98e65c0f11
|
fix<Repository>: filter not working
|
2024-02-06 17:52:16 +08:00 |
|
leo
|
5781a22b4c
|
style<Launcher>: new main menu icon for Windows
|
2024-02-06 17:00:39 +08:00 |
|
leo
|
2a62596999
|
refactor<*>: rewrite all with AvaloniaUI
|
2024-02-06 15:08:37 +08:00 |
|
leo
|
4e40018a78
|
feature<Repository>: supports modify display name of repository
|
2024-01-17 11:02:08 +08:00 |
|
leo
|
22416812a0
|
fix<Stashes>: show time of stash
|
2024-01-02 15:32:19 +08:00 |
|
leo
|
f04ab92efc
|
feature<WorkingCopy>: supports open selected file with default editor in working copy changes
|
2023-12-26 17:47:18 +08:00 |
|
leo
|
de75f5010b
|
optimize<WorkingCopyChanges>: run as stage/unstage all if all changes selected
|
2023-11-22 10:29:53 +08:00 |
|
leo
|
cd934349aa
|
optimize<Chart>: more reasonable interval division
|
2023-11-08 16:47:18 +08:00 |
|
leo
|
b0d5c1fd52
|
feature<TextEdit>: supports scroll by mouse wheel
|
2023-11-07 09:33:49 +08:00 |
|
leo
|
8fa3a558a0
|
style<CommitDetail>: add scrollbar for commit messages
|
2023-10-18 11:05:50 +08:00 |
|
leo
|
ed26256c90
|
fix<WorkingCopyChanges>: fix that discard all unstaged changes will drop changes staged
|
2023-10-17 19:50:09 +08:00 |
|
leo
|
838e688a0c
|
refactor<Exception>: add context to exception to filter exceptions; each page has it's own error display control
|
2023-10-13 11:16:03 +08:00 |
|