Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LinGui: fix opening files on command line | John Stebbins | 2018-05-17 | 1 | -1/+2 |
| | |||||
* | WinGui: Improved behaviour of the Add Selection to Queue Window. Can now be ↵ | sr55 | 2018-05-16 | 2 | -4/+19 |
| | | | | resized to full screen and also now supports spacebar selection once a record is selected to toggle the selection checkbox. Fixes #1341 | ||||
* | LinGui: fix display of video quality over slider | John Stebbins | 2018-05-15 | 1 | -0/+2 |
| | | | | | After changing video encoders, the slider value was cut off at the right edge of the window. | ||||
* | libhb: Increase maximum packet read size in stream.c. | Bradley Sepos | 2018-05-13 | 1 | -1/+1 |
| | | | | | | Previous value maxed out at lossless x264 4K or so, new value should be large enough for lossless x264 8K. Fixes #1334. | ||||
* | scripts: Update to mingw-w64-build 4.0.1. | Bradley Sepos | 2018-05-10 | 1 | -3/+3 |
| | | | | Downgrades binutils to workaround https://sourceware.org/bugzilla/show_bug.cgi?id=22762 until a new version is released. Fixes #1330. | ||||
* | WinGui: Make the error checking more aggressive when adding to queue. Add ↵ | sr55 | 2018-05-09 | 3 | -5/+50 |
| | | | | support for bailing out if batch adding and errors occur. | ||||
* | WinGui: Remove Logging abstraction from the Services library. Let the ↵ | sr55 | 2018-05-08 | 17 | -166/+167 |
| | | | | library consumers decide how to log instead utilising the log events instead. | ||||
* | WinGui: Remove the need for ILog on the key Interop API surface. | sr55 | 2018-05-08 | 4 | -66/+64 |
| | |||||
* | WinGui: Remove some unnecessary version / bitness calls in the Services library. | sr55 | 2018-05-08 | 5 | -27/+4 |
| | |||||
* | scripts: Update to mingw-w64-build 4.0.0. | Bradley Sepos | 2018-05-07 | 1 | -50/+90 |
| | | | | GCC 7.3.0, continuous output (keep alive for Travis), and more. | ||||
* | scripts: Handle exit conditions more robustly in mac-toolchain-build. | Bradley Sepos | 2018-05-07 | 1 | -1/+5 |
| | |||||
* | scripts: Remove unnecessary exit message from mac-toolchain-build. | Bradley Sepos | 2018-05-07 | 1 | -1/+0 |
| | |||||
* | scripts: Make mac-toolchain-build dot crawl print only every 15 seconds. | Bradley Sepos | 2018-05-07 | 1 | -1/+1 |
| | |||||
* | scripts: Print continuous output while mac-toolchain-build runs. | Bradley Sepos | 2018-05-07 | 1 | -158/+188 |
| | | | | | | Avoid timeouts due to long running processes and lack of output on slow automated build systems like Travis. For some reason the git and GitHub aren't displaying this diff in an intuitive way; not much has changed in the main section. | ||||
* | WinGui: Update Version Numbers around the application / Installer. Update ↵ | sr55 | 2018-05-06 | 5 | -10/+10 |
| | | | | the Installer to download .NET 4.7.1 if missing. | ||||
* | WinGui: Tidy-up some erroneous namespaces. | sr55 | 2018-05-06 | 3 | -6/+0 |
| | |||||
* | WinGui: Remove some legacy Stylecop files and Update R# Teamshared Settings. | sr55 | 2018-05-06 | 3 | -42/+378 |
| | |||||
* | WinGui: Remove Non-Build Dependancy on Stylecop.Analyzers | sr55 | 2018-05-06 | 4 | -12/+0 |
| | |||||
* | WinGui: Upgrade to Json.NET 11.0.2 | sr55 | 2018-05-06 | 4 | -8/+6 |
| | |||||
* | WinGui: Upgrade to Caliburn Micro 3.2.0 | sr55 | 2018-05-06 | 2 | -13/+9 |
| | |||||
* | WinGui: Remove references to System.Drawing from Alpha.ApplicationServices. ↵ | sr55 | 2018-05-06 | 6 | -32/+63 |
| | | | | The WPF project now has a conversion utility to take the raw byte[] to convert to bitmapimage. | ||||
* | WinGui: Upgrade to .NET Framework 4.7.1 | sr55 | 2018-05-06 | 5 | -5/+5 |
| | |||||
* | WinGui: For MP4 files, when subtitles are incompatible and we've already ↵ | sr55 | 2018-05-06 | 1 | -0/+5 |
| | | | | used a burn-in track, drop all additional subtitle tracks instead of adding them. | ||||
* | WinGui: Fix Tabbing behaviour on the main tab control. Fixes #1313 | sr55 | 2018-05-01 | 1 | -1/+1 |
| | |||||
* | WinGui: Change the "Picture Size" label to "Dimensions" to avoid confusion ↵ | sr55 | 2018-05-01 | 2 | -2/+2 |
| | | | | on the Add Preset View. #1309 | ||||
* | WinGui: Fix an issue where the "When Done" would prevent HandBrake from ↵ | sr55 | 2018-04-29 | 1 | -3/+4 |
| | | | | saving the queue state. | ||||
* | 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 |
| |