summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs
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: 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
* WinGui: Picture Settings Tab and Preset Behaviours changed to be consistent w...sr552013-05-291-77/+81
* WinGui: Refactor the Presets Picture Size handling to make it a bit clearer w...sr552013-05-251-52/+57
* WinGui: Disable Custom Anamorphic calculations (Will implement these via libh...sr552013-04-211-2/+29
* WinGui: Fix the x264 preset/tune/profile tooltip so that it now shows the equ...sr552013-04-121-0/+1
* WinGui: Fix AllowSleep option. Port the Numeric Stepper control from Vidcoder...sr552013-01-061-10/+4
* WinGui: Fix a number of potential culture issues with doubles. (Advanced Pane...sr552012-12-081-1/+1
* WinGui: UI Tweaks and further fixes to Custom Anamorphic.sr552012-11-271-0/+12
* WinGui: Default the custom anamorphic values correctly. (Part 1 of Custom ana...sr552012-11-181-30/+38
* WinGui: Couple fixes to Pictures settings and add presets.sr552012-09-111-48/+41
* WinGui: Strip out the last traces of MEF since it's not going to be used.sr552012-08-271-2/+0
* WinGui: Fix a second Integer overflow.sr552012-08-251-1/+1
* WinGui: Fix an Integer overflow in the picture settings panel.sr552012-08-251-1/+1