summaryrefslogtreecommitdiffstats
path: root/win/CS
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Remove Usage of System.ComponentModel.DataAnnotations - DisplayName a...sr552017-03-1722-182/+132
* WinGui: Fix a crash in the Notify Icon Service when Notify Icon is not enabled.sr552017-03-171-1/+4
* WinGui: Make the Queue Storage Nightly aware. Also fix an issue with Queue a...sr552017-03-177-25/+25
* WinGui: Add a new option to play Sound when queue or single encode completessr552017-03-167-4/+130
* WinGui: Add option to show progress percentage in app title bar, and the task...sr552017-03-1615-7/+139
* subtitles: simplify and shorten subtitle descriptions (#591)John Stebbins2017-03-102-4/+4
* WinGui: Remove disk space warning from browser and allow the low level to be ...sr552017-03-057-22/+81
* WinGui: Add support in the UI for QSV 10bit H.265 encoder.sr552017-03-055-12/+42
* WinGui: Rework of the preset systemsr552017-03-0413-197/+637
* Enabled "Per monitor DPI awareness"Waterflames2017-02-182-0/+14
* WinGui: Fix a logic error in 8vs10bit video encoder detection in the advanced...sr552017-02-171-1/+1
* Fixed Botton to Bottomsupachris282017-02-121-2/+2
* WinGui: Further Relax the stylecop rules.sr552017-02-111-0/+12
* WinGui: Fix a number of stylecop warnings.sr552017-02-1147-167/+162
* WinGui: Remove old AssemblyInfo Templates.sr552017-02-113-96/+0
* WinGui: Setup the Stylecop rules to be a bit more relaxed.sr552017-02-113-1/+23
* WinGui: Remove CSV Reader library as we no longer use it.sr552017-02-113-1538/+0
* WinGui: Change the following libraries to use NuGet sources.sr552017-02-1122-16959/+29
* WinGui: Add StyleCop.Analyzers NuGet packagesr552017-02-115-2/+35
* WinGui: Further CProj Cleanupsr552017-02-113-14/+3
* WinGui: Tidy up Solution file builds.sr552017-02-111-21/+1
* WinGui: Remove Stylecop Classic. (As a side note, HandBrake.ApplicationServic...sr552017-02-115-358/+0
* WinGui: Remove HandBrake.Server library. We don't use it.sr552017-02-114-159/+0
* WinGui: Fix Tape, Sprite and HighMotion Denoise Tunes. #571sr552017-02-091-1/+7
* WinGui: Allow Title Specific Scan for DVD / Bluray Discs. Fixes #559sr552017-02-061-1/+1
* WinGui: Order By Name R-Click option on Add to queue selection window.sr552017-02-042-0/+33
* WinGui: Remove further unneeded references from HandBrake.ApplicationServicessr552017-02-031-7/+0
* WinGui: Change the services library dll imports to be "hb" rather than "hb.dl...sr552017-02-031-92/+92
* WinGui: Remove System.Windows.Forms, PresentationCore, PresentationFramework ...sr552017-02-036-31/+64
* WinGui: Adding missing Tape and Sprite Denoise Tunes #544sr552017-01-251-0/+8
* WinGui: Always use iso639 for srt language code rather than name. #541sr552017-01-243-2/+48
* WinGui: Another fix to WhenDone. Should reset when the main window opens, not...sr552017-01-231-0/+6
* WinGui: Bump version to 1.0.3 for the future release.sr552017-01-226-8/+8
* WinGui: Fix an issue with QueueEdit not restoring PointToPoint settings corre...sr552017-01-221-6/+7
* WinGui: Set a min height on the queue selection window.sr552017-01-211-0/+1
* WinGui: Pause on Low Diskspace is for local drives only. Disabling check for ...sr552017-01-151-1/+1
* WinGui: Remove extension check as it can cause an erroneous error when settin...sr552017-01-151-1/+1
* WinGui: Fix typo in #496sr552017-01-151-1/+1
* WinGui: Use new hb_opencl_set_enable function. #496sr552017-01-154-3/+8
* WinGui: SplitButton was broken. #524sr552017-01-151-1/+1
* WinGui: Fix erroneous path and filename handling. #515sr552017-01-142-8/+18
* WinGui: Fix a crash when saving presets for video encoders that don't have pr...sr552017-01-141-3/+3
* WinGui: Fix an issue which prevented the GUI from parsing presets with hb_pre...sr552017-01-133-4/+11
* WinGui: Put up a clearer error when we can't read older presets rather than j...sr552017-01-124-5/+29
* WinGui: Update EndPoint for API Change.sr552017-01-111-1/+1
* WinGui: Fix for the Queue Item Tooltip. Would erroneously display "2Pass" for...sr552017-01-111-1/+7
* WinGui: Fix a stack overflow exception in Options screen that was causing a s...sr552017-01-091-1/+0
* WinGui: Allow the log window to be opened from the Scan Status Overlay.sr552017-01-084-20/+81
* WinGui: Correctly synchronise the WhenDone dropdowns in the Queue, MainWindow...sr552017-01-087-50/+66
* WinGui: Workaround a bug in libhb where if the audio track name == "", the en...sr552017-01-071-1/+2