summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewController.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* MacGui: Set the hud control panels origin based on the size of the actual pre...dynaflash2010-06-021-7/+9
* MacGui: Live Preview HUD Overlay playback controller initial implementationdynaflash2010-05-181-25/+326
* MacGui: Add call to hb_global_close() upon application termination as per cha...dynaflash2010-03-261-0/+2
* MacGui: More Preview Window changes.dynaflash2010-03-051-83/+162
* MacGui: In preview only set the origin of the hud control panel for the previ...dynaflash2010-02-201-5/+6
* MacGui: Preview replace a method that was hastily removed in 3125 when removi...dynaflash2010-02-191-1/+52
* MacGui: Removie Full Screen preview mode as its largely redundant when we hav...dynaflash2010-02-191-192/+15
* MacGui: Preview ... Allow the preview to use 100% of the the avaialable scree...dynaflash2010-02-191-13/+3