summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Fix Custom Deinterlace / Decomb / Comb Detect preset optionssr552017-09-092-5/+4
|
* WinGui: Summary Tab Font/Size changes.sr552017-09-081-3/+3
|
* WinGui: Round FPS to 2dp on Source Info Text.sr552017-09-081-1/+1
|
* WinGui: Change the Audio and Subtitle Tab's "Add" Split Button" to a ↵sr552017-09-085-18/+70
| | | | Dropdown Button with a system native feel. The legacy button was always styled to Windows 7 regardless of platform. This resolves that issue.
* WinGui: Code Style cleanup.sr552017-09-081-59/+29
|
* WinGui: Implementing the new Preset design that does away with the legacy ↵sr552017-09-0810-472/+248
| | | | style preset pane and re-arranges parts of the main window for better process flow.
* WinGui: Fix a grid scaling issue on the audio defaults pane.sr552017-09-081-1/+1
|
* WinGui: Change some json model data types from int to long #851sr552017-09-063-6/+6
|
* WinGui: Add BeforeBuild Step to copy required files for the AppX generator ↵sr552017-09-061-3/+3
| | | | project
* WinGui: AppX Builder: Adding pre-build event to copy the latest release ↵sr552017-09-031-2/+5
| | | | files to the win32 folder.
* WinGui: Fix UwpDetectsr552017-09-031-4/+12
|
* WinGui: Optimise the png assets.sr552017-09-0338-0/+0
|
* WinGui: Adding a new project to allow us to easily generate AppX packages.sr552017-09-0322-2/+135
|
* WinGui: Complete the SourceMetadata object.sr552017-08-301-0/+9
|
* WinGui: Putting paused duration infrastructure in placesr552017-08-302-4/+27
|
* WinGui: Some consistency fixes and UI tweaks around queue start/pause/stop.sr552017-08-304-25/+60
|
* WinGui: Putting in some back-end infrastructure into the queue screen to ↵sr552017-08-289-40/+241
| | | | support future features + some misc tidy up.
* WinGui: Fixes to chapters tab to correctly handle queue edit jobs. Fixes #870sr552017-08-262-13/+26
|
* WinGui: Use ExecWait instead of Exec for the installer. This should prevent ↵sr552017-08-264-8/+8
| | | | the install from continuing until the uninstall process has completed.
* WinGui: Various improvements and fixes to the new summary tab. Revert tab ↵sr552017-08-266-70/+135
| | | | order change. #833
* WinGui: Summary Tab - Make the preview controls operational. #833sr552017-08-236-18/+125
|
* WinGui: Put the Video Tab after the Summary tab rather than the Pictures ↵sr552017-08-231-3/+3
| | | | tab. Consistent with the Mac UI. #833
* WinGui: Hide the Preview Count on the Summary tab until preview scrolling is ↵sr552017-08-231-1/+1
| | | | implemented.
* WinGui: Implement "Open Source" and "Open Destination" on the Queue context ↵sr552017-08-235-3/+124
| | | | menu. #863
* WinGui: Add basic source information to the main window. #833sr552017-08-234-4/+63
|
* WinGui: Initial implementation of the Summary Tab. This may be subject to ↵sr552017-08-2312-219/+1003
| | | | change. #833
* WinGui: Improve the QueueTask Surrogate key. It now contains a session id to ↵sr552017-08-181-5/+7
| | | | prevent issues with the queue reloads.
* WinGui: Make the app UWP aware. When in a UWP container, the update options ↵sr552017-08-188-3/+101
| | | | will now be disabled.
* WinGui: Give the QueueTask object a distinct surrogate key #854sr552017-08-181-59/+18
|
* WinGui: Add signing support to build.xmlsr552017-08-081-6/+22
|
* WinGui: Fix an issue that was causing the handles to the scan libhb instance ↵sr552017-07-281-6/+3
| | | | to be recycle'd while it was still in use. Fixes #844 and #836
* WinGUI: Reorder Align A/V Start control.Bradley Sepos2017-07-261-9/+8
|
* WinGUI: Really update NLMeans tooltip.Bradley Sepos2017-07-241-1/+1
|
* MacGUI, WinGUI: Add NLMeans threads parameter to syntax in tooltips.Bradley Sepos2017-07-241-1/+1
| | | | Windows should fetch this dynamically but I updated the related comment for good measure.
* WinGui: Simplify the GetPreview code and remove code that was causing the ↵sr552017-07-201-13/+4
| | | | BitMap buffers to incorrectly populate.
* WinGui: Make the Preset Import system a bit more robust. #808sr552017-07-052-2/+2
|
* WinGui: Don't enable the Display Width control for Custom Anamorphic when ↵sr552017-07-043-16/+46
| | | | KeepAR is checked. Implement Reduce function for PAR so that the behaviour matches the Linux GUI. Couple of Logic and ordering bug fixes.
* instead of language name, use language code for prefered audio and prefered ↵Strangelovian2017-07-032-3/+6
| | | | subtitle selection
* WinGui: Adding support for Custom Anamorphic back. Implements #504sr552017-06-285-33/+30
|
* WinGui: Fix a couple code warnings.sr552017-06-271-2/+1
|
* WinGui: AutoName Sort the InvalidFileNameChars Array before doing a Binary ↵sr552017-06-261-2/+3
| | | | Search on it.
* WinGUI: Change Selection Behaviour to Selection Behavior.Bradley Sepos2017-06-242-4/+4
| | | | Good way to test signing with OpenPGP/GPG.
* Change configure default language to selection behavioursr552017-06-232-4/+4
|
* WinGui: Add a user agent for the HttpRequest on the update checker so we can ↵sr552017-06-232-0/+8
| | | | identify the WinGui version that's checking for updates.
* WinGui: Add a "Or Drop File Here" box to the transparent area beside the ↵sr552017-06-171-1/+8
| | | | source selection to make the feature more prominent. Also decrease the transparency a bit to make the inactive backbround darker.
* WinGui: Remove OpenCL code that was breaking things.sr552017-06-144-19/+2
|
* WinGui: Add checkbox for Legacy A/V alignment behaviour for players that ↵sr552017-06-1411-2/+68
| | | | don't support MP4 Edit Lists. #778
* WinGui: Set Framework version to 4.6.1sr552017-06-149-10/+10
|
* WinGui: Update the assembly info / version numbers / manifest.sr552017-06-119-24/+26
|
* WinGui: Fix an issue that prevented the static preview from updating as the ↵sr552017-06-081-1/+2
| | | | user alters the resolution settings. Fixes #715