summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* LinGui: fix spacing between preset menu button and settings stackJohn Stebbins2019-07-181-0/+1
* LinGui: make "clear completed queue items" pref consistent with WinGuiJohn Stebbins2019-07-171-20/+18
* stream: add support for eia 608 subtitle tracksJohn Stebbins2019-07-171-0/+7
* WinGui: Show Day long encodes in hours consistent with the other UIssr552019-07-165-15/+19
* WinGui: Support Encode Time in days. #523sr552019-07-162-2/+7
* MacGui: Set /docs rather than /docs/en/1.2.0 for the documentation. Better f...sr552019-07-161-1/+1
* LinGui: Reduce disk monitoring free space limit to 2GBJohn Stebbins2019-07-151-1/+1
* Fix dropped audio when embedded CC sub is selectedJohn Stebbins2019-07-154-5/+10
* WinGui: Since the UI now has active storage space left monitoring, set the de...sr552019-07-141-1/+1
* WinGui: Remove the experimental embedded queue. It's not been working right f...sr552019-07-1412-397/+9
* LinGui: update preset save dialog "Dimensions" labelJohn Stebbins2019-07-121-1/+1
* dvd: remove dvd specific details from hb_title_tJohn Stebbins2019-07-126-300/+289
* hb_json: don't fail if audio is invalid for muxJohn Stebbins2019-07-121-6/+13
* WinGui: Level support for x265sr552019-07-121-1/+2
* encx265: set levelJohn Stebbins2019-07-112-0/+30
* work: fix logging of SSA import tracksJohn Stebbins2019-07-111-0/+12
* decssasub: fix p-to-p encoding with SSA importJohn Stebbins2019-07-111-2/+91
* decsrtsub: fix missing initial sub with p-to-pJohn Stebbins2019-07-112-2/+21
* 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
* WinGui: Further work on the new dark theme.sr552019-07-064-36/+613
* WinGui: Build out code for active monitoring of storage and battery power on...sr552019-07-0515-13/+308
* WinGui: The preferences UI for "Pause on low disk space" was bad with the che...sr552019-07-054-20/+18
* scripts: Update mac-toolchain-buildNomis1012019-07-041-24/+24
* WinGui: Some minor further work to the dark theme.sr552019-07-033-9/+15
* WinGui: Nice display of statistics when information isn't available. #2179sr552019-07-034-1/+61
* LinGui: fix creating new preset categoryJohn Stebbins2019-07-011-1/+1
* WinGui: Fix an issue where Fast Decode appeared not to save as part of preset...sr552019-07-011-3/+11
* WinGui: Prevent Fast Decode from being double set when changing to x265 from ...sr552019-07-011-0/+5
* LinGui: remove webkit from Ubuntu build dependenciesJohn Stebbins2019-07-013-3/+3
* WinGui: Slight increase in size of the Log window so that the vast majority o...sr552019-06-301-2/+2
* WinGui: A useful window utility class that might be useful later.sr552019-06-302-0/+128
* WinGui: Usability improvements on the Queue.sr552019-06-304-64/+45
* Fix gcc 9 compiler warningsJohn Stebbins2019-06-286-22/+56
* LinGui: more code refactoringJohn Stebbins2019-06-2713-235/+355
* LinGui: refactor some codeJohn Stebbins2019-06-273-43/+44
* LinGui: add options to open encode log and log directoryJohn Stebbins2019-06-273-0/+112
* LinGui: don't hide queue stats and activity tabsJohn Stebbins2019-06-273-33/+71
* LinGui: minor layout and window label tweaksJohn Stebbins2019-06-271-2/+6
* Fix "hardening features" log messageJohn Stebbins2019-06-271-1/+1
* LinGui: improve text of current encode pass in queue statsJohn Stebbins2019-06-271-4/+15
* LinGui: update queue stats during queue scanJohn Stebbins2019-06-271-0/+1
* LinGui: set file size stats to "Not Available" when stat failsJohn Stebbins2019-06-271-2/+2
* reader: update hb_status_t eta_seconds during FASJohn Stebbins2019-06-271-0/+1
* LinGui: set a default width for empty queue listJohn Stebbins2019-06-261-0/+1
* LinGui: implement queue reorderingJohn Stebbins2019-06-264-938/+1156
* hb_json: add new hb_state_t fieldsJohn Stebbins2019-06-251-1/+4
* LinGui: add queue statisticsJohn Stebbins2019-06-2514-188/+886