| Commit message (Expand) | Author | Age | Files | Lines |
* | MacGui: copy the xibs to Base.lproj as a first step to make them localizable | ritsuka | 2015-08-06 | 20 | -0/+7945 |
* | MacGui: revert part of the previous commit that should have not been committed | ritsuka | 2015-08-06 | 6 | -152/+116 |
* | MacGui: switch back another property to assign, 10.7 does not support weak fo... | ritsuka | 2015-08-06 | 9 | -128/+168 |
* | MacGui: second part of the previous commit | ritsuka | 2015-08-06 | 10 | -3/+36 |
* | MacGui: fix a crash on startup on 10.7, and some warnings. | ritsuka | 2015-08-06 | 2 | -0/+3 |
* | MacGui: swap the Video and Picture tab. | ritsuka | 2015-08-05 | 1 | -13/+13 |
* | MacGui: fix the build. Set the xibs compatibility to Xcode 6.3. | ritsuka | 2015-07-28 | 19 | -87/+341 |
* | MacGui: remove the "use picture filters" checkbox in the add preset sheet. Th... | ritsuka | 2015-07-27 | 2 | -29/+29 |
* | MacGui: move the picture and filters settings to the main window. | ritsuka | 2015-07-27 | 21 | -1340/+2074 |
* | MacGui: fixed a warning. | ritsuka | 2015-07-24 | 1 | -1/+1 |
* | MacGui: more missing files. | ritsuka | 2015-07-24 | 2 | -13/+18 |
* | MacGui: missing changes from the previous commit. | ritsuka | 2015-07-24 | 1 | -2/+3 |
* | MacGUI: don' try to rescan a job from queue if there is already a scan going on. | ritsuka | 2015-07-24 | 1 | -14/+23 |
* | MacGui: use the correct string value for the anamorphic mode "off". | ritsuka | 2015-07-22 | 1 | -2/+2 |
* | MacGui: fix an issue where the the user was already asked if he wanted to del... | ritsuka | 2015-07-22 | 1 | -28/+32 |
* | MacGui: do not let an instance edit a job that another instance is currently ... | ritsuka | 2015-07-22 | 2 | -10/+8 |
* | MacGui: various queue improvements, including: | ritsuka | 2015-07-22 | 12 | -231/+392 |
* | MacGui: fix the multiple default presets issue. | ritsuka | 2015-07-07 | 1 | -1/+3 |
* | MacGui: disable some warnings when compiling the cli inside Xcode. | ritsuka | 2015-07-04 | 2 | -3/+17 |
* | MacGui: fixed a crash that could happen when the "browse…" button is presse... | ritsuka | 2015-07-04 | 1 | -2/+6 |
* | MacGui: updated the text on some warning messages. | ritsuka | 2015-07-04 | 5 | -12/+16 |
* | MacGui: rename "Source" to "Open Source", and add the "Open Recent" menu item. | ritsuka | 2015-07-04 | 3 | -10/+23 |
* | MacGui: use NSWorkspace to open an encoded file in the external app. It doesn... | ritsuka | 2015-07-04 | 1 | -6/+13 |
* | MacGui: correct typo. | ritsuka | 2015-07-04 | 1 | -5/+4 |
* | MacGui: check if the log file can be written or not in HBOutputFileWriter init. | ritsuka | 2015-07-03 | 5 | -9/+36 |
* | MacGui: remove a unneeded statement, built-in presets already have the select... | ritsuka | 2015-06-04 | 1 | -1/+0 |
* | MacGui: update the layout of the add preset window. | ritsuka | 2015-06-04 | 1 | -106/+74 |
* | MacGui: fix the audio defaults to use the languages specified in the preferen... | ritsuka | 2015-06-01 | 1 | -7/+7 |
* | MacGui: add more nullability annotations. | ritsuka | 2015-06-01 | 6 | -4/+28 |
* | MacGui: split HBTitle header to make it easier to test. Added some simple tests. | ritsuka | 2015-06-01 | 13 | -27/+310 |
* | MacGui: do not try to create a NSURL if the path if empty. Encode the right t... | ritsuka | 2015-06-01 | 2 | -2/+6 |
* | MacGui: remove a useless cast for the deblock value. | ritsuka | 2015-05-31 | 4 | -5/+5 |
* | MacGui: fix custom denoise settings. | ritsuka | 2015-05-31 | 1 | -1/+1 |
* | MacGui: cast the value of UsesPictureFilters to bool so the dictionary will u... | ritsuka | 2015-05-30 | 1 | -1/+1 |
* | MacGui: fix the leaks after using hb_presets_import_json and hb_presets_clean... | ritsuka | 2015-05-30 | 6 | -18/+72 |
* | MacGui: add nullability annotations to the headers and use weak where is poss... | ritsuka | 2015-05-30 | 35 | -48/+125 |
* | MacGui: don't hardcode which encoders support the preset system. | Rodeo | 2015-05-29 | 5 | -12/+25 |
* | MacGui: fix queue reading on 10.7. | ritsuka | 2015-05-23 | 1 | -1/+1 |
* | MacGui: remove a workaround for a bug in 10.6. | ritsuka | 2015-05-21 | 1 | -7/+1 |
* | MacGui: set the deployment target to 10.7. | ritsuka | 2015-05-21 | 4 | -5/+2 |
* | MacGui: add a test target to the Xcode project, plus some simple test. Use a ... | ritsuka | 2015-05-20 | 12 | -2/+368 |
* | MacGui: better samplerate validation. | Rodeo | 2015-05-19 | 2 | -18/+78 |
* | MacGui: add more tooltips. All the tooltips in https://reviews.handbrake.fr/r... | ritsuka | 2015-05-17 | 7 | -78/+91 |
* | MacGui: I would commit seppuku, but I am no samurai. | Rodeo | 2015-05-17 | 1 | -1/+1 |
* | MacGui: make a copy of a preset before showing the export window. | ritsuka | 2015-05-17 | 4 | -8/+20 |
* | MacGui: don't forget the fastdecode checkbox when printing the job's queue de... | Rodeo | 2015-05-17 | 1 | -2/+17 |
* | MacGui: remove workaround for the case where the output samplerate is auto an... | Rodeo | 2015-05-16 | 1 | -15/+2 |
* | MacGui: forgot one :( | Rodeo | 2015-05-16 | 1 | -2/+1 |
* | MacGUI: don't double-sanitize encoder names. | Rodeo | 2015-05-16 | 2 | -3/+2 |
* | MacGui: reset allowed passthru codecs when applying a preset. | Rodeo | 2015-05-16 | 1 | -1/+12 |