summaryrefslogtreecommitdiffstats
path: root/gtk/src/presets.c
Commit message (Expand)AuthorAgeFilesLines
* LinGui: add option to make new preset default in "Save As"John Stebbins2017-12-231-3/+15
* LinGui: allow chaning description in preset renameJohn Stebbins2017-12-231-0/+15
* LinGui: add preset options inline menuJohn Stebbins2017-12-221-5/+77
* LinGui: add preset "Save As" optionJohn Stebbins2017-12-221-11/+30
* LinGui: Some GUI consistency changesJohn Stebbins2017-12-221-0/+6
* LinGui: remove "Reset All Titles" buttonJohn Stebbins2017-12-201-0/+1
* LinGui: fix build with glib older than 2.44John Stebbins2017-11-071-1/+1
* LinGui: fix small memory leaksJohn Stebbins2017-11-061-0/+2
* LinGui: enforce preset heirarchy in presets listJohn Stebbins2017-11-061-145/+156
* LinGui: Add "Category" dropdown to preset save dialogJohn Stebbins2017-11-061-199/+210
* LinGui: add preset description tooltip to preset menu buttonJohn Stebbins2017-11-061-0/+6
* LinGui: preset "Reset" -> "Reload"John Stebbins2017-11-061-4/+4
* LinGui: allow preset delete when list selection is not highlightedJohn Stebbins2017-11-061-64/+63
* LinGui: add preset "modified" indicator and reset buttonJohn Stebbins2017-11-061-8/+43
* LinGui: reinitialize presets menu when list changesJohn Stebbins2017-11-061-8/+30
* LinGui: Add preset selection menuJohn Stebbins2017-11-061-78/+214
* LinGui: Split presets list out into separate windowJohn Stebbins2017-11-061-3/+14
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* LinGui: Fix some minor memory leaksJohn Stebbins2016-11-151-0/+1
* LinGui: fix setting default presetJohn Stebbins2016-11-111-0/+1
* Add new anamorphic mode "Automatic", delete "Strict" (#367)John Stebbins2016-10-311-8/+1
* LinGui: work around conflicting PicturePAR and UsesPictureSettingsJohn Stebbins2016-10-241-9/+16
* add ghb_override_user_config_dir function (#304)2wayne2016-08-301-1/+15
* vpx: add encoder presetsJohn Stebbins2016-05-291-13/+2
* LinGui: save backup of presets whenever the version changesJohn Stebbins2016-05-191-13/+12
* LinGui: fix saving default presetJohn Stebbins2016-03-271-1/+4
* LinGui: fix crash when no preset selected and scan new sourceJohn Stebbins2016-03-271-22/+25
* presets: fix import of old version-less preset filesJohn Stebbins2016-03-211-5/+5
* LinGui: clean up copyright and license commentsJohn Stebbins2016-01-031-0/+10
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* LinGui: Fix duplicate preset name creationJohn Stebbins2015-10-291-1/+30
* LinGui: show warning dialog when loading backup presetsJohn Stebbins2015-10-091-8/+29
* LinGui: make preset backups when import upgrades presetsJohn Stebbins2015-10-091-6/+43
* Make deinterlace/decomb behave similar to nlmeans/hqdn3dJohn Stebbins2015-10-091-2/+2
* LinGui: don't save custom presets in a built-in folderJohn Stebbins2015-08-251-1/+1
* LinGui: fix a scrolling issue in presets panejstebbins2015-08-181-23/+2
* LinGui: load builtin-presets if I fail reading the presets filejstebbins2015-07-291-1/+3
* LinGui: fix use of out of scope variable through pointerjstebbins2015-07-291-8/+7
* Fix a couple of memory leaksjstebbins2015-06-011-0/+1
* LinGui: fix setting "autoscale" widget value from presetjstebbins2015-05-291-2/+6
* LinGui: use libhb to initialize job...jstebbins2015-05-271-27/+22
* LinGui: use libhb to init audio and subtitle listsjstebbins2015-05-201-33/+39
* LinGui: rename json preferences file ...jstebbins2015-05-141-2/+4
* lingui: use libhb preset management from linux guijstebbins2015-05-141-2928/+1117
* libhb,cli: add preset management to libhb, use it in clijstebbins2015-05-061-89/+88
* LinGui: fix parent of preset delete dialogjstebbins2015-04-041-1/+3
* LinGui: more refactoringjstebbins2015-04-031-171/+130
* LinGui: refactor dict valuesjstebbins2015-04-031-385/+311
* LinGui: fix UI issue with x264Option updatesjstebbins2015-03-251-0/+1
* LinGui: clean settings better before writing to presets filejstebbins2015-03-071-2/+29