summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Mark the Advanced Tab as Deprecated. #123sr552016-12-132-2/+2
|
* WinGui: Fix Disabled state of queue tab when queue is in-line and queue is ↵sr552016-12-121-5/+6
| | | | imported. It will now activate correctly.
* WinGui: Further Fixes to the Picture Settings screen when handling new sources.sr552016-12-101-10/+6
|
* WinGui: Further fixes to handle the new "Automatic" anamorphic.. This should ↵sr552016-12-103-13/+18
| | | | fix the case where Selecting a downscaled preset, then selecting a non downscaled preset would result in the Height not being recalculated. For now I've also disabled "Custom" anamorphic as it's quite badly broken until it can be re-worked. Fixes #415
* WinGui: Fix the numberbox control for users that have the High Contrast ↵sr552016-11-271-6/+9
| | | | windows theme. The text should now be readable. Fixes #400
* WinGui: Fix a possible CollecitonModified Exception in the log service.sr552016-11-271-1/+2
|
* WinGui: Prompt to create folder when the destination path does not exist. ↵sr552016-11-164-21/+115
| | | | Fixes #394
* Interop: Added functions to get the list of keys for filter settings, and ↵RandomEngy2016-11-062-0/+44
| | | | the default settings for a filter.
* WinGui: When we are dealing with Automatic anaorphic, we also need to ↵sr552016-11-061-0/+3
| | | | pre-set the Height now when loading the source.
* WinGui: Fix Anamorphic Mode Autosr552016-11-013-3/+4
|
* WinGui: Fix Typosr552016-10-301-1/+1
|
* WinGui: Make the Width/Height fields enabled for Anamorphic=Automaticsr552016-10-301-3/+3
|
* WinGui: Fix a large number of stylecop warnings.sr552016-10-3042-120/+269
|
* WinGui: Update status bar label text to say "errors or cancellations" to ↵sr552016-10-303-3/+4
| | | | better handle the HB_ERROR_CANCELED change. Partially fixes #366 . Full implementation will come after 1.0
* WinGui: Better handle empty/null strings from ↵sr552016-10-301-33/+69
| | | | hb_generate_filter_settings_json #374
* WinGui: Reduce margin around track icon on audio panel. Should get rid of ↵sr552016-10-291-1/+1
| | | | the scrollbar by default.
* WinGui: Replace Strict Anamorphic with Automatic.sr552016-10-298-20/+21
|
* WinGui: Always show the framerate controls when using QSV. When full QSV ↵sr552016-10-023-17/+2
| | | | path is used (decode and encode), libhb will sanatise the setting for now. Fixes #340
* WinGui: Fix log display in the GUI where the start of a log could be cut ↵sr552016-09-232-40/+53
| | | | off. Fixes #326
* WinGui: Fix log display in the GUI where the start of a log could be cut off.sr552016-09-221-3/+2
|
* WinGui: Set the Preset version to 3 in the defaultsettings.xml This should ↵sr552016-09-151-1/+1
| | | | prevent outdated preset notificaiton for new users.
* WinGui: Fix RF0 Lossless warning for x264 10bitsr552016-09-151-1/+1
|
* WinGui: Add more space around the preview window when the content is larger ↵sr552016-09-091-2/+2
| | | | than the screen work area.
* WinGui: Fix #318 Video Previews can start at the beginning of the file, but ↵sr552016-09-091-1/+1
| | | | the first preview is a little bit inside the file. So StartAtPreview indexes are out by 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 ↵Andrij Abyzov2016-08-281-7/+7
| | | | different from the current preset.
* WinGui: Some cosmetic tweaks to the preferences window to fix some alignment ↵sr552016-08-261-8/+18
| | | | issues.
* 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 ↵sr552016-08-121-9/+8
| | | | window.
* 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
| | | | trac.
* WinGui: Update the "update available" text to indicate that release notes ↵sr552016-08-032-4/+6
| | | | are available on the website since we don't display them in GUI.
* WinGui: Check if a track is foreign audio, before defaulting burn-in if the ↵sr552016-08-031-2/+5
| | | | burn-in behaviour is set for that.
* Removed tabsRandomEngy2016-07-301-2/+2
|
* Fixed double-spaced lines when logging multi-line messages from the core.RandomEngy2016-07-302-9/+9
| | | | Added some keep_aspect constants and updated the audio codec mask.
* WinGui: Refix styling and layout on the Drive Listbox so it scrolls ↵sr552016-07-302-54/+85
| | | | correctly. Fixes #263
* WinGui: Enhance the security of our update checker. It can no longer access ↵sr552016-07-291-5/+18
| | | | URL's that are not *.handbrake.fr if served with a compromised appcast.
* WinGui: Add a tooltip to display the preset description. Initial delay ↵sr552016-07-251-0/+15
| | | | before appearing is 1.5 seconds to avoid annoying the user.
* 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 ↵sr552016-07-151-1/+1
| | | | condition appropriately #211
* WinGui: Change the handling of "Already Processing" dialog that can appear ↵sr552016-07-151-2/+2
| | | | when pressing Start Encode if the events run out of sequence. The GUI just handles it appropiatly now. Should fix #211
* 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 ↵sr552016-07-152-55/+51
| | | | bit better. Fixes #99
* WinGui: Some behavioural fixes to the Audio Defaults when loading and ↵sr552016-06-272-2/+4
| | | | saving presets.