Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac: Rename instances of cancelled to canceled. | Bradley Sepos | 2017-12-05 | 4 | -11/+11 |
| | |||||
* | Revert "MacGui: show PAR and DAR in the summary panel." | Bradley Sepos | 2017-12-05 | 1 | -29/+1 |
| | | | | This reverts commit f0200cb414f57e50361e263ddb78ef2ed8f6cbdc. | ||||
* | mac: Fix Duration baseline alignment. | Bradley Sepos | 2017-12-05 | 1 | -2/+1 |
| | |||||
* | mac: Update Selection Behavior texts and tooltips. | Bradley Sepos | 2017-12-05 | 5 | -23/+23 |
| | | | | | | Some places still referenced the old Audio Defaults nomenclature. Updates code comments so searching for selection behavior will yield audio defaults functions. | ||||
* | mac: Revise main window typography and alignment. | Bradley Sepos | 2017-12-05 | 1 | -79/+101 |
| | |||||
* | mac: Remove genstrings.sh. | Bradley Sepos | 2017-12-03 | 1 | -2/+0 |
| | |||||
* | MacGui: rearrange the filters tab elements. | Damiano Galassi | 2017-11-30 | 1 | -244/+236 |
| | |||||
* | MacGui: fix an summary tab exception on older versions of macOS. | Damiano Galassi | 2017-11-30 | 1 | -7/+10 |
| | |||||
* | MacGui: add a header to the presets popover. | Damiano Galassi | 2017-11-30 | 4 | -10/+55 |
| | |||||
* | MacGui: fix rotation in summary panel, show rotation in filters list when ↵ | Damiano Galassi | 2017-11-30 | 3 | -45/+60 |
| | | | | flip is enabled too. Shorter presets popover. | ||||
* | MacGui: show PAR and DAR in the summary panel. | Damiano Galassi | 2017-11-27 | 1 | -1/+29 |
| | |||||
* | build: Add support for Xcode Archive feature. | Bradley Sepos | 2017-11-27 | 4 | -2/+55 |
| | |||||
* | MacGui: use the KVO constants. | Damiano Galassi | 2017-11-27 | 1 | -8/+8 |
| | |||||
* | MacGui: remove the mp4 options empty space when the container is not mp4. | Damiano Galassi | 2017-11-27 | 2 | -83/+116 |
| | |||||
* | MacGui: create the NSDrawer only when necessary in HBController (before it ↵ | Damiano Galassi | 2017-11-25 | 3 | -45/+39 |
| | | | | was instantiated in the nib). | ||||
* | MacGui: fix some layout issues on older version of macOS. | Damiano Galassi | 2017-11-25 | 5 | -46/+38 |
| | |||||
* | MacGui: convert the main window xib to auto layout. | Damiano Galassi | 2017-11-25 | 2 | -157/+217 |
| | |||||
* | MacGui: use a popover instead of a drawer on 10.10+ . | Damiano Galassi | 2017-11-24 | 6 | -45/+128 |
| | |||||
* | MacGui: add a popup button to select the preset in the main window. | Damiano Galassi | 2017-11-24 | 6 | -80/+179 |
| | |||||
* | MacGui: use KVO to get a good part of the change notification in the summary ↵ | Damiano Galassi | 2017-11-24 | 8 | -30/+231 |
| | | | | view. | ||||
* | D&D opening file could cause crash | Hofi | 2017-11-23 | 1 | -2/+3 |
| | | | | - remove observers ASAP | ||||
* | MacGui: short job description in the summary tab. | Damiano Galassi | 2017-11-13 | 8 | -12/+325 |
| | |||||
* | MacGui: fix a potential null dereference. | Damiano Galassi | 2017-11-12 | 1 | -2/+5 |
| | |||||
* | MacGui: show a preview image in the summary tab. | Damiano Galassi | 2017-11-12 | 6 | -5/+47 |
| | |||||
* | MacGui: realign the main window ui elements. | Damiano Galassi | 2017-11-12 | 8 | -188/+259 |
| | |||||
* | MacGui: rearrange main window tabs order, fix some warnings. | Damiano Galassi | 2017-11-12 | 4 | -37/+50 |
| | |||||
* | MacGui: add a double click action to start editing a chapter title. Align ↵ | Damiano Galassi | 2017-11-12 | 2 | -32/+41 |
| | | | | things in the xib. | ||||
* | MacGui: initialize the selectedCategory ivar with the default value in ↵ | Damiano Galassi | 2017-11-12 | 1 | -0/+1 |
| | | | | HBAddPresetController. | ||||
* | MacGui: do not allow the path separator "/" character to be inserted in the ↵ | Damiano Galassi | 2017-11-11 | 3 | -7/+34 |
| | | | | output file name. | ||||
* | MacGui: move the format options to the summary tab. | Damiano Galassi | 2017-11-10 | 6 | -177/+295 |
| | |||||
* | MacGui: always use the new add category controller to add a category. | Damiano Galassi | 2017-11-10 | 1 | -6/+7 |
| | |||||
* | MacGui: select the newly created category in the add preset sheet. | Damiano Galassi | 2017-11-10 | 1 | -1/+1 |
| | |||||
* | MacGui: add a popup menu to select the category in the add preset sheet. | Damiano Galassi | 2017-11-10 | 8 | -31/+348 |
| | |||||
* | MacGui: rename Folder to Category. | Damiano Galassi | 2017-11-10 | 8 | -25/+26 |
| | |||||
* | MacGui: remove the i386 architecture from Growl framework, and the strip ↵ | Damiano Galassi | 2017-11-04 | 2 | -34/+0 |
| | | | | phase in the build system. | ||||
* | MacGui: fix a wrong usage of CFData API, CFDataCreateMutable creates a a ↵ | Damiano Galassi | 2017-11-03 | 1 | -17/+21 |
| | | | | CFData instance that can be filled up to the wanted capacity, but it doesn't set the CFData length to the capacity. Use CFDataSetLength to set the length. The original code doesn't work on 10.13.2 beta 1. | ||||
* | MacGui: Disable implicit animations on 10.9 and earlier. | Damiano Galassi | 2017-10-11 | 1 | -2/+2 |
| | |||||
* | MacGui: end fields editing before the filename check. | Damiano Galassi | 2017-09-15 | 1 | -1/+2 |
| | |||||
* | MacGui: move the filters to a separate tab. | Damiano Galassi | 2017-09-07 | 9 | -853/+959 |
| | |||||
* | Remove spaces and square brackets from Xcode scheme names. Add a ↵ | Damiano Galassi | 2017-09-07 | 5 | -0/+102 |
| | | | | distribution scheme that builds only the gui. | ||||
* | MacGui: move the color space code out of HBCore. | Damiano Galassi | 2017-08-31 | 4 | -176/+206 |
| | |||||
* | MacGui: sanitise modulus values. | Damiano Galassi | 2017-08-06 | 1 | -0/+5 |
| | |||||
* | MacGUI: Add Align A/V Start to Queue info. | Bradley Sepos | 2017-07-26 | 1 | -0/+5 |
| | |||||
* | MacGUI: Capitalize Web Optimized and iPod 5G Support. | Bradley Sepos | 2017-07-26 | 2 | -4/+4 |
| | |||||
* | MacGui: update the main window browse button tooltip. | Damiano Galassi | 2017-07-26 | 1 | -6/+6 |
| | |||||
* | MacGui: mark some preview's layers as opaque. | Damiano Galassi | 2017-07-26 | 1 | -0/+2 |
| | |||||
* | MacGui: allow crop values to be larger than sourceValue / 2 | Damiano Galassi | 2017-07-26 | 5 | -74/+93 |
| | |||||
* | MacGUI, WinGUI: Add NLMeans threads parameter to syntax in tooltips. | Bradley Sepos | 2017-07-24 | 1 | -1/+1 |
| | | | | Windows should fetch this dynamically but I updated the related comment for good measure. | ||||
* | MacGui: fix the minimun disk space textfield tooltip. | Damiano Galassi | 2017-07-21 | 1 | -7/+8 |
| | |||||
* | MacGui: do not crash if hb_video_encoder_get_name returns NULL, it might ↵ | Damiano Galassi | 2017-06-19 | 1 | -2/+3 |
| | | | | happens if there is a saved job with an external encoder (x264 10bit for example), and the external lib is no longer available. |