xdelta3-cross-gui icon indicating copy to clipboard operation
xdelta3-cross-gui copied to clipboard

A cross-platform GUI for creating xDelta3 patches, available for Windows, Linux, and Mac

Results 4 xdelta3-cross-gui issues
Sort by recently updated
recently updated
newest added

Add more localized language resource files. Submit a PR with these two contributions: - A new copy of [Localization/Language.resx](https://github.com/dan0v/xdelta3-cross-gui/blob/master/Localization/Language.resx), renamed to include the language code of the new language (i.e....

enhancement
help wanted
hacktoberfest

When using [member-level trimming](https://devblogs.microsoft.com/dotnet/app-trimming-in-net-5/) in .Net 5 (`TrimMode=Link`), Avalonia's `DragDrop.DropEvent` seems to not fire. Temporarily worked around in [Version 1.1.2](https://github.com/dan0v/xdelta3-cross-gui/releases/tag/1.1.2) by using `TrimMode=CopyUsed` instead.

Will be eventually resolved when [upstream issue ticket](https://github.com/AvaloniaUI/Avalonia/issues/6085) is fixed, or if that takes too long, I might implement it myself.

Version 1.5.1 OS: Windows 11 Professional When the application hangs or seems to hang (trying to make patches for very large TAR files), the application makes no visible indication of...