summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Re-factoring the services library. sr552014-11-2910-10/+503
* WinGui: Remove the CLI Check Helper. Using LibHB to determine version inform...sr552014-11-287-165/+7
* WinGui: Stop using HandBrakeCLI to fetch preset information. Removing another...sr552014-11-283-39/+53
* WinGui: Adding Experimental to Static Window title.sr552014-11-272-4/+4
* WinGui: Don't allow previews less than 32x32 as it'll crash. Handle SEH exce...sr552014-11-272-2/+61
* WinGui: Remove the option to enable the static preview window. Window is now ...sr552014-11-276-46/+4
* WinGui: Fix a small overlay issue on the video tab which makes the bottom 20%...sr552014-11-231-6/+6
* WinGui: Move the preset model object into the presets package.sr552014-11-2321-21/+20
* WinGui: Update Assembly Info files.sr552014-11-231-1/+1
* WinGui: Move the preset system out of the services package.sr552014-11-2321-1/+1620
* WinGui: Fix x265 preset not loading correctly. UIA on the queue toolbar butt...0.10.0sr552014-11-212-3/+3
* WinGui: Improve the error message when importing a preset fails.sr552014-11-154-19/+55
* WinGui: Improve Error message for the help menu item.sr552014-11-083-1/+32
* WinGui: Fix for quality slider on queue edit. Was not updating correctly.sr552014-10-251-49/+66
* WinGui: Fix Queue Edit. Post action to update UI widgets wasn't firing.sr552014-10-251-1/+1
* WinGui: Improve exit while encoding error message.sr552014-10-251-1/+1
* WinGui: Block users from attempting to overwrite their input file. sr552014-10-253-0/+24
* WinGui: Add Clear warnings that OpenCL and DXVA code is considered experiment...sr552014-10-103-15/+15
* WinGui: Fix Playlist not displaying for bluray titles.sr552014-10-052-8/+14
* WinGui: Update some tooltips on the queue so they are correct. sr552014-09-261-2/+2
* WinGui: Bug Fixes:sr552014-09-214-12/+22
* WinGui: Enable Burn In for SRT filessr552014-09-171-6/+5
* WinGui: Fix a Typosr552014-09-172-2/+2
* WinGui: Re-add Transparent background to toolbar.sr552014-09-172-0/+14
* WinGui: Fix a typosr552014-09-171-1/+1
* WinGui: Remove the Background Transparency off the toolbar to see if it fixes...sr552014-09-151-1/+0
* WinGui: Tooltip updatessr552014-09-152-14/+12
* WinGui: Fix an issue loading preset Maximum Width/Height info. This was causi...sr552014-09-091-4/+5
* WinGui: The update checker will now show an update on 32bit versions of the a...sr552014-09-052-1/+8
* WinGui: Change the update checker to use the 64bit appcast when the operating...sr552014-09-051-2/+2
* WinGui: Add UIAutomation Names to some of the key controls on the main window...sr552014-09-023-19/+19
* WinGui: Only show Turbo First pass checkbox on x264sr552014-08-262-1/+35
* WinGui: Switch to using hb_set_anamorphic_size2. This simplifies the picture ...sr552014-08-223-536/+411
* WinGui: Remove some cruft from the solution.sr552014-08-211-4/+0
* WinGui: Use OutputFormat display name, rather than the enum name.sr552014-08-215-10/+22
* WinGui: -Fix to the update service. -Change NlMeans to NLMeanssr552014-08-194-4/+5
* WinGUI: Switch the appcast URL's to httpssr552014-08-191-4/+4
* WinGui: Update copyright and version numbers for upcoming releases.sr552014-08-185-8/+8
* WinGui: Add new preset keys for the Audio and Subtitle default behaviours. Up...sr552014-08-104-12/+4
* Interop: Added support for NL-Means denoise.randomengy2014-08-032-0/+2
* WinGui: Force 2dp on Preview %sr552014-08-021-1/+1
* WinGui: Fix a styling issue on the preview window. Disable libhb encode for...sr552014-08-029-24/+73
* WinGui: Adding support for Nlmeans to the front-end. Plist keys still tbd.sr552014-07-054-13/+219
* WinGui: unbreak interop job structurejstebbins2014-06-241-1/+0
* WinGui: One more missing change.sr552014-06-141-1/+1
* WinGui: Fix bad tooltip stylesr552014-06-071-10/+0
* WinGui: Don't grab previews when the preview window hasn't been opened. (Not...sr552014-05-243-1/+13
* WinGui: Fix QSV preset loading of RF Slidersr552014-05-211-1/+6
* WinGui: Minor tidy up of options. Cleanup of some code warnings and some init...sr552014-05-1816-52/+148
* WinGui: Give the preview window a presence on the picture settings tab. Added...sr552014-05-177-21/+129