summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Further Fixes to the Picture Settings screen when handling new sources.sr552016-12-101-10/+6
* WinGui: Further fixes to handle the new "Automatic" anamorphic.. This should ...sr552016-12-101-11/+16
* WinGui: Prompt to create folder when the destination path does not exist. Fix...sr552016-11-161-13/+39
* WinGui: When we are dealing with Automatic anaorphic, we also need to pre-set...sr552016-11-061-0/+3
* WinGui: Fix Anamorphic Mode Autosr552016-11-011-1/+1
* WinGui: Make the Width/Height fields enabled for Anamorphic=Automaticsr552016-10-301-3/+3
* WinGui: Fix a large number of stylecop warnings.sr552016-10-3014-17/+52
* WinGui: Replace Strict Anamorphic with Automatic.sr552016-10-292-3/+3
* WinGui: Fix RF0 Lossless warning for x264 10bitsr552016-09-151-1/+1
* WinGui: Add more space around the preview window when the content is larger t...sr552016-09-091-2/+2
* WinGui: Fix #318 Video Previews can start at the beginning of the file, but ...sr552016-09-091-1/+1
* Fix an issue applying audio codec settings from the defaults which are differ...Andrij Abyzov2016-08-281-7/+7
* WinGui: prefer /docs over docs.sr552016-08-031-1/+1
* WinGui: Set the Help Link to https://docs.handbrake.fr since we are retiring ...sr552016-08-031-1/+1
* WinGui: Check if a track is foreign audio, before defaulting burn-in if the b...sr552016-08-031-2/+5
* WinGui: Lay the foundation for editing presets with a simple rename window.sr552016-07-253-0/+175
* WinGui: Allow the preset slider for VP8 and VP9sr552016-07-251-3/+36
* WinGui: Stubbing out some meta data code.sr552016-07-233-1/+141
* WinGui: Fix Quality slider for VP9sr552016-07-231-0/+3
* WinGui: Show Queue button can now maximise a minimised window. Fixes #262sr552016-07-161-0/+5
* WinGui: Change the handling of "Already Processing" dialog that can appear wh...sr552016-07-151-2/+2
* WinGui: Some behavioural fixes to the Audio Defaults when loading and saving...sr552016-06-272-2/+4
* WinGui: Make the "Presets" menu grouped by category.sr552016-06-162-0/+4
* WinGui: Add {preset} to autoname options. This is a non-live option meaning i...sr552016-06-091-3/+3
* WinGui: Check directory permissions before adding a job to the queue for proc...sr552016-06-091-0/+7
* WinGui: Don't allow the user to enter invalid filename characters in the "Fil...sr552016-05-131-3/+40
* WinGui: Add a track list on the Audio Defaults screen. This changes the behav...sr552016-05-122-57/+126
* WinGui: Actually check in the fix for #158sr552016-04-291-1/+3
* WinGui: Force the Optimise MP4 / iPod 5G Checkbox to refresh when changing t...sr552016-04-291-0/+1
* WinGui: Improve the security of the update checker on windows. This download ...sr552016-04-291-1/+1
* WinGui: Fix the Subtitle Defaults popup text.sr552016-04-231-1/+1
* WinGui: If you invoke HandBrake.exe with "--auto-start-queue" it will automa...sr552016-04-231-5/+8
* WinGui: Some initial work to make the HandBrake.ApplicationServices library m...sr552016-04-191-0/+1
* WinGui: Strip out the overlay panel code. It's not used.sr552016-04-184-84/+1
* WinGui: Change the Audio Default and Subtitle panels to be modal windows. (Si...sr552016-04-172-98/+34
* WinGui: Don't call hb_x264_param_unparse when we are not using x264sr552016-04-131-1/+1
* WinGui: Use Mixdowns from LibHBand sanitise the choices. The GUI no longer sh...sr552016-04-091-6/+0
* WinGui: Add a new JSON file type to the queue export functionality. This expo...sr552016-03-261-3/+12
* WinGUI: Remove option to enable DXVA decoding. There are too many issues with...sr552016-03-211-23/+0
* WinGui: Add a Logging Service into the AppServices library. This does not dep...sr552016-03-213-140/+79
* WinGui: Fixed an issue where the " Use Advanced Tab" was not being loaded co...sr552016-03-181-14/+4
* WinGui: Add SHA1 Verification of the update downloads and don't start the ins...sr552016-03-121-4/+7
* WinGui: Initial commit supporting separated interlace detection. Not tested yet.sr552016-03-111-0/+53
* WinGui: Update deinterlace method to Yadif and update presets. Will look int...sr552016-03-091-7/+8
* WinGui: Don't check diskspace on UNC paths.sr552016-03-021-2/+2
* WinGui: Fix Audio Tab Track by Language selection behaviour.sr552016-02-211-1/+1
* WinGui: Added a text block on the Queue Add selection that shows the current ...sr552016-02-203-19/+38
* WinGui: Adding a "Queue" Menusr552016-02-202-0/+36
* WinGui: Fix a few binding errors on the audio Default tab. Allow Turbo first ...sr552016-02-134-5/+23
* WinGui: x264/5 multilib support. You can now encode 10bit x264, 10bit x265 a...sr552016-02-133-13/+26