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