summaryrefslogtreecommitdiffstats
path: root/macosx/HBRange.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-1/+1
* MacGui: move some kvo helpers to the UIAdditions category.Damiano Galassi2016-03-141-21/+4
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-4/+7
* MacGui: added undo/redo support to the video, picture, filters, chapters and ...Damiano Galassi2015-10-201-0/+55
* MacGui: split HBTitle header to make it easier to test. Added some simple tests.ritsuka2015-06-011-1/+1
* MacGui: wrap more hb_title properties in HBTitle.ritsuka2015-05-071-1/+1
* MacGui: fix a couple nasty rounding errors.Rodeo2015-05-031-1/+1
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-1/+6
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-1/+1
* MacGui: fix chapters range auto naming.ritsuka2015-02-011-0/+11
* MacGui: fix a bunch of regressions (various crash when in some textfields, en...ritsuka2014-12-301-0/+5
* MacGui: use bindings to toggle the chapters/seconds/frames UI.ritsuka2014-12-291-0/+8
* MacGui: move more things out of HBController.ritsuka2014-12-281-0/+20
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-0/+20
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-0/+90
* MacGui: set the chapter titles directly in HBJob. Move more things over to HB...ritsuka2014-12-221-0/+26