| Commit message (Expand) | Author | Age | Files | Lines |
* | MacGui: replace the floating dimensions window with a popover with only cropp... | Damiano Galassi | 2020-10-05 | 1 | -13/+11 |
* | MacGui: rename the 'Dimensions' popup to 'Resolution limit' in the add preset... | Damiano Galassi | 2020-10-05 | 1 | -1/+1 |
* | Gardening: Clean up trailing whitespace | Nomis101 | 2019-11-04 | 1 | -2/+2 |
* | Improve preview window sizing. | Damiano Galassi | 2019-10-05 | 1 | -54/+60 |
* | MacGui: enable and fix more warnings. Review nullability annotations. | Damiano Galassi | 2019-08-12 | 1 | -5/+5 |
* | MacGui: add touch bars in the preview window, improve touch bars in the main ... | Damiano Galassi | 2018-10-10 | 1 | -4/+3 |
* | MacGui: fix another round of deprecation warnings. Remove drawer code. | Damiano Galassi | 2018-06-10 | 1 | -2/+2 |
* | Fix: fix another deprecation warning and add a missing alloc message. | Damiano Galassi | 2018-06-09 | 1 | -8/+9 |
* | MacGui: improve NSLocalizedString comments. | Damiano Galassi | 2018-06-09 | 1 | -21/+15 |
* | MacGui: set the minimum deployment target to 10.10. Remove Growl and use macO... | Damiano Galassi | 2018-06-08 | 1 | -5/+0 |
* | MacGui: fix preview HUD initial position if the window size is different than... | Damiano Galassi | 2016-12-24 | 1 | -1/+1 |
* | MacGui: fix build with 10.12sdk, disable QTKit because is no longer available. | Damiano Galassi | 2016-06-17 | 1 | -0/+4 |
* | MacGui: fallback to QTKit if a preview is not playable with AVFoundation. | Damiano Galassi | 2016-05-19 | 1 | -27/+38 |
* | MacGui: use AVFoundation as the first option for the preview playback. Add vo... | Damiano Galassi | 2016-05-03 | 1 | -562/+215 |
* | MacGui: do not stop the preview encoding when the showWindow: is called and t... | Damiano Galassi | 2016-04-22 | 1 | -1/+3 |
* | MacGui: do not set the preview window frame origin to a value outside the scr... | Damiano Galassi | 2016-04-09 | 1 | -4/+1 |
* | MacGui: pass the main window undomanager to the preview window. | Damiano Galassi | 2016-01-15 | 1 | -0/+30 |
* | MacGui: fix the picture panel not updating correctly | Damiano Galassi | 2015-10-10 | 1 | -1/+7 |
* | MacGui: fix the preview window position between restart | Damiano Galassi | 2015-10-09 | 1 | -1/+19 |
* | MacGui: fix the build on Xcode 6.4 for real | Damiano Galassi | 2015-10-08 | 1 | -2/+2 |
* | MacGui: move some code out of HBPreviewController.m. Remember the windows siz... | Damiano Galassi | 2015-10-06 | 1 | -350/+160 |
* | MacGui: read the actual preview count so we don't try to load a non existing ... | Damiano Galassi | 2015-09-29 | 1 | -0/+5 |
* | Remove a workaround for the 10.6 sdk | galad87 | 2015-08-25 | 1 | -6/+0 |
* | MacGui: move the picture and filters settings to the main window. | ritsuka | 2015-07-27 | 1 | -1/+23 |
* | MacGui: remove che previews cache in HBPreviewGenerator when a setting change... | ritsuka | 2015-05-13 | 1 | -3/+0 |
* | MacGui: run the Xcode "convert to modern objective-c" on the entire project. | ritsuka | 2015-04-09 | 1 | -5/+4 |
* | MacGui: changed the Preview Window and Picture Panel behaviour to avoid the h... | ritsuka | 2015-04-07 | 1 | -9/+17 |
* | MacGui: clean up the preview controller, and fix the preview not updating whe... | ritsuka | 2015-03-17 | 1 | -29/+26 |
* | MacGui: convert the mac gui to Objective-C ARC. | ritsuka | 2015-03-17 | 1 | -32/+14 |
* | MacGui: properly deregister the job observers, and refactor a bit the HBAudio... | ritsuka | 2015-02-04 | 1 | -30/+28 |
* | MacGui: add a method to return a CGImageRef for a preview in HBCore, and skip... | ritsuka | 2015-01-26 | 1 | -2/+2 |
* | MacGui: enable and fix more compiler warnings in the Xcode project. | ritsuka | 2015-01-19 | 1 | -7/+7 |
* | MacGui: simplify the toolbar/menu validation methods, plus some cosmetics. | ritsuka | 2015-01-14 | 1 | -2/+2 |
* | MacGui: reorganize createMovieAsyncWithImageIndex:andDuration: method. and ad... | ritsuka | 2015-01-13 | 1 | -4/+5 |
* | MacGui: remove some unused #import. Move again more things in HBController to... | ritsuka | 2014-12-23 | 1 | -3/+5 |
* | MacGui: remove the last usage of title->job. | ritsuka | 2014-12-21 | 1 | -1/+0 |
* | MacGui: integrated HBPicture in HBPictureController and started to move thing... | ritsuka | 2014-12-20 | 1 | -62/+30 |
* | json: add json APIs | jstebbins | 2014-12-16 | 1 | -6/+6 |
* | MacGui: when a live preview is cancelled, wait for libhb to end its work befo... | ritsuka | 2014-09-19 | 1 | -2/+8 |
* | MacGui: fixed the preview controller HUD style on the next OS X release. | ritsuka | 2014-08-22 | 1 | -19/+73 |
* | MacGui: moved two methods used by the whole app to HBUtilities.m: | ritsuka | 2014-07-16 | 1 | -1/+2 |
* | macui/cli/libhb: cleanup | jstebbins | 2014-06-18 | 1 | -3/+3 |
* | macui: fix PcitureController geometry calculations | jstebbins | 2014-06-10 | 1 | -70/+24 |
* | MacGUI: Release the cached images when the preview window is closed. | ritsuka | 2013-12-03 | 1 | -1/+2 |
* | MacGUI: Refactor HBPreviewController. Rename the actual class to HBPreviewCon... | ritsuka | 2013-11-04 | 1 | -1096/+726 |
* | MacGUI: refactor PictureController. kill a bit of dead code (~500 lines), swi... | ritsuka | 2013-11-02 | 1 | -6/+14 |
* | MacGui: Read events from the mouse scroll wheel in HBPreviewController.m to c... | ritsuka | 2013-08-04 | 1 | -0/+17 |
* | Don't expose rate, mixdown, dither and encoder arrays to the UIs. | Rodeo | 2013-05-30 | 1 | -2/+2 |
* | MacGUI: Fix a crash that happens when the Preview window backingScaleFactor c... | ritsuka | 2013-03-19 | 1 | -1/+2 |
* | hb_system_sleep: refactoring. | Rodeo | 2013-03-18 | 1 | -3/+3 |