summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* WinGui: Refactor Filters View Model - (Rotate and Flip)sr552019-04-254-60/+122
* WinGui: Refactor Filters View Model - (Deblock)sr552019-04-254-105/+103
* WinGui: Refactor Filters View Model - (Deinterlace and Detection Filters)sr552019-04-255-235/+264
* WinGui: Tidyup the new DetelecineFilter classsr552019-04-251-22/+4
* WinGui: Refactor Filters View Model - (Detelecine Filter)sr552019-04-254-78/+155
* WinGui: Refactor Filters View Model - (Denoise Filter)sr552019-04-255-154/+206
* WinGui: Refactor the Filters View Model. Each filter will now have it's own ...sr552019-04-255-130/+233
* WinGui: Updating German and Chinese Translations. Added French Translation.sr552019-04-238-60/+2648
* WinGui: Fix a preset import ordering bug that could produce an incorrect audi...sr552019-04-221-2/+2
* WinGui: Update new default settings for collision behaviour.sr552019-04-211-1/+1
* WinGui: Auto-name System will now always generate a unique filename. The Pref...sr552019-04-2110-62/+244
* WinGui: Fix Typosr552019-04-212-2/+2
* WinGui: Improvements to Options layout. "General" tab has been split. "When ...sr552019-04-205-46/+107
* WinGui: New option to control the file overwrite default behaviour. Overwrite...sr552019-04-2014-78/+177
* WinGui: Remove legacy delete.png icon and replace with grey X variant. Better...sr552019-04-198-6/+8
* WinGui: Make the Queue Delete button more reliable. Doesn't need a double cli...sr552019-04-192-12/+18
* WinGui: Another code path without error handling enabled for add to queue fixed.sr552019-04-191-1/+1
* WinGui: Various fixes and improvements to validation handling and options in...sr552019-04-1910-88/+107
* WinGui: Fix Language ordering for Audio and Subtitle tabs. Fixes #2050sr552019-04-172-7/+15
* WinGui: Don't export Rotate is not set in preset export. Fixes #2047sr552019-04-171-1/+6
* WinGui: Reset IsPresetModified when Updating a preset. Fixes #2042sr552019-04-161-0/+1
* WinGui: Set the Countdown Alert to top most. #2032sr552019-04-111-1/+1
* WinGui: Improve the failed scan information window. #2025sr552019-04-084-7/+7
* WinGui: Allow "Esc" key to be pressed on the source selection window. #2026sr552019-04-081-1/+1