summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* MacGui: remove the link to libdvdcssDamiano Galassi2015-09-301-16/+10
* MacGui: add a way to differentiate a cancelled scan/encoded from a failed sca...Damiano Galassi2015-09-305-29/+27
* MacGui: move start and pause after the queue buttons in the main window toolbarDamiano Galassi2015-09-291-4/+4
* MacGui: safer HBTitle by checking init, and use a weak property for title in ...Damiano Galassi2015-09-292-3/+3
* MacGui: set 1 as the default value for the Scan only title optionDamiano Galassi2015-09-292-3/+6
* MacGui: read the actual preview count so we don't try to load a non existing ...Damiano Galassi2015-09-294-1/+16
* MacGui: do not revert to the selected preset when scanning a new source, but ...Damiano Galassi2015-09-241-5/+1
* MacGui: update the project to the latest Xcode recommended settingsDamiano Galassi2015-09-244-4/+6
* MacGui: enable core animation in the activity window so the bottom corners of...Damiano Galassi2015-09-042-15/+8
* MacGui: try a different layout for the picture tab, show the source size and ...Damiano Galassi2015-08-291-380/+395
* MacGui: default to 'source maximum' in the Picture Size popup of the add pres...Damiano Galassi2015-08-292-14/+11
* MacGui: added a new sourceInfo property to retrieve a string with the picture...Damiano Galassi2015-08-294-0/+21
* Remove a workaround for the 10.6 sdkgalad872015-08-251-6/+0
* MacGui: copy the xibs to Base.lproj as a first step to make them localizableritsuka2015-08-0620-0/+7945
* MacGui: revert part of the previous commit that should have not been committedritsuka2015-08-066-152/+116
* MacGui: switch back another property to assign, 10.7 does not support weak fo...ritsuka2015-08-069-128/+168
* MacGui: second part of the previous commitritsuka2015-08-0610-3/+36
* MacGui: fix a crash on startup on 10.7, and some warnings.ritsuka2015-08-062-0/+3
* MacGui: swap the Video and Picture tab.ritsuka2015-08-051-13/+13
* MacGui: fix the build. Set the xibs compatibility to Xcode 6.3.ritsuka2015-07-2819-87/+341
* MacGui: remove the "use picture filters" checkbox in the add preset sheet. Th...ritsuka2015-07-272-29/+29
* MacGui: move the picture and filters settings to the main window.ritsuka2015-07-2721-1340/+2074
* MacGui: fixed a warning.ritsuka2015-07-241-1/+1
* MacGui: more missing files.ritsuka2015-07-242-13/+18
* MacGui: missing changes from the previous commit.ritsuka2015-07-241-2/+3
* MacGUI: don' try to rescan a job from queue if there is already a scan going on.ritsuka2015-07-241-14/+23
* MacGui: use the correct string value for the anamorphic mode "off".ritsuka2015-07-221-2/+2
* MacGui: fix an issue where the the user was already asked if he wanted to del...ritsuka2015-07-221-28/+32
* MacGui: do not let an instance edit a job that another instance is currently ...ritsuka2015-07-222-10/+8
* MacGui: various queue improvements, including:ritsuka2015-07-2212-231/+392
* MacGui: fix the multiple default presets issue.ritsuka2015-07-071-1/+3
* MacGui: disable some warnings when compiling the cli inside Xcode.ritsuka2015-07-042-3/+17
* MacGui: fixed a crash that could happen when the "browse…" button is presse...ritsuka2015-07-041-2/+6
* MacGui: updated the text on some warning messages. ritsuka2015-07-045-12/+16
* MacGui: rename "Source" to "Open Source", and add the "Open Recent" menu item.ritsuka2015-07-043-10/+23
* MacGui: use NSWorkspace to open an encoded file in the external app. It doesn...ritsuka2015-07-041-6/+13
* MacGui: correct typo.ritsuka2015-07-041-5/+4
* MacGui: check if the log file can be written or not in HBOutputFileWriter init.ritsuka2015-07-035-9/+36
* MacGui: remove a unneeded statement, built-in presets already have the select...ritsuka2015-06-041-1/+0
* MacGui: update the layout of the add preset window.ritsuka2015-06-041-106/+74
* MacGui: fix the audio defaults to use the languages specified in the preferen...ritsuka2015-06-011-7/+7
* MacGui: add more nullability annotations.ritsuka2015-06-016-4/+28
* MacGui: split HBTitle header to make it easier to test. Added some simple tests.ritsuka2015-06-0113-27/+310
* MacGui: do not try to create a NSURL if the path if empty. Encode the right t...ritsuka2015-06-012-2/+6
* MacGui: remove a useless cast for the deblock value.ritsuka2015-05-314-5/+5
* MacGui: fix custom denoise settings.ritsuka2015-05-311-1/+1
* MacGui: cast the value of UsesPictureFilters to bool so the dictionary will u...ritsuka2015-05-301-1/+1
* MacGui: fix the leaks after using hb_presets_import_json and hb_presets_clean...ritsuka2015-05-306-18/+72
* MacGui: add nullability annotations to the headers and use weak where is poss...ritsuka2015-05-3035-48/+125
* MacGui: don't hardcode which encoders support the preset system.Rodeo2015-05-295-12/+25