summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels
Commit message (Expand)AuthorAgeFilesLines
* WinGui: use new api hb_get_preview3 for previews.sr552021-04-133-41/+20
* WinGui: Fix an issue where the queue buttons would not update correctly if th...sr552021-04-131-1/+2
* WinGui: When adding a new preset, select it rather than displaying the curren...sr552021-03-313-6/+19
* WinGui: Added padded marked to the summary tab.sr552021-03-311-1/+11
* WinGui: Refactor the Worker HttpServer class and fix some issues caused by th...sr552021-03-241-4/+2
* WinGui: Move to Caliburn Micro 4.0 (RC). This removes the Framework 4 dependa...sr552021-03-0814-38/+45
* WinGui: Finish the conversion to System.Text.Json. This removes the Newtonsof...sr552021-03-061-4/+3
* WinGui: Remove some dead code.sr552021-03-062-4/+0
* WinGui: Add a warning in preferencs -> Safemode when Hardware support is not ...sr552021-02-281-0/+4
* WinGui: Add support for Media Foundation 264/265 encoders for QC based ARM64 ...sr552021-02-231-11/+30
* WinGui: Fixing a namspace.sr552021-02-202-0/+2
* WinGui: Decouple HandBrake.Worker from HandBrakeWPF project.sr552021-02-201-2/+1
* WinGui: Fix grayscale filter in presets.sr552021-02-141-0/+1
* WinGui: Minor UI/UX tweaks.sr552021-02-142-34/+41
* Fix another instance where process.start is being flaky on some systems. Fix...sr552021-02-061-1/+1
* WinGui: Another smaller found of Namespace changes for HandBrake.Interopsr552021-02-044-20/+19
* WinGui: HandBrake.Interop further API tidyup. Namespace changes. Many "mode...sr552021-02-046-10/+13
* WinGui: HandBrake.Interop API change/cleanup. Making the structs internal t...sr552021-02-044-36/+19
* WinGui: Add support for Chroma Smooth filter.sr552021-01-301-0/+11
* WinGui: Add support for the colourspace filter.sr552021-01-301-1/+12
* WinGui: Relax the Picture Settings behaviours on source or title change. Cro...sr552021-01-302-19/+46
* WinGui: Minor code tidyup.sr552021-01-301-111/+38
* WinGui: Workaround system breakage when launching URL's. Fixes #3381sr552021-01-294-6/+6
* WinGui: Extend the dark theme option to be able to honour OS "AppsUseLightThe...sr552021-01-231-8/+10
* WinGui: Add optional crop controls to the preview window similar to the mac UI.sr552021-01-143-116/+76
* WinGui: Fixes #3347 where the preset menu list was slow to update.sr552021-01-133-53/+24
* WinGui: UI improvements around presets.sr552021-01-091-0/+2
* WinGui: Work by Nomis101 to add support for MP2 passthru to the windows UI. T...sr552020-12-112-6/+24
* WinGui: Refactor the logging code to better handle multiple instance behaviours.sr552020-12-061-13/+22
* WinGui: Improved reliablity of the queue service with multiple instances runn...sr552020-12-031-1/+5
* WinGui: Improvements to log handling for multi-instancesr552020-12-031-25/+82
* WinGui: Fix an issue with live preview state after the first preview and impr...sr552020-10-311-12/+20
* WinGui: Simultaneous encode improvements.sr552020-10-241-16/+1
* HandBrake.Interop: Library cleanup.sr552020-10-041-3/+2
* WinGui: Performance Optimisation to the summary tab. Don't request previews w...sr552020-09-071-1/+6
* WinGui: Various fixes to the log window when using muilti-instance.sr552020-09-051-44/+44
* WinGui: Add a menu option to allow exporting all user presets for easier back...sr552020-08-221-18/+40
* WinGui: Make it clearer that other media players may work for video preview p...sr552020-08-222-29/+9
* WinGui: Improvements to the new Preset Management UI.sr552020-08-045-8/+76
* WinGui: Update the UI to allow passthru of metadata to be disabled. This util...sr552020-07-311-1/+6
* WinGui: Use newer language structure in OptionsViewModel to tidy it up a bit.sr552020-07-311-559/+94
* WinGui: Fix Buildsr552020-07-241-8/+0
* WinGui: Add back lost functionality on the new queue design. There is now a ...sr552020-07-243-6/+46
* WinGui: Make QSV hardware detection APIs information available to the UI for ...sr552020-07-182-8/+55
* WinGui: Don't perform the chapter duration validation if the imported file d...sr552020-07-051-11/+15
* WinGui: Disable simulatenous encode support on low end systems. Increase t...sr552020-07-031-1/+17
* WinGui: Presets UI overhaul.sr552020-06-303-28/+437
* WinGui: Adding support for the new resolution limit setup to the preset scree...sr552020-06-262-53/+160
* WinGui: Experimental new Dimensions Tab Design. (Part 1 of Several). Addin...sr552020-06-262-238/+122
* WinGui: UI performance improvement when starting multiple jobs. #2912sr552020-06-051-2/+2