summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs
Commit message (Expand)AuthorAgeFilesLines
* Misc. typosluz.paz2018-02-201-1/+1
* WinGui: Reselect the last selected preset (if still available) when editing a...sr552018-01-131-1/+1
* WinGui: Fix a bug in preview scaling.sr552017-12-151-2/+2
* WinGui: Add % Actual Size to the static preview window title.sr552017-12-151-12/+18
* WinGui: Mouse Wheel can scroll previews.sr552017-12-151-0/+22
* WinGui: Don't perform Foreign Audio Subtitle Scans for short video previews. ...sr552017-10-291-0/+18
* WinGui: Fix a number of stylecop warnings.sr552017-02-111-1/+1
* WinGui: Fix a large number of stylecop warnings.sr552016-10-301-2/+2
* 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
* AppServices tidyupScott2015-09-261-7/+10
* WinGui: Replace Castle Windsor with Caliburn Micros built-in SimpleContainer ...sr552015-07-211-6/+6
* WinGui: Moving the bulk of the view model strings to resources.sr552015-06-111-6/+6
* WinGui: Fix Line Endings and (StyleCop)Warningssr552015-05-031-16/+21
* WinGui: Some further refactoring of the services library. Moving all the queu...sr552015-04-121-1/+2
* WinGui: Remove the EncodeServiceWrapper sr552015-03-031-1/+2
* WinGui: Dropping more legacy code and moving some more UI only code up to the...sr552015-03-011-1/+0
* WinGui: Removing the Isolation code as it's not used, and planned for libhb i...sr552015-03-011-2/+2
* WinGui: Moving the Interop Code into the services library. This will allow so...sr552015-02-281-1/+1
* WinGui: Fix a object reference issue with the ScannedSource in the QueueTask ...sr552015-01-251-1/+1
* WinGui: Improve the preset load failure error message. Remove some duplicate ...sr552015-01-201-2/+2
* WinGui: Quick Fix for the batch encoding with libhb mode.sr552015-01-191-2/+12
* WinGui: Remove the EncodingProfile object as it doesn't make sense in the con...sr552015-01-181-8/+2
* WinGui: Combine the Still and Live previews into a single window in the same ...sr552015-01-171-2/+390
* WinGui:sr552015-01-171-1/+2
* WinGui: Refracting some of the modelling around the Encode Servicessr552015-01-041-0/+1
* WinGui: Part 1 - Restructuring the AppServices library in preparation for the...sr552014-11-291-0/+1
* WinGui: Don't allow previews less than 32x32 as it'll crash. Handle SEH exce...sr552014-11-271-2/+52
* WinGui: Don't grab previews when the preview window hasn't been opened. (Not...sr552014-05-241-0/+5
* WinGui: Give the preview window a presence on the picture settings tab. Added...sr552014-05-171-0/+37
* WinGui: Tidy up a few cosmetic issues and enable the picture preview code in ...sr552014-01-251-15/+6
* WinGui: cleanup some warnings.sr552014-01-021-6/+0
* WinGui: Some further work in the background on the still preview feature.sr552013-12-061-0/+6
* WinGui: Some additional work on Static Previews. Added slider to select the p...sr552013-11-221-5/+154
* WinGui: Putting in place the framework for a static preview window. Initial ...sr552013-11-191-0/+58