summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob+UIAdditions.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: fix rotation in summary panel, show rotation in filters list when fli...Damiano Galassi2017-11-301-1/+1
* MacGui: use KVO to get a good part of the change notification in the summary ...Damiano Galassi2017-11-241-0/+19
* MacGui: short job description in the summary tab.Damiano Galassi2017-11-131-0/+244
* MacGUI: Add Align A/V Start to Queue info.Bradley Sepos2017-07-261-0/+5
* MacGUI: Capitalize Web Optimized and iPod 5G Support.Bradley Sepos2017-07-261-2/+2
* MacGui: do not crash if hb_video_encoder_get_name returns NULL, it might happ...Damiano Galassi2017-06-191-2/+3
* mac: Add support for sharpening filters. (#760)Bradley Sepos2017-06-011-0/+26
* MacGui: improve the job description in the queue.Damiano Galassi2017-03-171-281/+377
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB...Damiano Galassi2017-01-201-2/+2
* MacGui: rework HBAudioTrack to use less NSDictionary.Damiano Galassi2016-09-031-34/+32
* MacGui: move some kvo helpers to the UIAdditions category.Damiano Galassi2016-03-141-0/+10
* MacGui: add redo/undo supports to the audio part of HBJob.Damiano Galassi2015-10-241-2/+2
* MacGui: rewrote the subtitles tab to use bindings, view-based table view and ...Damiano Galassi2015-10-221-6/+9
* MacGui: improved queue with undo/redo support for adding/removing jobs, and a...Damiano Galassi2015-10-191-3/+5
* MacGui: do not try to create a NSURL if the path if empty. Encode the right t...ritsuka2015-06-011-1/+5
* MacGui: don't hardcode which encoders support the preset system.Rodeo2015-05-291-1/+1
* MacGui: add a test target to the Xcode project, plus some simple test. Use a ...ritsuka2015-05-201-0/+1
* MacGui: don't forget the fastdecode checkbox when printing the job's queue de...Rodeo2015-05-171-2/+17
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-1/+1
* MacGui: bind angle popup to the angle property of HBJob.ritsuka2015-03-191-2/+2
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-12/+12
* MacGui: remove the public hb_state property in HBCore, fix a bug in HBVideo a...ritsuka2015-01-201-8/+8
* MacGui: moved the queue code from HBController to HBQueueController, reworked...ritsuka2015-01-191-0/+406
* MacGui: handle the localised container strings manually.ritsuka2015-01-071-0/+9
* MacGui: hide the iPod 5g check box if the codec is not h.264.ritsuka2014-12-301-8/+6
* MacGui: move more things out of HBController.ritsuka2014-12-281-0/+72
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-0/+38
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-0/+24