summaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* LinGui: fix initial audio selection problemjstebbins2008-10-191-0/+3
* LinGui: change chapter start "to" end --> start "thru" endjstebbins2008-10-193-3/+3
* LinGui: fix problem with disk getting full warning. jstebbins2008-10-191-1/+1
* LinGui: add pref option to scale down high def previewsjstebbins2008-10-186-12/+119
* LinGui: fix handling of HD resolutions. max dimension threshold too low.jstebbins2008-10-183-6/+6
* LinGui: fix a problem with converting strings to int values.jstebbins2008-10-171-6/+6
* LinGui: Make preset key/values mostly align with macui presets.jstebbins2008-10-1721-4712/+5801
* LinGui: nested presetsjstebbins2008-10-1516-5026/+5279
* LinGui: fix incorrect display of target file size in queue.jstebbins2008-10-101-1/+1
* LinGui: Changes required by latest x264jstebbins2008-10-0911-290/+47
* LinGui: nested presets and drag n drop re-ordering of presetsjstebbins2008-10-0511-201/+1314
* LinGui: queue item editingjstebbins2008-10-0412-5/+288
* LinGui: refactoring that will make nested presets easier to implement.jstebbins2008-10-033-102/+103
* LinGui: change the top level structure that contains presets from a dictionaryjstebbins2008-10-034-94/+237
* LinGui: When the source is a file, be more intelligent about auto-naming thejstebbins2008-09-291-5/+23
* LinGui: fix audio mixdown validation problem when source is 2 channeljstebbins2008-09-291-1/+1
* LinGui: fix a small scanning status display problem and a compiler warning.jstebbins2008-09-292-1/+9
* LinGui: move some preset handling to a more appropriate placejstebbins2008-09-264-354/+356
* LinGui: trim both callbacks.c and settings.c. Move code to x264handlerjstebbins2008-09-268-638/+678
* LinGui: continue callbacks.c reduction. move audio tab handling to separatejstebbins2008-09-266-605/+662
* LinGui: callbacks.c is getting too big. Separate out queue handling intojstebbins2008-09-265-1139/+1192
* LinGui: remove another part of the x264 analyse/direct-pred (non)dependency jstebbins2008-09-261-7/+1
* LinGui: Dittojstebbins2008-09-264-12/+12
* LinGui: fix del key handling on queue item. Was deleting when any key pressedjstebbins2008-09-251-1/+4
* LinGui: remove the dependency between direct-pred and analysejstebbins2008-09-255-28/+0
* LinGui: Work around a silly treeview formatting bug.jstebbins2008-09-255-21/+51
* LinGui: Store the activity log in the users config dir instead of PWD.jstebbins2008-09-257-27/+90
* LinGui: fix my misunderstanding of faac bitrate capabilities.jstebbins2008-09-245-20/+26
* LinGui: Add filters line to queue description. Improve framerate descriptionjstebbins2008-09-244-12/+63
* LinGui: vfr checkbox is toast. jstebbins2008-09-2410-305/+16
* LinGui: refine deblock slider. now shows "Off" and values 5-15.jstebbins2008-09-235-4/+20
* LinGui: Add progress info to queue windowjstebbins2008-09-234-44/+80
* LinGui: delete key now deletes items in the queuejstebbins2008-09-215-1/+61
* LinGui: improve the precision of the scaling of the preview image for displayjstebbins2008-09-201-0/+1
* LinGui: tidy up how combobox values are handled internally and stored in plistsjstebbins2008-09-1912-750/+698
* LinGui: prevent entering bitrates above 160 for faacjstebbins2008-09-173-94/+120
* LinGui: Add mp4 options to queue descriptionjstebbins2008-09-177-33/+215
* LinGui: update queue descriptions to match what joe is doing in the mac guijstebbins2008-09-156-94/+193
* 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-1312-63/+448
* LinGui: fix another memory leakjstebbins2008-09-122-2/+2
* LinGui: change deblock control to a slider to set deblock strengthjstebbins2008-09-1121-11964/+15907
* LinGui: consolidate all resources into one stringified plist file that getsjstebbins2008-09-0941-5958/+3889
* LinGui: internalize the UI description xml file. That's the last external jstebbins2008-09-084-55/+4677
* LinGui: simplify the makefile icon building commandjstebbins2008-09-081-24/+24
* LinGui: Internalize all the icons so I don't have to install them injstebbins2008-09-0855-55/+5964
* LinGui: yikes, this thing leaks worse than my roof, fixedjstebbins2008-09-089-24/+75
* LinGui: fix memory issues found by valgrindjstebbins2008-09-083-1/+3
* 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-074-19/+67