summaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* LinGui: Fix a crash with re-scanning prior to encoding. Incorrect title jstebbins2008-09-063-5/+30
* LinGui: Fix a non-fatal Gtk assert when switching the source selection modejstebbins2008-09-061-14/+7
* LinGui: missed adding a file with last commitjstebbins2008-09-061-0/+2
* LinGui: Add queue save/restorejstebbins2008-09-0617-255/+2946
* LinGui: Presets and preferences are now stored as plistsjstebbins2008-09-0227-3302/+8338
* LinGui: plug small memory leakjstebbins2008-08-271-0/+1
* LinGui: oops. presets weren't saved after refreshing standard presets, so thejstebbins2008-08-242-3/+6
* LinGui: bundle the standard presets in the exe. eliminates installingjstebbins2008-08-244-84/+646
* LinGui: allow standard presets to be deleted and provide a button to reloadjstebbins2008-08-238-142/+202
* LinGui: improve data entry method for deinterlace and denoise settings in jstebbins2008-08-227-144/+496
* LinGui: add a hidden feature to allow tweaking some settings. currentlyjstebbins2008-08-217-16/+357
* LinGui: force use of contrib libs. libtool seems to be pretty arbitraryjstebbins2008-08-201-1/+27
* LinGui: fix a couple problems with the preset translation tooljstebbins2008-08-153-367/+483
* LinGui: create a presets translator that reads mac gui xml file and jstebbins2008-08-111-0/+668
* LinGui: address scott's complaint that the way i handle audio presetsjstebbins2008-08-089-624/+420
* LinGui: fix problem with install target of makejstebbins2008-08-071-0/+1
* LinGui: change how x264 options are handledjstebbins2008-08-079-370/+697
* LinGui: make activity log window scrolling work betterjstebbins2008-08-051-5/+32