summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs
Commit message (Expand)AuthorAgeFilesLines
* 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
* WinGui: Fixes to the Advanced Panel (8x8t and ref) and Picture Panel (Further...sr552012-08-151-7/+32
* WinGui: Picture settings MaxWidth/Height fixessr552012-08-131-4/+4
* WinGui: Couple more Picture Settings Tab bug fixes. Note: Still a few more is...sr552012-07-251-1/+6
* WinGui: Initial work to restore queue editing functionality. (Note, it's not ...sr552012-07-081-0/+18
* WinGui: Fix Add Preset not honouring custom source width / height.sr552012-06-301-25/+36
* WinGui: Additional fixes to the picture settings panel.sr552012-06-241-13/+17
* WinGui: Fix to the MaxWidth/Height Width/Height query being generated incorre...sr552012-06-221-1/+0
* WinGui: Fix a couple of the issues with the Picture settings view with regard...sr552012-06-171-7/+125
* WinGui: Allow Modulus with Anamorphic Mode None. Tweaks to Destination filena...sr552012-06-061-1/+1
* WinGui: Numerous fixes to the picture settings tab. Fixed framerate typo on t...sr552012-06-031-1/+55