summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* json: add json APIsjstebbins2014-12-167-86/+100
* MacGui: import some headers directly in HBJob.h.ritsuka2014-12-112-7/+3
* MacGui: completed the HBVideo class.ritsuka2014-12-112-17/+1061
* contrib: build and link new jansson libjstebbins2014-12-051-30/+36
* MacGui: start a new scan from a drag & drop only if there isn't already one. ...ritsuka2014-12-041-8/+11
* MacGui: merged the two browerFile methods.ritsuka2014-12-042-20/+14
* MacGui: added back part of the drag & drop handling.ritsuka2014-12-042-71/+67
* MacGui: added back some tooltips to the toolbar items. Remove the NSToolbarDe...ritsuka2014-12-042-9/+9
* MacGui: set the fTitle to NULL before performing a scan.ritsuka2014-12-031-0/+2
* MacGui: moved the main window toolbar to the xib.ritsuka2014-12-033-167/+100
* MacGui: switched the hb_handle_t references in HBController to HBCore instances.ritsuka2014-12-032-756/+403
* MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m...ritsuka2014-12-0311-203/+382
* MacGui: added more methods to HBCore.ritsuka2014-12-012-10/+64
* MacGui: improvement to the HBCore class, use it in HBPreviewGenerator. Added ...ritsuka2014-11-297-250/+377
* MacGui: added a missing retain, it caused a crash when selecting a new defaul...ritsuka2014-11-242-15/+17
* MacGui: connect the action of the "Presets Drawer" to the HBController toggle...ritsuka2014-11-241-1/+1
* MacGui: add a better check for regenerating the built-in presets after a user...ritsuka2014-11-241-4/+22
* MacGui: revert part of the previous commit.ritsuka2014-11-231-1/+2
* MacGui: remove legacy preset key UsesMaxPictureSettings.ritsuka2014-11-231-4/+1
* MacGui: removed 4 unneeded AutoCrop* ivars.ritsuka2014-11-232-22/+8
* MacGui: switched the Preview window class from NSPanel to NSWindow.ritsuka2014-11-231-6/+6
* MacGui: moved the HBQueueOutlineView class to its own file.ritsuka2014-11-233-117/+20
* MacGui: moved the "add preset" window to its own window controller class. Kee...ritsuka2014-11-2312-338/+626
* MacGui: changed the class of the preferences window from NSPanel to NSWindow....ritsuka2014-11-182-17/+24
* MacGui: updated the "add all to queue" alert to say it will use the current p...ritsuka2014-11-161-1/+1
* MacGui: made the corners of the stop icon a bit rounder.ritsuka2014-11-162-0/+0
* MacGui: added a retina version the stop and delete/reveal icon.ritsuka2014-11-1512-16/+36
* MacGui: high-resolution "encoding working" icon.ritsuka2014-11-147-0/+24
* MacGui: added a high resolution version of JobSmall.png and EncodeComplete.png.ritsuka2014-11-143-4/+12
* MacGui: fixed another label size due to the Helvetica/Lucida Grande differences.ritsuka2014-11-131-5/+5
* MacGui: removed a line I accidentally committed.ritsuka2014-11-131-2/+0
* MacGui: revert the picture settings panel appearance to aqua on Yosemite.ritsuka2014-11-132-3/+11
* MacGui: convert the TrackDRCSlider value to a double instead of an int.ritsuka2014-11-131-4/+4
* MacGui: fixed an issue where the preset drawer would not open if the "Preset ...ritsuka2014-11-112-14/+16
* MacGui: fixed crop ui enabled status after reloading a queue item.ritsuka2014-11-111-23/+25
* MacGui: made the x264 unparse label selectable.ritsuka2014-11-031-1/+2
* MacGui: revert the formats names to "MP4 File"/"MKV File" .ritsuka2014-11-021-1/+14
* MacGui: fix another label size.ritsuka2014-11-021-1/+1
* MacGui: do not set the same value twice in the job dict (ChapterStart/Chapter...ritsuka2014-11-021-8/+2
* MacGui: pass only the tracks array to the addTracksFromQueue: method, no need...ritsuka2014-11-023-4/+4
* MacGui: removed two useless array creation and made a copy of the trackSelect...ritsuka2014-11-023-4/+5
* MacGui: fixed a issue that happened on 10.8 when reloading a job from the que...ritsuka2014-11-022-6/+5
* MacGui: remove a unused check for the Mp4LargeFile option.ritsuka2014-11-021-14/+1
* MacGui: modified the way the queue contextual menu selects its target. It now...ritsuka2014-11-011-8/+39
* MacGui: fix the constant quality / avg bitrate radio button selection when re...ritsuka2014-11-011-1/+1
* MacGui: made editable the cropping field in the picture panel.ritsuka2014-10-312-14/+94
* MacGui: reordered the options in the advanced preferences tab.ritsuka2014-10-311-63/+82
* MacGui: fixed a warning in HBOutputRedirect and removed an unused ivar.ritsuka2014-10-313-7/+15
* MacGui: fixed some warnings.ritsuka2014-10-307-19/+3
* MacGui: update the file name when the bitrate is changed and auto naming is e...ritsuka2014-10-242-4/+15