summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Initial work to refactor the queue infrastructure to use the same JSO...sr552018-07-0812-29/+492
* WinGui: Update the Encode Json Factory to produce human readable Json for aud...sr552018-07-077-61/+20
* WinGui: Tidyup around the Scan Objects. Complete some incomplete models. Intr...sr552018-07-0711-140/+289
* WinGui: Extend the "Video" preference tab to allow the hardware encoders to b...sr552018-06-299-238/+198
* Add NVEnc encoder. (Round 3) (#1437)Scott2018-06-295-7/+96
* WinGui: Fix a bug in queue recovery where old files were not deleted.sr552018-06-151-2/+8
* WinGui: Fix a potential crash in HandBrakeEncoderHelpers.cssr552018-06-151-20/+21
* WinGui: Fix a crash in a converter.sr552018-06-151-1/+1
* WinGui: Fix an integer overflow in the UI layer for the start/stop controls. ...sr552018-06-147-15/+53
* WinGui: Soften the colour of the grid lines in the chapters tableSam H2018-06-141-1/+2
* WinGui: Make MenuItems the same height as the MenuSam H2018-06-141-0/+5
* WinGui: Add HintPath to newtonsoft json in the worker process project. It sho...sr552018-06-141-0/+1
* WinGui: Don't compile the AppX project when building the solution. It's not c...sr552018-06-111-4/+0
* WinGui: Implement most of the HTTP Worker Process stubs.sr552018-06-1017-123/+414
* WinGui: Stub the RemoteInstance implementation of IEncodeInstance.sr552018-06-102-0/+89
* WinGui: Split out the encode portion of IHandBrakeInstance into IEncodeInstan...sr552018-06-104-36/+58
* WinGui: HandBrake.Worker tidyup.sr552018-06-103-35/+50
* WinGui: Stub out a background worker process.sr552018-06-107-0/+406
* Remove the unused "rows" header from the chapters DataGridSam H2018-06-101-1/+1
* WinGui: Add Support for the VCE Encoders.sr552018-06-087-10/+101
* WinGui: cproj tidyupsr552018-06-052-191/+1
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ...sr552018-06-05205-8399/+8392
* WinGui: Additional Error Handling in EnumHelpersr552018-06-051-6/+23
* WinGui: Make nuspec file visible in project.sr552018-06-011-1/+2
* WinGui: Initial NuGet nuspec file.sr552018-06-011-0/+25
* Update WinGUI build script: allow SignTool.exe location to be specified and a...Frederick Ding2018-05-311-10/+10
* WinGui: Open and Save File dialogs on the main window, now have their own "MR...sr552018-05-243-19/+65
* WinGui: Don't allow subtitle import before a source has been scanned.sr552018-05-244-1/+22
* WinGui: Add support for dropping .srt files onto the main window. When you do...sr552018-05-243-15/+62
* WinGui: Potential Fix for #1288 Crash in the TreeViewHelper when selecting p...sr552018-05-181-0/+5
* WinGui: Fix an issue with the Add preset window that prevented it from updati...sr552018-05-182-3/+19
* WinGui: Some more backend work for the upcoming Queue redesign.sr552018-05-183-16/+67
* WinGui: Improved behaviour of the Add Selection to Queue Window. Can now be ...sr552018-05-162-4/+19
* WinGui: Make the error checking more aggressive when adding to queue. Add sup...sr552018-05-093-5/+50
* WinGui: Remove Logging abstraction from the Services library. Let the librar...sr552018-05-0817-166/+167
* WinGui: Remove the need for ILog on the key Interop API surface.sr552018-05-084-66/+64
* WinGui: Remove some unnecessary version / bitness calls in the Services library.sr552018-05-085-27/+4
* WinGui: Update Version Numbers around the application / Installer. Update th...sr552018-05-065-10/+10
* WinGui: Tidy-up some erroneous namespaces.sr552018-05-063-6/+0
* WinGui: Remove some legacy Stylecop files and Update R# Teamshared Settings.sr552018-05-063-42/+378
* WinGui: Remove Non-Build Dependancy on Stylecop.Analyzerssr552018-05-064-12/+0
* WinGui: Upgrade to Json.NET 11.0.2sr552018-05-064-8/+6
* WinGui: Upgrade to Caliburn Micro 3.2.0sr552018-05-062-13/+9
* WinGui: Remove references to System.Drawing from Alpha.ApplicationServices. T...sr552018-05-066-32/+63
* WinGui: Upgrade to .NET Framework 4.7.1sr552018-05-065-5/+5
* WinGui: For MP4 files, when subtitles are incompatible and we've already used...sr552018-05-061-0/+5
* WinGui: Fix Tabbing behaviour on the main tab control. Fixes #1313sr552018-05-011-1/+1
* WinGui: Change the "Picture Size" label to "Dimensions" to avoid confusion on...sr552018-05-012-2/+2
* WinGui: Fix an issue where the "When Done" would prevent HandBrake from savi...sr552018-04-291-3/+4
* WinGui: Improve the Number Box control. 1. Add support for Up/Down Arrow to...sr552018-04-292-2/+11