summaryrefslogtreecommitdiffstats
path: root/macosx/HBAddPresetController.h
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: rename the 'Dimensions' popup to 'Resolution limit' in the add ↵Damiano Galassi2020-10-051-1/+1
| | | | preset sheet, fixed an issue when the source size is bigger than the selected resolution limit.
* MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix ↵Damiano Galassi2020-06-271-2/+1
| | | | the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk.
* MacGui: add a popup menu to select the category in the add preset sheet.Damiano Galassi2017-11-101-1/+2
|
* MacGui: default to custom picture size in the add preset sheet if the ↵Damiano Galassi2015-12-051-8/+6
| | | | current job size is less than the maximum size.
* MacGui: add nullability annotations to the headers and use weak where is ↵ritsuka2015-05-301-0/+4
| | | | | | possible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7244 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: remove some unused #import. Move again more things in HBController ↵ritsuka2014-12-231-1/+0
| | | | | | to HBJob. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6644 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: moved the "add preset" window to its own window controller class. ↵ritsuka2014-11-231-0/+20
Keep the current settings when changing title or scanning a new file. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6538 b64f7644-9d1e-0410-96f1-a4d463321fa5