summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Force set FastDecode = false for x265. It's only an option under the ...sr552019-07-281-1/+2
* WinGui: Better formatting for encode timessr552019-07-273-4/+4
* WinGui: Show Day long encodes in hours consistent with the other UIssr552019-07-162-12/+16
* WinGui: Since the UI now has active storage space left monitoring, set the de...sr552019-07-141-1/+1
* WinGui: Remove the experimental embedded queue. It's not been working right f...sr552019-07-1412-397/+9
* WinGui: Level support for x265sr552019-07-121-1/+2
* WinGui: Further work on the new dark theme.sr552019-07-064-36/+613
* WinGui: Build out code for active monitoring of storage and battery power on...sr552019-07-0515-13/+308
* WinGui: The preferences UI for "Pause on low disk space" was bad with the che...sr552019-07-054-20/+18
* WinGui: Some minor further work to the dark theme.sr552019-07-033-9/+15
* WinGui: Nice display of statistics when information isn't available. #2179sr552019-07-034-1/+61
* WinGui: Fix an issue where Fast Decode appeared not to save as part of preset...sr552019-07-011-3/+11
* WinGui: Prevent Fast Decode from being double set when changing to x265 from ...sr552019-07-011-0/+5
* WinGui: Slight increase in size of the Log window so that the vast majority o...sr552019-06-301-2/+2
* WinGui: A useful window utility class that might be useful later.sr552019-06-302-0/+128
* WinGui: Usability improvements on the Queue.sr552019-06-304-64/+45
* WinGui: Refactor "When Done" to use an enum to avoid language issues. Also c...sr552019-06-2425-194/+242
* WinGui: Have the installer check for .NET 4.8 instead of 4.7sr552019-06-242-2/+2
* WinGui: Fix a crash caused by the themeing work.sr552019-06-221-2/+3
* WinGui: Further work on the new Dark Theme.sr552019-06-224-20/+51
* WinGui: Further work on the new Dark Theme. Mostly around icons.sr552019-06-2258-101/+227
* WinGui: Few minor features + Early access to a new "Dark" theme. It's not yet...sr552019-06-1613-39/+552
* WinGui: Move the UI to .NET Framework 4.8 to see if this helps with any of th...sr552019-06-155-9/+9
* WinGui: Language consistency tweak in queue.sr552019-06-072-2/+2
* WinGui: Re-implement queue import/export functionality for the GUI. Note, thi...sr552019-06-076-224/+74
* WinGui: Add a "Test" button to the When Done Audio options. Also log the "Med...sr552019-06-066-3/+74
* WinGui: Add logging to the PrePostActionServicesr552019-06-061-4/+22
* WinGui: Don't show encoder options when Fallback = None and a passthru encod...sr552019-06-0612-49/+253
* Revert "WinGui: Switch to SDK style cproj files. Switch to PackageReferences...sr552019-06-014-126/+717
* WinGui: Fix a crash in the AudioViewModel when no Behaviour Tracks or fallbac...sr552019-06-011-1/+1
* WinGui: Switch to SDK style cproj files. Switch to PackageReferences for NuG...sr552019-06-014-717/+126
* WinGui: Add Preference to perform the When Done Action immediately without t...sr552019-05-227-27/+85
* WinGui: Fix Copyright headersr552019-05-221-1/+1
* WinGui: Better expose some of the UI actions in the Menus. Including shortcut...sr552019-05-151-1/+7
* WinGui: Add missing .ass extension to subtitle importsr552019-05-121-1/+1
* WinGui: Clean-up the preset archive code. New filename format for archive fi...sr552019-05-121-39/+24
* WinGui: Improvements for #2090sr552019-05-126-8/+58
* WinGui: Use hb_presets_read_file_json to read the UI presets file. This allow...sr552019-05-118-137/+71
* WinGui: More Robust Queue Backup and Recovery.sr552019-05-112-3/+34
* WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not t...sr552019-05-1018-1002/+1015
* Revert "Updated HandBrake.Interop to .NET Standard 2.0 and the new SDK projec...sr552019-05-081-6/+7
* Updated HandBrake.Interop to .NET Standard 2.0 and the new SDK project style....David Rickard2019-05-081-7/+6
* WinGui: Fix fast decode tune with x264 vs x265. #2083sr552019-05-072-9/+12
* WinGui: Allow SSA files to be dropped on the UI.sr552019-05-041-2/+3
* WinGui:sr552019-05-022-7/+6
* WinGui: Improved Language of the hardware encoder preferences to help avoid c...sr552019-05-023-8/+22
* WinGui: Update the UI for the new deblock filter. #2028sr552019-05-0211-35/+163
* WinGui: Minor refactoring of the AutoNameHelper class to improve code readabi...sr552019-04-251-131/+130
* WinGui: Fix Autoname directory selectionsr552019-04-251-5/+3
* WinGui: Refactor Filters View Model - (Grayscale)sr552019-04-254-38/+99