summaryrefslogtreecommitdiffstats
path: root/gtk/src/callbacks.c
Commit message (Expand)AuthorAgeFilesLines
* LinGui: fix a problem with setting proper picture dimensions when title changedjstebbins2008-10-261-0/+1
* LinGui: Make preset key/values mostly align with macui presets.jstebbins2008-10-171-52/+85
* LinGui: nested presetsjstebbins2008-10-151-7/+10
* LinGui: nested presets and drag n drop re-ordering of presetsjstebbins2008-10-051-1/+4
* LinGui: queue item editingjstebbins2008-10-041-4/+42
* LinGui: When the source is a file, be more intelligent about auto-naming thejstebbins2008-09-291-5/+23
* LinGui: fix a small scanning status display problem and a compiler warning.jstebbins2008-09-291-1/+8
* LinGui: move some preset handling to a more appropriate placejstebbins2008-09-261-351/+0
* LinGui: trim both callbacks.c and settings.c. Move code to x264handlerjstebbins2008-09-261-103/+22
* LinGui: continue callbacks.c reduction. move audio tab handling to separatejstebbins2008-09-261-605/+23
* LinGui: callbacks.c is getting too big. Separate out queue handling intojstebbins2008-09-261-1139/+36
* LinGui: Dittojstebbins2008-09-261-3/+3
* LinGui: fix del key handling on queue item. Was deleting when any key pressedjstebbins2008-09-251-1/+4
* LinGui: Work around a silly treeview formatting bug.jstebbins2008-09-251-17/+40
* LinGui: fix my misunderstanding of faac bitrate capabilities.jstebbins2008-09-241-2/+20
* LinGui: Add filters line to queue description. Improve framerate descriptionjstebbins2008-09-241-8/+59
* LinGui: vfr checkbox is toast. jstebbins2008-09-241-15/+1
* LinGui: refine deblock slider. now shows "Off" and values 5-15.jstebbins2008-09-231-0/+12
* LinGui: Add progress info to queue windowjstebbins2008-09-231-44/+62
* LinGui: delete key now deletes items in the queuejstebbins2008-09-211-0/+57
* LinGui: tidy up how combobox values are handled internally and stored in plistsjstebbins2008-09-191-153/+152
* LinGui: prevent entering bitrates above 160 for faacjstebbins2008-09-171-2/+12
* LinGui: Add mp4 options to queue descriptionjstebbins2008-09-171-2/+25
* LinGui: update queue descriptions to match what joe is doing in the mac guijstebbins2008-09-151-91/+109
* LinGui: refine the drop zone for queue drag n drop. now it only highlightsjstebbins2008-09-141-0/+11
* LinGui: Add queue drag n drop reorderingjstebbins2008-09-131-39/+296
* LinGui: change deblock control to a slider to set deblock strengthjstebbins2008-09-111-12/+16
* LinGui: yikes, this thing leaks worse than my roof, fixedjstebbins2008-09-081-0/+2
* LinGui: fix memory issues found by valgrindjstebbins2008-09-081-0/+1
* LinGui: Fix crash on ubuntu intrepid. Just luck it didn't crash on other jstebbins2008-09-071-26/+26
* LinGui: Fix several strict-aliasing warnings and a null pointer dereferencejstebbins2008-09-071-1/+4
* LinGui: Fix a crash with re-scanning prior to encoding. Incorrect title jstebbins2008-09-061-3/+8
* LinGui: Fix a non-fatal Gtk assert when switching the source selection modejstebbins2008-09-061-14/+7
* LinGui: Add queue save/restorejstebbins2008-09-061-87/+334
* LinGui: Presets and preferences are now stored as plistsjstebbins2008-09-021-678/+848
* LinGui: oops. presets weren't saved after refreshing standard presets, so thejstebbins2008-08-241-2/+5
* LinGui: bundle the standard presets in the exe. eliminates installingjstebbins2008-08-241-0/+7
* LinGui: allow standard presets to be deleted and provide a button to reloadjstebbins2008-08-231-40/+34
* LinGui: improve data entry method for deinterlace and denoise settings in jstebbins2008-08-221-0/+132
* LinGui: add a hidden feature to allow tweaking some settings. currentlyjstebbins2008-08-211-0/+64
* LinGui: fix a couple problems with the preset translation tooljstebbins2008-08-151-2/+9
* LinGui: address scott's complaint that the way i handle audio presetsjstebbins2008-08-081-119/+119
* LinGui: change how x264 options are handledjstebbins2008-08-071-5/+61
* LinGui: make activity log window scrolling work betterjstebbins2008-08-051-5/+32
* LinGui: fix a couple problems with activity window scrolling noted by a userjstebbins2008-08-041-4/+9
* LinGui: add 8x8dct checkbox to match the other ui'sjstebbins2008-08-041-0/+4
* LinGui: clean up hb status handling. mostly just moving things around.jstebbins2008-08-031-198/+169
* LinGui: change extension from mp4 to m4v if there is an ac3 output trackjstebbins2008-07-301-0/+34
* LinGui: fix segfault when "." in destination is deleted.jstebbins2008-07-281-1/+6
* LinGui: Clean up temp files between scans instead of all at once when exiting.jstebbins2008-07-251-6/+10