summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* MacGui: remove che previews cache in HBPreviewGenerator when a setting change...ritsuka2015-05-132-3/+4
* MacGui: limit the preview images cache to ~ the size of 60 1080p images.ritsuka2015-05-121-4/+10
* MacGui: use small size for the cropping radio button.ritsuka2015-05-071-42/+42
* MacGui: wrap more hb_title properties in HBTitle.ritsuka2015-05-075-15/+72
* MacGui: cosmetics.ritsuka2015-05-071-1/+1
* MacGui: fix endpoints for point-2-point encoding.Rodeo2015-05-031-2/+2
* MacGui: fix a couple nasty rounding errors.Rodeo2015-05-032-2/+2
* MacGui: fix autocrop.ritsuka2015-05-011-6/+13
* MacGui: fix built in presets update on earlier os x versions. The dot is not ...ritsuka2015-05-011-1/+1
* MacGui: fix the multiple instances alert.ritsuka2015-04-301-16/+15
* MacGui: fix scan progress bar.ritsuka2015-04-304-17/+17
* MacGui: add a new formatter to convert a hb_state_t to a textual representation.ritsuka2015-04-306-150/+260
* MacGui: cosmeticsritsuka2015-04-301-1/+3
* MacGui: Remove the "Reload queue" alert. The queue is always reloaded and the...ritsuka2015-04-223-83/+13
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-2227-109/+245
* MacGui: update the tooltips of the new auto passthru options.ritsuka2015-04-201-3/+3
* ports: add functions for looking up user config directoryjstebbins2015-04-192-7/+8
* MacGui: Add TrueHD, Flac and EAC3 auto passthru options in the default sheet.ritsuka2015-04-184-14/+78
* MacGui: fix HBPicture copy method.ritsuka2015-04-171-0/+10
* MacGui: remove HBPicture dependency on HBTitle.ritsuka2015-04-174-53/+79
* MacGui: update the UI correctly for custom denoise preset.ritsuka2015-04-171-1/+1
* MacGui: use the new the filter preset/tune lookup and setting validation func...ritsuka2015-04-173-111/+77
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-0943-111/+111
* MacGui: disabled the alternate row background in the presets drawer. It didn'...ritsuka2015-04-071-3/+3
* MacGui: changed the Preview Window and Picture Panel behaviour to avoid the h...ritsuka2015-04-0710-106/+79
* MacGui: add an alert window to show the exceptions not handled. Hopefully it ...ritsuka2015-03-247-1/+283
* MacGui: bind angle popup to the angle property of HBJob.ritsuka2015-03-192-31/+38
* MacGui: fix the error variable in canScan:error: , it was dereferenced one ti...ritsuka2015-03-192-3/+3
* MacGui: add a missing ownership qualifier needed by ARC.ritsuka2015-03-193-8/+8
* MacGui: fix a crash in the add preset and add titles to queue sheets introduc...ritsuka2015-03-171-4/+3
* MacGui: fix live preview crash caused by the ARC conversion.ritsuka2015-03-171-1/+1
* MacGui: clean up the preview controller, and fix the preview not updating whe...ritsuka2015-03-173-29/+32
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-1777-700/+304
* MacGui: simplify the encoding state string creation coderitsuka2015-03-081-13/+6
* json: automatically scan title when processing json jobsjstebbins2015-03-071-4/+4
* MacGui: check for duplicated file names when adding a batch of jobs.ritsuka2015-02-281-4/+20
* MacGui: add some accessibility titles to the UI items.ritsuka2015-02-256-38/+80
* MacGui: fix a crash on 10.8 and previous versions. NSURL fileSystemRepresenta...ritsuka2015-02-251-1/+1
* MacGui: load the built-in presets from a plist file. The plist is the almost ...ritsuka2015-02-234-3612/+2626
* MacGui: fix queue drag&drop when there is not job being encoded.ritsuka2015-02-231-1/+1
* MacGui: add a preference to toggle the log cleanup. Use NSURL directly where ...ritsuka2015-02-2110-123/+120
* MacGui: remove logs older than a month in the EncodeLogs folder.ritsuka2015-02-203-1/+57
* MacGui: revert unrelated part of the previous commit that should't have been ...ritsuka2015-02-201-8/+8
* MacGui: remove the Queue directory in the Application Support folder, we don'...ritsuka2015-02-202-23/+16
* MacGui: fix warnings.ritsuka2015-02-202-4/+4
* MacGui: add a protocol HBUniqueObject objects must implements if they are use...ritsuka2015-02-202-1/+11
* MacGui: update the Xcode project to include the new redirect classes.ritsuka2015-02-202-4/+24
* MacGui: refactor the stderr/stdout redirect code to be more modular.ritsuka2015-02-2011-143/+229
* MacGui: do not make the output panel textview scroll to the bottom if the win...ritsuka2015-02-183-7/+9
* MacGui: move HBOutputRedirect ivar to the .m file.ritsuka2015-02-182-45/+33