summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* WinGui: When Deleting a job, select the nearest or first item in the list to ...sr552018-09-241-0/+10
* WinGui: Handle no log files better in the new experimental queue layout.sr552018-09-241-0/+4
* WinGui: Fail a job instantly if the destination folder is missing. Don't spoo...sr552018-09-241-0/+7
* WinGui: Add Retry Selected and Retry All Jobs to the Queue List right click m...sr552018-09-224-0/+49
* WinGui: Couple of queue bug fixes. #1087sr552018-09-222-9/+3
* WinGui: Adding Stats and Log Tabs to the new experimental queue view. #1087sr552018-09-225-28/+248
* WinGui: Implementing the new queue design. This is currently experimental and...sr552018-09-2217-289/+958
* WinGui: Archive Queue Recovery files for 7 days. Add an option on the Source ...sr552018-09-215-14/+120
* WinGui: Allow E-AC3 muxing in MP4sr552018-09-211-1/+0
* WinGui: Fix a bug in the Number Box control #1598sr552018-09-181-2/+2
* WinGui: Cosmetic fix on the options pane.sr552018-09-151-1/+1
* WinGui: Add Experimental Features preferences to toggle ideas we are experime...sr552018-09-157-19/+99
* WinGui: Add a prompt on Stop Encode to confirm. Fixes #1571sr552018-09-143-1/+34
* WinGui: When opening preferences, reset to General tab if the last tab used w...sr552018-09-143-3/+14
* WinGui: Small UI adjustments on the video tab.sr552018-08-311-3/+3
* WinGui: Set x264/5 Granularity to 0.5 by default. Also allow the slider contr...sr552018-08-312-4/+4
* WinGui: Update label in advanced options.sr552018-08-262-2/+2
* Autoname creation dateMatthew Lazarow2018-08-134-7/+49
* WinGui: Minor code tidyup.sr552018-08-137-51/+37
* 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