summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* MacGui: remove the last usage of title->job.ritsuka2014-12-217-460/+13
* MacGui: use HBJob tracks array in HBAudioController and HBSubtitlesController...ritsuka2014-12-214-17/+549
* MacGui: refactor a bit of HBController to remove dependency on hb_title_t.ritsuka2014-12-212-243/+175
* MacGui: use HBJob when possible.ritsuka2014-12-2111-197/+103
* MacGui: add some more logs in HBCore.ritsuka2014-12-211-0/+10
* MacGui: set the correct framerate in the preset.ritsuka2014-12-211-1/+1
* MacGui: rearrange files in the project and disabled NSZombie.ritsuka2014-12-202-43/+38
* MacGui: fix a warning.ritsuka2014-12-201-3/+3
* MacGui: integrated HBPicture in HBPictureController and started to move thing...ritsuka2014-12-209-913/+370
* MacGui: post a notification in HBFilters when a settings is changed.ritsuka2014-12-202-43/+156
* MacGui: implement HBPicture.ritsuka2014-12-202-31/+729
* MacGui: small improvements to HBTitle and HBJob.ritsuka2014-12-204-25/+34
* MacGui: use title->list_chapter directly instead of title->job->list_chapter.ritsuka2014-12-201-2/+2
* MacGui: use the right string format specifier in HBCore.ritsuka2014-12-201-3/+3
* MacGui: remove a unused ivar in HBController.ritsuka2014-12-201-1/+0
* MacGui: add a "name" property to HBCore to easy debugging multiple instances....ritsuka2014-12-202-7/+15
* MacGui: fix frame rate when loading a queue item.ritsuka2014-12-202-1/+4
* MacGui: separate the video settings logic from the view controller. There are...ritsuka2014-12-1814-1573/+560
* 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