summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* MacGui: enable and fix more warnings. Review nullability annotations.Damiano Galassi2019-08-1275-153/+309
* MacGui: do not copy the xpc info.plist to the Resources folder.Damiano Galassi2019-08-122-2/+1
* MacGui: disable sudden termination in the xpc service when the core is created.Damiano Galassi2019-08-121-0/+3
* libhb: eliminate file path length limitsJohn Stebbins2019-08-111-2/+1
* add subtitle track name read/writeJohn Stebbins2019-08-111-0/+1
* mac: Remove libsamplerate from Xcode project.Bradley Sepos2019-08-111-6/+0
* MacGui: improve queue accessibility.Damiano Galassi2019-08-111-0/+9
* MaGui: fix xpc service localization.Damiano Galassi2019-08-116-6/+58
* MacGui: improve xpc crash recovery, set dvdnav option in the xpc service.Damiano Galassi2019-08-115-10/+26
* MacGui: properly cleanup the xpc service temporary files; fix encode toolbar ...Damiano Galassi2019-08-113-8/+10
* MacGui: recover when the xpc service crashes.Damiano Galassi2019-08-116-22/+63
* MacGui: move the queue libhb instance to an xpc service.Damiano Galassi2019-08-1130-290/+1298
* [MacGUI] Update german localization (for new queue)Nomis1012019-08-0711-91/+176
* MacGui: update Italian localization.Damiano Galassi2019-08-0610-87/+186
* MacGui: rename the Actions toolbar item to Action to be coherent with the oth...Damiano Galassi2019-08-061-3/+3
* Update deprecated gnu dialects name in project.pbxprojNomis1012019-08-061-4/+4
* MacGui: correct the HBEncodeLogLocation key. Fix #2220.Damiano Galassi2019-08-051-1/+1
* MacGui: don't send the search pass progress to the Finder progress bar.Damiano Galassi2019-07-311-1/+2
* Fix some typos (#2202)Nomis1012019-07-3124-29/+29
* MacGui: add a preference to automatically clear completed queue items.Damiano Galassi2019-07-304-28/+51
* MacGui: set the progress labels to a monospaced digit font.Damiano Galassi2019-07-303-5/+19
* MacGui: add a nicer icon to the details toolbar button.Damiano Galassi2019-07-304-4/+29
* MacGui: refactor the preferences keys and autonaming methods; fix the queue w...Damiano Galassi2019-07-2931-449/+555
* MacGui: add file size to the statistics. Fix selected text color when dark mo...Damiano Galassi2019-07-285-24/+59
* MacGui: show statistics for completed jobs.Damiano Galassi2019-07-276-64/+196
* MacGui: improve queue labels when multiple jobs are selected; fix some bugs.Damiano Galassi2019-07-2718-220/+488
* MacGui: store queue items statistics.Damiano Galassi2019-07-257-2/+114
* MacGui: improve queue init.Damiano Galassi2019-07-252-75/+102
* MacGui: fix file menu validation. Closes #2200.Damiano Galassi2019-07-201-2/+2
* MacGui: fix a number of queue regressions.Damiano Galassi2019-07-2010-78/+80
* MacGui: add a NSString extension to create monospaced strings.Damiano Galassi2019-07-202-1/+33
* MacGui: add inline progress status and bar in the queue.Damiano Galassi2019-07-2011-58/+185
* MacGui: revert 8d5f8fc7f55d45a082efd5c624c04b84118fb2b5 because it breaks oth...Damiano Galassi2019-07-191-1/+1
* MacGui: refactor the queue and implement part of the new queue ui.Damiano Galassi2019-07-1923-1624/+2181
* MacGui: Set /docs rather than /docs/en/1.2.0 for the documentation. Better f...sr552019-07-161-1/+1
* Fix "Toolbar" issue in german HBNomis1012019-07-091-2/+2
* MacGui: update german localization.Nomis1012019-07-0815-114/+137
* MacGui: better placement for the system default touch bar items.Damiano Galassi2019-07-081-1/+1
* MacGui: fix start toolbar button tooltip. Fixes #2184.Damiano Galassi2019-07-081-1/+1
* [gardening] Clean up old OS X code piecesNomis1012019-06-2216-37/+0
* build: Add --enable-hardening flag to enable stack protection and enhanced bu...Nomis1012019-06-191-0/+6
* MacGui: fix build when deployment target is set to 10.14.Damiano Galassi2019-06-091-1/+1
* MacGui: make sure System Events is running, if not the permission alert will ...Damiano Galassi2019-06-091-4/+15
* MacGui: fix queue sleep and shutdown on 10.14 and under sandbox.Damiano Galassi2019-06-085-2/+79
* MacGui: write the queue to disk less often and add some validations when read...Damiano Galassi2019-06-0814-63/+104
* MacGui: use HB_VCODEC_X264_MASK to check whether x264 is selected or not.Damiano Galassi2019-06-072-3/+3
* MacGui: don't show fast decode checkbox when the encoder is not x264, fixes #...Damiano Galassi2019-06-072-1/+11
* MacGui: localize the 'None' item in the fallback encoders popup.Damiano Galassi2019-06-073-36/+119
* MacGui: disable auto passthru fallback encoder options when fallback is set t...Damiano Galassi2019-06-071-3/+8
* MacGui: fix warnings.Damiano Galassi2019-06-074-6/+6