summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Add required worker files for last checkin.sr552021-02-203-0/+72
* WinGui: Decouple HandBrake.Worker from HandBrakeWPF project.sr552021-02-209-17/+6
* WinGui: Fix a number of code warnings.sr552021-02-207-12/+25
* WinGui: Fix a small theme issue with default context menus on controls. Fixes...sr552021-02-171-0/+9
* WinGui: Fix grayscale filter in presets.sr552021-02-142-4/+1
* WinGui: Minor UI/UX tweaks.sr552021-02-1415-190/+350
* WinGui: Build fixsr552021-02-081-3/+3
* WinGui: Fix a VS build issue. Copy required assets into the UI build directory.sr552021-02-071-0/+4
* WinGui: Minor improvement to the light theme.sr552021-02-064-5/+131
* Fix another instance where process.start is being flaky on some systems. Fix...sr552021-02-061-1/+1
* WinGui: Add code to prevent double default presets. Fixes #3386sr552021-02-061-0/+7
* WinGui: Another smaller found of Namespace changes for HandBrake.Interopsr552021-02-0445-113/+110
* WinGui: HandBrake.Interop further API tidyup. Namespace changes. Many "mode...sr552021-02-0480-219/+115
* WinGui: More Interop Cleanup. Anamorphic Factory is not used. Similar functi...sr552021-02-046-118/+9
* WinGui: HandBrake.Interop API change/cleanup. Making the structs internal t...sr552021-02-0430-442/+218
* WinGui: Add support for Chroma Smooth filter.sr552021-01-3011-17/+306
* WinGui: Add support for the colourspace filter.sr552021-01-3013-6/+258
* 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-296-9/+9
* WinGui: Extend the dark theme option to be able to honour OS "AppsUseLightThe...sr552021-01-2312-26/+164
* WinGui: Add ISO standard langauge names to the langugae dropdown in preferenc...sr552021-01-212-12/+12
* WinGui: Change the Product Dir reg key such that HandBrake can be launched fr...sr552021-01-211-1/+1
* WinGui: Switch over to System.Text.Json for the Queue Services.sr552021-01-1510-51/+18
* WinGui: Add optional crop controls to the preview window similar to the mac UI.sr552021-01-1411-121/+250
* WinGui: Fixes #3347 where the preset menu list was slow to update.sr552021-01-133-53/+24
* WinGui: Minor improvement to presets. Also show the preset tooltip on the Men...sr552021-01-112-2/+5
* WinGui: Fix a log file access error that could occur in remote instance modesr552021-01-111-2/+2
* WinGui: UI improvements around presets.sr552021-01-096-13/+79
* WinGui: Add experimental support for Right to Left languages. This globally i...sr552021-01-092-4/+25
* WinGui: Remove bold from preset manager list box to further avoid confusion. ...sr552021-01-091-3/+0
* WinGui: Remove bold "(Default Preset)" label and add discrete "Is Default: Ye...sr552021-01-0714-57/+54
* WinGui: Fix typo on new preset pane and fix an issue with mis-detecting prese...sr552021-01-073-3/+3
* WinGui: Fix an issue with QSV adaptor Probe. It should not call when QSV is n...sr552021-01-071-3/+9
* Update copyright dates to 2021.Bradley Sepos2021-01-0117-17/+17
* WinGui: Small improvement to logging.sr552020-12-131-2/+3
* WinGui: Reset Process Isolation settings if the machine hardware changes and ...sr552020-12-131-6/+13
* WinGui: Better handle disabled presets in the UI.sr552020-12-136-18/+57
* build(deps): bump Ookii.Dialogs.Wpf from 3.0.1 to 3.1.0 in /win/CSdependabot[bot]2020-12-121-1/+1
* WinGui: Work by Nomis101 to add support for MP2 passthru to the windows UI. T...sr552020-12-1112-39/+84
* WinGUI: Update spanish and french localeNomis1012020-12-073-12/+12
* WinGui: Refactor the logging code to better handle multiple instance behaviours.sr552020-12-0611-217/+224
* WinGui: Improved reliablity of the queue service with multiple instances runn...sr552020-12-035-39/+61
* WinGui: Improvements to log handling for multi-instancesr552020-12-034-27/+108
* WinGui: Remove further JSON.Net code to remove incompatiblity with System.Tex...sr552020-12-011-7/+5
* WinGui: Removing the dependency on Newtonsoft.Json library in HandBrake.Inter...sr552020-12-0115-482/+77
* WinGui: Undo Permissions change. Seems to cause more issues than it solves.sr552020-11-303-3/+1
* WinGui: Add dependency to System.Security.Permissions Fixes #3253sr552020-11-293-0/+3
* WinGui: Move HandBrake.Interop from .NET Standard to net5.0sr552020-11-292-8/+4
* WinGui: Fix an issue in the worker handling code where a worker that is slow ...sr552020-11-251-12/+63