summaryrefslogtreecommitdiffstats
path: root/win/CS
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Fix AllowSleep option. Port the Numeric Stepper control from ↵sr552013-01-067-28/+1002
| | | | | | Vidcoder onto the Picture settings panel. This should fix a number of strange behavioural issues with the old control. Please report any new issues that this causes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5158 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Removed High444, use auto instead.sr552012-12-312-5/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5123 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Increase the size of the cropping numeric boxes and change their ↵sr552012-12-311-4/+4
| | | | | | binding update trigger to be lost focus so that the modulus calculation doesn't interfere with the user typing values. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5122 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Missed a place for removing High10 and 422sr552012-12-311-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5121 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Bump copyright date.sr552012-12-315-5/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5120 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove High10 and High422 options.sr552012-12-311-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5119 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add the plist keys and fix numerous bugs in the x264 ↵sr552012-12-297-8/+85
| | | | | | preset/tune/profile/level code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5115 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Initial work to implement x264 Preset/Tune/Profile/Level options in-gui.sr552012-12-2825-221/+732
| | | | | | Still some stuff to tidy up but should be usable for now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5113 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Default the textboxes for Seconds and Frames to sensible values.sr552012-12-271-1/+23
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5109 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improved handling of preview filename generation and fixed the ↵sr552012-12-273-18/+22
| | | | | | seconds / frames options to update in realtime with the duration calculation. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5108 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Make the advanced encoder options respond before the control has ↵sr552012-12-241-1/+1
| | | | | | lost focus. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5106 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Allow negative srt offset.sr552012-12-241-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5105 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix SRT Offset.sr552012-12-241-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5104 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a number of potential culture issues with doubles. (Advanced ↵sr552012-12-083-5/+5
| | | | | | Panel, Query Handling and Picture settings) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5091 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: When we have a variable framerate preset, reset to "same as source" ↵sr552012-12-082-6/+8
| | | | | | rather than just remaining at whatever fps was set previously. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5090 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Fixing title number/title index mixup. Adding Playlist to the Title ↵randomengy2012-12-024-13/+51
| | | | | | object. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5088 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: UI Tweaks and further fixes to Custom Anamorphic.sr552012-11-273-7/+25
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5084 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: General code tidy-up and fix a couple of possible points that could ↵sr552012-11-273-39/+35
| | | | | | throw exceptions. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5083 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Tweak the advanced panel design so it is less likely to go off screen.sr552012-11-252-5/+6
| | | | | | Fix a framework selection but on non gb/us cultures. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5081 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Couple of Audio and Advanced Panel bug fixes.sr552012-11-243-19/+28
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5080 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Quick fix to restore building of the app.sr552012-11-221-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5079 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Updated to work with hb_chapter_set_title for chapter markers.randomengy2012-11-225-35/+108
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5078 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Updated to support removal of title->job. Removed some obsolete ↵randomengy2012-11-2111-98/+177
| | | | | | properties on EncodingProfile, changed x264 Tunes to be a collection and replaced CustomCropping bool with CroppingType enum. Another fix to make sure Loose/Strict anamorphic get the correct PAR values. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5072 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Default the custom anamorphic values correctly. (Part 1 of Custom ↵sr552012-11-182-30/+101
| | | | | | anamorphic implementation) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5070 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Handle FileNotFound Exceptions with a nicer error message.sr552012-11-181-3/+16
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5069 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Fix build break from bad merge.randomengy2012-11-171-0/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5068 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Tweaks to the graphics files by nikpawlak and some alternate ↵sr552012-11-1710-2/+2
| | | | | | play/pause icons that fit well by jamiemlaw. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5066 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Exposing raw FPS numerator/denominator on Title. Exposing ↵randomengy2012-11-126-18/+98
| | | | | | IsH264LevelValid function. Adding additional subtitle types. Fixing Anamorphic size calculation. Adding H.264 level to encode options. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5057 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Updated the preset pane icons.sr552012-11-115-6/+8
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5056 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: UI Tweaks and improvementssr552012-11-107-41/+58
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5053 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Another scaling artefact fix.sr552012-11-101-0/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5052 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Initial set of new icons implemented.sr552012-11-1021-11/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5048 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Better error messages from the user settings service. sr552012-11-101-2/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5046 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fixes to deblock filter.sr552012-11-082-2/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5045 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove debug menu optionsr552012-10-271-1/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5040 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Initial work to overhaul the plist import code.sr552012-10-2714-476/+533
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5039 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Couple of UI fixes.sr552012-10-211-26/+50
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5024 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Couple minor fixes.sr552012-10-182-1/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5021 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fixes to the new queue recovery code. Cleanup of old recovery files ↵sr552012-10-161-4/+3
| | | | | | should now work. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5017 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Refactor multi-instance support to use Process ID. Fix old log file ↵sr552012-10-138-70/+78
| | | | | | cleanup function. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5016 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: API Tidyup Part 3 of many.sr552012-10-1310-733/+601
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5015 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Settings tidyupsr552012-10-107-36/+36
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5013 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Missed files from previous checkin.sr552012-10-108-171/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5012 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: API Tidyup Part 2 of many. Growl Support.sr552012-10-1011-7/+259
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5011 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove old ShowCLI setting. There isn't much reason to have this ↵sr552012-10-094-32/+1
| | | | | | anymore. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5010 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a couple of swallowed exceptions.sr552012-10-072-9/+16
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5009 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Build Fixsr552012-10-071-10/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5008 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: API Tidyup Part 1 of manysr552012-10-078-75/+28
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5007 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Updated docs with trunk copy.sr552012-10-072-0/+18
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5006 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove the Windows API Code Pack Library, it's no longer needed with ↵sr552012-10-0712-238/+35
| | | | | | .NET 4 since we can use .NETs built in taskbar progress states. Removed some other libraries we no longer use. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5005 b64f7644-9d1e-0410-96f1-a4d463321fa5