summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Add an attached property to the source menu to handle drive detection...sr552013-05-268-166/+153
* WinGui: Disable End point affecting the start point for anything other than c...sr552013-05-261-1/+1
* WinGui: Add Clear buttons back to the Audio/Subs tabs.sr552013-05-252-14/+20
* WinGui: Attempt 2 at fixing text overlap and fixed lossless warning label not...sr552013-05-252-2/+2
* WinGui: Add some margin to prevent help prevent overlapping of CQ value and R...sr552013-05-251-1/+1
* WinGui: Refactor the Presets Picture Size handling to make it a bit clearer w...sr552013-05-257-69/+85
* WinGui: End Point can not be greater than Start and vice versa for the chapte...sr552013-05-251-0/+10
* WinGui: Some usability improvements and bug fixes around the queue window.sr552013-05-243-44/+50
* WinGui: Redesign the tooltip for the Queue items to show Source and Destinati...sr552013-05-242-22/+51
* WinGui: Add a warning about user presets not being updated until such time th...sr552013-05-241-1/+2
* WinGui: Fix Queue Job display count not refreshing after the window is closed...sr552013-05-241-0/+2
* WinGui: Fix AutoName when no {title} tag is set.sr552013-05-241-2/+1
* WinGui: Make the AutoNaming feature less trigger happy. It should not run for...sr552013-05-223-5/+24
* WinGui: Adding missing x264UseAdvancedOptions Key. Allow the Queue window to...sr552013-05-221-2/+1
* WinGui: Change the CLI Helper to use the application startup path rather than...sr552013-05-191-2/+3
* WinGui: Some additional work on my prototype batch add to queue feature.sr552013-05-199-20/+115
* WinGui: Rectored some Encode/Queue service code. This restoes "Quit HandBrake...sr552013-05-199-31/+242
* WinGui: Fix typosr552013-05-181-1/+1
* WinGui: Fix a number of cosmetic issues and a bug with the Check for updates ...sr552013-05-114-8/+8
* WinGui: Fix a reset issue on the log window.sr552013-04-301-0/+1
* WinGui: Fix Lock System action and hide the quit handbrake option from when d...sr552013-04-291-2/+2
* WinGui: Quick fix to the preset export cancel option.sr552013-04-261-1/+1
* WinGui: Change the Audio Automatic behaviour to be a bit more sane. When Add...sr552013-04-261-1/+13
* WinGui: Disable Custom Anamorphic calculations (Will implement these via libh...sr552013-04-212-3/+33
* WinGui: Added some additional sanity checking around preset import/export code.sr552013-04-211-6/+9
* WinGui: Fix the x264 preset/tune/profile tooltip so that it now shows the equ...sr552013-04-129-9/+87
* WinGui: default to burn-in for VobSub too (when the container is MP4).Rodeo2013-04-021-1/+1
* WinGui: Couple bug fixes and tweaks.sr552013-03-271-2/+19
* WinGui: Fix an issue with the avg bitrate text box. Update on property change...sr552013-03-221-1/+2
* WinGui: Removed extra property.sr552013-03-201-1/+0
* WinGui: Small tweak to enable burned in for pgs by default in mp4 files. (Add...sr552013-03-201-0/+8
* WinGui: Appcast related fixes and tidyup.sr552013-03-206-53/+31
* WinGui: Part 1: Fix numerous issues around app versioning. Hopefully the GUI ...sr552013-03-1911-196/+66
* WinGui: Update Assembly Info and Installer templatessr552013-03-094-7/+7
* WinGui: Update some default settings for first install. Changed default updat...sr552013-03-091-3/+3
* WinGui: UI Cosmetic fixes.sr552013-03-095-4/+12
* WinGui: Some Threading, Performance and Log window fixes.sr552013-03-076-28/+137
* WinGui: Show the two log files as tabs rather than a combobox selection. Make...sr552013-03-052-89/+33
* WinGui: Push Any up to the top of the language lists.sr552013-03-032-11/+2
* WinGui: Port advanced tab caching code to trunksr552013-03-021-0/+41
* WinGui: Update the scan parser to handle the new scan progress meter.sr552013-03-021-2/+2
* WinGui: Show "Scan failed: Unrecognized file type." when a scan fails for thi...sr552013-02-241-3/+7
* WinGui: Enhancements to the preview window and scanning option.ssr552013-02-232-9/+24
* WinGui: Split out the advanced tab code into separate panels.sr552013-02-1613-1628/+2014
* WinGui: Fix the source display label for batch scan mode.sr552013-02-091-19/+3
* WinGui: Add support for the tray icon.sr552013-02-026-77/+82
* WinGui: Numerous bug fixes to the services library.sr552013-01-263-42/+67
* WinGui: Remember the last used preview duration.sr552013-01-243-0/+15
* WinGui: Allow a shorted preview video.sr552013-01-241-1/+1
* WinGui: For Point to Point Frames: Use Numeric Up Down Control. For PTP Se...sr552013-01-235-19/+955