leo
099e6a4f97
ux: use CubicBezierTo instead of calling QuadraticBezierTo twice for curves in commit graph ( #57 )
2024-04-03 15:32:23 +08:00
leo
0252887442
feature: external editor supports visual studio code insiders; add environment variable VSCODE_PATH
and FLEET_PATH
to help to find these editors. ( #54 ) ( #55 )
2024-04-03 12:17:20 +08:00
leo
eea3d2c6c0
feature: enable to use external merge tool for all type of files ( #53 )
2024-04-03 09:43:17 +08:00
leo
54c7f80eda
ux: move navigate current head button to histories ( #50 )
2024-04-02 21:00:55 +08:00
leo
d986aa7165
feature: add button to navigate to current HEAD ( #50 )
2024-04-02 20:54:57 +08:00
leo
09720f81d4
ux: use FontWeight.Bold for current head decorator
2024-04-02 20:42:17 +08:00
leo
f0b65d4499
project: update project location in github workflows
2024-04-02 20:05:33 +08:00
leo
96d4150d26
project: reorganize the structure of the project.
...
* remove dotnet-tool.json because the project does not rely on any dotnet tools.
* remove Directory.Build.props because the solution has only one project.
* move src/SourceGit to src. It's not needed to put all sources into a subfolder of src since there's only one project.
2024-04-02 20:00:33 +08:00
leo
96e60da7ad
ux: auto focus the first input element in popup widget ( #49 )
2024-04-02 16:23:47 +08:00
leo
ddd152df59
ux: unify icons and labels for repository action in both welcome and repository page; remove unused resources
2024-04-02 10:09:28 +08:00
leo
4dfbb0b2ba
style: ux improvement ( #42 )
2024-04-02 09:46:48 +08:00
leo
53bcafa5ed
refactor: ux for in progress action (cherry-pick/rebase/revert/merge)
2024-04-01 21:27:08 +08:00
leo
814af539cd
fix: resolve button should be visible when current active view index is NOT 1 (the changes page)
2024-04-01 19:59:15 +08:00
leo
ef02a57ab2
style: use FontWeight.Bold for current head ( #44 )
2024-04-01 18:12:27 +08:00
leo
54b9c420c1
build: use Powershell script instead of batch file to generate packages on Windows and remove dependency of 7z ( #43 )
2024-04-01 15:28:41 +08:00
leo
7e28c0904d
localization: add git command name to locale zh_CN ( #41 )
2024-04-01 12:17:50 +08:00
leo
1f3f9a4472
style: add source code website in about dialog ( #40 )
2024-04-01 11:45:30 +08:00
leo
30d5f1415e
version: Release 8.6
2024-04-01 09:29:04 +08:00
leo
d89a00e559
code_style: using avalonia's editorconfig and run dotnet format
.
2024-03-31 16:54:29 +08:00
leo
3c38f681bd
fix: disable custom window resizer on Linux platform if Window.WindowState != WindowState.Normal
2024-03-29 12:15:52 +08:00
leo
e59bacb75c
update: external tool icons
2024-03-29 10:50:49 +08:00
leo
976c8da83c
style: use the larger size of image in diff view if it has two valid bitmaps
2024-03-29 10:02:11 +08:00
leo
871751d7c0
style: set RenderOptions.BitmapInterpolationMode="HighQuality" for all image views
2024-03-29 09:49:42 +08:00
leo
911456a3e7
style: set RenderOptions.BitmapInterpolationMode="HighQuality" for external tool icons
2024-03-29 09:45:36 +08:00
leo
1f353f8163
style: unify all external tool icons to 512 x 512
2024-03-29 09:37:54 +08:00
leo
c2eedbdbf2
performance: do NOT re-create background brush if there exists one
2024-03-28 21:06:12 +08:00
leo
eb4f38b676
code_style: move private member/functions (except static readonly members) after all public members
2024-03-28 20:03:56 +08:00
leo
5e66765326
Merge pull request #36 from walterlv/master
...
_backend will never be null
2024-03-28 17:55:31 +08:00
leo
60bcdd671f
style: keep aspect ratio of image in image diff view
2024-03-28 17:53:53 +08:00
walterlv
4e8efe05cc
_backend will never be null
2024-03-28 17:48:46 +08:00
leo
61cead1867
code_style: run dotnet format
to follow rules defined in .editorconfig
2024-03-28 17:46:03 +08:00
leo
7866a11037
Merge branch 'feature/open_with' from PR #33
2024-03-28 17:43:37 +08:00
leo
4659fbd901
code_review: code review for PR #33
...
* use PNG instead of SVG for external tool icons and remove dependency `Avalonia.SVG`
* remove unused property `IsVSCodeFound` and `IsFleetFound`
* find VS from registry first
* remove compile warning CA1416
* remove unused enum `OS.Platforms`
2024-03-28 17:42:13 +08:00
leo
760d64c39c
style: use custom RevisionImageFileView to preview images.
2024-03-28 17:20:19 +08:00
leo
4651f306c3
Merge pull request #35 from walterlv/master
...
Fix spelling errors in configuration keys
2024-03-28 16:40:03 +08:00
walterlv
e54f17d13b
Fix spelling errors in configuration keys
2024-03-28 16:29:15 +08:00
leo
8ed068e2dd
Merge pull request #34 from walterlv/master
...
Enhance file and folder selection
2024-03-28 16:18:23 +08:00
walterlv
f6683954fe
Enhance file and folder selection by utilizing the default file manager instead of enforcing the use of explorer.exe
2024-03-28 16:02:39 +08:00
leo
effabb08fe
style: add a background for image diff view
2024-03-28 15:47:40 +08:00
Enner Pérez
370b9bd31e
MacOS Update
2024-03-28 02:16:34 -05:00
Enner Pérez
386987fbb1
Open in... Menu
...
New Icons
2024-03-28 02:16:33 -05:00
Enner Pérez
cde5fc8f73
Open In Fleet
2024-03-28 02:16:01 -05:00
leo
91bc1ee8ab
fix: try to fix window drop shadow missing on Windows 10
2024-03-28 12:25:07 +08:00
leo
6cc6088684
style: ImageDiff layout
2024-03-28 10:11:34 +08:00
leo
0995e6e638
style: margins for ImageDiff
2024-03-28 09:54:20 +08:00
leo
582a283ad5
feature: show image size change for Models.ImageDiff
2024-03-28 09:48:42 +08:00
leo
223467480f
fix: wrong work tree file path
2024-03-28 09:34:08 +08:00
leo
6950055f24
feature: supports preview and diff with image files
2024-03-27 21:38:38 +08:00
leo
5ef542f92d
style: add loading indicator for FileHistories
2024-03-27 10:40:11 +08:00
leo
92e065feba
feature: simple self-update implementation ( #29 )
2024-03-27 09:36:54 +08:00