summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Add Preference to perform the When Done Action immediately without t...sr552019-05-221-14/+35
* WinGui: Add missing .ass extension to subtitle importsr552019-05-121-1/+1
* WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not t...sr552019-05-104-8/+8
* WinGui: Fix fast decode tune with x264 vs x265. #2083sr552019-05-071-6/+9
* WinGui: Allow SSA files to be dropped on the UI.sr552019-05-041-2/+3
* WinGui: Update the UI for the new deblock filter. #2028sr552019-05-021-1/+2
* WinGui: Refactor Filters View Model - (Grayscale)sr552019-04-251-37/+12
* WinGui: Refactor Filters View Model - (Rotate and Flip)sr552019-04-251-57/+8
* WinGui: Refactor Filters View Model - (Deblock)sr552019-04-251-103/+10
* WinGui: Refactor Filters View Model - (Deinterlace and Detection Filters)sr552019-04-251-219/+15
* WinGui: Refactor Filters View Model - (Detelecine Filter)sr552019-04-251-74/+12
* WinGui: Refactor Filters View Model - (Denoise Filter)sr552019-04-251-143/+9
* WinGui: Refactor the Filters View Model. Each filter will now have it's own ...sr552019-04-251-118/+13
* WinGui: Auto-name System will now always generate a unique filename. The Pref...sr552019-04-211-1/+60
* WinGui: New option to control the file overwrite default behaviour. Overwrite...sr552019-04-202-9/+38
* WinGui: Various fixes and improvements to validation handling and options in...sr552019-04-192-14/+17
* WinGui: Fix Language ordering for Audio and Subtitle tabs. Fixes #2050sr552019-04-172-7/+15
* WinGui: Reset IsPresetModified when Updating a preset. Fixes #2042sr552019-04-161-0/+1
* WinGui: Minor bug fixes and UX improvements to the new queue design.sr552019-04-061-0/+5
* WinGui: Reafactor application init and introduce a --no-hardware flat that ca...sr552019-04-062-5/+1
* WinGui: Minor queue bugfix for delete actionsr552019-03-301-0/+5
* WinGui: Fix an issue where cropping was taking into account too late when loa...sr552019-03-241-14/+20
* WinGui: Add protection against unavailable directory in MRU List. Fixes #1995sr552019-03-171-2/+2
* WinGui: Log exceptions out to files in the log directory. #1950sr552019-03-091-27/+26
* WinGui: Queue -> Overhaul the context menu on the queue to offer context awar...sr552019-03-031-2/+2
* WinGui: Remove the legacy queue design. The new design is now always used.sr552019-03-034-25/+0
* WinGui: Reinstate "Resume" vs "Start" encode on the Main screen. Fixes #1919sr552019-02-221-1/+12
* WinGui: Attempt to be smarter with the Autonaming when dealing with directori...sr552019-02-211-10/+16
* WinGui: Fix summary tab delayed refresh. Fixes #1914sr552019-02-201-0/+2
* WinGui: Set the button text to "Apply" on the Defaults Windows rather than "S...sr552019-02-184-17/+20
* WinGui: Temp fix for the build until we can refactor the queue error handling.sr552019-02-131-1/+1
* Add WebM support (#1822)Justin Bull2019-02-137-15/+142
* WinGui: Utilise new hb_global_init_no_hardware when hb_global_init fails. T...sr552019-02-111-0/+3
* WinGui: Change the behaviour of the destination source alert to revert to the...sr552019-02-071-1/+1
* WinGui: Remove inline Destination check. It's more annoying than useful. Fixe...sr552019-01-301-7/+0
* WinGui: Basic implementation of Queue Up/Down Buttons. Does not yet handle po...sr552019-01-271-3/+23
* WinGui: Move the Queue Recovery option from the source panel to the Queue Men...sr552019-01-271-0/+5
* WinGui: Adding some additional validation to the destination box.sr552019-01-271-0/+7
* WinGui: Improve Add to queue error Handling. Combine 2 Dialog prompts into ...sr552019-01-242-26/+37
* WinGui: Initial support for SSA file import.sr552019-01-141-5/+5
* WinGui: Make the toolbar customisation options more discoverable by making th...sr552019-01-142-9/+41
* WinGui: Make the MRU feature more useful. If the directory is not found, chec...sr552019-01-121-0/+18
* WinGui: Minor tidyup in MVM.sr552019-01-121-176/+11
* WinGui: Strip out some legacy code for x264 options handling.sr552019-01-124-1317/+2
* WinGui: Improvements to the new queue design.sr552019-01-041-8/+46
* WinGui: Fix restriction on the picture settings tab after setting a preset. ...sr552019-01-011-2/+6
* WinGui: Fix erroneous log message error about invalid x264 preset when not us...sr552019-01-011-0/+5
* WinGui: Fix issues with "Any" language selection with the "First" option use...sr552018-12-302-70/+74
* WinGui: Fix an issue where picture settings (crop and anamorphic) are not cor...sr552018-12-301-0/+11
* WinGui: Fix an error when trying to encode an item with no destination.sr552018-12-161-8/+9