summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: fix preview HUD initial position if the window size is different than...Damiano Galassi2016-12-241-1/+1
* MacGui: fix build with 10.12sdk, disable QTKit because is no longer available.Damiano Galassi2016-06-171-0/+4
* MacGui: fallback to QTKit if a preview is not playable with AVFoundation.Damiano Galassi2016-05-191-27/+38
* MacGui: use AVFoundation as the first option for the preview playback. Add vo...Damiano Galassi2016-05-031-562/+215
* MacGui: do not stop the preview encoding when the showWindow: is called and t...Damiano Galassi2016-04-221-1/+3
* MacGui: do not set the preview window frame origin to a value outside the scr...Damiano Galassi2016-04-091-4/+1
* MacGui: pass the main window undomanager to the preview window.Damiano Galassi2016-01-151-0/+30
* MacGui: fix the picture panel not updating correctlyDamiano Galassi2015-10-101-1/+7
* MacGui: fix the preview window position between restartDamiano Galassi2015-10-091-1/+19
* MacGui: fix the build on Xcode 6.4 for realDamiano Galassi2015-10-081-2/+2
* MacGui: move some code out of HBPreviewController.m. Remember the windows siz...Damiano Galassi2015-10-061-350/+160
* MacGui: read the actual preview count so we don't try to load a non existing ...Damiano Galassi2015-09-291-0/+5
* Remove a workaround for the 10.6 sdkgalad872015-08-251-6/+0
* 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