summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
|
* MacGui: add an exception to enable http connections to handbrake.frDamiano Galassi2015-12-141-0/+13
|
* MacGui: realign the views in the add preset window, disable the resize ↵Damiano Galassi2015-12-143-111/+40
| | | | button in the main window and realign things in the prefs.
* MacGui: show a focus ring around the main window when a file is dragged over ↵Damiano Galassi2015-12-127-86/+143
| | | | it, and move the advanced tab at the end.
* MacGui: add a 'view' menu with the standard menu items and some keyboard ↵Damiano Galassi2015-12-122-3/+65
| | | | shortcuts to switch between the main window tabs.
* MacGui: remove an unused 'Resources (unused)' group from the Xcode project.Damiano Galassi2015-12-051-16/+0
|
* MacGui: default to custom picture size in the add preset sheet if the ↵Damiano Galassi2015-12-054-38/+62
| | | | current job size is less than the maximum size.
* MacGui: add a space between the Queue and the Start toolbar items.Damiano Galassi2015-12-051-3/+4
|
* MacGui: fixed the table view header height on OS X versions older than 10.11.Damiano Galassi2015-12-053-11/+10
|
* MacGui: use a view-based outline view in the presets drawer.Damiano Galassi2015-12-052-56/+66
|
* MacGui: set the right autoresize mask for the cancel buttons of the defaults ↵Damiano Galassi2015-11-162-6/+6
| | | | panels.
* x265: macui multilib supportJohn Stebbins2015-11-122-2/+2
|
* x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-124-13/+14
| | | | | This adds the structure to load an libx264 10-bit shared library. The user must install this library themselves to an appropriate place.
* MacGui: add two tests for presets save and upgrade.Damiano Galassi2015-11-031-1/+52
|
* MacGui: remove a compatibility workaroud for the 10.9 sdk.Damiano Galassi2015-11-031-16/+6
|
* MacGui: use an pair of 'OK' and 'Cancel' buttons in the defaults sheets ↵Damiano Galassi2015-10-299-52/+101
| | | | instead of a single done button. Fixed the bitrates and mixdowns popups in the audio defaults.
* MacGui: annotate the type of some arrays, and check the count of the input ↵Damiano Galassi2015-10-287-16/+19
| | | | jobs in HBQueueController addJobsFromArray:, so we don't add an empty undo command.
* MacGui: add some subtitles tracks to the fake title used in tests.Damiano Galassi2015-10-283-46/+30
|
* MacGui: switched the audio defaults track tableview to view based, and fixed ↵Damiano Galassi2015-10-286-310/+377
| | | | a number of typo.
* MacGui: remove the daily and monthly update check option.Damiano Galassi2015-10-253-58/+43
|
* MacGui: add some simple tests for the undo/redo implementation of HBJob.Damiano Galassi2015-10-253-2/+198
|
* MacGui: change the title selection sheet to use a view-based table view.Damiano Galassi2015-10-253-98/+177
|
* MacGui: align some UI elements.Damiano Galassi2015-10-253-9/+10
|
* MacGui: switch the audio table to a view-based one.Damiano Galassi2015-10-252-248/+347
|
* MacGui: improve subtitles defaults undo support.Damiano Galassi2015-10-243-10/+22
|
* MacGui: add type parameter to some arrays.Damiano Galassi2015-10-243-5/+7
|
* MacGui: add redo/undo supports to the audio part of HBJob.Damiano Galassi2015-10-2415-142/+295
|
* MacGui: rewrote the subtitles tab to use bindings, view-based table view and ↵Damiano Galassi2015-10-2212-977/+1159
| | | | to support undo/redo.
* MacGui: align the chapters title textfield.Damiano Galassi2015-10-221-3/+3
|
* MacGui: partial undo/redo support in the defaults sheets.Damiano Galassi2015-10-228-6/+245
|
* MacGui: added undo/redo support to the video, picture, filters, chapters and ↵Damiano Galassi2015-10-2016-106/+508
| | | | range parts of HBJob.
* MacGui: expose a property to set the log level in HBCore.Damiano Galassi2015-10-202-0/+13
|
* Merge pull request #21 from jstebbins/grayscaleJohn Stebbins2015-10-191-2/+7
|\ | | | | grayscale: make it a real filter
| * macui: add grayscale filterJohn Stebbins2015-10-151-2/+7
| |
* | MacGui: rename the 'send to app' preference keys and removed the default app.Damiano Galassi2015-10-193-9/+12
| |
* | MacGui: fixed the 'Send file to' preference.Damiano Galassi2015-10-191-3/+3
| |
* | MacGui: improved queue with undo/redo support for adding/removing jobs, and ↵Damiano Galassi2015-10-1914-357/+575
| | | | | | | | added a icon for failed encode.
* | MacGui: add a recursive lock to HBDistributedArray.Damiano Galassi2015-10-192-7/+32
| |
* | MacGui: add a canceled state to HBJobDamiano Galassi2015-10-191-1/+2
| |
* | Remove obsolete InstantHandBrake project.Damiano Galassi2015-10-1724-6837/+0
| |
* | MacGui: remove the Base.lproj folder because base localizations require ↵Damiano Galassi2015-10-1719-7944/+0
| | | | | | | | 10.8, and we still support 10.7.
* | MacGui: renamed the built-in preset menu item to 'Reset Built-in Presets'.Damiano Galassi2015-10-172-5/+5
| |
* | MacGui: do not try to import a preset even if the cancel button was clicked.Damiano Galassi2015-10-161-12/+15
| |
* | MacGui: cleanup the csv import/export code and the chapters view controller.Damiano Galassi2015-10-162-118/+95
| |
* | MacGui: add a test for custom anamorphicDamiano Galassi2015-10-162-6/+22
| |
* | MacGui: align the presets view to the topDamiano Galassi2015-10-161-8/+8
| |
* | MacGui: added accessibility text to the preferences popup buttons.Damiano Galassi2015-10-151-17/+17
|/
* MacGui: save and read the pixel aspect ratio from a presetDamiano Galassi2015-10-131-2/+9
|
* MacGui: add a new method to create a copy of a HBPreset instance, and added ↵Damiano Galassi2015-10-132-5/+40
| | | | back a method that had been inadvertently deleted.
* MacGui: fix HBMutablePreset headerDamiano Galassi2015-10-132-14/+10
|