summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels
Commit message (Expand)AuthorAgeFilesLines
* NVEnc: Add human names for encoder presets and remove currently invalid options.sr552018-08-081-0/+6
* WinGui: Remap Ctrl-S to Open Destination Save Dialog. Start Encode is now C...sr552018-08-031-0/+5
* WinGui: Don't grey out the Start Queue button when the encode is paused. #1501sr552018-07-291-13/+1
* WinGui: Make sure the Container is selected before the Audio/Subtitle tabs to...sr552018-07-261-1/+1
* WinGui: Make the error message nicer when the system clipboard is unavailable...sr552018-07-252-18/+26
* WinGui: Remove temp VCE hack.sr552018-07-211-2/+1
* WinGui: Better handle Open Source Directory on the Queue where batch scan is ...sr552018-07-191-0/+5
* WinGui: Move UserSettings over to JSON format. Settings from the older XML f...sr552018-07-183-15/+15
* WinGui: Simplify the Deinterlace / Decomb / Interlace Detection Tab and asso...sr552018-07-081-250/+112
* WinGui: Initial work to refactor the queue infrastructure to use the same JSO...sr552018-07-082-2/+2
* WinGui: Tidyup around the Scan Objects. Complete some incomplete models. Intr...sr552018-07-071-29/+10
* WinGui: Extend the "Video" preference tab to allow the hardware encoders to b...sr552018-06-292-26/+92
* Add NVEnc encoder. (Round 3) (#1437)Scott2018-06-291-6/+21
* WinGui: Fix an integer overflow in the UI layer for the start/stop controls. ...sr552018-06-141-5/+7
* WinGui: Implement most of the HTTP Worker Process stubs.sr552018-06-101-0/+1
* WinGui: Add Support for the VCE Encoders.sr552018-06-081-8/+35
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ...sr552018-06-0515-27/+27
* WinGui: Open and Save File dialogs on the main window, now have their own "MR...sr552018-05-242-19/+62
* WinGui: Don't allow subtitle import before a source has been scanned.sr552018-05-241-0/+9
* WinGui: Add support for dropping .srt files onto the main window. When you do...sr552018-05-243-15/+62
* WinGui: Fix an issue with the Add preset window that prevented it from updati...sr552018-05-181-3/+13
* WinGui: Some more backend work for the upcoming Queue redesign.sr552018-05-181-3/+60
* WinGui: Make the error checking more aggressive when adding to queue. Add sup...sr552018-05-091-3/+22
* WinGui: Remove Logging abstraction from the Services library. Let the librar...sr552018-05-081-5/+4
* WinGui: Remove some unnecessary version / bitness calls in the Services library.sr552018-05-082-2/+2
* WinGui: For MP4 files, when subtitles are incompatible and we've already used...sr552018-05-061-0/+5
* WinGui: New start-up command line option. --recover-queue-ids=<command sepa...sr552018-04-141-1/+1
* option to disable preview on summary tab (issue #1267)Sebastian Janning2018-04-102-3/+41
* WinGui: Fix Framerate mode setting when using presets and quicksync. Fixes #...sr552018-03-101-1/+0
* Misc. typosluz.paz2018-02-205-6/+6
* WinGui: Fix various issues on the filter tab when returning items from the qu...sr552018-02-141-53/+29
* WinGui: Remove debug option that's causing aspect ratio issues on the Picture...sr552018-02-141-1/+1
* WinGui: New shortcuts for easier accessibility. Ctrl 1 through 7 activate g...sr552018-02-102-0/+20
* WinGui: Fixes to Anamorphic handling on the picture tab and in static preview...sr552018-02-101-10/+5
* WinGui: Add Presets button to toolbar. The preset management options are not ...sr552018-01-311-0/+5
* WinGui: Reselect the last selected preset (if still available) when editing a...sr552018-01-135-20/+28
* WinGui: Add combined option in the Chapter Import Open File Dialog. #1015sr552017-12-291-1/+1
* WinGui: Disable Subtitle Burn In Checkbox for PGS + MP4 #1077sr552017-12-251-1/+1
* WinGui: Fix a bug in preview scaling.sr552017-12-151-2/+2
* WinGui: Add % Actual Size to the static preview window title.sr552017-12-152-12/+22
* WinGui: Mouse Wheel can scroll previews.sr552017-12-154-0/+38
* WinGui: Summary Tab Preview UI Consistency Tweaks to match the MacGUI. Moving...sr552017-12-152-14/+6
* WinGui: Reset crop settings when switching back to Automatic.sr552017-12-151-0/+8
* WinGui: Make the QSV Decoding options clearer.sr552017-12-131-9/+9
* WinGui: Make the When Done Play Sound option more granular. Queue vs Encode ...sr552017-12-131-1/+17
* WinGui: Finish off modification detectionsr552017-12-132-10/+7
* WinGui: Initial Activation of the "modified" preset detection code. (Audio/Su...sr552017-12-128-27/+97
* WinGui: use Range 0-63 for QSV H.265 10bit. It's not strictly correct but it...sr552017-12-041-21/+28
* WinGui: Fix the mini status display controller.sr552017-11-251-10/+11
* WinGui: Fix Window Title not resetting when queue finishing.sr552017-11-021-0/+2