summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels
Commit message (Expand)AuthorAgeFilesLines
* 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
* WinGui: Fix an issue where the treeview control can, when categories are clos...sr552020-06-031-1/+6
* WinGui: Add a debug menu for nightly builds that allows exporting and importi...sr552020-05-231-372/+87
* WinGui: Lay the ground work for adding the padding filter to the Windows UI. ...sr552020-05-172-376/+56
* WinGui: Fix a potential crash when working with DVD discs during AutoNaming F...sr552020-05-103-70/+25
* WinGui: Add option to reset settings to defaults in preferences (top right, ...sr552020-05-091-0/+15
* WinGui: Missed files #2814sr552020-05-032-4/+4
* WinGui: Couple if minor bug fixes.sr552020-05-031-1/+23
* WinGui: Fix Presets and Summary FPS labels.sr552020-05-021-1/+4
* WinGui: Fix process priority setting. Fixes #2811sr552020-05-021-1/+1
* WinGui: Enable multi-instance support. (#2797)Scott2020-04-293-62/+42
* Multi instance (#2791)Scott2020-04-268-762/+164
* WinGui: Improve Langauge for process isolation and be clear what it is, and h...sr552020-04-111-6/+6
* WinGui: If selecting a preset that uses an video encoder that's not in use, w...sr552020-04-111-3/+14
* WinGui: Improvements to the Process Isolation Worker.sr552020-04-111-0/+8
* WinGui: Stripping much of the remaining app config out of the Queue Jobs. Cer...sr552020-04-113-5/+5
* WinGui: Fix preview images for "None" when using anamorphic content.sr552020-03-181-2/+2
* WinGui: Disable the Queue Tabs when multiple items are selected to avoid UI c...sr552020-03-141-2/+28
* WinGui: Fix a localisation issue on the Point to Point Dropdown and add Title...sr552020-03-031-2/+2
* WinGui: Add an explicit option in preferences to enable additional fixed func...sr552020-02-261-2/+19
* WinGui: Improve Handling of Low Disk Space Alertssr552020-02-233-17/+36
* WinGui: When Deleting Selected records, if one of the jobs is encoding, promp...sr552020-02-121-1/+1
* WinGui: AutoPassthru is now implemented using libhb using hb_autopassthru_get...sr552020-02-071-3/+3
* WinGui: Fix handling of Estimated Time left when job time >= 1 day. Fixes #2582sr552020-02-052-6/+9