summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Adding build publish profiles for x64, ARM64 and portable as the firs...sr552021-02-201-0/+4
* WinGui: Decouple HandBrake.Worker from HandBrakeWPF project.sr552021-02-201-6/+1
* WinGui: Build fixsr552021-02-081-3/+3
* WinGui: Fix a VS build issue. Copy required assets into the UI build directory.sr552021-02-071-0/+4
* WinGui: Minor improvement to the light theme.sr552021-02-061-0/+7
* WinGui: Add optional crop controls to the preview window similar to the mac UI.sr552021-01-141-0/+3
* Update copyright dates to 2021.Bradley Sepos2021-01-011-1/+1
* build(deps): bump Ookii.Dialogs.Wpf from 3.0.1 to 3.1.0 in /win/CSdependabot[bot]2020-12-121-1/+1
* WinGui: Undo Permissions change. Seems to cause more issues than it solves.sr552020-11-301-1/+0
* WinGui: Add dependency to System.Security.Permissions Fixes #3253sr552020-11-291-0/+1
* build(deps): bump Ookii.Dialogs.Wpf from 1.2.0 to 3.0.1 in /win/CSdependabot[bot]2020-11-231-1/+1
* WinGui: Update deprecated Ookii.dialogs reference to newer Ookii.dialogs.wpfsr552020-11-121-1/+1
* WinGui: Some re-work in the msbuild file and installers to support .NET 5 cor...sr552020-11-121-10/+1
* WinGui: Move to .NET 5 runtime. (This requires the Microsoft .NET 5 runtime t...sr552020-11-111-10/+15
* build(deps): bump gong-wpf-dragdrop from 2.3.1 to 2.3.2 in /win/CSdependabot[bot]2020-11-051-1/+1
* build(deps): bump gong-wpf-dragdrop from 2.2.0 to 2.3.1 in /win/CSdependabot[bot]2020-10-241-1/+1
* build(deps): bump Ookii.Dialogs from 1.0.0 to 1.1.0 in /win/CSdependabot[bot]2020-08-201-1/+1
* WinGui: General Package Maintenancesr552020-06-301-1/+1
* Multi instance (#2791)Scott2020-04-261-0/+2
* WinGui: Add a Reorder icon to the Audio/Subtitle Records. Re-arrange the but...sr552020-02-071-0/+4
* WinGui: Fix an issue where default settings were not getting loaded. Fixes #2549sr552020-01-151-2/+0
* WinGui: Fix an issue that prevented default settings from being loaded if no ...sr552020-01-061-0/+2
* Update copyright dates to 2020.Bradley Sepos2020-01-011-1/+1
* WinGui: Some cosmetic improvements to the Dark Theme. (Toolbar and GroupBox's...sr552020-01-011-0/+9
* WinGui: Build Fixsr552019-12-281-0/+25
* WinGui: Cleanup a bunch of Code Warnings + Fix missing ico resource. #2519sr552019-12-211-0/+6
* WinGui: Fix a few issues with the build system post format changes.sr552019-12-181-2/+4
* WinGui: Update the cproj file to use the new Project SDK style format.sr552019-12-181-771/+83
* WinGui: Switch The WPF Project to .NET 4.8sr552019-12-181-1/+1
* WinGui: Switch all projects to use PackageReferences.sr552019-12-181-24/+14
* WinGui: Limit iPod atom to H.264. Fixes #2490sr552019-12-091-0/+1
* WinGui: Fix missing langauge resource file for Koren. Fixes #2420sr552019-11-151-0/+1
* WinGui: Add support and initial translation for Koreansr552019-10-241-0/+1
* WinGui: Catchup some remaining strings that were not localisable. #2345sr552019-10-131-1/+8
* WinGui: Optional support for previewing flip/rotate. #2334sr552019-10-011-0/+1
* WinGui: Localisation Updates (de, ru) and adding Turkish Language.sr552019-09-211-0/+2
* WinGui: When double clicking in the destination box, for the filename only, s...sr552019-09-141-0/+2
* WinGui: Drop the .NET version back to 4.7.1 as 4.8 didn't resolve any issues ...sr552019-08-121-1/+1
* WinGui: Update French, Chinese, German Translations. Added Spanish and Russi...sr552019-08-121-0/+4
* WinGui: UI / Consistency improvements on Audio and Subtitle Defaultssr552019-07-311-9/+0
* WinGui: Remove the experimental embedded queue. It's not been working right f...sr552019-07-141-7/+0
* WinGui: Further work on the new dark theme.sr552019-07-061-0/+8
* WinGui: Build out code for active monitoring of storage and battery power on...sr552019-07-051-0/+2
* WinGui: A useful window utility class that might be useful later.sr552019-06-301-0/+1
* WinGui: Refactor "When Done" to use an enum to avoid language issues. Also c...sr552019-06-241-0/+1
* WinGui: Further work on the new Dark Theme. Mostly around icons.sr552019-06-221-38/+89
* WinGui: Few minor features + Early access to a new "Dark" theme. It's not yet...sr552019-06-161-0/+8
* WinGui: Move the UI to .NET Framework 4.8 to see if this helps with any of th...sr552019-06-151-1/+1
* WinGui: Don't show encoder options when Fallback = None and a passthru encod...sr552019-06-061-1/+5
* Revert "WinGui: Switch to SDK style cproj files. Switch to PackageReferences...sr552019-06-011-124/+707