summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MacGui: align some UI elements.Damiano Galassi2015-10-253-9/+10
* MacGui: switch the audio table to a view-based one.Damiano Galassi2015-10-252-248/+347
* Improving the Deinterlace / Decomb Filters Tab UI. Now uses the same "preset...Scott2015-10-2412-99/+197
* Update HandBrakeCLI to read presets.json on Windows. This is the file that wi...Scott2015-10-241-2/+2
* Adding a "When Done" Label and Context Menu to the Main Screen status bar.Scott2015-10-248-10/+88
* Tidy up some code for the new inline queue view.Scott2015-10-243-26/+0
* Improve the In-line queue display.Scott2015-10-248-21/+336
* Initial commit to allow the Queue Window to be embedded in the main window. S...Scott2015-10-2412-352/+136
* MacGui: improve subtitles defaults undo support.Damiano Galassi2015-10-243-10/+22
* MacGui: add type parameter to some arrays.Damiano Galassi2015-10-243-5/+7
* MacGui: add redo/undo supports to the audio part of HBJob.Damiano Galassi2015-10-2415-142/+295
* Merge pull request #27 from bradleysepos/buildBradley Sepos2015-10-231-1/+5
|\
| * contrib: Update to CMake 3.3.2.Bradley Sepos2015-10-231-1/+5
|/
* libhb: Add rebeccapurple to color map.Bradley Sepos2015-10-231-0/+1
* MacGui: rewrote the subtitles tab to use bindings, view-based table view and ...Damiano Galassi2015-10-2212-977/+1159
* MacGui: align the chapters title textfield.Damiano Galassi2015-10-221-3/+3
* MacGui: partial undo/redo support in the defaults sheets.Damiano Galassi2015-10-228-6/+245
* libhb: fix dereference of null pointerJohn Stebbins2015-10-201-1/+2
* CLI: silence uninitialized variable warningsJohn Stebbins2015-10-201-8/+8
* libhb: Fix potentially uninitialized variableJohn Stebbins2015-10-201-0/+2
* MacGui: added undo/redo support to the video, picture, filters, chapters and ...Damiano Galassi2015-10-2016-106/+508
* MacGui: expose a property to set the log level in HBCore.Damiano Galassi2015-10-202-0/+13
* Merge pull request #21 from jstebbins/grayscaleJohn Stebbins2015-10-1912-36/+294
|\
| * grayscale: wingui changesJohn Stebbins2015-10-163-7/+8
| * macui: add grayscale filterJohn Stebbins2015-10-151-2/+7
| * grayscale: make it a real filterJohn Stebbins2015-10-148-27/+279
* | ports: make hb_opendir param constJohn Stebbins2015-10-192-2/+2
* | LinGui: fix g++ configure probeJohn Stebbins2015-10-191-1/+1
* | MacGui: rename the 'send to app' preference keys and removed the default app.Damiano Galassi2015-10-193-9/+12
* | MacGui: fixed the 'Send file to' preference.Damiano Galassi2015-10-191-3/+3
* | MacGui: improved queue with undo/redo support for adding/removing jobs, and a...Damiano Galassi2015-10-1914-357/+575
* | MacGui: add a recursive lock to HBDistributedArray.Damiano Galassi2015-10-192-7/+32
* | MacGui: add a canceled state to HBJobDamiano Galassi2015-10-191-1/+2
* | Remove obsolete InstantHandBrake project.Damiano Galassi2015-10-1724-6837/+0
* | MacGui: remove the Base.lproj folder because base localizations require 10.8,...Damiano Galassi2015-10-1719-7944/+0
* | MacGui: renamed the built-in preset menu item to 'Reset Built-in Presets'.Damiano Galassi2015-10-172-5/+5
* | Merge pull request #20 from jstebbins/mux-mergeJohn Stebbins2015-10-161-1/+23
|\ \
| * | mux: simplify muxFlushJohn Stebbins2015-10-141-11/+4
| * | mux: flush cached buffers when closingJohn Stebbins2015-10-141-1/+30
* | | Completely re-factored the preset file storage to use the same format as the ...Scott2015-10-167-248/+224
* | | Fixing the storage of user presets. Need to confirm PresetContainer format.Scott2015-10-161-1/+3
* | | Refactoring the Preset service to store the Built-In Presets and User Presets...Scott2015-10-165-69/+77
* | | LinGui: fix "margin-start" run-time warning on gtk 3.10John Stebbins2015-10-161-1/+1
* | | MacGui: do not try to import a preset even if the cancel button was clicked.Damiano Galassi2015-10-161-12/+15
* | | MacGui: cleanup the csv import/export code and the chapters view controller.Damiano Galassi2015-10-162-118/+95
* | | MacGui: add a test for custom anamorphicDamiano Galassi2015-10-162-6/+22
* | | MacGui: align the presets view to the topDamiano Galassi2015-10-161-8/+8
* | | LinGui: Fix filter tab on gtk 3.10John Stebbins2015-10-151-2/+31
* | | MacGui: added accessibility text to the preferences popup buttons.Damiano Galassi2015-10-151-17/+17
| |/ |/|
* | LinGui: Put filters in their own paneJohn Stebbins2015-10-143-1125/+1029
|/