summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ...sr552018-06-051-3/+3
* Misc. typosluz.paz2018-02-201-2/+2
* WinGui: Remove debug option that's causing aspect ratio issues on the Picture...sr552018-02-141-1/+1
* WinGui: Fixes to Anamorphic handling on the picture tab and in static preview...sr552018-02-101-10/+5
* WinGui: Reset crop settings when switching back to Automatic.sr552017-12-151-0/+8
* WinGui: Initial Activation of the "modified" preset detection code. (Audio/Su...sr552017-12-121-0/+2
* WinGui: Initial ground work on code that will detect when the user modifies s...sr552017-09-171-0/+23
* WinGui: Don't enable the Display Width control for Custom Anamorphic when Kee...sr552017-07-041-15/+22
* WinGui: Adding support for Custom Anamorphic back. Implements #504sr552017-06-281-6/+15
* WinGui: Fix an issue that prevented the static preview from updating as the u...sr552017-06-081-1/+2
* WinGui: Fix a number of stylecop warnings.sr552017-02-111-2/+3
* WinGui: Improve the SourceMax / Custom Picture Settings modes. Fixes a numer ...sr552017-01-021-29/+36
* 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: 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: Replace Strict Anamorphic with Automatic.sr552016-10-291-2/+2
* AppServices tidyupScott2015-09-261-2/+2
* WinGui: Moving the bulk of the view model strings to resources.sr552015-06-111-1/+2
* WinGui: Updating the app to handle the latest JSON API change regarding the A...sr552015-03-071-20/+4
* WinGui: Remove the EncodeJob model. This removes another abstraction layer th...sr552015-03-051-3/+2
* WinGui: Moving the Interop Code into the services library. This will allow so...sr552015-02-281-2/+2
* WinGui: Quick Fix for the batch encoding with libhb mode.sr552015-01-191-2/+12
* WinGui: Combine the Still and Live previews into a single window in the same ...sr552015-01-171-14/+0
* WinGui: Remove "Aspect Ratio" Display on the Picture tab. It's not really use...sr552015-01-091-2/+1
* WinGui: Refracting some of the modelling around the Encode Servicessr552015-01-041-0/+2
* WinGui: Part 1 - Restructuring the AppServices library in preparation for the...sr552014-11-291-1/+1
* WinGui: Remove the option to enable the static preview window. Window is now ...sr552014-11-271-11/+0
* WinGui: Move the preset model object into the presets package.sr552014-11-231-1/+1
* WinGui: Move the preset system out of the services package.sr552014-11-231-0/+1
* WinGui: Bug Fixes:sr552014-09-211-2/+12
* WinGui: Fix an issue loading preset Maximum Width/Height info. This was causi...sr552014-09-091-4/+5
* WinGui: Switch to using hb_set_anamorphic_size2. This simplifies the picture ...sr552014-08-221-493/+357
* WinGui: Fix a styling issue on the preview window. Disable libhb encode for...sr552014-08-021-0/+11
* WinGui: Don't grab previews when the preview window hasn't been opened. (Not...sr552014-05-241-1/+3
* WinGui: Give the preview window a presence on the picture settings tab. Added...sr552014-05-171-1/+1
* WinGui: Tidy up a few cosmetic issues and enable the picture preview code in ...sr552014-01-251-17/+4
* WinGui: Fix a crash when updating the status display.sr552014-01-021-0/+1
* WinGui: Some further work in the background on the still preview feature.sr552013-12-061-4/+43
* WinGui: Some additional work on Static Previews. Added slider to select the p...sr552013-11-221-2/+2
* WinGui: Putting in place the framework for a static preview window. Initial ...sr552013-11-191-12/+24
* WinGui: Finish off moving the User Settings service to the UI Layer. sr552013-11-191-0/+1
* WinGui: General code tidyupsr552013-08-171-6/+4
* WinGui: Fixed Anamorphic mode was not being saved when adding a preset with n...sr552013-07-271-0/+1
* WinGui: Misc fixes and improvementssr552013-07-201-4/+4
* WinGui: Change Loose and Strict Anamorphic to use hb_set_anamorphic_sizesr552013-07-141-152/+157
* WinGui: Undo last commit, causes more problems than it fixes.sr552013-06-051-4/+4
* WinGui: Disable the last bit of Custom Anamorphic calculation code until I ca...sr552013-06-051-4/+4
* WinGui: Fix an issue where cropping wasn't getting set correctly after a titl...sr552013-06-051-18/+18