summaryrefslogtreecommitdiffstats
path: root/macosx/HandBrake.xcodeproj
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: add missing Localizable.strings file.Damiano Galassi2018-07-121-7/+6
|
* MacGui: remove two non existing files from the Xcode project.Damiano Galassi2018-07-121-24/+0
|
* MacGui: add German localisation by Nomis101.Damiano Galassi2018-07-121-0/+102
|
* MacGui: fix another round of deprecation warnings. Remove drawer code.Damiano Galassi2018-06-101-4/+4
|
* MacGui: enable some additional static analyser options, made two header ↵Damiano Galassi2018-06-091-4/+20
| | | | files public.
* Fix: fix another deprecation warning and add a missing alloc message.Damiano Galassi2018-06-091-1/+1
|
* MacGui: forgot to add back a xib in the previous commit.Damiano Galassi2018-06-081-12/+12
|
* MacGui: move the xib files to Base.Iproj to make localiation easier.Damiano Galassi2018-06-081-167/+179
|
* MacGui: set the minimum deployment target to 10.10. Remove Growl and use ↵Damiano Galassi2018-06-081-52/+10
| | | | macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit).
* Mac: enable a compiler option recommended by Xcode 9.4.Damiano Galassi2018-06-076-17/+19
|
* Mac: Use the legacy build system in Xcode 10, the new one requiress some ↵Damiano Galassi2018-06-071-0/+2
| | | | changes to make it work.
* macosx: Add liblzma (xz) on Mac.Bradley Sepos2018-05-291-0/+6
|
* contrib: Add Speex decoder libspeex.Bradley Sepos2018-05-291-2/+8
|
* Mac: Link to FFmpeg's libpostproc and libswresample.Bradley Sepos2018-05-291-0/+12
|
* MacGUI: Add Rename Preset dialog.Rodeo3142018-03-171-0/+18
| | | | @BradleyS thanks @Rodeo314 for his help with this.
* build: Unclobber PATH when shunting build through Xcode.Bradley Sepos2018-01-101-0/+4
| | | | Tools shipping with Xcode are still in PATH, only moved from first to last priority. Avoids accidentally using old tools where a newer version is installed. This ensures the tools identified by configure will be the exact tools used by make via Xcode.
* MacGui: add the new preview view controller to the Xcode project.Damiano Galassi2017-12-151-0/+18
|
* MacGui: add a popup button to select the preset in the main window.Damiano Galassi2017-11-241-0/+6
|
* MacGui: move the format options to the summary tab.Damiano Galassi2017-11-101-0/+18
|
* MacGui: add a popup menu to select the category in the add preset sheet.Damiano Galassi2017-11-101-12/+30
|
* MacGui: move the filters to a separate tab.Damiano Galassi2017-09-071-0/+18
|
* Remove spaces and square brackets from Xcode scheme names. Add a ↵Damiano Galassi2017-09-075-0/+102
| | | | distribution scheme that builds only the gui.
* MacGui: move the color space code out of HBCore.Damiano Galassi2017-08-311-0/+6
|
* MacGui: enable some new warnings in Xcode 9.Damiano Galassi2017-06-155-5/+23
|
* MacGui: fix tests for the sandboxed schemes.Damiano Galassi2017-04-142-5/+16
|
* MacGui: improve management of security scoped resources. Fix external SRT in ↵Damiano Galassi2017-01-251-0/+8
| | | | the sandboxed build.
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and ↵Damiano Galassi2017-01-205-12/+744
| | | | DEBUG-SANDBOX to build HandBrake with sandbox enabled.
* disable fontconfig on macOSDamiano Galassi2017-01-181-4/+12
|
* MacGui: fix the tests, an external file is required to run them now.Damiano Galassi2017-01-011-6/+0
|
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles ↵Damiano Galassi2016-10-291-2/+6
| | | | and picture job settings.
* MacGui: fix test build.Damiano Galassi2016-10-181-2/+0
|
* MacGui: show the queue jobs count on the main window queue toolbar icon.Damiano Galassi2016-10-051-0/+6
|
* MacGui: Xcode 8 project check.Damiano Galassi2016-09-211-3/+9
|
* MacGui: rework HBAudioTrack to use less NSDictionary.Damiano Galassi2016-09-031-0/+8
|
* MacGui: add libopus to Xcode project link phase.Damiano Galassi2016-09-031-0/+6
|
* contrib: Update to libass 0.13.2 and add HarfBuzz 1.2.6.Bradley Sepos2016-05-251-0/+6
| | | | | | | | | | | | HarfBuzz is now enabled when building libass. Resolves #162. Additional libass notes: - Add yasm dependency for better performance. - Remove no longer valid configure params. - Disable new coretext and directwrite font selection backends pending additional testing (coretext did not build properly).
* MacGui: disable code signing, it had been inadvertently enabled some commits ↵Damiano Galassi2016-05-031-2/+0
| | | | ago.
* MacGui: use AVFoundation as the first option for the preview playback. Add ↵Damiano Galassi2016-05-031-26/+102
| | | | volume and tracks controls to the player hud.
* MacGui: Remove unnecessary libltdl.a dependency.Bradley Sepos2016-03-251-4/+0
|
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-113-271/+589
|
* MacGui: add a NSDictionary extension to convert from and to hb_dict_t.Damiano Galassi2016-02-261-0/+6
|
* Move png icons into an asset cataloganongitter2016-02-111-250/+7
| | | | | Use of an asset catalog to store png icons instead of a folder to make it way easier to read in the Xcode project.
* MacGui: update sparkle to version 1.13.1.Damiano Galassi2016-02-111-0/+6
|
* Move "Frameworks (bundled)" into "Frameworks" anongitter2016-02-081-3/+3
| | | Because the folder "Frameworks (bundled)" contains frameworks, it would be more consistent making it a children folder of "Frameworks" (and doing so, change its name to "Bundled" only).
* MacGui: switch the defaults languages to view based tables, and a little ↵Damiano Galassi2016-01-261-1/+7
| | | | project cleanup. Remove to unneeded casts.
* Add libavfilter.a to the Xcode project link phase.Damiano Galassi2016-01-221-0/+6
|
* MacGui: show a focus ring around the main window when a file is dragged over ↵Damiano Galassi2015-12-121-0/+12
| | | | it, and move the advanced tab at the end.
* MacGui: remove an unused 'Resources (unused)' group from the Xcode project.Damiano Galassi2015-12-051-16/+0
|
* MacGui: add some simple tests for the undo/redo implementation of HBJob.Damiano Galassi2015-10-251-0/+4
|
* MacGui: add redo/undo supports to the audio part of HBJob.Damiano Galassi2015-10-241-2/+2
|