summaryrefslogtreecommitdiffstats
path: root/win/CS
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Lay the foundation for editing presets with a simple rename window.sr552016-07-2513-0/+386
* WinGui: Allow the preset slider for VP8 and VP9sr552016-07-252-5/+38
* WinGui: Stubbing out some meta data code.sr552016-07-2313-2/+396
* WinGui: Fix Quality slider for VP9sr552016-07-231-0/+3
* WinGui: Show Queue button can now maximise a minimised window. Fixes #262sr552016-07-161-0/+5
* WinGui: Remove another exception for queue handling and just handle the condi...sr552016-07-151-1/+1
* WinGui: Change the handling of "Already Processing" dialog that can appear wh...sr552016-07-151-2/+2
* WinGui: Case sensitivity fix for checking queue duplicatessr552016-07-151-1/+13
* WinGui: Change the Add to queue split button so that it's styling behaves a b...sr552016-07-152-55/+51
* WinGui: Some behavioural fixes to the Audio Defaults when loading and saving...sr552016-06-272-2/+4
* WinGui: Update the encode status displays to display day count up to 9 days. ...sr552016-06-252-4/+4
* WinGui: Attempt to fix the installer so that users can cleanly install both t...sr552016-06-164-4/+4
* WinGui: Make the "Presets" menu grouped by category.sr552016-06-166-14/+141
* WinGui: Add {preset} to autoname options. This is a non-live option meaning i...sr552016-06-095-11/+21
* WinGui: Check directory permissions before adding a job to the queue for proc...sr552016-06-094-0/+38
* WinGui: For silent installs, assume it's All Users, not Current User.sr552016-06-074-2/+36
* WinGui: Support VP9 and fix VP8 encoding.sr552016-05-282-2/+7
* WinGui: Language tweak to make the UI clearer.sr552016-05-142-2/+2
* WinGui: UI improvements to the Audio Defaults panel.sr552016-05-144-176/+191
* WinGui: Bug fix in the new behaviour tracks preset loading.sr552016-05-141-3/+3
* WinGui: Don't allow the user to enter invalid filename characters in the "Fil...sr552016-05-134-6/+55
* WinGui: Add a track list on the Audio Defaults screen. This changes the behav...sr552016-05-1210-71/+924
* WinGui: Update the UpdateSourceTrigger on the AddPresetView so you don't need...sr552016-05-121-4/+4
* WinGui: Actually check in the fix for #158sr552016-04-291-1/+3
* WinGui: Force the Optimise MP4 / iPod 5G Checkbox to refresh when changing t...sr552016-04-291-0/+1
* WinGui: Simple tool for generating a signed hash of the HandBrake download.sr552016-04-295-0/+256
* WinGui: Improve the security of the update checker on windows. This download ...sr552016-04-295-28/+59
* WinGui: Wrap text on popup window container.sr552016-04-231-1/+2
* WinGui: Fix the Subtitle Defaults popup text.sr552016-04-233-1/+13
* WinGui: If you invoke HandBrake.exe with "--auto-start-queue" it will automa...sr552016-04-237-15/+55
* WinGui: Some initial work to make the HandBrake.ApplicationServices library m...sr552016-04-1910-322/+334
* Merge branch 'Idea2'sr552016-04-191-3/+8
|\
| * WinGui: Small code optimisation in the QueueRecoveryHelpersr552016-04-181-3/+8
* | WinGui: Strip out the overlay panel code. It's not used.sr552016-04-188-211/+1
|/
* WinGui: Change the Audio Default and Subtitle panels to be modal windows. (Si...sr552016-04-179-139/+71
* WinGui: Don't call hb_x264_param_unparse when we are not using x264sr552016-04-131-1/+1
* WinGui: Handle null mixdowns properly. Fixes #152sr552016-04-123-6/+9
* WinGui: Sanitise all Mixdown selections. Passthru the Codec into the Scanned...sr552016-04-094-61/+78
* WinGui: Use Mixdowns from LibHBand sanitise the choices. The GUI no longer sh...sr552016-04-0915-118/+204
* WinGui: Fix a couple of silent errors with the new logging system.sr552016-03-262-14/+30
* WinGui: If there are multiple queue recovery files, don't fail the set if one...sr552016-03-261-11/+20
* WinGui: Add a new JSON file type to the queue export functionality. This expo...sr552016-03-267-3/+125
* WinGui: Remove a restriction on the WMI GPU information call. It will now dis...sr552016-03-221-2/+9
* WinGui: Add an app.manifest to explicitly declare supported operating systems...sr552016-03-222-0/+71
* WinGUI: Remove option to enable DXVA decoding. There are too many issues with...sr552016-03-2112-83/+1
* WinGui: Some Cosmetic changes and links added to the GUI.sr552016-03-215-4/+48
* WinGui: Some fixes and tidyup of the new logging code.sr552016-03-216-12/+36
* WinGui: Add a Logging Service into the AppServices library. This does not dep...sr552016-03-2124-681/+774
* WinGui: Fixed an issue where the " Use Advanced Tab" was not being loaded co...sr552016-03-181-14/+4
* WinGui: Add SHA1 Verification of the update downloads and don't start the ins...sr552016-03-125-11/+56