| Commit message (Expand) | Author | Age | Files | Lines |
* | MacGui: refactor some queue related properties out of HBJob to a new HBQueueI... | Damiano Galassi | 2019-02-07 | 1 | -17/+1 |
* | MacGui: Add checkbox for Legacy A/V alignment behaviour for players that don'... | Damiano Galassi | 2017-06-18 | 1 | -0/+2 |
* | MacGui: improve management of security scoped resources. Fix external SRT in ... | Damiano Galassi | 2017-01-25 | 1 | -8/+0 |
* | MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB... | Damiano Galassi | 2017-01-20 | 1 | -1/+15 |
* | MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a... | Damiano Galassi | 2016-10-29 | 1 | -0/+2 |
* | MacGui: align some UI elements. | Damiano Galassi | 2015-10-25 | 1 | -1/+2 |
* | MacGui: added undo/redo support to the video, picture, filters, chapters and ... | Damiano Galassi | 2015-10-20 | 1 | -0/+2 |
* | MacGui: add a canceled state to HBJob | Damiano Galassi | 2015-10-19 | 1 | -1/+2 |
* | MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve... | Damiano Galassi | 2015-10-13 | 1 | -4/+2 |
* | MacGui: add a duration column to the chapters table | Damiano Galassi | 2015-10-09 | 1 | -1/+1 |
* | MacGui: safer HBTitle by checking init, and use a weak property for title in ... | Damiano Galassi | 2015-09-29 | 1 | -1/+1 |
* | MacGui: split HBTitle header to make it easier to test. Added some simple tests. | ritsuka | 2015-06-01 | 1 | -1/+1 |
* | MacGui: add nullability annotations to the headers and use weak where is poss... | ritsuka | 2015-05-30 | 1 | -1/+5 |
* | MacGui: add a test target to the Xcode project, plus some simple test. Use a ... | ritsuka | 2015-05-20 | 1 | -2/+2 |
* | MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili... | ritsuka | 2015-04-22 | 1 | -1/+1 |
* | MacGui: convert the mac gui to Objective-C ARC. | ritsuka | 2015-03-17 | 1 | -13/+8 |
* | MacGui: add a HBChaptersChangedNotification notification, used to notify when... | ritsuka | 2015-01-31 | 1 | -1/+1 |
* | MacGui: moved the queue code from HBController to HBQueueController, reworked... | ritsuka | 2015-01-19 | 1 | -1/+1 |
* | MacGui: Move the audio/subtitles selection logic out of the view controllers.... | ritsuka | 2015-01-13 | 1 | -19/+16 |
* | MacGui: rename HBAudio class to HBAudioTrack. | ritsuka | 2015-01-09 | 1 | -14/+1 |
* | MacGui: fix a bunch of regressions (various crash when in some textfields, en... | ritsuka | 2014-12-30 | 1 | -1/+1 |
* | MacGui: clean up headers and imports. | ritsuka | 2014-12-27 | 1 | -0/+15 |
* | MacGui: change the queue to work with serialized HBJob objects, remove the NS... | ritsuka | 2014-12-27 | 1 | -2/+6 |
* | MacGui: move the UI helper methods to new categories. Implement NSCoding in m... | ritsuka | 2014-12-23 | 1 | -3/+8 |
* | MacGui: set the chapter titles directly in HBJob. Move more things over to HB... | ritsuka | 2014-12-22 | 1 | -8/+7 |
* | MacGui: use HBJob tracks array in HBAudioController and HBSubtitlesController... | ritsuka | 2014-12-21 | 1 | -10/+25 |
* | MacGui: small improvements to HBTitle and HBJob. | ritsuka | 2014-12-20 | 1 | -3/+4 |
* | MacGui: import some headers directly in HBJob.h. | ritsuka | 2014-12-11 | 1 | -3/+3 |
* | MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m... | ritsuka | 2014-12-03 | 1 | -10/+13 |
* | MacGui: improvement to the HBCore class, use it in HBPreviewGenerator. Added ... | ritsuka | 2014-11-29 | 1 | -4/+4 |
* | MacGui: added support for NLMeans denoise. Added the HBFilters class to store... | ritsuka | 2014-08-19 | 1 | -0/+56 |