Commit Graph

2093 Commits

Author SHA1 Message Date
leo
b16d267c9b enhance: show git errors when failed to get the repository root dir of given path (#397) 2024-08-27 15:35:10 +08:00
leo
963916219f Merge pull request #416 from gadfly3173/fix/head-refs-presenter
enhance: make HEAD commit badge highlight
2024-08-27 15:07:54 +08:00
Gadfly
208dd9a5e0 enhance: make HEAD commit badge highlight 2024-08-27 14:54:28 +08:00
leo
959805d63c feature: auto scrolling while seleting text in commit message (#394) 2024-08-27 14:47:20 +08:00
leo
551ea883ff code_style: remove unnecessary call 2024-08-27 14:15:20 +08:00
leo
e0b09d4dd4 feature: using TextBlock instead of SelectableTextBlock for commit SHA and add a button to copy it 2024-08-27 12:20:36 +08:00
leo
6cf9448313 Merge pull request #415 from gadfly3173/fix/file-ops
enhancement: Some file operation optimizations
2024-08-27 11:00:50 +08:00
Gadfly
5e02b08d48 fix: avoid crash when closing a repo which is deleted in file system 2024-08-27 10:51:15 +08:00
Gadfly
80559ce199 fix: try-catch OpenFolderPickerAsync to avoid crash when select a directory is NOT exist 2024-08-27 10:40:49 +08:00
leo
492f22fcfa enhance: add inlines once time and mark text layout dirty (#400) 2024-08-26 21:46:43 +08:00
leo
27a68f0d4d enhance: add inlines once time and mark text layout dirty (#400) 2024-08-26 21:41:48 +08:00
leo
916d376c93 screenshots: update to latest 2024-08-26 21:14:37 +08:00
leo
6e418300ab readme: add language Français 2024-08-26 19:23:53 +08:00
leo
110858eaa2 enhance: mark working copy dirty after stash changes (#411) 2024-08-26 18:05:57 +08:00
leo
0074ea3c60 enhance: after commit mark branch dirty instead of only workcopy changes dirty (#411) 2024-08-26 18:03:17 +08:00
leo
ad0773be2f enhance: avoid crashing when failed to create filesystem watcher for repository (#411) 2024-08-26 17:50:13 +08:00
leo
1dd782bc42 fix: wrong graph when there's only one commit 2024-08-26 17:26:02 +08:00
leo
ead2af7d65 enhance: clear unhandled modifiers at begining of OnKeyDown 2024-08-26 11:00:03 +08:00
leo
ac95fac443 Merge branch 'master' into develop 2024-08-26 10:19:48 +08:00
leo
cead68145a Merge branch 'release/8.27' v8.27 2024-08-26 10:19:14 +08:00
leo
e9d79f03a7 version: Release 8.27 2024-08-26 10:18:57 +08:00
leo
6b90a116a5 localization: change translation for Text.CommitCM.SquashCommitsSinceThis (#408)
* Thanks to @thomaschampagne
2024-08-25 22:35:11 +08:00
leo
a42412c732 ux: style for squash popup 2024-08-25 21:45:37 +08:00
leo
184c89ea1d feature: supports squash multiple commits into selected commit (#408) 2024-08-25 21:39:59 +08:00
leo
4f8ccc4563 enhance: clean search filter when open Welcome page by closing the last opened repository tab 2024-08-25 20:51:53 +08:00
leo
d9ba6bc5ec Merge pull request #409 from ChiahongHong/traditional-chinese
Update Traditional Chinese translation
2024-08-25 20:41:16 +08:00
Chiahong Hong
e8b0aa9a7d localization: update zh_TW.axaml 2024-08-25 20:01:07 +08:00
leo
585cf14162 enhance: new welcome page will clear the search filter before 2024-08-25 18:31:05 +08:00
leo
2b7b1e81e0 ux: force using arrow cursor when hover a menu item 2024-08-25 18:17:45 +08:00
leo
7a2722e928 feature: add a context menu to copy entire content of SelectableTextBlock (#394) 2024-08-25 15:11:31 +08:00
leo
5dc4ed6f54 localization: en_US translation for Text.CommitDetail.Info.ContainsIn.Title 2024-08-25 11:48:56 +08:00
leo
8f7567a060 feature: do NOT save visual diff context lines 2024-08-25 11:33:38 +08:00
leo
e9eb433471 ux: change default view mode in FileHistories to CHANGES 2024-08-25 11:20:10 +08:00
leo
118dccbeb5 ux: decorator colors 2024-08-24 22:57:02 +08:00
leo
e136d05789 enhance: using -- <pathspec>... instead of --pathspec-from-file=<file> (#404) 2024-08-24 20:58:35 +08:00
leo
9a69f972a3 Merge pull request #405 from UchiTesting/locale-fr
style(locale): Translate to French  Batch 1
2024-08-24 20:18:44 +08:00
UchiTesting
84b7c487df style(locale): Fix mistake in French translation
Text.CreateBranch.Name had non instead of nom

Co-authored-by: Antony David <antonydavid945@gmail.com>
2024-08-24 14:16:39 +02:00
UchiTesting
6a2eca36c8 style(locale): Translate preferences to French 2024-08-24 13:39:32 +02:00
UchiTesting
63e238f796 style(locale): Translate keyboard shortcuts dialog to French 2024-08-24 13:39:32 +02:00
UchiTesting
257ae7dcd8 style(locale): Add missing fallback in French locale 2024-08-24 13:39:32 +02:00
UchiTesting
d7cfc34fbd style(locale): Translate 1st level items to French
Some elements close to the 1st level are not translated yet.
Preferences and keyb. shortcuts are comming with the next commits.
2024-08-24 13:39:32 +02:00
UchiTesting
847a355a3e style(locale): Add French locale
Added resource file and updated the code to declare the new French resource.
Include a 1st batch of translation.
2024-08-24 13:39:31 +02:00
leo
9a68d70b29 feature: add a button in file histories view to reset selected file to selected commit 2024-08-24 12:06:38 +08:00
leo
db8de81120 refactor: rewrite file histories page to only focus on selected file (#403) 2024-08-24 11:36:02 +08:00
leo
1caf02ff06 code_style: remove unused namespace using and run dotnet format 2024-08-23 22:26:17 +08:00
leo
43e8c5e8a0 ux: new decorator colors for light theme (#395) 2024-08-23 21:19:30 +08:00
leo
bfc4acd601 fix: duplicated key 2024-08-23 21:00:31 +08:00
leo
a717dc1876 ux: add Color.DecoratorHead for current branch head (#395) 2024-08-23 19:22:04 +08:00
leo
3569e1696f ux: larger font size for HEAD decorator (#395) 2024-08-23 18:47:08 +08:00
leo
f65ee1f0f6 Merge pull request #399 from NilsPvR/develop
Add German NativeWindowFrame + FirstParentOption key
2024-08-23 18:31:43 +08:00