summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Cleanup of some unneeded references across the projects.sr552018-08-096-17/+0
* WinGui: Preparing the UI for a move to .NET CORE next year when the Desktop P...sr552018-08-091-36/+47
* NVEnc: Add human names for encoder presets and remove currently invalid options.sr552018-08-082-0/+47
* WinGui: Remap Ctrl-S to Open Destination Save Dialog. Start Encode is now C...sr552018-08-033-4/+15
* WinGui: Don't grey out the Start Queue button when the encode is paused. #1501sr552018-07-292-13/+3
* WinGui: Make sure the Container is selected before the Audio/Subtitle tabs to...sr552018-07-261-1/+1
* WinGui: Alignment tweak on the main window.sr552018-07-251-2/+2
* WinGui: Allow the Title Dropdown to grow in width where it makes sense. #1499sr552018-07-251-20/+29
* WinGui: Make the error message nicer when the system clipboard is unavailable...sr552018-07-255-19/+53
* WinGui: Remove temp VCE hack.sr552018-07-211-2/+1
* WinGui: Better handle Open Source Directory on the Queue where batch scan is ...sr552018-07-191-0/+5
* WinGui: Move UserSettings over to JSON format. Settings from the older XML f...sr552018-07-1812-108/+143
* WinGui: Remove CPU information from log header. It's also in the main log body.sr552018-07-131-1/+0
* WinGui: Fix an issue that was causing the app to erroneously create a "HandBr...sr552018-07-131-1/+1
* WinGui: Few small updates to the EncodeTaskImportFactorysr552018-07-132-12/+16
* WinGui: Simplify the Deinterlace / Decomb / Interlace Detection Tab and asso...sr552018-07-0810-492/+179
* WinGui: Remove Unused OpenCL call.sr552018-07-081-4/+0
* WinGui: Tidy up some unused variables.sr552018-07-084-16/+0
* 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