| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | MacGui: improve hb_system_sleep support. | Rodeo | 2013-03-18 | 1 | -4/+9 |
* | MacGui: Live Preview extend the live preview maximum duration to 240 seconds ... | dynaflash | 2013-02-19 | 1 | -0/+8 |
* | MacGUI: add a missing else statement. Don't pass key event down the response ... | ritsuka | 2013-02-04 | 1 | -3/+4 |
* | MacGUI: make the control box in preview window 10 px larger to avoid splittin... | ritsuka | 2013-02-01 | 1 | -2/+17 |
* | MacGUI: Reworked a bit of HBPreviewController, the main differences are: | ritsuka | 2013-02-01 | 1 | -625/+373 |
* | MacGUI: Fix build on 10.6sdk. | ritsuka | 2013-01-31 | 1 | -0/+6 |
* | MacGUI: make the preview window HiDPI aware, so that the preview images will ... | ritsuka | 2013-01-30 | 1 | -16/+44 |
* | fix some crashes in the macui | jstebbins | 2012-12-12 | 1 | -1/+1 |
* | MacGui: Remove vestigial activity log debug messages. | dynaflash | 2012-11-27 | 1 | -2/+0 |
* | Improve management of titles and jobs | jstebbins | 2012-11-12 | 1 | -2/+2 |
* | MacGUI: use hb_reset_job. | Rodeo | 2012-03-31 | 1 | -0/+3 |
* | MacGui: fix commit 4546 so it works on os x which is the filter pipeline rewo... | dynaflash | 2012-03-28 | 1 | -2/+0 |
* | Rework filter pipeline | jstebbins | 2012-03-27 | 1 | -0/+2 |
* | MacGui: Live Preview ... | dynaflash | 2011-08-24 | 1 | -8/+23 |
* | MacGui: Fix crash when launching then cancelling new source and quitting woul... | dynaflash | 2011-08-18 | 1 | -5/+11 |
* | MacGui: Fix a crash in live preview where upon closing the preview window dur... | dynaflash | 2011-08-17 | 1 | -9/+6 |
* | MacGui: Remove unused variables to suppress warnings at compile time | dynaflash | 2011-05-19 | 1 | -3/+0 |
* | Add parameter parsing and b-frame support to ffmpeg mpeg-4 encoder | jstebbins | 2011-03-11 | 1 | -3/+3 |
* | MacGui: Remove logging line used for debugging previous commit. | dynaflash | 2010-08-06 | 1 | -3/+0 |
* | MacGui: Store live previews in a sub directory in "~/Library/Application Supp... | dynaflash | 2010-08-06 | 1 | -10/+15 |
* | MacGui: Disable preview hud controls during new source scans. | dynaflash | 2010-08-05 | 1 | -0/+22 |
* | MacGui: Do not call pictureSliderChanged in windowWillClose in HBPreviewContr... | dynaflash | 2010-08-05 | 1 | -1/+0 |
* | MacGui: Add separate method for cancelling a Live Preview encode. | dynaflash | 2010-08-04 | 1 | -5/+32 |