summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Add more space around the preview window when the content is larger t...sr552016-09-091-2/+2
* WinGui: Fix #318 Video Previews can start at the beginning of the file, but ...sr552016-09-091-1/+1
* WinGui: Add initial support for libopus audio encoder.sr552016-09-032-0/+5
* Fix an issue applying audio codec settings from the defaults which are differ...Andrij Abyzov2016-08-281-7/+7
* WinGui: Some cosmetic tweaks to the preferences window to fix some alignment ...sr552016-08-261-8/+18
* WinGui: Change help link on toolbar to point to the new docs.sr552016-08-261-1/+1
* WinGui: Some minor improvements to the scalability and spacing of the main wi...sr552016-08-121-9/+8
* WinGui: prefer /docs over docs.sr552016-08-031-1/+1
* WinGui: Fix some binding errors trigged by generated menu items.sr552016-08-031-0/+7
* WinGui: Fixing some data binding errors in the Audio and Subtitle Viewssr552016-08-032-7/+3
* WinGui: Set the Help Link to https://docs.handbrake.fr since we are retiring ...sr552016-08-031-1/+1
* WinGui: Update the "update available" text to indicate that release notes are...sr552016-08-032-4/+6
* WinGui: Check if a track is foreign audio, before defaulting burn-in if the b...sr552016-08-031-2/+5
* WinGui: Refix styling and layout on the Drive Listbox so it scrolls correctly...sr552016-07-302-54/+85
* WinGui: Enhance the security of our update checker. It can no longer access U...sr552016-07-291-5/+18
* WinGui: Add a tooltip to display the preset description. Initial delay before...sr552016-07-251-0/+15
* 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-281-0/+1
* 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: 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-236-15/+54
* WinGui: Some initial work to make the HandBrake.ApplicationServices library m...sr552016-04-196-0/+318
* 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-178-139/+66