| Commit message (Expand) | Author | Age | Files | Lines |
* | MacGui: disable code signing, it had been inadvertently enabled some commits ... | Damiano Galassi | 2016-05-03 | 1 | -2/+0 |
* | MacGui: use AVFoundation as the first option for the preview playback. Add vo... | Damiano Galassi | 2016-05-03 | 1 | -26/+102 |
* | MacGui: Remove unnecessary libltdl.a dependency. | Bradley Sepos | 2016-03-25 | 1 | -4/+0 |
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 3 | -271/+589 |
* | MacGui: add a NSDictionary extension to convert from and to hb_dict_t. | Damiano Galassi | 2016-02-26 | 1 | -0/+6 |
* | Move png icons into an asset catalog | anongitter | 2016-02-11 | 1 | -250/+7 |
* | MacGui: update sparkle to version 1.13.1. | Damiano Galassi | 2016-02-11 | 1 | -0/+6 |
* | Move "Frameworks (bundled)" into "Frameworks" | anongitter | 2016-02-08 | 1 | -3/+3 |
* | MacGui: switch the defaults languages to view based tables, and a little proj... | Damiano Galassi | 2016-01-26 | 1 | -1/+7 |
* | Add libavfilter.a to the Xcode project link phase. | Damiano Galassi | 2016-01-22 | 1 | -0/+6 |
* | MacGui: show a focus ring around the main window when a file is dragged over ... | Damiano Galassi | 2015-12-12 | 1 | -0/+12 |
* | MacGui: remove an unused 'Resources (unused)' group from the Xcode project. | Damiano Galassi | 2015-12-05 | 1 | -16/+0 |
* | MacGui: add some simple tests for the undo/redo implementation of HBJob. | Damiano Galassi | 2015-10-25 | 1 | -0/+4 |
* | MacGui: add redo/undo supports to the audio part of HBJob. | Damiano Galassi | 2015-10-24 | 1 | -2/+2 |
* | MacGui: rewrote the subtitles tab to use bindings, view-based table view and ... | Damiano Galassi | 2015-10-22 | 1 | -0/+6 |
* | MacGui: improved queue with undo/redo support for adding/removing jobs, and a... | Damiano Galassi | 2015-10-19 | 1 | -0/+8 |
* | MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve... | Damiano Galassi | 2015-10-13 | 1 | -0/+6 |
* | MacGui: reorganize the Xcode project a bit | Damiano Galassi | 2015-10-09 | 1 | -44/+84 |
* | MacGui: add a duration column to the chapters table | Damiano Galassi | 2015-10-09 | 1 | -0/+6 |
* | MacGui: move some code out of HBPreviewController.m. Remember the windows siz... | Damiano Galassi | 2015-10-06 | 1 | -0/+12 |
* | MacGui: update the project to the latest Xcode recommended settings | Damiano Galassi | 2015-09-24 | 3 | -3/+5 |
* | MacGui: copy the xibs to Base.lproj as a first step to make them localizable | ritsuka | 2015-08-06 | 1 | -0/+1 |
* | MacGui: switch back another property to assign, 10.7 does not support weak fo... | ritsuka | 2015-08-06 | 2 | -11/+15 |
* | MacGui: move the picture and filters settings to the main window. | ritsuka | 2015-07-27 | 1 | -1/+19 |
* | MacGui: various queue improvements, including: | ritsuka | 2015-07-22 | 1 | -0/+6 |
* | MacGui: disable some warnings when compiling the cli inside Xcode. | ritsuka | 2015-07-04 | 2 | -3/+17 |
* | MacGui: updated the text on some warning messages. | ritsuka | 2015-07-04 | 2 | -3/+7 |
* | MacGui: split HBTitle header to make it easier to test. Added some simple tests. | ritsuka | 2015-06-01 | 1 | -0/+8 |
* | MacGui: fix the leaks after using hb_presets_import_json and hb_presets_clean... | ritsuka | 2015-05-30 | 1 | -0/+6 |
* | MacGui: set the deployment target to 10.7. | ritsuka | 2015-05-21 | 1 | -2/+2 |
* | MacGui: add a test target to the Xcode project, plus some simple test. Use a ... | ritsuka | 2015-05-20 | 3 | -0/+242 |
* | MacGui: use libhb built-in presets and validation functions. Update the forma... | ritsuka | 2015-05-14 | 1 | -6/+2 |
* | MacGui: add a new formatter to convert a hb_state_t to a textual representation. | ritsuka | 2015-04-30 | 1 | -0/+6 |
* | MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili... | ritsuka | 2015-04-22 | 2 | -7/+12 |
* | ports: add functions for looking up user config directory | jstebbins | 2015-04-19 | 2 | -7/+8 |
* | MacGui: add an alert window to show the exceptions not handled. Hopefully it ... | ritsuka | 2015-03-24 | 1 | -0/+24 |
* | MacGui: convert the mac gui to Objective-C ARC. | ritsuka | 2015-03-17 | 3 | -3/+7 |
* | MacGui: load the built-in presets from a plist file. The plist is the almost ... | ritsuka | 2015-02-23 | 1 | -0/+4 |
* | MacGui: update the Xcode project to include the new redirect classes. | ritsuka | 2015-02-20 | 2 | -4/+24 |
* | MacGui: add a method to return a CGImageRef for a preview in HBCore, and skip... | ritsuka | 2015-01-26 | 1 | -2/+2 |
* | MacGui: add a "Add Titles to Queue…" menu item that let select which titles... | ritsuka | 2015-01-25 | 1 | -6/+24 |
* | MacGui: rename HBController and HBQueueController files. | ritsuka | 2015-01-22 | 1 | -10/+10 |
* | MacGui: move the application delegate to its own class. Removed the "Open Sou... | ritsuka | 2015-01-22 | 1 | -0/+18 |
* | MacGui: enable and fix more compiler warnings in the Xcode project. | ritsuka | 2015-01-19 | 1 | -2/+12 |
* | MacGui: moved the queue code from HBController to HBQueueController, reworked... | ritsuka | 2015-01-19 | 3 | -7/+27 |
* | MacGui: Move the audio/subtitles selection logic out of the view controllers.... | ritsuka | 2015-01-13 | 1 | -9/+43 |
* | MacGui: remove HBViewValidation protocol. | ritsuka | 2015-01-10 | 1 | -2/+2 |
* | MacGui: rename HBAudio class to HBAudioTrack. | ritsuka | 2015-01-09 | 1 | -6/+6 |
* | MacGui: rename PictureController.* to HBPictureController.* . | ritsuka | 2014-12-27 | 1 | -6/+6 |
* | MacGui: change the queue to work with serialized HBJob objects, remove the NS... | ritsuka | 2014-12-27 | 1 | -0/+2 |