| Commit message (Expand) | Author | Age | Files | Lines |
* | mac: Rename instances of cancelled to canceled. | Bradley Sepos | 2017-12-05 | 1 | -2/+2 |
* | MacGui: fix a wrong usage of CFData API, CFDataCreateMutable creates a a CFD... | Damiano Galassi | 2017-11-03 | 1 | -17/+21 |
* | MacGui: move the color space code out of HBCore. | Damiano Galassi | 2017-08-31 | 1 | -176/+5 |
* | MacGui: fix a small leak. | Damiano Galassi | 2017-06-13 | 1 | -1/+2 |
* | MacGui: call CVImageBufferCreateColorSpaceFromAttachments() to create the pre... | Damiano Galassi | 2017-06-12 | 1 | -2/+79 |
* | MacGui: improve management of security scoped resources. Fix external SRT in ... | Damiano Galassi | 2017-01-25 | 1 | -9/+5 |
* | MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB... | Damiano Galassi | 2017-01-20 | 1 | -13/+41 |
* | MacGui: sleep prevention in HBCore should be on by default. | Damiano Galassi | 2017-01-09 | 1 | -0/+1 |
* | MacGui: add an option to disable HBCore automatic sleep prevention behaviour. | Damiano Galassi | 2017-01-05 | 1 | -5/+35 |
* | MacGui: [HBUtilities writeToActivityLog:] wants a c string, not a NSString. | Damiano Galassi | 2017-01-01 | 1 | -1/+1 |
* | MacGui: write the job preset name to the activity log. | Damiano Galassi | 2017-01-01 | 1 | -0/+1 |
* | MacGui: make possible to configure on which queue HBCore will call the callba... | Damiano Galassi | 2016-12-30 | 1 | -7/+5 |
* | MacGui: do not use the raw block device path for bluray. | Damiano Galassi | 2016-12-27 | 1 | -1/+1 |
* | MacGui: use the right color profile for Bt 2020 primaries. | Damiano Galassi | 2016-12-21 | 1 | -0/+8 |
* | MacGui: do not display pass info if pass_count is -1. Start the HBCore update... | Damiano Galassi | 2016-12-20 | 1 | -7/+8 |
* | MacGui: set the appropriate colorspace for preview images, and use a gamma va... | Damiano Galassi | 2016-11-10 | 1 | -3/+41 |
* | MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a... | Damiano Galassi | 2016-10-29 | 1 | -2/+2 |
* | MacGui: use HB_ERROR_CANCELED status rather than tracking canceled in HBCore | Damiano Galassi | 2016-10-27 | 1 | -35/+22 |
* | MacGui: show the encode progress when paused too. | Damiano Galassi | 2016-05-24 | 1 | -1/+1 |
* | Remove the CLI / LibHB Update Checker. It's been broken since we switched to ... | sr55 | 2016-03-12 | 1 | -1/+1 |
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 1 | -1/+16 |
* | MacGui: make HBCore titles ivar always non null. | Damiano Galassi | 2016-02-26 | 1 | -2/+4 |
* | MacGui: cosmetics. | Damiano Galassi | 2016-01-21 | 1 | -1/+2 |
* | MacGui: update the preview window to reflect the rotate filter state. | Damiano Galassi | 2016-01-15 | 1 | -2/+63 |
* | MacGui: disk -> disc, plus a bunch of NSLocalizedString. | Damiano Galassi | 2016-01-14 | 1 | -4/+4 |
* | MacGui: show a warning the first time a user try to scan a bluray directly too. | Damiano Galassi | 2016-01-10 | 1 | -14/+18 |
* | MacGui: add type parameter to some arrays. | Damiano Galassi | 2015-10-24 | 1 | -1/+1 |
* | MacGui: expose a property to set the log level in HBCore. | Damiano Galassi | 2015-10-20 | 1 | -0/+8 |
* | MacGui: add a way to differentiate a cancelled scan/encoded from a failed sca... | Damiano Galassi | 2015-09-30 | 1 | -21/+12 |
* | MacGui: read the actual preview count so we don't try to load a non existing ... | Damiano Galassi | 2015-09-29 | 1 | -0/+5 |
* | MacGui: split HBTitle header to make it easier to test. Added some simple tests. | ritsuka | 2015-06-01 | 1 | -1/+1 |
* | MacGui: add a test target to the Xcode project, plus some simple test. Use a ... | ritsuka | 2015-05-20 | 1 | -0/+2 |
* | MacGui: run the Xcode "convert to modern objective-c" on the entire project. | ritsuka | 2015-04-09 | 1 | -12/+13 |
* | MacGui: fix the error variable in canScan:error: , it was dereferenced one ti... | ritsuka | 2015-03-19 | 1 | -2/+2 |
* | MacGui: convert the mac gui to Objective-C ARC. | ritsuka | 2015-03-17 | 1 | -15/+4 |
* | MacGui: properly deregister the job observers, and refactor a bit the HBAudio... | ritsuka | 2015-02-04 | 1 | -1/+1 |
* | MacGui: set the paused/working state immediately, so the pause toolbar item w... | ritsuka | 2015-01-28 | 1 | -0/+2 |
* | MacGui: disable the cancel button while the queue is scanning because there i... | ritsuka | 2015-01-27 | 1 | -11/+4 |
* | MacGui: add a method to return a CGImageRef for a preview in HBCore, and skip... | ritsuka | 2015-01-26 | 1 | -52/+136 |
* | MacGui: clean up HBCore, add a way to register a block as error handler. | ritsuka | 2015-01-23 | 1 | -51/+78 |
* | MacGui: remove the public hb_state property in HBCore, fix a bug in HBVideo a... | ritsuka | 2015-01-20 | 1 | -0/+3 |
* | MacGui: enable and fix more compiler warnings in the Xcode project. | ritsuka | 2015-01-19 | 1 | -1/+1 |
* | MacGui: remove startProgressHandler:completationHandler: method in HBCore. Sw... | ritsuka | 2015-01-19 | 1 | -13/+8 |
* | MacGui: moved the queue code from HBController to HBQueueController, reworked... | ritsuka | 2015-01-19 | 1 | -84/+71 |
* | MacGui: Move the audio/subtitles selection logic out of the view controllers.... | ritsuka | 2015-01-13 | 1 | -0/+1 |
* | Simplify frontend useage of hb_add() | jstebbins | 2015-01-12 | 1 | -48/+1 |
* | MacGui: use a smaller timer internal while scanning to make the UI more respo... | ritsuka | 2015-01-11 | 1 | -5/+7 |
* | MacGui: use NSURL where possible, replace a api call not available on 10.6. | ritsuka | 2015-01-07 | 1 | -1/+1 |
* | MacGui: change the queue to work with serialized HBJob objects, remove the NS... | ritsuka | 2014-12-27 | 1 | -1/+63 |
* | MacGui: add some more logs in HBCore. | ritsuka | 2014-12-21 | 1 | -0/+10 |