leo
|
c0c52695a3
|
code_style: remove unused code
Signed-off-by: leo <longshuang@msn.cn>
|
2025-05-03 21:31:10 +08:00 |
|
Alen Šiljak
|
c529fab869
|
feature: close repository configuration dialog when user pressed Esc (#1269)
|
2025-05-03 21:18:24 +08:00 |
|
leo
|
4b2983b330
|
fix: commit detail panel is overlapping history when resizing (#1273)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-05-03 21:09:43 +08:00 |
|
leo
|
8c1d397480
|
fix: inline blocks is not sorted in order (#1274)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-05-03 20:52:40 +08:00 |
|
leo
|
3b0c57be84
|
feature: supports to re-order workspaces (#1261)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-30 21:39:03 +08:00 |
|
leo
|
fe677d40c1
|
feature: supports search commits by change content (#1263)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-30 21:05:53 +08:00 |
|
leo
|
80aead3a17
|
feature: add dirty state indicator icon to repository tab (#1227)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-30 11:01:39 +08:00 |
|
leo
|
95ea0a6ba6
|
ux: Ignore Whitespace and EOL Changes should always be visible (#1260)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-29 22:21:38 +08:00 |
|
leo
|
63803c9b88
|
feature: show command running time in logs window (#1253)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-29 16:36:05 +08:00 |
|
leo
|
825b74c2a3
|
refactor: use String.AsSpan(int, int) instead of String.AsSpan().Slice(int, int)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-29 09:44:06 +08:00 |
|
qiufengshe
|
48bb8e91de
|
perf: minimize temporary strings for better performance (#1255)
|
2025-04-29 09:33:14 +08:00 |
|
leo
|
5681bf489d
|
fix: empty dialog when generating commit message with AI (#1257)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-29 09:14:24 +08:00 |
|
leo
|
226bc434f5
|
ux: make log window resizable (#1253)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-28 16:53:51 +08:00 |
|
leo
|
2698427cd0
|
fix: popup running animation did not update after switch back from another page
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-28 11:57:36 +08:00 |
|
leo
|
2e1cf76c82
|
version: Release 2025.15
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-28 09:16:37 +08:00 |
|
leo
|
d2e688908c
|
ux: use different inline code background for different themes
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-25 21:26:21 +08:00 |
|
leo
|
91acf0a32a
|
enhance: fore invalidate measure after data context of BisectStateIndicator changed
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-25 20:55:11 +08:00 |
|
leo
|
d44d2b9770
|
ux: use a outer border to hold tooltip of commit message in FileHistories view (#1232)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-25 18:50:56 +08:00 |
|
leo
|
00e56ce9d1
|
fix: System.NullReferenceException raised after popup stop (success or not) running
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-25 15:56:37 +08:00 |
|
leo
|
22d4f26bc3
|
code_style: run dotnet format
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-25 14:31:14 +08:00 |
|
leo
|
a94c7f55ce
|
ux: remove tips in commit list
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-25 13:37:11 +08:00 |
|
leo
|
1d16925e74
|
enhance: stop render next inline elements when it is out of bounds
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-25 13:30:00 +08:00 |
|
leo
|
8c4362a98d
|
feature: subject presenter supports inline codeblock
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-25 13:24:13 +08:00 |
|
leo
|
f72f1894c3
|
feature: supports to enable --ignore-cr-at-eol in diff by default
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-23 15:34:21 +08:00 |
|
leo
|
fafa2a53ae
|
enhance: show commit full message tooltip when hover commit subject in FileHistories view (#1232)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-23 10:33:49 +08:00 |
|
leo
|
7890f7abbf
|
refactor: use PointerPressed event instead of ListBox.SelectionChanged event to navigate to commit (#1230)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-23 10:17:14 +08:00 |
|
leo
|
7be37424e1
|
fix: modal dialog did not take focus after show (#1225)
Co-authored-by: Gadfly <gadfly@gadfly.vip>
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-22 16:02:27 +08:00 |
|
leo
|
df5294bcb7
|
feature: git bisect support
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-22 15:45:15 +08:00 |
|
leo
|
9eae1eeb81
|
ux: add InputGesture for hotkeys dialog
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-22 11:05:39 +08:00 |
|
leo
|
4c3698b171
|
feature: use F1 to quick open the Keyboard Shortcuts Reference dialog (#1225)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-22 10:30:19 +08:00 |
|
leo
|
9c53894cb4
|
ux: add an empty icon if there are no git command logs available
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-21 18:48:01 +08:00 |
|
leo
|
06d033464d
|
code_style: move commit link parser to Models.CommitLink.Get
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-21 17:27:07 +08:00 |
|
leo
|
750ca8ec61
|
refactor: use custom view locator to create new window/dialog (#1216)
Signed-off-by: leo <longshuang@msn.cn>
(cherry picked from commit 3e6f2b25f15b263e2b84922abc5cf6d621d62a83)
|
2025-04-21 15:32:21 +08:00 |
|
leo
|
41416a6bed
|
refactor: use DataTemplates instead of create NamedHighlightedTextBlock manually for menu item (#1216)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-20 11:05:24 +08:00 |
|
leo
|
5fd074a9b6
|
refactor: use view locator instead of creating views manually in viewmodels (#1213)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-19 11:14:19 +08:00 |
|
leo
|
afe5d4b969
|
ux: show an icon to draw user's attention to LOCAL CHANGES when there is an in-progress operation (#1210)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-18 09:59:34 +08:00 |
|
lwray-renesas
|
4d31392085
|
Fixed tooltip
Tooltip for chosing mine was wrong.
Was --theirs when should be --ours.
(cherry picked from commit 26a471933c )
|
2025-04-18 09:47:31 +08:00 |
|
leo
|
de31d4bad4
|
ux: layout of git command log item
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-17 21:17:54 +08:00 |
|
leo
|
090b64d68d
|
refactor: notification popup uses the same text presenter with git command log viewer (#1149)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-17 18:21:55 +08:00 |
|
leo
|
231010abc6
|
ux: custom style for command line in git command log
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-17 17:45:49 +08:00 |
|
leo
|
3358ff9aee
|
enhance: disable hyper link and email link in git command logs
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-17 17:24:56 +08:00 |
|
leo
|
104a3f0bbf
|
code_style: run dotnet format
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-17 16:35:18 +08:00 |
|
leo
|
9f493abd1a
|
enhance: add context menu for selected log
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-17 16:31:30 +08:00 |
|
leo
|
021aab8408
|
enhance: add a button to clear all git command logs
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-17 16:07:40 +08:00 |
|
leo
|
8b39df32cc
|
feature: git command logs
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-17 13:23:56 +08:00 |
|
leo
|
67255a5529
|
ux: reduce combobox item height
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-16 15:42:44 +08:00 |
|
leo
|
cac4b7edf6
|
enhance: conventional commit message helper (#1200)
- add `build`, `ci`, `pref`
- re-design helper dialog
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-16 15:40:26 +08:00 |
|
leo
|
fa44fa773c
|
ux: re-design welcome (repositories manager) page (#1202)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-16 11:54:50 +08:00 |
|
leo
|
db46de0261
|
enhance: append character U+26D4 to line when \ No newline at end of file is found in git diff output (#1197)
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-16 11:41:40 +08:00 |
|
leo
|
e9036b5fb9
|
ux: re-design commit message input box
Signed-off-by: leo <longshuang@msn.cn>
|
2025-04-16 10:22:54 +08:00 |
|