summaryrefslogtreecommitdiffstats
path: root/macosx/HBPicture+UIAdditions.m
Commit message (Collapse)AuthorAgeFilesLines
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-1/+1
| | | | | | | Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-101-1/+1
| | | | Rename hb.h to handbrake.h
* MacGui: made some more strings localisable, update Italian locasation.Damiano Galassi2019-02-151-3/+3
|
* MacGui: make some more strings of HBPicture+UIAdditions accessible for ↵Nomis1012019-01-011-10/+10
| | | | | | localization Make it possible to localize some more strings of the Preview window.
* MacGui: load the HandBrakeKit framework localized strings from the framework ↵Damiano Galassi2018-10-201-1/+3
| | | | bundle.
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-1/+1
|
* MacGui: remove the source size label from the dimensions panel.Damiano Galassi2017-12-151-14/+0
|
* Revert "MacGui: show PAR and DAR in the summary panel."Bradley Sepos2017-12-051-29/+1
| | | | This reverts commit f0200cb414f57e50361e263ddb78ef2ed8f6cbdc.
* MacGui: show PAR and DAR in the summary panel.Damiano Galassi2017-11-271-1/+29
|
* MacGui: fix some layout issues on older version of macOS.Damiano Galassi2017-11-251-1/+1
|
* MacGui: use KVO to get a good part of the change notification in the summary ↵Damiano Galassi2017-11-241-0/+5
| | | | view.
* MacGui: allow crop values to be larger than sourceValue / 2Damiano Galassi2017-07-261-2/+4
|
* MacGui: Add new anamorphic mode "Automatic".Damiano Galassi2016-10-311-30/+4
|
* MacGui: split HBPicture KVO dependencies.Damiano Galassi2016-05-241-2/+30
|
* MacGui: added a new sourceInfo property to retrieve a string with the ↵Damiano Galassi2015-08-291-0/+14
| | | | picture size info of the source
* MacGui: revert part of the previous commit that should have not been committedritsuka2015-08-061-14/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7394 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: switch back another property to assign, 10.7 does not support weak ↵ritsuka2015-08-061-0/+14
| | | | | | for NSWindowController and NSViewController classes git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7393 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: remove HBPicture dependency on HBTitle.ritsuka2015-04-171-7/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7091 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: move more things out of HBController.ritsuka2014-12-281-13/+15
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6664 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: change the queue to work with serialized HBJob objects, remove the ↵ritsuka2014-12-271-0/+19
| | | | | | NSDictionary job representation and the duplicate prepareJob method. Implement NSCopying protocol in HBJob. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6655 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: move the UI helper methods to new categories. Implement NSCoding in ↵ritsuka2014-12-231-0/+89
more classes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6643 b64f7644-9d1e-0410-96f1-a4d463321fa5