Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhb: resolve header conflicts with pango/harfbuzz | John Stebbins | 2019-09-12 | 1 | -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.h | John Stebbins | 2019-09-10 | 1 | -1/+1 |
| | | | | Rename hb.h to handbrake.h | ||||
* | MacGui: made some more strings localisable, update Italian locasation. | Damiano Galassi | 2019-02-15 | 1 | -3/+3 |
| | |||||
* | MacGui: make some more strings of HBPicture+UIAdditions accessible for ↵ | Nomis101 | 2019-01-01 | 1 | -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 Galassi | 2018-10-20 | 1 | -1/+3 |
| | | | | bundle. | ||||
* | MacGui: improve NSLocalizedString comments. | Damiano Galassi | 2018-06-09 | 1 | -1/+1 |
| | |||||
* | MacGui: remove the source size label from the dimensions panel. | Damiano Galassi | 2017-12-15 | 1 | -14/+0 |
| | |||||
* | Revert "MacGui: show PAR and DAR in the summary panel." | Bradley Sepos | 2017-12-05 | 1 | -29/+1 |
| | | | | This reverts commit f0200cb414f57e50361e263ddb78ef2ed8f6cbdc. | ||||
* | MacGui: show PAR and DAR in the summary panel. | Damiano Galassi | 2017-11-27 | 1 | -1/+29 |
| | |||||
* | MacGui: fix some layout issues on older version of macOS. | Damiano Galassi | 2017-11-25 | 1 | -1/+1 |
| | |||||
* | MacGui: use KVO to get a good part of the change notification in the summary ↵ | Damiano Galassi | 2017-11-24 | 1 | -0/+5 |
| | | | | view. | ||||
* | MacGui: allow crop values to be larger than sourceValue / 2 | Damiano Galassi | 2017-07-26 | 1 | -2/+4 |
| | |||||
* | MacGui: Add new anamorphic mode "Automatic". | Damiano Galassi | 2016-10-31 | 1 | -30/+4 |
| | |||||
* | MacGui: split HBPicture KVO dependencies. | Damiano Galassi | 2016-05-24 | 1 | -2/+30 |
| | |||||
* | MacGui: added a new sourceInfo property to retrieve a string with the ↵ | Damiano Galassi | 2015-08-29 | 1 | -0/+14 |
| | | | | picture size info of the source | ||||
* | MacGui: revert part of the previous commit that should have not been committed | ritsuka | 2015-08-06 | 1 | -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 ↵ | ritsuka | 2015-08-06 | 1 | -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. | ritsuka | 2015-04-17 | 1 | -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. | ritsuka | 2015-03-17 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: move more things out of HBController. | ritsuka | 2014-12-28 | 1 | -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 ↵ | ritsuka | 2014-12-27 | 1 | -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 ↵ | ritsuka | 2014-12-23 | 1 | -0/+89 |
more classes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6643 b64f7644-9d1e-0410-96f1-a4d463321fa5 |