Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Improve the Number Box control. 1. Add support for Up/Down Arrow ↵ | sr55 | 2018-04-29 | 2 | -2/+11 |
| | | | | to increase/decrease the number. 2. Remove tab stop from the buttons. #1311 | ||||
* | WinGui: Fix some potential null reference exceptions in EnumHelper #1302 | sr55 | 2018-04-23 | 1 | -0/+15 |
| | |||||
* | WinGui: Tidy up AudioTrack.cs | sr55 | 2018-04-23 | 1 | -4/+1 |
| | |||||
* | WinGui: Add support for setting mixdown, bitrate, sample rate, gain and DRC ↵ | sr55 | 2018-04-23 | 3 | -26/+24 |
| | | | | for the passthru encoder on the audio behaviour screen. This is used for the audio fallback encoder. #1291 | ||||
* | WinGui: Portable Mode: New option to disable startup update check. | sr55 | 2018-04-23 | 3 | -1/+24 |
| | |||||
* | scripts: Improve mac-toolchain-build curl parameters. | Bradley Sepos | 2018-04-22 | 1 | -7/+7 |
| | | | | Follow links, force overwrite files (in the temp dir), and set a connect timeout of 30 seconds; same as mingw-w64-build. | ||||
* | scripts: Update mac-toolchain-build NASM url. | Bradley Sepos | 2018-04-22 | 1 | -1/+1 |
| | | | | Upstream switched to https recently, breaking the download script. | ||||
* | WinGui: Block Installation on 32bit systems. | sr55 | 2018-04-20 | 2 | -6/+18 |
| | |||||
* | LinGui: start adding Gtk4 support | John Stebbins | 2018-04-19 | 13 | -867/+529 |
| | | | | | | | | Gtk4 drops support for a number of widget properties and APIs. Fortunately these were all pretty much duplicate functionality that could be replaced by other existing properties and APIs. Building with Gtk4 is currently disabled due to several bugs in libgtk4. | ||||
* | LinGui: Add activity window font size preference | John Stebbins | 2018-04-17 | 4 | -9/+112 |
| | | | | | | And make the default font size 8 Fixes https://github.com/HandBrake/HandBrake/issues/1285 | ||||
* | contrib: Add libbluray workaround for FreeBSD build with gcc7. | Yuichiro NAITO | 2018-04-16 | 1 | -0/+13 |
| | | | | Closes #1281 and #1282. | ||||
* | LinGui: fix multi-instance queues | John Stebbins | 2018-04-16 | 1 | -1/+1 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/1283 | ||||
* | MacGui: do not crash if the presets file is not a valid utf8 file. | Damiano Galassi | 2018-04-15 | 1 | -0/+3 |
| | |||||
* | contrib: Add x264 patch to fix AVX-512 alignment. | Bradley Sepos | 2018-04-14 | 1 | -0/+74 |
| | |||||
* | WinGui: New start-up command line option. --recover-queue-ids=<command ↵ | sr55 | 2018-04-14 | 4 | -10/+34 |
| | | | | separated id list> to recover specific queue files on startup. | ||||
* | WinGui: Cleanup the QueueRecoveryHelper and make it a little smarter about ↵ | sr55 | 2018-04-14 | 1 | -66/+52 |
| | | | | how it handles multi-instance. | ||||
* | WinGui: Some further x86 Cleanup | sr55 | 2018-04-14 | 3 | -25/+4 |
| | |||||
* | WinGui: Tidy up the build system by removing x86 build profiles. | sr55 | 2018-04-13 | 11 | -490/+38 |
| | |||||
* | LinGui: fix "source" tollbar button labels | John Stebbins | 2018-04-11 | 1 | -2/+2 |
| | | | | make them single line | ||||
* | LinGui: remove debug printf :( | John Stebbins | 2018-04-11 | 1 | -1/+0 |
| | |||||
* | LinGui: make main toolbar look like osx main toolbar | John Stebbins | 2018-04-11 | 13 | -42/+98 |
| | |||||
* | WinGui: Show Picture Preview on Summary Tab by default. | sr55 | 2018-04-11 | 1 | -0/+8 |
| | |||||
* | LinGui: add Ubuntu Bionic to nightly builds | John Stebbins | 2018-04-11 | 3 | -0/+130 |
| | |||||
* | option to disable preview on summary tab (issue #1267) | Sebastian Janning | 2018-04-10 | 7 | -4/+62 |
| | |||||
* | MacGui: update the docs urls for 1.1.01.1.0 | Damiano Galassi | 2018-04-05 | 4 | -4/+4 |
| | |||||
* | MacGui: save queue toolbar visibility state. Fixes #1221 | Damiano Galassi | 2018-04-05 | 1 | -10/+11 |
| | |||||
* | libhb: don't drop "escape" char in hb_str_vsplit | John Stebbins | 2018-04-03 | 1 | -5/+0 |
| | | | | | | | It's just wrong to begin with. And it may not be an escape char anyway. Could be a directory separator. Fixes https://github.com/HandBrake/HandBrake/issues/1249 | ||||
* | Update NEWS.markdown for HandBrake 1.1.0 release. | Bradley Sepos | 2018-03-31 | 1 | -67/+83 |
| | | | | Thanks Scott (@sr55) for the initial draft. | ||||
* | Port to GDBus (#1234) | Arkadiy Illarionov | 2018-03-18 | 3 | -215/+141 |
| | | | | | | | | | | * Port to GDBus Fixes #1121 * Restore NULL checks for the error return values. * NULL check for DBUS connection | ||||
* | MacGUI: Select newly saved preset on creation. | Bradley Sepos | 2018-03-17 | 1 | -0/+7 |
| | |||||
* | MacGUI: Improve rename return value conditional. | Bradley Sepos | 2018-03-17 | 1 | -1/+1 |
| | |||||
* | MacGUI: Fix Rename dialog on 10.7. | Bradley Sepos | 2018-03-17 | 3 | -8/+7 |
| | |||||
* | MacGUI: Add Rename Preset dialog. | Rodeo314 | 2018-03-17 | 7 | -1/+267 |
| | | | | @BradleyS thanks @Rodeo314 for his help with this. | ||||
* | MacGUI: Rename Picture to Dimensions and move Destination on Queue jobs. | Bradley Sepos | 2018-03-17 | 1 | -7/+7 |
| | | | | Consistent with the main window naming and flow. | ||||
* | MacGUI: Set the popover selected preset to the current on make default. | Bradley Sepos | 2018-03-17 | 1 | -0/+1 |
| | | | | Avoids noop when popover has selected a folder. Only applies to Make Default Preset in the main menu; the popover menu item is disabled when a folder is selected. | ||||
* | MacGUI: Add Make Default Preset item to Presets menu. | Bradley Sepos | 2018-03-17 | 3 | -6/+17 |
| | | | | Move Set Default Preset directly above the presets list for clarity and to avoid confusion between get/set. | ||||
* | MacGUI: Update main window preset control when changing the default preset ↵ | Bradley Sepos | 2018-03-17 | 1 | -0/+1 |
| | | | | via popover. | ||||
* | MacGUI: Update main window preset control when renaming via popover. | Bradley Sepos | 2018-03-17 | 3 | -6/+15 |
| | |||||
* | MacGUI: After deleting a preset, select the default preset. | Bradley Sepos | 2018-03-17 | 1 | -3/+1 |
| | | | | Both the popover and main window control were selecting nothing at all in some/all cases. | ||||
* | MacGUI: Add Delete item to Presets menu. | Bradley Sepos | 2018-03-17 | 4 | -3/+20 |
| | |||||
* | MacGUI: Set the popover selected preset to the current preset on close. | Bradley Sepos | 2018-03-17 | 1 | -0/+1 |
| | | | | Ensures we operate on the main window's currently selected preset when the popover is closed. | ||||
* | MacGUI: Load the presets popover view on main window load. | Bradley Sepos | 2018-03-17 | 1 | -0/+2 |
| | | | | Fixes the scenario where presets menu and controls do not update the popover until it is shown, e.g. Presets > Export... | ||||
* | LinGui: fix problem with application of autoscale | John Stebbins | 2018-03-16 | 1 | -0/+2 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/1146 | ||||
* | LinGui: fix rounding error in display aspect | John Stebbins | 2018-03-16 | 3 | -15/+24 |
| | | | | | This is only a cosmetic display problem. The values used during encoding are correct. | ||||
* | Adds Load Queue File to main Queue menu (#1223) | Corey Daley | 2018-03-12 | 3 | -0/+19 |
| | | | Add a Load Queue File menu item to the main Queue menu for ease of use. | ||||
* | Fix typo | Bernhard Reutner-Fischer | 2018-03-10 | 2 | -2/+2 |
| | | | | | | s/seletec/select/g Signed-off-by: Bernhard Reutner-Fischer <[email protected]> | ||||
* | WinGui: Fix Framerate mode setting when using presets and quicksync. Fixes ↵ | sr55 | 2018-03-10 | 1 | -1/+0 |
| | | | | #1222 | ||||
* | LinGui: add support for GtkApplication suspend inhibit/uninhibit | John Stebbins | 2018-02-27 | 2 | -518/+546 |
| | | | | This is a new API since GTK 3.4. Use it instead of DBUS when available. | ||||
* | libhb/param: skip redundant checks. | Tim Walker | 2018-02-26 | 1 | -3/+3 |
| | |||||
* | libhb: fix parsing of filters' tunes. | Tim Walker | 2018-02-26 | 1 | -12/+16 |
| | | | | filter_param_get_entry() was using the preset count for bounds checking. |