summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: move the picture and filters settings to the main window.ritsuka2015-07-271-1/+23
* MacGui: remove che previews cache in HBPreviewGenerator when a setting change...ritsuka2015-05-131-3/+0
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-5/+4
* MacGui: changed the Preview Window and Picture Panel behaviour to avoid the h...ritsuka2015-04-071-9/+17
* MacGui: clean up the preview controller, and fix the preview not updating whe...ritsuka2015-03-171-29/+26
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-32/+14
* MacGui: properly deregister the job observers, and refactor a bit the HBAudio...ritsuka2015-02-041-30/+28
* MacGui: add a method to return a CGImageRef for a preview in HBCore, and skip...ritsuka2015-01-261-2/+2
* MacGui: enable and fix more compiler warnings in the Xcode project.ritsuka2015-01-191-7/+7
* MacGui: simplify the toolbar/menu validation methods, plus some cosmetics.ritsuka2015-01-141-2/+2
* MacGui: reorganize createMovieAsyncWithImageIndex:andDuration: method. and ad...ritsuka2015-01-131-4/+5
* MacGui: remove some unused #import. Move again more things in HBController to...ritsuka2014-12-231-3/+5
* MacGui: remove the last usage of title->job.ritsuka2014-12-211-1/+0
* MacGui: integrated HBPicture in HBPictureController and started to move thing...ritsuka2014-12-201-62/+30
* json: add json APIsjstebbins2014-12-161-6/+6
* MacGui: when a live preview is cancelled, wait for libhb to end its work befo...ritsuka2014-09-191-2/+8
* MacGui: fixed the preview controller HUD style on the next OS X release.ritsuka2014-08-221-19/+73
* MacGui: moved two methods used by the whole app to HBUtilities.m:ritsuka2014-07-161-1/+2
* macui/cli/libhb: cleanupjstebbins2014-06-181-3/+3
* macui: fix PcitureController geometry calculationsjstebbins2014-06-101-70/+24
* MacGUI: Release the cached images when the preview window is closed.ritsuka2013-12-031-1/+2
* MacGUI: Refactor HBPreviewController. Rename the actual class to HBPreviewCon...ritsuka2013-11-041-1096/+726
* MacGUI: refactor PictureController. kill a bit of dead code (~500 lines), swi...ritsuka2013-11-021-6/+14
* MacGui: Read events from the mouse scroll wheel in HBPreviewController.m to c...ritsuka2013-08-041-0/+17
* Don't expose rate, mixdown, dither and encoder arrays to the UIs.Rodeo2013-05-301-2/+2
* MacGUI: Fix a crash that happens when the Preview window backingScaleFactor c...ritsuka2013-03-191-1/+2
* hb_system_sleep: refactoring.Rodeo2013-03-181-3/+3
* MacGui: improve hb_system_sleep support.Rodeo2013-03-181-4/+9
* MacGui: Live Preview extend the live preview maximum duration to 240 seconds ...dynaflash2013-02-191-0/+8
* MacGUI: add a missing else statement. Don't pass key event down the response ...ritsuka2013-02-041-3/+4
* MacGUI: make the control box in preview window 10 px larger to avoid splittin...ritsuka2013-02-011-2/+17
* MacGUI: Reworked a bit of HBPreviewController, the main differences are:ritsuka2013-02-011-625/+373
* MacGUI: Fix build on 10.6sdk.ritsuka2013-01-311-0/+6
* MacGUI: make the preview window HiDPI aware, so that the preview images will ...ritsuka2013-01-301-16/+44
* fix some crashes in the macuijstebbins2012-12-121-1/+1
* MacGui: Remove vestigial activity log debug messages.dynaflash2012-11-271-2/+0
* Improve management of titles and jobsjstebbins2012-11-121-2/+2
* MacGUI: use hb_reset_job.Rodeo2012-03-311-0/+3
* MacGui: fix commit 4546 so it works on os x which is the filter pipeline rewo...dynaflash2012-03-281-2/+0
* Rework filter pipelinejstebbins2012-03-271-0/+2
* MacGui: Live Preview ...dynaflash2011-08-241-8/+23
* MacGui: Fix crash when launching then cancelling new source and quitting woul...dynaflash2011-08-181-5/+11
* MacGui: Fix a crash in live preview where upon closing the preview window dur...dynaflash2011-08-171-9/+6
* MacGui: Remove unused variables to suppress warnings at compile timedynaflash2011-05-191-3/+0
* Add parameter parsing and b-frame support to ffmpeg mpeg-4 encoderjstebbins2011-03-111-3/+3
* MacGui: Remove logging line used for debugging previous commit.dynaflash2010-08-061-3/+0
* MacGui: Store live previews in a sub directory in "~/Library/Application Supp...dynaflash2010-08-061-10/+15
* MacGui: Disable preview hud controls during new source scans.dynaflash2010-08-051-0/+22
* MacGui: Do not call pictureSliderChanged in windowWillClose in HBPreviewContr...dynaflash2010-08-051-1/+0
* MacGui: Add separate method for cancelling a Live Preview encode.dynaflash2010-08-041-5/+32