initial commit
authorGood Guy <[email protected]>
Tue, 30 Oct 2018 15:27:08 +0000 (09:27 -0600)
committerGood Guy <[email protected]>
Tue, 30 Oct 2018 15:27:08 +0000 (09:27 -0600)
commit7fd85fb66168f6b518c5f2d73e04036e87faa0e1
tree53c1edb47d8e9b99d13c2879d46b9490cc5c99dc
initial commit
11766 files changed:
CineRmt/.classpath [new file with mode: 0644]
CineRmt/.project [new file with mode: 0644]
CineRmt/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
CineRmt/COPYING [new file with mode: 0644]
CineRmt/app-release.apk [new file with mode: 0644]
CineRmt/src/androidTest/java/com/local/cinermt/ApplicationTest.java [new file with mode: 0644]
CineRmt/src/main/AndroidManifest.xml [new file with mode: 0644]
CineRmt/src/main/java/com/local/cinermt/ConfigActivity.java [new file with mode: 0644]
CineRmt/src/main/java/com/local/cinermt/MainActivity.java [new file with mode: 0644]
CineRmt/src/main/res/layout/activity_config.xml [new file with mode: 0644]
CineRmt/src/main/res/layout/activity_main.xml [new file with mode: 0644]
CineRmt/src/main/res/layout/content_main.xml [new file with mode: 0644]
CineRmt/src/main/res/menu/menu_main.xml [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/config.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/exit.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/fast_lt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/fast_rt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/full_scr.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/launch.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/media_dn.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/media_lt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/media_rt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/media_up.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/menu.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/pause.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/play.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/power.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/rev.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/slow_lt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/slow_rt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/stop.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/suspend.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/zfig0.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/zfig1.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/zfig2.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/zfig3.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/zfig4.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/zfig5.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/zfig6.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/zfig7.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/zfig8.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/zfig9.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/zfiga.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/zfigb.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/zfigc.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/zfigd.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/zfigdot.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/zfige.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-hdpi/zfigf.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/config.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/exit.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/fast_lt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/fast_rt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/full_scr.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/launch.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/media_dn.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/media_lt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/media_rt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/media_up.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/menu.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/pause.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/play.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/power.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/rev.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/slow_lt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/slow_rt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/stop.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/suspend.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/zfig0.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/zfig1.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/zfig2.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/zfig3.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/zfig4.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/zfig5.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/zfig6.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/zfig7.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/zfig8.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/zfig9.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/zfiga.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/zfigb.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/zfigc.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/zfigd.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/zfigdot.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/zfige.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-mdpi/zfigf.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/config.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/exit.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/fast_lt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/fast_rt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/full_scr.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/launch.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/media_dn.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/media_lt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/media_rt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/media_up.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/menu.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/pause.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/play.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/power.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/rev.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/slow_lt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/slow_rt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/stop.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/suspend.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/zfig0.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/zfig1.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/zfig2.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/zfig3.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/zfig4.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/zfig5.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/zfig6.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/zfig7.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/zfig8.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/zfig9.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/zfiga.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/zfigb.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/zfigc.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/zfigd.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/zfigdot.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/zfige.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xhdpi/zfigf.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/config.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/exit.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/fast_lt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/fast_rt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/full_scr.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/launch.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/media_dn.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/media_lt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/media_rt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/media_up.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/menu.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/pause.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/play.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/power.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/rev.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/slow_lt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/slow_rt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/stop.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/suspend.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/zfig0.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/zfig1.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/zfig2.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/zfig3.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/zfig4.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/zfig5.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/zfig6.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/zfig7.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/zfig8.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/zfig9.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/zfiga.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/zfigb.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/zfigc.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/zfigd.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/zfigdot.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/zfige.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxhdpi/zfigf.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/config.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/exit.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/fast_lt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/fast_rt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/full_scr.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/ic_launcher.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/launch.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/media_dn.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/media_lt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/media_rt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/media_up.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/menu.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/pause.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/play.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/power.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/rev.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/slow_lt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/slow_rt.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/stop.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/suspend.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/zfig0.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/zfig1.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/zfig2.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/zfig3.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/zfig4.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/zfig5.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/zfig6.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/zfig7.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/zfig8.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/zfig9.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/zfiga.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/zfigb.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/zfigc.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/zfigd.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/zfigdot.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/zfige.png [new file with mode: 0644]
CineRmt/src/main/res/mipmap-xxxhdpi/zfigf.png [new file with mode: 0644]
CineRmt/src/main/res/values-v21/styles.xml [new file with mode: 0644]
CineRmt/src/main/res/values-w820dp/dimens.xml [new file with mode: 0644]
CineRmt/src/main/res/values/colors.xml [new file with mode: 0644]
CineRmt/src/main/res/values/dimens.xml [new file with mode: 0644]
CineRmt/src/main/res/values/strings.xml [new file with mode: 0644]
CineRmt/src/main/res/values/styles.xml [new file with mode: 0644]
CineRmt/src/test/java/com/local/cinermt/ExampleUnitTest.java [new file with mode: 0644]
cinelerra-5.1/COPYING [new file with mode: 0644]
cinelerra-5.1/Cinelerra_factory [new file with mode: 0644]
cinelerra-5.1/Makefile.am [new file with mode: 0644]
cinelerra-5.1/Makefile.devel [new file with mode: 0644]
cinelerra-5.1/README [new file with mode: 0644]
cinelerra-5.1/autogen.sh [new file with mode: 0755]
cinelerra-5.1/bld.sh [new file with mode: 0755]
cinelerra-5.1/blds/PKGBUILD [new file with mode: 0644]
cinelerra-5.1/blds/arch.bld [new file with mode: 0755]
cinelerra-5.1/blds/bld_dynamic.sh [new file with mode: 0755]
cinelerra-5.1/blds/bld_package.sh [new file with mode: 0755]
cinelerra-5.1/blds/bld_prepare.sh [new file with mode: 0755]
cinelerra-5.1/blds/bld_static.sh [new file with mode: 0755]
cinelerra-5.1/blds/bsd.bld [new file with mode: 0755]
cinelerra-5.1/blds/bsd.patch [new file with mode: 0644]
cinelerra-5.1/blds/cfg-cv.sh [new file with mode: 0755]
cinelerra-5.1/blds/cin.SlackBuild [new file with mode: 0644]
cinelerra-5.1/blds/cinelerra.spec [new file with mode: 0644]
cinelerra-5.1/blds/deb.bld [new file with mode: 0755]
cinelerra-5.1/blds/debian/changelog [new file with mode: 0644]
cinelerra-5.1/blds/debian/cin.postinst [new file with mode: 0644]
cinelerra-5.1/blds/debian/compat [new file with mode: 0644]
cinelerra-5.1/blds/debian/control [new file with mode: 0644]
cinelerra-5.1/blds/debian/copyright [new file with mode: 0644]
cinelerra-5.1/blds/debian/rules [new file with mode: 0755]
cinelerra-5.1/blds/debian/sysctl.d [new file with mode: 0644]
cinelerra-5.1/blds/debpkg.sh [new file with mode: 0755]
cinelerra-5.1/blds/pkgbld.sh [new file with mode: 0755]
cinelerra-5.1/blds/rpm.bld [new file with mode: 0755]
cinelerra-5.1/blds/rpmsrc.sh [new file with mode: 0755]
cinelerra-5.1/cinelerra/.gdb_history [new file with mode: 0644]
cinelerra-5.1/cinelerra/CHANGELOG [new file with mode: 0644]
cinelerra-5.1/cinelerra/CHANGELOG.1.1.7 [new file with mode: 0644]
cinelerra-5.1/cinelerra/CHANGELOG.1.1.8 [new file with mode: 0644]
cinelerra-5.1/cinelerra/CHANGELOG.1.1.9 [new file with mode: 0644]
cinelerra-5.1/cinelerra/CHANGELOG.1.2.0 [new file with mode: 0644]
cinelerra-5.1/cinelerra/CHANGELOG.1.2.1 [new file with mode: 0644]
cinelerra-5.1/cinelerra/CHANGELOG.1.2.2 [new file with mode: 0644]
cinelerra-5.1/cinelerra/CHANGELOG.1.2.3 [new file with mode: 0644]
cinelerra-5.1/cinelerra/CHANGELOG.2.1 [new file with mode: 0644]
cinelerra-5.1/cinelerra/CHANGELOG.2.2 [new file with mode: 0644]
cinelerra-5.1/cinelerra/CHANGELOG.4 [new file with mode: 0644]
cinelerra-5.1/cinelerra/Makefile [new file with mode: 0644]
cinelerra-5.1/cinelerra/RELEASE_NOTES [new file with mode: 0644]
cinelerra-5.1/cinelerra/TESTS [new file with mode: 0644]
cinelerra-5.1/cinelerra/TODO [new file with mode: 0644]
cinelerra-5.1/cinelerra/TODO.mine [new file with mode: 0644]
cinelerra-5.1/cinelerra/TODO.r1027 [new file with mode: 0644]
cinelerra-5.1/cinelerra/TODO.r1040 [new file with mode: 0644]
cinelerra-5.1/cinelerra/aattachmentpoint.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/aattachmentpoint.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/aattachmentpoint.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/aautomation.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/aautomation.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/aautomation.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/aboutprefs.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/aboutprefs.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/aboutprefs.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/adcuts.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/adcuts.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/adcuts.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/adeviceprefs.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/adeviceprefs.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/adeviceprefs.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/aedit.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/aedit.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/aedit.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/aedits.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/aedits.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/aedits.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/affine.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/affine.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/affine.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/amodule.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/amodule.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/amodule.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/androidcontrol.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/androidcontrol.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/androidcontrol.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/apanel.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/apanel.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/apanel.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/apatchgui.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/apatchgui.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/apatchgui.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/aplugin.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/aplugin.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/aplugin.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/apluginarray.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/apluginarray.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/apluginarray.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/apluginset.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/apluginset.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/apluginthread.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/apluginthread.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/appearanceprefs.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/appearanceprefs.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/appearanceprefs.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/arender.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/arender.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/arender.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/asset.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/asset.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/asset.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/assetedit.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/assetedit.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/assetedit.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/assetpopup.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/assetpopup.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/assetpopup.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/assetremove.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/assetremove.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/assetremove.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/assets.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/assets.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/assets.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/atrack.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/atrack.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/atrack.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/attachmentpoint.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/attachmentpoint.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/attachmentpoint.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/audio1394.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/audio1394.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/audio1394.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/audioalsa.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/audioalsa.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/audioalsa.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/audioconfig.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/audioconfig.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/audioconfig.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/audiodevice.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/audiodevice.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/audiodevice.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/audiodvb.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/audiodvb.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/audiodvb.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/audioesound.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/audioesound.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/audioesound.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/audioidevice.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/audiompeg.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/audiompeg.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/audiompeg.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/audioodevice.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/audiooss.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/audiooss.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/audiooss.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/audiov4l2mpeg.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/audiov4l2mpeg.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/audiov4l2mpeg.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/auto.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/auto.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/auto.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/autoconf.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/autoconf.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/autoconf.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/automation.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/automation.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/automation.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/autos.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/autos.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/autos.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/avc1394control.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/avc1394control.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/avc1394transport.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/avc1394transport.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/awindow.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/awindow.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/awindow.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/awindowgui.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/awindowgui.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/awindowgui.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/batch.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/batch.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/batch.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/batchrender.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/batchrender.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/batchrender.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/bdcreate.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/bdcreate.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/bdcreate.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/bdwrite.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/binary.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/binfolder.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/binfolder.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/binfolder.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/bitspopup.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/bitspopup.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/bitspopup.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/brender.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/brender.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/brender.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/browsebutton.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/browsebutton.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/browsebutton.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/byteorder.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/byteorderpopup.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/byteorderpopup.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/byteorderpopup.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/cache.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/cache.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/cache.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/cachebase.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/cachebase.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/cachebase.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/cameraauto.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/canvas.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/canvas.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/canvas.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/canvastools.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/canvastools.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/canvastools.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/channel.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/channel.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/channel.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/channeldb.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/channeldb.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/channeldb.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/channeledit.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/channeledit.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/channeledit.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/channelinfo.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/channelinfo.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/channelinfo.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/channelpicker.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/channelpicker.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/channelpicker.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/chantables.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/chantables.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/ci [new symlink]
cinelerra-5.1/cinelerra/clipedit.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/clipedit.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/clipedit.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/clipedls.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/clipedls.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/clipedls.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/clippopup.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/clippopup.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/clippopup.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/colorpicker.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/colorpicker.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/colorpicker.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/commercials.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/commercials.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/commercials.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/commonrender.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/commonrender.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/commonrender.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/compresspopup.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/compresspopup.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/compresspopup.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/confirmquit.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/confirmquit.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/confirmsave.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/confirmsave.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/confirmsave.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/cpanel.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/cpanel.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/cpanel.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/cplayback.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/cplayback.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/cplayback.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/cropvideo.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/cropvideo.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/cropvideo.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/ctimebar.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/ctimebar.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/ctimebar.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/ctracking.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/ctracking.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/ctracking.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/cursor.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/cursor.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/cursor.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/cutads.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/cwindow.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/cwindow.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/cwindow.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/cwindowgui.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/cwindowgui.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/cwindowgui.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/cwindowtool.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/cwindowtool.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/cwindowtool.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/about.xcf [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/about.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/about_bg.png [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/about_bg_png.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/fake_ntsc.dv [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/fake_ntsc_dv.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/fake_pal.dv [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/fake_pal_dv.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/ff_audio.png [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/ff_audio_png.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/ff_video.png [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/ff_video_png.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/heroine_logo9.png [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/heroine_logo9.xcf [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/heroine_logo9_png.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/lad_picon.png [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/lad_picon.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/lad_picon_png.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/data/modes.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/cinelerra/datatype.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/dbwindow.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/dbwindow.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/dbwindow.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/dcoffset.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/dcoffset.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/dcoffset.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/dcraw.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/dcraw.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/debug [new file with mode: 0644]
cinelerra-5.1/cinelerra/defaultformats.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/deleteallindexes.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/deleteallindexes.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/deleteallindexes.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/device1394input.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/device1394input.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/device1394input.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/device1394output.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/device1394output.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/device1394output.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/devicedvbinput.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/devicedvbinput.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/devicedvbinput.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/devicempeginput.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/devicempeginput.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/devicempeginput.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/devicev4l2base.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/devicev4l2base.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/devicev4l2base.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/devicev4l2input.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/devicev4l2input.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/devicev4l2input.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/dragcheckbox.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/dragcheckbox.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/dragcheckbox.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/drivesync.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/drivesync.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/drivesync.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/dv1394.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/dv1394input.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/dv1394input.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/dvbtune.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/dvbtune.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/dvbtune.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/dvdcreate.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/dvdcreate.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/dvdcreate.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/edit.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/edit.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/edit.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/edithandles.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/edithandles.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/edithandles.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/editlength.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/editlength.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/editlength.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/editpanel.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/editpanel.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/editpanel.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/editpopup.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/editpopup.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/editpopup.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/edits.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/edits.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/edits.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/edl.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/edl.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/edl.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/edlsession.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/edlsession.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/edlsession.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/effectlist.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/effectlist.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/effectlist.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/exportedl.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/exportedl.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/exportedl.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/fadeengine.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/fadeengine.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/fadeengine.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/featheredits.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/featheredits.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/featheredits.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/ffmpeg.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/ffmpeg.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/ffmpeg.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/file.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/file.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/file.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileac3.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileac3.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileac3.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/filebase.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filebase.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filebase.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/filebaseaudio.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filebaseulaw.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filecr2.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filecr2.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filecr2.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/filedb.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filedb.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filedb.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/filedv.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filedv.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileexr.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileexr.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileexr.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileffmpeg.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileffmpeg.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileffmpeg.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileflac.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileflac.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileflac.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileformat.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileformat.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileformat.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/filegif.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filegif.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filegif.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/filejpeg.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filejpeg.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filejpeg.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/filejpeglist.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filejpeglist.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filejpeglist.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/filelist.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filelist.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filelist.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/filemediadb.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filemediadb.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filemediadb.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/filempeg.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filempeg.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filempeg.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileogg.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileogg.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filepng.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filepng.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filepng.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileppm.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileppm.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/fileppm.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/filescene.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filescene.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filesndfile.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filesndfile.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filesndfile.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/filetga.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filetga.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filetga.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/filethread.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filethread.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filethread.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/filetiff.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filetiff.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filetiff.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/filevorbis.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filevorbis.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filevorbis.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/filexml.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/filexml.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/filexml.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/flipbook.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/flipbook.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/flipbook.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/floatauto.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/floatauto.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/floatauto.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/floatautos.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/floatautos.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/floatautos.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/folderlistmenu.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/folderlistmenu.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/folderlistmenu.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/forkbase.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/forkbase.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/forkbase.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/formatcheck.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/formatcheck.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/formatpopup.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/formatpopup.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/formatpopup.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/formatpresets.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/formatpresets.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/formatpresets.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/formattools.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/formattools.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/formattools.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/formatwindow.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/formatwindow.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/formatwindow.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/fourier.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/fourier.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/framecache.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/framecache.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/framecache.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/garbage.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/garbage.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/garbage.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/grabpick_dn.png [new file with mode: 0644]
cinelerra-5.1/cinelerra/grabpick_dn_png.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/grabpick_hi.png [new file with mode: 0644]
cinelerra-5.1/cinelerra/grabpick_hi_png.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/grabpick_up.png [new file with mode: 0644]
cinelerra-5.1/cinelerra/grabpick_up_png.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/gwindow.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/gwindow.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/gwindow.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/gwindowgui.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/gwindowgui.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/gwindowgui.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/headers.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/iec61883input.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/iec61883input.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/iec61883input.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/iec61883output.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/iec61883output.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/iec61883output.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/ieee1394-ioctl.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/indexable.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/indexable.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/indexable.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/indexfile.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/indexfile.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/indexfile.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/indexstate.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/indexstate.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/indexstate.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/indexthread.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/indexthread.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/indexthread.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/intauto.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/intauto.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/intauto.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/intautos.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/intautos.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/intautos.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/interfaceprefs.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/interfaceprefs.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/interfaceprefs.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/interlacemodes.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/interlacemodes.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/interp.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/jdatadst.c [new file with mode: 0644]
cinelerra-5.1/cinelerra/jerrormgr.c [new file with mode: 0644]
cinelerra-5.1/cinelerra/jpegwrapper.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/keyframe.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/keyframe.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/keyframe.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/keyframegui.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/keyframegui.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/keyframegui.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/keyframehandles.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/keyframehandles.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/keyframehandles.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/keyframepopup.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/keyframepopup.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/keyframepopup.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/keyframes.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/keyframes.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/keyframes.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/labeledit.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/labeledit.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/labeledit.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/labelnavigate.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/labelnavigate.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/labelnavigate.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/labelpopup.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/labelpopup.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/labelpopup.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/labels.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/labels.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/labels.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/ladspa.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/levelwindow.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/levelwindow.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/levelwindow.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/levelwindowgui.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/levelwindowgui.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/levelwindowgui.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/libdv.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/libdv.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/libmjpeg.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/libmjpeg.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/loadbalance.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/loadbalance.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/loadfile.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/loadfile.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/loadfile.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/loadmode.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/loadmode.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/loadmode.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/localsession.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/localsession.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/localsession.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/lv2ui.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/main.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainclock.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainclock.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainclock.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/maincursor.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/maincursor.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/maincursor.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainerror.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainerror.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainerror.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainindexes.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainindexes.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainindexes.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainmenu.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainmenu.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainmenu.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainprogress.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainprogress.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainprogress.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainsession.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainsession.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainsession.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainundo.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainundo.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/mainundo.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/manualgoto.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/manualgoto.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/manualgoto.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/maskauto.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/maskauto.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/maskauto.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/maskautos.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/maskautos.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/maskautos.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/maskengine.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/maskengine.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/maskengine.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/maxbuffers.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/maxchannels.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/mbuttons.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/mbuttons.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/mbuttons.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/mediadb.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/mediadb.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/mediadb.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/menuaeffects.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/menuaeffects.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/menuaeffects.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/menuattacheffect.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/menuattacheffect.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/menuattachtransition.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/menuattachtransition.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/menueditlength.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/menueditlength.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/menueffects.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/menueffects.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/menueffects.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/menutransitionlength.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/menutransitionlength.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/menuveffects.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/menuveffects.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/menuveffects.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/messages.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/messages.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/messages.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/meterhistory.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/meterhistory.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/meterpanel.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/meterpanel.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/meterpanel.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/module.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/module.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/module.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/mtimebar.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/mtimebar.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/mtimebar.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/mutex_bug [new file with mode: 0644]
cinelerra-5.1/cinelerra/mwindow.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/mwindow.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/mwindow.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/mwindowedit.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/mwindowgui.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/mwindowgui.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/mwindowgui.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/mwindowmove.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/new.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/new.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/new.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/newpresets.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/newpresets.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/newpresets.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/ntsczones.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/overlaydirect.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/overlayframe.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/overlayframe.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/overlayframe.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/overlaynearest.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/overlaysample.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/packagedispatcher.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/packagedispatcher.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/packagedispatcher.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/packagerenderer.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/packagerenderer.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/packagerenderer.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/packagingengine.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/packagingengine.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/packagingengine.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/panauto.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/panauto.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/panauto.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/panautos.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/panautos.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/panautos.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/panedividers.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/panedividers.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/panedividers.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/patch.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/patch.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/patch.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/patchbay.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/patchbay.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/patchbay.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/patchgui.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/patchgui.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/patchgui.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/performanceprefs.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/performanceprefs.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/performanceprefs.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/picture.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/picture.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/picture.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/pipe.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/playabletracks.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/playabletracks.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/playabletracks.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/playback3d.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/playback3d.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/playback3d.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/playbackconfig.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/playbackconfig.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/playbackconfig.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/playbackengine.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/playbackengine.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/playbackengine.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/playbackprefs.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/playbackprefs.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/playbackprefs.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/playtransport.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/playtransport.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/playtransport.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/plugin.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/plugin.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/plugin.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginaclient.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginaclient.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginaclientlad.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginaclientlad.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginaclientlad.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginarray.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginarray.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginarray.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginautos.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginautos.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginautos.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginclient.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginclient.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginclient.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/plugincommands.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/plugindialog.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/plugindialog.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/plugindialog.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginfclient.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginfclient.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginfclient.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginlv2.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginlv2.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginlv2.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginlv2client.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginlv2client.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginlv2client.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginlv2config.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginlv2config.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginlv2config.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginlv2gui.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginlv2gui.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginlv2gui.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginlv2ui.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginlv2ui.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginlv2ui.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginmessages.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginmessages.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginpopup.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginpopup.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginpopup.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginprefs.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginprefs.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginprefs.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginserver.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginserver.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginserver.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginset.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginset.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginset.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/plugintclient.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/plugintclient.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/plugintoggles.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/plugintoggles.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/plugintoggles.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginvclient.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/pluginvclient.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/preferences.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/preferences.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/preferences.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/preferencesthread.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/preferencesthread.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/preferencesthread.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/presets.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/presets.C.sav [new file with mode: 0644]
cinelerra-5.1/cinelerra/presets.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/presets.h.sav [new file with mode: 0644]
cinelerra-5.1/cinelerra/presets.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/presets.inc.sav [new file with mode: 0644]
cinelerra-5.1/cinelerra/presetsgui.C.sav [new file with mode: 0644]
cinelerra-5.1/cinelerra/presetsgui.C.sav1 [new file with mode: 0644]
cinelerra-5.1/cinelerra/presetsgui.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/presetsgui.h.sav [new file with mode: 0644]
cinelerra-5.1/cinelerra/presetsgui.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/presetsgui.inc.sav [new file with mode: 0644]
cinelerra-5.1/cinelerra/probeprefs.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/probeprefs.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/probeprefs.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/proxy.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/proxy.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/proxy.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/proxypopup.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/proxypopup.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/proxypopup.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/question.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/question.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/question.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/quit.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/quit.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/quit.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/recconfirmdelete.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/recconfirmdelete.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/recconfirmdelete.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/record.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/record.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/record.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordableatracks.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordableatracks.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordableatracks.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordablevtracks.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordablevtracks.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordablevtracks.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordaudio.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordaudio.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordaudio.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordbatches.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordbatches.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordbatches.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordconfig.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordconfig.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordconfig.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordengine.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordengine.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordengine.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordgui.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordgui.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordgui.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordlabel.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordlabel.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordlabel.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordmonitor.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordmonitor.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordmonitor.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordprefs.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordprefs.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordprefs.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordscopes.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordscopes.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordscopes.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordthread.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordthread.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordthread.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordtransport.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordtransport.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordtransport.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordvideo.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordvideo.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordvideo.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordwindow.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordwindow.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/recordwindow.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/reindex.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/reindex.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/remotecontrol.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/remotecontrol.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/removefile.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/removefile.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/removefile.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/removethread.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/removethread.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/removethread.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/render.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/render.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/render.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderengine.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderengine.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderengine.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderfarm.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderfarm.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderfarm.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderfarmclient.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderfarmclient.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderfarmclient.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderfarmfsclient.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderfarmfsclient.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderfarmfsclient.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderfarmfsserver.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderfarmfsserver.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderfarmfsserver.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderprofiles.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderprofiles.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/renderprofiles.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/resample.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/resample.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/resample.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/rescale.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/rescale.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/resizetrackthread.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/resizetrackthread.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/resizetrackthread.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/resourcepixmap.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/resourcepixmap.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/resourcepixmap.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/resourcethread.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/resourcethread.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/resourcethread.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/reversemake [new file with mode: 0755]
cinelerra-5.1/cinelerra/samples.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/samples.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/samples.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/samplescroll.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/samplescroll.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/samplescroll.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/savefile.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/savefile.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/savefile.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/scale.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/scale.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/scale.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/scenegraph.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/scenegraph.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/scenegraph.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/scopewindow.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/scopewindow.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/scopewindow.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/setformat.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/setformat.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/setformat.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/sha1.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/sha1.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/sharedlocation.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/sharedlocation.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/sharedlocation.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/shbtnprefs.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/shbtnprefs.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/shbtnprefs.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/shmemory.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/shmemory.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/shmemory.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/sighandler.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/sighandler.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/sighandler.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/signalstatus.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/signalstatus.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/signalstatus.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/splashgui.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/splashgui.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/splashgui.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/statusbar.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/statusbar.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/statusbar.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/strack.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/strack.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/strategies.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/stringfile.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/swindow.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/swindow.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/swindow.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/testobject.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/alpha.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/alpha2.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/alpha3.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/audio_transition.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/bandwipe.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/channels.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/chromakey.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/chromakey_feather.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/chromakey_mask.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/clip.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/compressor.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/crash1.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/creditroll_rotate.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/denoise.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/diffkey.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/drag.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/effect_border.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/effect_bounce.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/effect_stack.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/fade.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/freezeframe.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/gradient.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/hologram_key.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/hologram_mask.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/interpolatevideo.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/labels.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/live.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/livechorus.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/livevideo.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/loopaudio.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/mask.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/matte.png [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/overlay.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/pan.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/pan_photo.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/parametric.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/reverse1.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/reverse2.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/rotate.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/scale.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/scalelinear.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/sharedplugin_empty.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/shift_keyframes.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/slide.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/synthesizer_border.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/text2movie [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/text2movie.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/text2movie2 [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/text2movie2.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/text_entry.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/title.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/title2.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/track_bounce.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/track_bounce2.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/tracking.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/tracking2.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/transition.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/transition2.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/white.png [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/white2.png [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/wipe.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/tests/zoom.xml [new file with mode: 0644]
cinelerra-5.1/cinelerra/testwindow.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/testwindow.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/theme.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/theme.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/theme.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/threadexec.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/threadexec.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/threadexec.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/threadindexer.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/threadindexer.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/threadindexer.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/threadloader.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/threadloader.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/threadloader.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/timebar.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/timebar.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/timebar.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/timebomb.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/timebomb.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/timeentry.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/timeentry.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/timeentry.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/timelinepane.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/timelinepane.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/timelinepane.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/tipwindow.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/tipwindow.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/tipwindow.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/track.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/track.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/track.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/trackcanvas.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/trackcanvas.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/trackcanvas.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/tracking.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/tracking.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/tracking.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/tracklist.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/tracklist.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/tracks.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/tracks.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/tracks.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/trackscroll.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/trackscroll.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/trackscroll.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/tracksdraw.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/tracksedit.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/transition.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/transition.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/transition.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/transitionhandles.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/transitionhandles.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/transitionhandles.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/transitionpopup.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/transitionpopup.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/transitionpopup.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/transportque.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/transportque.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/transportque.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/tunerserver.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/tunerserver.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/tunerserver.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/undostack.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/undostack.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/undostack.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/undostackitem.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/undostackitem.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vattachmentpoint.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vattachmentpoint.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vattachmentpoint.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vautomation.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vautomation.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vautomation.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevice1394.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevice1394.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevice1394.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicebase.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicebase.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicebase.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicedvb.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicedvb.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicedvb.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicempeg.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicempeg.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicempeg.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdeviceprefs.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdeviceprefs.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdeviceprefs.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicev4l2.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicev4l2.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicev4l2.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicev4l2jpeg.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicev4l2jpeg.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicev4l2jpeg.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicev4l2mpeg.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicev4l2mpeg.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicev4l2mpeg.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicex11.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicex11.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vdevicex11.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vedit.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vedit.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vedit.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vedits.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vedits.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vedits.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/versioninfo.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/video1394.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/videoconfig.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/videoconfig.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/videoconfig.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/videodevfix.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/videodevice.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/videodevice.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/videodevice.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/videowindow.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/videowindow.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/videowindow.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/videowindowgui.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/videowindowgui.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/videowindowgui.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/viewer.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/viewer.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/viewmenu.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/viewmenu.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/viewmenu.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualaconsole.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualaconsole.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualaconsole.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualanode.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualanode.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualanode.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualconsole.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualconsole.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualconsole.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualnode.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualnode.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualnode.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualvconsole.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualvconsole.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualvconsole.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualvnode.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualvnode.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/virtualvnode.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vmodule.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vmodule.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vmodule.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vpatchgui.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vpatchgui.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vpatchgui.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vplayback.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vplayback.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vplayback.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vplugin.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vplugin.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vplugin.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vpluginarray.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vpluginarray.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vpluginarray.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vpluginset.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vpluginset.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vrender.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vrender.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vrender.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vtimebar.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vtimebar.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vtimebar.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vtrack.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vtrack.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vtrack.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vtracking.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vtracking.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vtracking.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vtransition.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vtransition.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vtransition.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vwindow.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vwindow.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vwindow.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/vwindowgui.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/vwindowgui.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/vwindowgui.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/wavecache.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/wavecache.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/wavecache.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/wwindow.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/wwindow.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/wwindow.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/ydiff.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/zoombar.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/zoombar.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/zoombar.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/zoompanel.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/zoompanel.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/zoompanel.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/zwindow.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/zwindow.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/zwindow.inc [new file with mode: 0644]
cinelerra-5.1/cinelerra/zwindowgui.C [new file with mode: 0644]
cinelerra-5.1/cinelerra/zwindowgui.h [new file with mode: 0644]
cinelerra-5.1/cinelerra/zwindowgui.inc [new file with mode: 0644]
cinelerra-5.1/configure.ac [new file with mode: 0644]
cinelerra-5.1/db/Makefile [new file with mode: 0644]
cinelerra-5.1/db/doc [new file with mode: 0644]
cinelerra-5.1/db/note [new file with mode: 0644]
cinelerra-5.1/db/sch.txt [new file with mode: 0644]
cinelerra-5.1/db/sch1.txt [new file with mode: 0644]
cinelerra-5.1/db/sch2.txt [new file with mode: 0644]
cinelerra-5.1/db/tdb.C [new file with mode: 0644]
cinelerra-5.1/db/tdb.h [new file with mode: 0644]
cinelerra-5.1/db/thr.h [new file with mode: 0644]
cinelerra-5.1/db/tst.C [new file with mode: 0644]
cinelerra-5.1/db/tx.C [new file with mode: 0644]
cinelerra-5.1/db/utils/Makefile [new file with mode: 0644]
cinelerra-5.1/db/utils/add_path_pos.C [new file with mode: 0644]
cinelerra-5.1/db/utils/clip_accesses.C [new file with mode: 0644]
cinelerra-5.1/db/utils/clip_assets.C [new file with mode: 0644]
cinelerra-5.1/db/utils/clip_data.C [new file with mode: 0644]
cinelerra-5.1/db/utils/clip_del.C [new file with mode: 0644]
cinelerra-5.1/db/utils/clip_dups.C [new file with mode: 0644]
cinelerra-5.1/db/utils/clip_frames.C [new file with mode: 0644]
cinelerra-5.1/db/utils/clip_ls.C [new file with mode: 0644]
cinelerra-5.1/db/utils/clip_weights.C [new file with mode: 0644]
cinelerra-5.1/db/utils/cpdb.C [new file with mode: 0644]
cinelerra-5.1/db/utils/dbcounts.C [new file with mode: 0644]
cinelerra-5.1/db/utils/dbcvt.C [new file with mode: 0644]
cinelerra-5.1/db/utils/dbtv.C [new file with mode: 0644]
cinelerra-5.1/db/utils/delallclips.C [new file with mode: 0644]
cinelerra-5.1/db/utils/dmp.C [new file with mode: 0644]
cinelerra-5.1/db/utils/frame2pbm.C [new file with mode: 0644]
cinelerra-5.1/db/utils/frame_clips.C [new file with mode: 0644]
cinelerra-5.1/db/utils/framediff.C [new file with mode: 0644]
cinelerra-5.1/db/utils/framekey.C [new file with mode: 0644]
cinelerra-5.1/db/utils/frameweights.C [new file with mode: 0644]
cinelerra-5.1/db/utils/histeq.C [new file with mode: 0644]
cinelerra-5.1/db/utils/histeq.C.sav1 [new file with mode: 0644]
cinelerra-5.1/db/utils/histeq.C.sav2 [new file with mode: 0644]
cinelerra-5.1/db/utils/histplot.C [new file with mode: 0644]
cinelerra-5.1/db/utils/new_db.C [new file with mode: 0644]
cinelerra-5.1/db/utils/path_ls.C [new file with mode: 0644]
cinelerra-5.1/db/utils/pbm2frame.C [new file with mode: 0644]
cinelerra-5.1/db/utils/pbm2key.C [new file with mode: 0644]
cinelerra-5.1/db/utils/plotwts.sh [new file with mode: 0755]
cinelerra-5.1/db/utils/root_info.C [new file with mode: 0644]
cinelerra-5.1/db/utils/timelinechk.C [new file with mode: 0644]
cinelerra-5.1/db/utils/x.C [new file with mode: 0644]
cinelerra-5.1/db/utils/xtv.C [new file with mode: 0644]
cinelerra-5.1/db/x.C [new file with mode: 0644]
cinelerra-5.1/db/xsch.C [new file with mode: 0644]
cinelerra-5.1/doc/Features5.pdf [new file with mode: 0644]
cinelerra-5.1/doc/Makefile [new file with mode: 0644]
cinelerra-5.1/doc/RenderMux.sh [new file with mode: 0755]
cinelerra-5.1/doc/ShellCmds.html [new file with mode: 0644]
cinelerra-5.1/doc/ShellCmds.pdf [new file with mode: 0644]
cinelerra-5.1/doc/ShellCmds_en.html [new file with mode: 0644]
cinelerra-5.1/doc/ShellCmds_ru.html [new file with mode: 0644]
cinelerra-5.1/doc/apatches.png [new file with mode: 0644]
cinelerra-5.1/doc/autozoom.png [new file with mode: 0644]
cinelerra-5.1/doc/bezier.png [new file with mode: 0644]
cinelerra-5.1/doc/channelpositions.png [new file with mode: 0644]
cinelerra-5.1/doc/cinelerra.html [new file with mode: 0644]
cinelerra-5.1/doc/cinelerra.texi [new file with mode: 0644]
cinelerra-5.1/doc/cleaning1.png [new file with mode: 0644]
cinelerra-5.1/doc/compositing_pipeline.png [new file with mode: 0644]
cinelerra-5.1/doc/compositing_pipeline2.png [new file with mode: 0644]
cinelerra-5.1/doc/compress.png [new file with mode: 0644]
cinelerra-5.1/doc/configuration.html [new file with mode: 0644]
cinelerra-5.1/doc/current.html [new file with mode: 0644]
cinelerra-5.1/doc/cwindow_light.png [new file with mode: 0644]
cinelerra-5.1/doc/cwindow_zoom.png [new file with mode: 0644]
cinelerra-5.1/doc/doc_2000.html [new file with mode: 0644]
cinelerra-5.1/doc/doc_2002.html [new file with mode: 0644]
cinelerra-5.1/doc/editing_mode.png [new file with mode: 0644]
cinelerra-5.1/doc/fit_curves.png [new file with mode: 0644]
cinelerra-5.1/doc/history.html [new file with mode: 0644]
cinelerra-5.1/doc/ibeam_mode.png [new file with mode: 0644]
cinelerra-5.1/doc/in_point_button.png [new file with mode: 0644]
cinelerra-5.1/doc/index.html [new file with mode: 0644]
cinelerra-5.1/doc/inout_points.png [new file with mode: 0644]
cinelerra-5.1/doc/insertion_strategy.png [new file with mode: 0644]
cinelerra-5.1/doc/installation.html [new file with mode: 0644]
cinelerra-5.1/doc/label_button.png [new file with mode: 0644]
cinelerra-5.1/doc/label_traversal.png [new file with mode: 0644]
cinelerra-5.1/doc/linear.png [new file with mode: 0644]
cinelerra-5.1/doc/main_timebar.png [new file with mode: 0644]
cinelerra-5.1/doc/out_point_button.png [new file with mode: 0644]
cinelerra-5.1/doc/overwrite_button.png [new file with mode: 0644]
cinelerra-5.1/doc/press [new file with mode: 0644]
cinelerra-5.1/doc/previewregion.png [new file with mode: 0644]
cinelerra-5.1/doc/recording.png [new file with mode: 0644]
cinelerra-5.1/doc/shortcuts.html [new file with mode: 0644]
cinelerra-5.1/doc/splice_button.png [new file with mode: 0644]
cinelerra-5.1/doc/timebar_label.png [new file with mode: 0644]
cinelerra-5.1/doc/timebarslider.png [new file with mode: 0644]
cinelerra-5.1/doc/title.png [new file with mode: 0644]
cinelerra-5.1/doc/toclip_button.png [new file with mode: 0644]
cinelerra-5.1/doc/track_attributes.png [new file with mode: 0644]
cinelerra-5.1/doc/transport_panel.png [new file with mode: 0644]
cinelerra-5.1/doc/viewer_labels.png [new file with mode: 0644]
cinelerra-5.1/doc/vpatches.png [new file with mode: 0644]
cinelerra-5.1/doc/whatsnew_2_1.html [new file with mode: 0644]
cinelerra-5.1/doc/zoompanel.png [new file with mode: 0644]
cinelerra-5.1/expanders.txt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/acc256k.pro [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/audio.opts [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/bluray.m2ts [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/dvd.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/dvd.dvd [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/f4v.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/faststart_h264.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/faststart_h264.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/flac.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/flac.ogg [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/flac.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/flv.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/h264.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/h264_mp3.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/h265.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/h265_mp3.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/ima4.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/m2ts.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/mkv.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/mov.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/mov.mov [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/mp3.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/mp3.f4v [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/mp3.flv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/mp3.mp3 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/mp3.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/mp4.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/mp4.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/mulaw.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/ogg.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/ogg.ogg [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/opus.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/opus.ogg [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/opus.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/opus_ffmpeg.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/opus_ffmpeg.ogg [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/opus_ffmpeg.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/passes1and2_h264.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/passes1and2_h265.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/pcm.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/pro.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/qt.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/s16.pcm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/s16le.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/s24.pcm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/s32.pcm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/s32le.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/s8.pcm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/s8.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/stereo.youtube [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/stereo_with_h264.youtube [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/vorbis.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/vorbis.ogg [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/vorbis.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/vorbis.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/webm.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/webm.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/wmav1.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/wmav2.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/audio/youtube.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/decode.opts [new file with mode: 0644]
cinelerra-5.1/ffmpeg/encode.opts [new file with mode: 0644]
cinelerra-5.1/ffmpeg/ffmpeg.opts [new file with mode: 0644]
cinelerra-5.1/ffmpeg/flv.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/format/bluray [new file with mode: 0644]
cinelerra-5.1/ffmpeg/format/dvd [new file with mode: 0644]
cinelerra-5.1/ffmpeg/format/fmp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/format/fqt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/plugin.opts [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/16mmto264.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/avc422.m2ts [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/avi.xvid [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/bluray.m2ts [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/bluray_dv_ntsc.m2ts [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/bluray_dv_pal.m2ts [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/bluray_lo.m2ts [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/bmp.bmp [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/bmp.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/div3.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/div3v2.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/div5.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/dnxhd.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/dvd.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/dvd.dvd [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/f4v.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/faststart_h264.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/faststart_h264.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/ffv1.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/flv.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/flv.flv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/h264.f4v [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/h264.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/h265-10bit.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/h265-hi.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/h265-lo.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/h265-med.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/h265.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/hd.youtube [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/hd_h264.youtube [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/hevc422p10.m2ts [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/hevc422p8.m2ts [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/huffyuv_screencapture.mov [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/j2k.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/jpeg.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/ks.pro [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/lossless.m2ts [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/m2ts.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/med422p10.pro [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/mjpeg_444.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/mjpg.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/mkv.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/mov.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/mov.mov [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/mp4.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/mp4.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/mpeg.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/mpeg.mpeg [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/ogg.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/ogg.ogg [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/pam.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/pam.pam [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/pass1of2_h264.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/pass1of2_h265.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/pass1of2_vp9.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/pass2of2_h264.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/pass2of2_h265.mp4 [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/pass2of2_vp9.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/pbm.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/pbm.pbm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/pcx.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/pcx.pcx [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/pgm.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/pgm.pgm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/pgmyuv.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/pgmyuv.pgmyuv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/png.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/png.png [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/png.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/ppm.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/ppm.ppm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/pro.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/qt.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/raw.rgb [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/raw.yuv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/raw_abgr.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/raw_argb.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/raw_bgr24.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/raw_bgra.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/raw_gray16be.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/raw_rgb24.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/raw_rgb48be.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/raw_rgb555be.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/raw_rgb555le.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/raw_rgb565be.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/raw_rgb565le.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/raw_rgba.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/raw_uyvy422.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/raw_yuyv422.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/rgb.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/rle.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/sd.youtube [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/sd_h264.youtube [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/sgi.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/sgi.sgi [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/svq1.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/theora.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/theora.ogg [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/tiff.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/tiff.tiff [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/tiff48.tiff [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/uhd.youtube [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/uhd_h264.youtube [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/v308.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/v410.qt [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/video.opts [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/visually_lossless.m2ts [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp8.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp8.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_0320x240_24or25or30fps.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_0320x240_24or25or30fps.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_0640x360_24or25or30fps.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_0640x360_24or25or30fps.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_0640x480_lowQuality_24or25or30fps.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_0640x480_lowQuality_24or25or30fps.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_0640x480_mediumQuality_24or25or30fps.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_0640x480_mediumQuality_24or25or30fps.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_1280x720_24or25or30fps.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_1280x720_24or25or30fps.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_1280x720_50or60fps.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_1280x720_50or60fps.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_1920x1080_24or25or30fps.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_1920x1080_24or25or30fps.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_1920x1080_50or60fps.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_1920x1080_50or60fps.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_2560x1440_24or25or30fps.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_2560x1440_24or25or30fps.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_2560x1440_50or60fps.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_2560x1440_50or60fps.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_3840x2160_24or25or30fps.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_3840x2160_24or25or30fps.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_3840x2160_50or60fps.mkv [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/vp9_3840x2160_50or60fps.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/webm.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/webm.webm [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/xvid.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/y4m.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/y4m.y4m [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/youtube.dfl [new file with mode: 0644]
cinelerra-5.1/ffmpeg/video/yuv.dfl [new file with mode: 0644]
cinelerra-5.1/guicast/Makefile [new file with mode: 0644]
cinelerra-5.1/guicast/arraylist.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcbar.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcbar.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcbar.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcbitmap.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcbitmap.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcbitmap.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcbutton.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcbutton.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcbutton.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bccapture.C [new file with mode: 0644]
cinelerra-5.1/guicast/bccapture.h [new file with mode: 0644]
cinelerra-5.1/guicast/bccapture.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcclipboard.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcclipboard.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcclipboard.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bccmdl.py [new file with mode: 0755]
cinelerra-5.1/guicast/bccmodels.C [new file with mode: 0644]
cinelerra-5.1/guicast/bccmodels.h [new file with mode: 0644]
cinelerra-5.1/guicast/bccmodels.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bccolors.C [new file with mode: 0644]
cinelerra-5.1/guicast/bccolors.h [new file with mode: 0644]
cinelerra-5.1/guicast/bccolors.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bccounter.C [new file with mode: 0644]
cinelerra-5.1/guicast/bccounter.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcdelete.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcdelete.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcdelete.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcdialog.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcdialog.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcdialog.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcdisplay.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcdisplay.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcdisplay.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcdisplayinfo.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcdisplayinfo.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcdisplayinfo.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcdragwindow.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcdragwindow.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcdragwindow.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcfilebox.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcfilebox.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcfilebox.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcfontentry.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcfontentry.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcfontentry.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bchash.C [new file with mode: 0644]
cinelerra-5.1/guicast/bchash.h [new file with mode: 0644]
cinelerra-5.1/guicast/bchash.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcipc.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcipc.h [new file with mode: 0644]
cinelerra-5.1/guicast/bckeyboard.h [new file with mode: 0644]
cinelerra-5.1/guicast/bclistbox.C [new file with mode: 0644]
cinelerra-5.1/guicast/bclistbox.h [new file with mode: 0644]
cinelerra-5.1/guicast/bclistbox.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bclistboxitem.C [new file with mode: 0644]
cinelerra-5.1/guicast/bclistboxitem.h [new file with mode: 0644]
cinelerra-5.1/guicast/bclistboxitem.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcmenu.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcmenu.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcmenu.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcmenubar.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcmenubar.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcmenubar.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcmenuitem.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcmenuitem.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcmenuitem.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcmenupopup.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcmenupopup.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcmenupopup.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcmeter.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcmeter.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcmeter.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcnewfolder.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcnewfolder.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcnewfolder.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcpan.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcpan.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcpan.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcpbuffer.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcpbuffer.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcpbuffer.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcpixmap.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcpixmap.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcpixmap.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcpopup.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcpopup.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcpopup.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcpopupmenu.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcpopupmenu.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcpopupmenu.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcpot.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcpot.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcpot.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcprogress.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcprogress.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcprogress.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcprogressbox.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcprogressbox.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcprogressbox.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcrecentlist.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcrecentlist.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcrename.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcrename.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcrename.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcrepeater.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcrepeater.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcrepeater.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcresources.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcresources.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcresources.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcscrollbar.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcscrollbar.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcscrollbar.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcsignals.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcsignals.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcsignals.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcslider.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcslider.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcslider.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcsubwindow.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcsubwindow.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcsubwindow.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcsynchronous.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcsynchronous.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcsynchronous.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bctextbox.C [new file with mode: 0644]
cinelerra-5.1/guicast/bctextbox.h [new file with mode: 0644]
cinelerra-5.1/guicast/bctextbox.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bctexture.C [new file with mode: 0644]
cinelerra-5.1/guicast/bctexture.h [new file with mode: 0644]
cinelerra-5.1/guicast/bctexture.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bctheme.C [new file with mode: 0644]
cinelerra-5.1/guicast/bctheme.h [new file with mode: 0644]
cinelerra-5.1/guicast/bctheme.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bctimer.C [new file with mode: 0644]
cinelerra-5.1/guicast/bctimer.h [new file with mode: 0644]
cinelerra-5.1/guicast/bctimer.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bctitle.C [new file with mode: 0644]
cinelerra-5.1/guicast/bctitle.h [new file with mode: 0644]
cinelerra-5.1/guicast/bctitle.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bctoggle.C [new file with mode: 0644]
cinelerra-5.1/guicast/bctoggle.h [new file with mode: 0644]
cinelerra-5.1/guicast/bctoggle.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bctrace.C [new file with mode: 0644]
cinelerra-5.1/guicast/bctrace.h [new file with mode: 0644]
cinelerra-5.1/guicast/bctrace.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bctumble.C [new file with mode: 0644]
cinelerra-5.1/guicast/bctumble.h [new file with mode: 0644]
cinelerra-5.1/guicast/bctumble.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcwindow.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcwindow.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcwindow.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcwindow3d.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcwindowbase.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcwindowbase.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcwindowbase.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcwindowdraw.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcwindowevents.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcwindowevents.h [new file with mode: 0644]
cinelerra-5.1/guicast/bcwindowevents.inc [new file with mode: 0644]
cinelerra-5.1/guicast/bcxfer.C [new file with mode: 0644]
cinelerra-5.1/guicast/bcxfer.h [new file with mode: 0644]
cinelerra-5.1/guicast/bootstrap.c [new file with mode: 0644]
cinelerra-5.1/guicast/clip.h [new file with mode: 0644]
cinelerra-5.1/guicast/colors.h [new file with mode: 0644]
cinelerra-5.1/guicast/condition.C [new file with mode: 0644]
cinelerra-5.1/guicast/condition.h [new file with mode: 0644]
cinelerra-5.1/guicast/condition.inc [new file with mode: 0644]
cinelerra-5.1/guicast/cstrdup.h [new file with mode: 0644]
cinelerra-5.1/guicast/cursors.h [new file with mode: 0644]
cinelerra-5.1/guicast/debug.h [new file with mode: 0644]
cinelerra-5.1/guicast/errorbox.C [new file with mode: 0644]
cinelerra-5.1/guicast/errorbox.h [new file with mode: 0644]
cinelerra-5.1/guicast/errorbox.inc [new file with mode: 0644]
cinelerra-5.1/guicast/filesystem.C [new file with mode: 0644]
cinelerra-5.1/guicast/filesystem.h [new file with mode: 0644]
cinelerra-5.1/guicast/filesystem.inc [new file with mode: 0644]
cinelerra-5.1/guicast/fonts.h [new file with mode: 0644]
cinelerra-5.1/guicast/guicast.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/0.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/0_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/1.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/1_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/2.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/2_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/3.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/3_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/4.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/4_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/5.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/5_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/6.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/6_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/7.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/7_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/8.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/8_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/9.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/9_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/a.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/a_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/b.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/b_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/c.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/c_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/colon.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/colon_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/d.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/d_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/dash.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/dash_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/e.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/e_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/f.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/f_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/period.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/period_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/space.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/7seg_small/space_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/apply_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/apply_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/apply_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/apply_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/apply_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/apply_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/bar.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/bar_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/cancel.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/cancel_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/cancel_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/cancel_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/cancel_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/cancel_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/cancel_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/cancel_uphi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/cancel_uphi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/check.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/check_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/checkbox_checked.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/checkbox_checked_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/checkbox_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/checkbox_checkedhi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/checkbox_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/checkbox_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/checkbox_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/checkbox_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/checkbox_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/checkbox_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/default_icon.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/default_icon_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/downmix51_2.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/downmix51_2_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadeslider_left.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadeslider_left_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadeslider_mid.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadeslider_mid_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadeslider_right.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadeslider_right_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadeslider_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadeslider_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadeslider_uphi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadeslider_uphi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadevertical_left.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadevertical_left_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadevertical_mid.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadevertical_mid_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadevertical_right.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadevertical_right_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadevertical_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadevertical_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadevertical_uphi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/fadevertical_uphi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_column.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_column_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_delete_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_delete_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_delete_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_delete_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_delete_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_delete_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_film.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_film_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_folder.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_folder_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_icons_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_icons_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_icons_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_icons_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_icons_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_icons_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_label.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_label_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_newfolder_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_newfolder_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_newfolder_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_newfolder_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_newfolder_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_newfolder_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_reload_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_reload_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_reload_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_reload_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_reload_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_reload_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_rename_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_rename_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_rename_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_rename_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_rename_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_rename_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_capb_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_capb_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_capb_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_capb_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_capb_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_capb_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_lwrb_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_lwrb_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_lwrb_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_lwrb_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_lwrb_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_lwrb_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_semi_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_semi_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_semi_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_semi_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_semi_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_semi_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_zero_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_zero_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_zero_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_zero_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_zero_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_size_zero_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_sound.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_sound_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_text_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_text_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_text_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_text_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_text_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_text_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_unknown.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_unknown_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_updir_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_updir_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_updir_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_updir_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_updir_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_updir_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_updir_uphi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/file_updir_uphi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/filebox.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/filebox_button.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/folder.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/folder.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/folder_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/generic_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/generic_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/generic_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/generic_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/generic_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/generic_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/heroine_file.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/heroine_file.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/heroine_file_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/horizontal_slider_bg_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/horizontal_slider_bg_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/horizontal_slider_bg_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/horizontal_slider_bg_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/horizontal_slider_bg_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/horizontal_slider_bg_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/horizontal_slider_fg_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/horizontal_slider_fg_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/horizontal_slider_fg_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/horizontal_slider_fg_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/horizontal_slider_fg_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/horizontal_slider_fg_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_handle_bg_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_handle_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_handle_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_handle_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_left_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_left_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_left_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_right_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_right_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/hscroll_right_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/icon.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/icon_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/list_bg.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/list_bg.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/list_bg2.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/list_bg2_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/list_bg_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_button.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_button_disabled.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_button_disabled_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_button_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_button_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_button_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_button_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_button_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_button_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_columndn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_columndn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_columnhi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_columnhi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_columnup.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_columnup_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_expand.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_expandchecked.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_expandchecked_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_expandcheckedhi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_expandcheckedhi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_expanddn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_expanddn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_expandup.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_expandup_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_expanduphi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_expanduphi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbox_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbutton.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbutton_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbutton_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbutton_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/listbutton_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/menu_bg.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/menu_bg_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/menu_popup_bg.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/menu_popup_bg_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/menubar_bg.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/menubar_bg_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/menubar_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/menubar_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/menubar_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/menubar_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/menubar_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/menubar_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/menuitem_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/menuitem_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/menuitem_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/menuitem_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/menuitem_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/menuitem_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/meter.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/meterleft_bg.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/meterleft_bg_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/meterleft_green.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/meterleft_green_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/meterleft_red.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/meterleft_red_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/meterleft_yellow.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/meterleft_yellow_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/metermid_bg.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/metermid_bg_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/metermid_green.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/metermid_green_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/metermid_red.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/metermid_red_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/metermid_yellow.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/metermid_yellow_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/meterright_bg.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/meterright_bg_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/meterright_green.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/meterright_green_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/meterright_red.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/meterright_red_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/meterright_yellow.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/meterright_yellow_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/ok.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/ok.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/ok_cancel_usethis.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/ok_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/ok_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/ok_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/ok_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/ok_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/ok_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/ok_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/ok_uphi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/ok_uphi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/over_horiz.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/over_horiz_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/over_vertical.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/over_vertical_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_bg.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_bg.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_bg_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_bg_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_bg_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_channel.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_channel_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_channel_small.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_channel_small_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_popup.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_popup_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_stick.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_stick.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_stick_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_stick_small.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_stick_small_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/pan_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/pot.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/pot_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/pot_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/pot_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/pot_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/pot_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/pot_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/progress.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/progress_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/progress_hi_left.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/progress_hi_left_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/progress_hi_mid.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/progress_hi_mid_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/progress_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/progress_hi_right.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/progress_hi_right_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/progress_left.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/progress_left_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/progress_mid.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/progress_mid_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/progress_right.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/progress_right_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/progress_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/progress_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/radial_checked.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/radial_checked_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/radial_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/radial_checkedhi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/radial_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/radial_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/radial_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/radial_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/radial_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/radial_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider_bg_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider_bg_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider_button.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider_left.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider_left_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider_mid.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider_mid_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider_right.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider_right_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider_rod.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider_rod2.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider_uphi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/slider_uphi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/slidervertical.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/test.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/test_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/toggle.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumble_bottomdn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumble_bottomdn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumble_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumble_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumble_topdn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumble_topdn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumble_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumble_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumbler.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumbler_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumbler_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumbler_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumbler_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumbler_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumbler_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumblerbottom_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumblerbottom_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumblertop_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/tumblertop_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/usethis.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/usethis_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/usethis_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/usethis_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/usethis_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/usethis_uphi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/usethis_uphi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/vertical_slider_bg_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/vertical_slider_bg_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/vertical_slider_bg_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/vertical_slider_bg_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/vertical_slider_bg_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/vertical_slider_bg_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/vertical_slider_fg_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/vertical_slider_fg_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/vertical_slider_fg_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/vertical_slider_fg_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/vertical_slider_fg_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/vertical_slider_fg_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_handle_bg_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_handle_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_handle_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_handle_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_left_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_left_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_left_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_right_dn_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_right_hi_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/vscroll_right_up_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/window_bg.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/window_bg_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/xmeter.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/guicast/images/xmeter_green.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/xmeter_green_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/xmeter_normal.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/xmeter_normal_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/xmeter_red.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/xmeter_red_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/xmeter_white.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/xmeter_white_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/xmeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/xmeter_yellow_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/ymeter_green.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/ymeter_green_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/ymeter_normal.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/ymeter_normal_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/ymeter_red.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/ymeter_red_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/ymeter_white.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/ymeter_white_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/images/ymeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/guicast/images/ymeter_yellow_png.h [new file with mode: 0644]
cinelerra-5.1/guicast/keys.h [new file with mode: 0644]
cinelerra-5.1/guicast/language.h [new file with mode: 0644]
cinelerra-5.1/guicast/linklist.h [new file with mode: 0644]
cinelerra-5.1/guicast/mutex.C [new file with mode: 0644]
cinelerra-5.1/guicast/mutex.h [new file with mode: 0644]
cinelerra-5.1/guicast/mutex.inc [new file with mode: 0644]
cinelerra-5.1/guicast/pngtoh.c [new file with mode: 0644]
cinelerra-5.1/guicast/pngtoraw.c [new file with mode: 0644]
cinelerra-5.1/guicast/replace.C [new file with mode: 0644]
cinelerra-5.1/guicast/rotateframe.C [new file with mode: 0644]
cinelerra-5.1/guicast/rotateframe.h [new file with mode: 0644]
cinelerra-5.1/guicast/rotateframe.inc [new file with mode: 0644]
cinelerra-5.1/guicast/sema.C [new file with mode: 0644]
cinelerra-5.1/guicast/sema.h [new file with mode: 0644]
cinelerra-5.1/guicast/sema.inc [new file with mode: 0644]
cinelerra-5.1/guicast/sizes.h [new file with mode: 0644]
cinelerra-5.1/guicast/test.C [new file with mode: 0644]
cinelerra-5.1/guicast/test.png [new file with mode: 0644]
cinelerra-5.1/guicast/test2.C [new file with mode: 0644]
cinelerra-5.1/guicast/test3.C [new file with mode: 0644]
cinelerra-5.1/guicast/test4.C [new file with mode: 0644]
cinelerra-5.1/guicast/test5.C [new file with mode: 0644]
cinelerra-5.1/guicast/testobject.C [new file with mode: 0644]
cinelerra-5.1/guicast/testobject.h [new file with mode: 0644]
cinelerra-5.1/guicast/thread.C [new file with mode: 0644]
cinelerra-5.1/guicast/thread.h [new file with mode: 0644]
cinelerra-5.1/guicast/units.C [new file with mode: 0644]
cinelerra-5.1/guicast/units.h [new file with mode: 0644]
cinelerra-5.1/guicast/vframe.C [new file with mode: 0644]
cinelerra-5.1/guicast/vframe.h [new file with mode: 0644]
cinelerra-5.1/guicast/vframe.inc [new file with mode: 0644]
cinelerra-5.1/guicast/vframe3d.C [new file with mode: 0644]
cinelerra-5.1/guicast/vicon.C [new file with mode: 0644]
cinelerra-5.1/guicast/vicon.h [new file with mode: 0644]
cinelerra-5.1/guicast/vicon.inc [new file with mode: 0644]
cinelerra-5.1/guicast/workarounds.C [new file with mode: 0644]
cinelerra-5.1/guicast/workarounds.h [new file with mode: 0644]
cinelerra-5.1/guicast/xfer/Makefile [new file with mode: 0644]
cinelerra-5.1/image/cin.desktop [new file with mode: 0644]
cinelerra-5.1/image/cin.svg [new file with mode: 0644]
cinelerra-5.1/image/cin.xpm [new file with mode: 0644]
cinelerra-5.1/info/plugins.txt [new file with mode: 0644]
cinelerra-5.1/inst.sh [new file with mode: 0755]
cinelerra-5.1/leaker.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/COPYING [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/Makefile [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/atrack.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/audio/ac3.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/audio/audio.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/audio/dct.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/audio/huffman.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/audio/layer2.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/audio/layer3.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/audio/pcm.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/audio/synthesizers.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/audio/tables.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/bits.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/css.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/dbg [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/demux.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/depend.a52 [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/dmux.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/docs/index.html [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/dvb.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/huf.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/huf.h [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/ifo.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/ifo.h [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/libzmpeg3.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/libzmpeg3.h [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/make_package [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/make_rpm [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/mpeg2qt.c [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/mpeg3.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/mpeg31trkpony.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/mpeg3cat.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/mpeg3cc2txt.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/mpeg3dump.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/mpeg3ifochk.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/mpeg3peek.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/mpeg3show.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/mpeg3split.c [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/mpeg3toc.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/mutex.h [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/nav.h [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/strack.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/thread.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/thread.h [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/title.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/toc.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/cache.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/cc.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/getpicture.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/headers.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/idct.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/macroblocks.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/mmx.h [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/mmxidct.S [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/mmxtest.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/motion.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/output.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/reconmmx.s [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/reconstruct.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/seek.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/slice.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/subtitle.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/tst.c [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/tst1.c [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/tst2.c [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/video.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/vlc.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/video/worksheet.c [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/vtrack.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/x.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/xfont.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/y.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/y.c [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/yy.C [new file with mode: 0644]
cinelerra-5.1/libzmpeg3/zio.C [new file with mode: 0644]
cinelerra-5.1/lv2_blacklist.txt [new file with mode: 0644]
cinelerra-5.1/models/amazon01 [new file with mode: 0644]
cinelerra-5.1/models/amazon01.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/models/amazon01_body.png [new file with mode: 0644]
cinelerra-5.1/models/amazon01_eyes1.png [new file with mode: 0644]
cinelerra-5.1/models/amazon01_eyes2.png [new file with mode: 0644]
cinelerra-5.1/models/amazon01_head.png [new file with mode: 0644]
cinelerra-5.1/models/amazon01_mouth1.png [new file with mode: 0644]
cinelerra-5.1/models/amazon01_mouth2.png [new file with mode: 0644]
cinelerra-5.1/models/amazon01_mouth3.png [new file with mode: 0644]
cinelerra-5.1/models/golf01.png [new file with mode: 0644]
cinelerra-5.1/models/heroine01 [new file with mode: 0644]
cinelerra-5.1/models/heroine01.png [new file with mode: 0644]
cinelerra-5.1/models/heroine01.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/models/heroine01_body.png [new file with mode: 0644]
cinelerra-5.1/models/heroine01_head.png [new file with mode: 0644]
cinelerra-5.1/models/heroine01_mouth1.png [new file with mode: 0644]
cinelerra-5.1/models/heroine01_mouth2.png [new file with mode: 0644]
cinelerra-5.1/models/heroine01_mouth3.png [new file with mode: 0644]
cinelerra-5.1/models/knight.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/models/knight01 [new file with mode: 0644]
cinelerra-5.1/models/knight01_body.png [new file with mode: 0644]
cinelerra-5.1/models/knight01_eyes1.png [new file with mode: 0644]
cinelerra-5.1/models/knight01_eyes2.png [new file with mode: 0644]
cinelerra-5.1/models/knight01_head.png [new file with mode: 0644]
cinelerra-5.1/models/knight01_mouth1.png [new file with mode: 0644]
cinelerra-5.1/models/knight01_mouth2.png [new file with mode: 0644]
cinelerra-5.1/models/knight01_mouth3.png [new file with mode: 0644]
cinelerra-5.1/models/lion.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/models/lion01 [new file with mode: 0644]
cinelerra-5.1/models/lion01_body.png [new file with mode: 0644]
cinelerra-5.1/models/lion01_eyes1.png [new file with mode: 0644]
cinelerra-5.1/models/lion01_eyes2.png [new file with mode: 0644]
cinelerra-5.1/models/lion01_head.png [new file with mode: 0644]
cinelerra-5.1/models/lion01_mouth1.png [new file with mode: 0644]
cinelerra-5.1/models/lion01_mouth2.png [new file with mode: 0644]
cinelerra-5.1/models/lion01_mouth3.png [new file with mode: 0644]
cinelerra-5.1/models/lion2.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/models/tree.png [new file with mode: 0644]
cinelerra-5.1/models/tree01.png [new file with mode: 0644]
cinelerra-5.1/models/warrior01 [new file with mode: 0644]
cinelerra-5.1/models/warrior01.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/models/warrior01_body.png [new file with mode: 0644]
cinelerra-5.1/models/warrior01_eyes1.png [new file with mode: 0644]
cinelerra-5.1/models/warrior01_eyes2.png [new file with mode: 0644]
cinelerra-5.1/models/warrior01_head.png [new file with mode: 0644]
cinelerra-5.1/models/warrior01_mouth1.png [new file with mode: 0644]
cinelerra-5.1/models/warrior01_mouth2.png [new file with mode: 0644]
cinelerra-5.1/models/warrior01_mouth3.png [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/CHANGES [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/Makefile [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/Makefile.wat [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/TODO [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/attributes.h [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/bdist1_mmx.s [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/bdist2_mmx.s [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/config.h [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/conform.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/cpu_accel.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/cpu_accel.h [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/create_mtable.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/dist2_mmx.s [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/fastintfns.h [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/fdct_mmx.s [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/fdctdata.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/fdctref.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/global.h [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/idct.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/idct_mmx.s [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/idctdata.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/mblock_sad_mmx.s [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/mblock_sad_mmxe.s [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/mblock_sub44_sads.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/mblock_sub44_sads_x86_h.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/mblockq_sad_mmxe.s [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/mmx.h [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/motion.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/motion.c.table [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/motion.c.unroll [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/mpeg2enc.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/mpeg2enc.h [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/mtable.h [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/predcomp_mmx.s [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/predcomp_mmxe.s [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/predict.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/predict_mmx.s [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/putbits.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/putbits.h [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/puthdr.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/putmpg.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/putpic.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/putseq.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/putvlc.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/quant_mmx.s [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/quantize.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/quantize_x86.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/ratectl.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/readpic.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/script [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/simd.h [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/stats.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/transfrm.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/vlc.h [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/worksheet.c [new file with mode: 0644]
cinelerra-5.1/mpeg2enc/writepic.c [new file with mode: 0644]
cinelerra-5.1/mplexlo/Makefile [new file with mode: 0644]
cinelerra-5.1/mplexlo/mplex.c [new file with mode: 0644]
cinelerra-5.1/mplexlo/script [new file with mode: 0644]
cinelerra-5.1/msg/txt [new file with mode: 0644]
cinelerra-5.1/opencv_build [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/1080to480.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/1080to540.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/C41.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/L2_calf.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/aeffect_folder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/aeffect_icon.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/aging.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/alias_1407.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/allpass_1895.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/am_pitchshift_1433.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/amp_1181.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/analogue_osc_1416.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/atransition_folder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/atransition_icon.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/audio_icon.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/audioscope.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/bandpass_a_iir_1893.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/bandpass_iir_1892.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/bandslide.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/bandwipe.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/bluebanana.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/blur.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/bode_shifter_1431.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/bode_shifter_cv_1432.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/brightness.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/burn.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/butterworth_1902.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/chebstortion_1430.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/chromakey.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/chromakeyhsv.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/clip_folder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/clip_icon.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/color3way.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/colorbalance.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/comb_1190.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/comb_1887.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/comb_splitter_1411.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/compressor.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/const_1909.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/crikey.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/crossfade.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/crossover_dist_1404.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/dc_remove_1207.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/dcoffset.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/decay_1886.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/decimate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/decimator_1202.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/declip_1195.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/deinterlace-cv.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/deinterlace.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/delay_1898.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/delayaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/delayorama_1402.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/delayvideo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/denoise.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/denoisefft.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/denoisevideo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/descratch.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/despike.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/diffkey.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/diode_1185.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/dissolve.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/divider_1186.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/dj_eq_1901.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/dj_flanger_1438.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/dot.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/downsample.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/dyson_compress_1403.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/echo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/echocancel.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/edge.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/fad_delay_1192.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/fast_lookahead_limiter_1913.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_abench.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_acompressor.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_acontrast.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_acrusher.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_adelay.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_aecho.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_aemphasis.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_aeval.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_afade.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_agate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_allpass.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_aloop.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_aperms.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_aphaser.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_arealtime.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_aresample.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_astats.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_atadenoise.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_atempo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_atrim.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_audio.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_avgblur.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_bandpass.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_bandreject.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_bass.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_bbox.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_bench.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_biquad.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_bitplanenoise.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_blackdetect.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_blackframe.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_boxblur.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_bwdif.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_chorus.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_chromakey.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_ciescope.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_colorbalance.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_colorchannelmixer.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_colorkey.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_colorlevels.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_colormatrix.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_compand.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_compensationdelay.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_cover_rect.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_crop.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_cropdetect.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_crossfeed.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_crystalizer.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_datascope.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_dcshift.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_deband.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_deflate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_deflicker.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_dejudder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_delogo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_deshake.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_despill.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_dilation.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_doubleweave.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_drawbox.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_drawgraph.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_drawgrid.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_drmeter.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_dynaudnorm.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_earwax.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_edgedetect.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_elbg.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_entropy.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_eq.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_equalizer.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_erosion.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_extrastereo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_fade.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_fftfilt.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_field.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_fieldorder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_fillborders.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_flanger.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_floodfill.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_framerate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_fspp.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_gblur.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_gradfun.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_haas.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_hflip.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_highpass.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_hilbert.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_histeq.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_histogram.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_hqdn3d.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_hqx.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_hue.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_idet.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_il.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_inflate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_interlace.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_kerndeint.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_lenscorrection.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_limiter.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_loop.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_loudnorm.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_lowpass.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_lumakey.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_lut.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_lut3d.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_lutrgb.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_lutyuv.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_mcdeint.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_mcompand.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_mestimate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_mpdecimate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_negate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_nlmeans.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_noise.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_normalize.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_oscilloscope.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_owdenoise.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_perms.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_perspective.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_phase.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_pixscope.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_pp.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_pp7.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_prewitt.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_pseudocolor.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_readeia608.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_readvitc.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_realtime.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_removegrain.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_repeatfields.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_roberts.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_rotate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_sab.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_separatefields.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_setrange.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_showinfo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_shuffleframes.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_shuffleplanes.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_signalstats.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_silenceremove.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_sine.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_smartblur.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_sobel.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_spp.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_stereo3d.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_stereotools.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_stereowiden.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_super2xsai.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_swaprect.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_swapuv.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_tinterlace.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_tlut2.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_tonemap.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_transpose.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_treble.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_tremolo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_uspp.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_vaguedenoiser.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_vectorscope.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_vflip.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_vfrdet.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_vibrato.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_video.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_vignette.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_volume.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_volumedetect.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_w3fdif.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_waveform.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_weave.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_xbr.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_yadif.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ff_zoompan.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/fieldframe.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/film_icon.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/findobj.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/flanger_1191.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/flash.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/flip.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/flowobj.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/fm_osc_1415.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/folder_icon.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/foldover_1213.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/foverdrive_1196.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/framefield.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/freeverb.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/freezeframe.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/freq_tracker_1418.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/gaborobj.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/gain.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/gamma.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/gate_1410.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/giant_flange_1437.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/gong_1424.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/gong_beater_1439.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/gradient.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/graphic.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/gsm_1215.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/gverb_1216.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/hard_limiter_1413.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/harmonic_gen_1220.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/hermes_filter_1200.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/highpass_iir_1890.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/hilbert_1440.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/histeq.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/histogram.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/histogram_bezier.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/holo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/huesaturation.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/imp_1199.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/impulse_1885.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/interpolateaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/interpolatepixels.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/interpolatevideo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/inv_1429.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/invertaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/invertvideo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/irissquare.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ivtc.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/karaoke_1409.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/label_folder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/label_icon.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/lad_picon.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/latency_1914.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/lcr_delay_1436.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/lens.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/leveleffect.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/linearblur.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/liveaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/livevideo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/loopaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/loopvideo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/lowpass_iir_1891.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ls_filter_1908.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/matrix_ms_st_1421.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/matrix_spatialiser_1422.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/matrix_st_ms_1420.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/mbeq_1197.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/media_folder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/mixpatch.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/mixpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/mixpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/mixpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/mixpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/mixpatch_up.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/mod_delay_1419.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/motion-cv.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/motion-hv.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/motion.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/motion2.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/motion51.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/motionblur.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/moveobj.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/multivoice_chorus_1201.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/notch_iir_1894.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/oil.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/overlay.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/overlayaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/parametric.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/perspective.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/phasers_1217.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/photoscale.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/pitch.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/pitch_scale_1193.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/pitch_scale_1194.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/plate_1423.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/pointer_cast_1910.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/polar.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/proxy_folder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/proxy_icon.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/puzzleobj.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/radialblur.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/rate_shifter_1417.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/reframert.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/removegaps.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/reroute.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/resamplert.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/retro_flange_1208.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/revdelay_1605.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/reverb.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/reverseaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/reversevideo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/rgb601.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/rgbshift.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/ringmod_1188.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/rotate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/rumbler.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/satan_maximiser_1408.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/sc1_1425.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/sc2_1426.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/sc3_1427.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/sc4_1882.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/sc4m_1916.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/scale.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/scaleratio.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/se4_1883.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/seltempavg.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/shaper_1187.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/shapewipe.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/sharpen.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/shiftinterlace.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/sifter_1210.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/sin_cos_1881.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/single_para_1203.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/sinus_wavewrapper_1198.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/slide.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/smooth_decimate_1414.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/spectrogram.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/spherecam.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/split_1406.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/step_muxer_1212.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/stylizeobj.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/surround_encoder_1401.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/svf_1214.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/svg.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/swapchannels.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/swapframes.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/synthesizer.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/tape_delay_1211.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/threshold.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/timeavg.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/timefront.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/timestretchrt.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/titler.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/transient_1206.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/translate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/triple_para_1204.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/unsharp.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/valve_1209.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/valve_rect_1405.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/veffect_folder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/veffect_icon.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/video_icon.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/videoscope.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/vocoder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/vocoder_1337.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/vtransition_folder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/vtransition_icon.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/vynil_1905.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/wave.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/wave_terrain_1412.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/whirl.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/wipe.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/xfade_1915.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/yuv.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/yuv411.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/yuvshift.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/zm1_1428.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/zoom.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity/zoomblur.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/1080to480.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/1080to540.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/C41.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/L2_calf.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/aeffect_folder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/aging.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/alias_1407.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/allpass_1895.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/am_pitchshift_1433.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/amp_1181.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/analogue_osc_1416.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/atransition_folder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/audio_icon.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/audioscope.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/bandpass_a_iir_1893.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/bandpass_iir_1892.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/bandslide.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/bandwipe.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/bluebanana.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/blur.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/bode_shifter_1431.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/bode_shifter_cv_1432.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/brightness.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/burn.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/butterworth_1902.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/chebstortion_1430.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/chromakey.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/chromakeyhsv.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/clip_folder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/clip_icon.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/color3way.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/colorbalance.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/comb_1190.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/comb_1887.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/comb_splitter_1411.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/compressor.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/const_1909.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/crikey.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/crossfade.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/crossover_dist_1404.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/dc_remove_1207.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/dcoffset.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/decay_1886.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/decimate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/decimator_1202.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/declip_1195.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/deinterlace-cv.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/deinterlace.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/delay_1898.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/delayaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/delayorama_1402.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/delayvideo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/denoise.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/denoisefft.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/denoisevideo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/descratch.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/despike.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/diffkey.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/diode_1185.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/dissolve.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/divider_1186.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/dj_eq_1901.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/dj_flanger_1438.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/dot.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/downsample.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/dyson_compress_1403.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/echo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/echocancel.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/edge.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/fad_delay_1192.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/fast_lookahead_limiter_1913.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_abench.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_acompressor.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_acontrast.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_acrusher.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_adelay.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_aecho.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_aemphasis.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_aeval.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_afade.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_agate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_allpass.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_aloop.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_aperms.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_aphaser.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_arealtime.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_aresample.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_astats.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_atadenoise.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_atempo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_atrim.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_avgblur.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_bandpass.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_bandreject.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_bass.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_bbox.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_bench.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_biquad.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_bitplanenoise.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_blackdetect.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_blackframe.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_boxblur.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_bwdif.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_chorus.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_chromakey.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_ciescope.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_colorbalance.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_colorchannelmixer.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_colorkey.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_colorlevels.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_colormatrix.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_compand.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_compensationdelay.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_cover_rect.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_crop.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_cropdetect.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_crossfeed.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_crystalizer.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_datascope.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_dcshift.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_deband.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_deflate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_deflicker.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_dejudder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_delogo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_deshake.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_despill.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_dilation.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_doubleweave.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_drawbox.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_drawgraph.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_drawgrid.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_drmeter.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_dynaudnorm.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_earwax.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_edgedetect.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_elbg.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_entropy.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_eq.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_equalizer.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_erosion.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_extrastereo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_fade.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_fftfilt.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_field.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_fieldorder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_fillborders.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_flanger.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_floodfill.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_framerate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_fspp.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_gblur.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_gradfun.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_haas.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_hflip.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_highpass.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_hilbert.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_histeq.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_histogram.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_hqdn3d.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_hqx.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_hue.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_idet.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_il.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_inflate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_interlace.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_kerndeint.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_lenscorrection.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_limiter.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_loop.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_loudnorm.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_lowpass.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_lumakey.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_lut.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_lut3d.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_lutrgb.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_lutyuv.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_mcdeint.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_mcompand.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_mestimate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_mpdecimate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_negate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_nlmeans.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_noise.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_normalize.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_oscilloscope.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_owdenoise.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_perms.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_perspective.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_phase.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_pixscope.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_pp.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_pp7.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_prewitt.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_pseudocolor.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_readeia608.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_readvitc.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_realtime.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_removegrain.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_repeatfields.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_roberts.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_rotate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_sab.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_separatefields.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_setrange.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_showinfo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_shuffleframes.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_shuffleplanes.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_signalstats.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_silenceremove.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_sine.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_smartblur.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_sobel.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_spp.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_stereo3d.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_stereotools.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_stereowiden.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_super2xsai.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_swaprect.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_swapuv.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_tinterlace.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_tlut2.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_transpose.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_treble.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_tremolo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_uspp.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_vaguedenoiser.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_vectorscope.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_vflip.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_vfrdet.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_vibrato.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_vignette.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_volume.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_volumedetect.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_w3fdif.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_waveform.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_weave.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_xbr.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_yadif.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ff_zoompan.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/fieldframe.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/findobj.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/flanger_1191.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/flash.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/flip.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/flowobj.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/fm_osc_1415.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/foldover_1213.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/foverdrive_1196.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/framefield.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/freeverb.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/freezeframe.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/freq_tracker_1418.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/gaborobj.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/gain.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/gamma.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/gate_1410.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/giant_flange_1437.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/gong_1424.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/gong_beater_1439.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/gradient.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/graphic.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/gsm_1215.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/gverb_1216.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/hard_limiter_1413.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/harmonic_gen_1220.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/hermes_filter_1200.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/highpass_iir_1890.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/hilbert_1440.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/histeq.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/histogram.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/histogram_bezier.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/holo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/huesaturation.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/imp_1199.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/impulse_1885.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/interpolateaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/interpolatebayer.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/interpolatepixels.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/interpolatevideo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/inv_1429.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/invertaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/invertvideo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/irissquare.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ivtc.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/karaoke_1409.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/label_folder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/label_icon.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/langer_1191.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/latency_1914.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/lcr_delay_1436.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/lens.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/leveleffect.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/linearblur.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/liveaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/livevideo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/loopaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/loopvideo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/lowpass_iir_1891.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ls_filter_1908.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/matrix_ms_st_1421.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/matrix_spatialiser_1422.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/matrix_st_ms_1420.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/mbeq_1197.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/media_folder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/mod_delay_1419.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/motion-cv.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/motion-hv.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/motion.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/motion2.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/motion51.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/motionblur.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/motioncv.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/moveobj.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/multivoice_chorus_1201.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/notch_iir_1894.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/oil.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/overlay.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/overlayaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/parametric.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/perspective.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/phasers_1217.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/photoscale.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/pitch.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/pitch_scale_1193.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/pitch_scale_1194.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/plate_1423.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/pointer_cast_1910.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/polar.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/proxy_folder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/puzzleobj.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/radialblur.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/rate_shifter_1417.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/reframert.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/removegaps.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/reroute.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/resamplert.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/retro_flange_1208.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/revdelay_1605.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/reverb.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/reverseaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/reversevideo.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/rgb601.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/rgbshift.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/ringmod_1188.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/rotate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/rumbler.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/satan_maximiser_1408.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/sc1_1425.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/sc2_1426.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/sc3_1427.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/sc4_1882.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/sc4m_1916.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/scale.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/scaleratio.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/se4_1883.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/seltempavg.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/shaper_1187.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/shapewipe.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/sharpen.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/shiftinterlace.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/sifter_1210.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/sin_cos_1881.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/single_para_1203.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/sinus_wavewrapper_1198.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/slide.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/smooth_decimate_1414.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/soundlevel.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/spectrogram.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/spherecam.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/split_1406.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/step_muxer_1212.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/stylizeobj.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/surround_encoder_1401.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/svf_1214.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/svg.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/swapchannels.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/swapframes.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/synthesizer.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/tape_delay_1211.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/threshold.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/timeavg.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/timefront.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/timestretchrt.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/titler.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/transient_1206.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/translate.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/triple_para_1204.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/unknown_icon.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/unsharp.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/valve_1209.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/valve_rect_1405.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/veffect_folder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/video_icon.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/videoscope.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/vocoder_1337.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/vtransition_folder.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/vynil_1905.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/wave.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/wave_terrain_1412.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/whirl.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/wipe.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/xfade_1915.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/yuv.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/yuv411.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/yuvshift.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/zm1_1428.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/zoom.png [new file with mode: 0644]
cinelerra-5.1/picon/cinfinity2/zoomblur.png [new file with mode: 0644]
cinelerra-5.1/picon/original/1080to540.png [new file with mode: 0644]
cinelerra-5.1/picon/original/C41.png [new file with mode: 0644]
cinelerra-5.1/picon/original/aging.png [new file with mode: 0644]
cinelerra-5.1/picon/original/bandslide.png [new file with mode: 0644]
cinelerra-5.1/picon/original/bandwipe.png [new file with mode: 0644]
cinelerra-5.1/picon/original/bluebanana.png [new file with mode: 0644]
cinelerra-5.1/picon/original/blur.png [new file with mode: 0644]
cinelerra-5.1/picon/original/blurzoom.png [new file with mode: 0644]
cinelerra-5.1/picon/original/brightness.png [new file with mode: 0644]
cinelerra-5.1/picon/original/burn.png [new file with mode: 0644]
cinelerra-5.1/picon/original/chromakey.png [new file with mode: 0644]
cinelerra-5.1/picon/original/chromakeyhsv.png [new file with mode: 0644]
cinelerra-5.1/picon/original/colorbalance.png [new file with mode: 0644]
cinelerra-5.1/picon/original/compressor.png [new file with mode: 0644]
cinelerra-5.1/picon/original/crossfade.png [new file with mode: 0644]
cinelerra-5.1/picon/original/decimate.png [new file with mode: 0644]
cinelerra-5.1/picon/original/deinterlace.png [new file with mode: 0644]
cinelerra-5.1/picon/original/delayaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/original/delayvideo.png [new file with mode: 0644]
cinelerra-5.1/picon/original/denoise.png [new file with mode: 0644]
cinelerra-5.1/picon/original/denoisefft.png [new file with mode: 0644]
cinelerra-5.1/picon/original/denoisemjpeg.png [new file with mode: 0644]
cinelerra-5.1/picon/original/denoisevideo.png [new file with mode: 0644]
cinelerra-5.1/picon/original/despike.png [new file with mode: 0644]
cinelerra-5.1/picon/original/diffkey.png [new file with mode: 0644]
cinelerra-5.1/picon/original/dissolve.png [new file with mode: 0644]
cinelerra-5.1/picon/original/dot.png [new file with mode: 0644]
cinelerra-5.1/picon/original/downsample.png [new file with mode: 0644]
cinelerra-5.1/picon/original/fieldframe.png [new file with mode: 0644]
cinelerra-5.1/picon/original/flash.png [new file with mode: 0644]
cinelerra-5.1/picon/original/flip.png [new file with mode: 0644]
cinelerra-5.1/picon/original/framefield.png [new file with mode: 0644]
cinelerra-5.1/picon/original/freeverb.png [new file with mode: 0644]
cinelerra-5.1/picon/original/freezeframe.png [new file with mode: 0644]
cinelerra-5.1/picon/original/gain.png [new file with mode: 0644]
cinelerra-5.1/picon/original/gamma.png [new file with mode: 0644]
cinelerra-5.1/picon/original/gradient.png [new file with mode: 0644]
cinelerra-5.1/picon/original/graphic.png [new file with mode: 0644]
cinelerra-5.1/picon/original/histogram.png [new file with mode: 0644]
cinelerra-5.1/picon/original/holo.png [new file with mode: 0644]
cinelerra-5.1/picon/original/huesaturation.png [new file with mode: 0644]
cinelerra-5.1/picon/original/interpolateaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/original/interpolatepixels.png [new file with mode: 0644]
cinelerra-5.1/picon/original/interpolatevideo.png [new file with mode: 0644]
cinelerra-5.1/picon/original/invertaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/original/invertvideo.png [new file with mode: 0644]
cinelerra-5.1/picon/original/irissquare.png [new file with mode: 0644]
cinelerra-5.1/picon/original/ivtc.png [new file with mode: 0644]
cinelerra-5.1/picon/original/lens.png [new file with mode: 0644]
cinelerra-5.1/picon/original/leveleffect.png [new file with mode: 0644]
cinelerra-5.1/picon/original/linearblur.png [new file with mode: 0644]
cinelerra-5.1/picon/original/liveaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/original/livevideo.png [new file with mode: 0644]
cinelerra-5.1/picon/original/loopaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/original/loopvideo.png [new file with mode: 0644]
cinelerra-5.1/picon/original/motion-hv.png [new file with mode: 0644]
cinelerra-5.1/picon/original/motion.png [new file with mode: 0644]
cinelerra-5.1/picon/original/motionblur.png [new file with mode: 0644]
cinelerra-5.1/picon/original/normalize.png [new file with mode: 0644]
cinelerra-5.1/picon/original/oil.png [new file with mode: 0644]
cinelerra-5.1/picon/original/overlay.png [new file with mode: 0644]
cinelerra-5.1/picon/original/overlayaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/original/parametric.png [new file with mode: 0644]
cinelerra-5.1/picon/original/perspective.png [new file with mode: 0644]
cinelerra-5.1/picon/original/pitch.png [new file with mode: 0644]
cinelerra-5.1/picon/original/polar.png [new file with mode: 0644]
cinelerra-5.1/picon/original/radialblur.png [new file with mode: 0644]
cinelerra-5.1/picon/original/reframe.png [new file with mode: 0644]
cinelerra-5.1/picon/original/reframert.png [new file with mode: 0644]
cinelerra-5.1/picon/original/reroute.png [new file with mode: 0644]
cinelerra-5.1/picon/original/resample.png [new file with mode: 0644]
cinelerra-5.1/picon/original/reverb.png [new file with mode: 0644]
cinelerra-5.1/picon/original/reverseaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/original/reversevideo.png [new file with mode: 0644]
cinelerra-5.1/picon/original/rgb601.png [new file with mode: 0644]
cinelerra-5.1/picon/original/rotate.png [new file with mode: 0644]
cinelerra-5.1/picon/original/rumbler.png [new file with mode: 0644]
cinelerra-5.1/picon/original/scale.png [new file with mode: 0644]
cinelerra-5.1/picon/original/seltempavg.png [new file with mode: 0644]
cinelerra-5.1/picon/original/shapewipe.png [new file with mode: 0644]
cinelerra-5.1/picon/original/sharpen.png [new file with mode: 0644]
cinelerra-5.1/picon/original/shiftinterlace.png [new file with mode: 0644]
cinelerra-5.1/picon/original/slide.png [new file with mode: 0644]
cinelerra-5.1/picon/original/spectrogram.png [new file with mode: 0644]
cinelerra-5.1/picon/original/svg.png [new file with mode: 0644]
cinelerra-5.1/picon/original/swapchannels.png [new file with mode: 0644]
cinelerra-5.1/picon/original/synthesizer.png [new file with mode: 0644]
cinelerra-5.1/picon/original/threshold.png [new file with mode: 0644]
cinelerra-5.1/picon/original/timeavg.png [new file with mode: 0644]
cinelerra-5.1/picon/original/timefront.png [new file with mode: 0644]
cinelerra-5.1/picon/original/timestretch.png [new file with mode: 0644]
cinelerra-5.1/picon/original/titler.png [new file with mode: 0644]
cinelerra-5.1/picon/original/translate.png [new file with mode: 0644]
cinelerra-5.1/picon/original/unsharp.png [new file with mode: 0644]
cinelerra-5.1/picon/original/videoscope.png [new file with mode: 0644]
cinelerra-5.1/picon/original/wave.png [new file with mode: 0644]
cinelerra-5.1/picon/original/whirl.png [new file with mode: 0644]
cinelerra-5.1/picon/original/wipe.png [new file with mode: 0644]
cinelerra-5.1/picon/original/yuv.png [new file with mode: 0644]
cinelerra-5.1/picon/original/zoomblur.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/1080to480.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/1080to540.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/720to480.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/C41.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/aging.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/audioscope.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/bandslide.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/bandwipe.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/bluebanana.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/blur.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/blurzoom.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/brightness.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/burn.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/cdripper.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/chromakey.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/chromakeyhsv.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/color3way.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/colorbalance.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/compressor.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/crikey.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/crossfade.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/dcoffset.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/decimate.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/deinterlace-cv.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/deinterlace.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/delayaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/delayvideo.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/denoise.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/denoisefft.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/denoisemjpeg.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/denoisevideo.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/despike.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/diffkey.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/dissolve.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/dot.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/downsample.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/echo.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/echocancel.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/edge.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/fieldframe.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/findobj.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/flash.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/flip.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/framefield.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/freeverb.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/freezeframe.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/gain.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/gamma.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/gradient.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/graphic.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/greycstoration.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/histogram.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/histogram_bezier.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/holo.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/huesaturation.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/interpolateall.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/interpolateaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/interpolatepixels.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/interpolatevideo.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/invertaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/invertvideo.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/irissquare.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/ivtc.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/lens.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/leveleffect.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/linearblur.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/liveaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/livevideo.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/loopaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/loopvideo.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/motion-cv.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/motion-hv.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/motion.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/motion2.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/motion51.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/motionblur.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/normalize.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/oil.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/overlay.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/overlayaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/parametric.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/perspective.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/photoscale.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/piano.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/pitch.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/polar.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/radialblur.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/reframe.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/reframert.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/removegaps.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/reroute.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/resample.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/resamplert.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/reverb.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/reverseaudio.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/reversevideo.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/rgb601.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/rgbshift.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/rotate.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/rumbler.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/scale.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/scaleratio.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/seltempavg.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/shapewipe.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/sharpen.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/shiftinterlace.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/slide.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/spectrogram.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/svg.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/swapchannels.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/swapframes.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/synthesizer.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/threshold.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/timeavg.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/timefront.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/timestretch.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/timestretchrt.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/titler.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/translate.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/unsharp.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/videoscope.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/vocoder.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/wave.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/whirl.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/wipe.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/yuv.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/yuv411.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/yuvshift.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/zoom.png [new file with mode: 0644]
cinelerra-5.1/picon/smoother/zoomblur.png [new file with mode: 0644]
cinelerra-5.1/plugin_config [new file with mode: 0644]
cinelerra-5.1/plugin_defs [new file with mode: 0644]
cinelerra-5.1/plugins/1080to480/1080to480.C [new file with mode: 0644]
cinelerra-5.1/plugins/1080to480/1080to480.h [new file with mode: 0644]
cinelerra-5.1/plugins/1080to480/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/1080to540/1080to540.C [new file with mode: 0644]
cinelerra-5.1/plugins/1080to540/1080to540.h [new file with mode: 0644]
cinelerra-5.1/plugins/1080to540/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/720to480/720to480.C [new file with mode: 0644]
cinelerra-5.1/plugins/720to480/720to480.h [new file with mode: 0644]
cinelerra-5.1/plugins/720to480/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/C41/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/C41/c41.C [new file with mode: 0644]
cinelerra-5.1/plugins/C41/c41.h [new file with mode: 0644]
cinelerra-5.1/plugins/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/aging/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/aging/aging.C [new file with mode: 0644]
cinelerra-5.1/plugins/aging/aging.h [new file with mode: 0644]
cinelerra-5.1/plugins/aging/agingwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/aging/agingwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/audioscope/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/audioscope/audioscope.C [new file with mode: 0644]
cinelerra-5.1/plugins/audioscope/audioscope.h [new file with mode: 0644]
cinelerra-5.1/plugins/bandslide/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/bandslide/bandslide.C [new file with mode: 0644]
cinelerra-5.1/plugins/bandslide/bandslide.h [new file with mode: 0644]
cinelerra-5.1/plugins/bandwipe/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/bandwipe/bandwipe.C [new file with mode: 0644]
cinelerra-5.1/plugins/bandwipe/bandwipe.h [new file with mode: 0644]
cinelerra-5.1/plugins/bluebanana/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/bluebanana/bluebanana.C [new file with mode: 0644]
cinelerra-5.1/plugins/bluebanana/bluebanana.h [new file with mode: 0644]
cinelerra-5.1/plugins/bluebanana/bluebananacolor.c [new file with mode: 0644]
cinelerra-5.1/plugins/bluebanana/bluebananaconfig.C [new file with mode: 0644]
cinelerra-5.1/plugins/bluebanana/bluebananaconfig.h [new file with mode: 0644]
cinelerra-5.1/plugins/bluebanana/bluebananaengine.C [new file with mode: 0644]
cinelerra-5.1/plugins/bluebanana/bluebananalookups.C [new file with mode: 0644]
cinelerra-5.1/plugins/bluebanana/bluebananaslider.C [new file with mode: 0644]
cinelerra-5.1/plugins/bluebanana/bluebananaslider.h [new file with mode: 0644]
cinelerra-5.1/plugins/bluebanana/bluebananawindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/bluebanana/bluebananawindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/blur/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/blur/blur.C [new file with mode: 0644]
cinelerra-5.1/plugins/blur/blur.h [new file with mode: 0644]
cinelerra-5.1/plugins/blur/blur.inc [new file with mode: 0644]
cinelerra-5.1/plugins/blur/blurwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/blur/blurwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/blur/blurwindow.inc [new file with mode: 0644]
cinelerra-5.1/plugins/blurzoom/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/blurzoom/blurzoom.C [new file with mode: 0644]
cinelerra-5.1/plugins/blurzoom/blurzoom.h [new file with mode: 0644]
cinelerra-5.1/plugins/blurzoom/blurzoomwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/blurzoom/blurzoomwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/brightness/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/brightness/brightness.C [new file with mode: 0644]
cinelerra-5.1/plugins/brightness/brightness.h [new file with mode: 0644]
cinelerra-5.1/plugins/brightness/brightnesswindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/brightness/brightnesswindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/burn/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/burn/burn.C [new file with mode: 0644]
cinelerra-5.1/plugins/burn/burn.h [new file with mode: 0644]
cinelerra-5.1/plugins/burn/burnwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/burn/burnwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/cdripper/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/cdripper/cdripper.C [new file with mode: 0644]
cinelerra-5.1/plugins/cdripper/cdripper.h [new file with mode: 0644]
cinelerra-5.1/plugins/cdripper/cdripwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/cdripper/cdripwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/chromakey/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/chromakey/chromakey.C [new file with mode: 0644]
cinelerra-5.1/plugins/chromakey/chromakey.h [new file with mode: 0644]
cinelerra-5.1/plugins/chromakeyhsv/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/chromakeyhsv/chromakey.C [new file with mode: 0644]
cinelerra-5.1/plugins/chromakeyhsv/chromakey.h [new file with mode: 0644]
cinelerra-5.1/plugins/chromakeyhsv/chromakey.sl [new file with mode: 0644]
cinelerra-5.1/plugins/color3way/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/color3way/color3way.C [new file with mode: 0644]
cinelerra-5.1/plugins/color3way/color3way.h [new file with mode: 0644]
cinelerra-5.1/plugins/color3way/color3waywindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/color3way/color3waywindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/colorbalance/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/colorbalance/aggregated.h [new file with mode: 0644]
cinelerra-5.1/plugins/colorbalance/colorbalance.C [new file with mode: 0644]
cinelerra-5.1/plugins/colorbalance/colorbalance.h [new file with mode: 0644]
cinelerra-5.1/plugins/colorbalance/colorbalancewindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/colorbalance/colorbalancewindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/compressor/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/compressor/compressor.C [new file with mode: 0644]
cinelerra-5.1/plugins/compressor/compressor.h [new file with mode: 0644]
cinelerra-5.1/plugins/crikey/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/crikey/crikey.C [new file with mode: 0644]
cinelerra-5.1/plugins/crikey/crikey.h [new file with mode: 0644]
cinelerra-5.1/plugins/crikey/crikeywindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/crikey/crikeywindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/crossfade/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/crossfade/crossfade.C [new file with mode: 0644]
cinelerra-5.1/plugins/crossfade/crossfade.h [new file with mode: 0644]
cinelerra-5.1/plugins/crossfade/crossfade.inc [new file with mode: 0644]
cinelerra-5.1/plugins/dbx/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/dbx/dbx.h [new file with mode: 0644]
cinelerra-5.1/plugins/dcoffset/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/dcoffset/dcoffset.C [new file with mode: 0644]
cinelerra-5.1/plugins/dcoffset/dcoffset.h [new file with mode: 0644]
cinelerra-5.1/plugins/decimate/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/decimate/decimate.C [new file with mode: 0644]
cinelerra-5.1/plugins/deinterlace-cv/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/deinterlace-cv/deinterlace-cv.C [new file with mode: 0644]
cinelerra-5.1/plugins/deinterlace-cv/deinterlace-cv.h [new file with mode: 0644]
cinelerra-5.1/plugins/deinterlace-cv/deinterwindow-cv.C [new file with mode: 0644]
cinelerra-5.1/plugins/deinterlace-cv/deinterwindow-cv.h [new file with mode: 0644]
cinelerra-5.1/plugins/deinterlace/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/deinterlace/deinterlace.C [new file with mode: 0644]
cinelerra-5.1/plugins/deinterlace/deinterlace.h [new file with mode: 0644]
cinelerra-5.1/plugins/deinterlace/deinterwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/deinterlace/deinterwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/delayaudio/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/delayaudio/delayaudio.C [new file with mode: 0644]
cinelerra-5.1/plugins/delayaudio/delayaudio.h [new file with mode: 0644]
cinelerra-5.1/plugins/delayvideo/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/delayvideo/delayvideo.C [new file with mode: 0644]
cinelerra-5.1/plugins/delayvideo/delayvideo.h [new file with mode: 0644]
cinelerra-5.1/plugins/denoise/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/denoise/denoise.C [new file with mode: 0644]
cinelerra-5.1/plugins/denoise/denoise.h [new file with mode: 0644]
cinelerra-5.1/plugins/denoisefft/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/denoisefft/denoisefft.C [new file with mode: 0644]
cinelerra-5.1/plugins/denoisemjpeg/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/denoisemjpeg/denoisemjpeg.C [new file with mode: 0644]
cinelerra-5.1/plugins/denoisemjpeg/denoisemjpeg.h [new file with mode: 0644]
cinelerra-5.1/plugins/denoiseseltempavg/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/denoiseseltempavg/restart_marker.png [new file with mode: 0644]
cinelerra-5.1/plugins/denoiseseltempavg/seltempavg.C [new file with mode: 0644]
cinelerra-5.1/plugins/denoiseseltempavg/seltempavg.h [new file with mode: 0644]
cinelerra-5.1/plugins/denoiseseltempavg/seltempavgwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/denoiseseltempavg/seltempavgwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/denoisevideo/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/denoisevideo/denoisevideo.C [new file with mode: 0644]
cinelerra-5.1/plugins/denoisevideo/denoisevideo.h [new file with mode: 0644]
cinelerra-5.1/plugins/descratch/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/descratch/descratch.C [new file with mode: 0644]
cinelerra-5.1/plugins/descratch/descratch.h [new file with mode: 0644]
cinelerra-5.1/plugins/despike/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/despike/despike.C [new file with mode: 0644]
cinelerra-5.1/plugins/despike/despike.h [new file with mode: 0644]
cinelerra-5.1/plugins/despike/despikewindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/despike/despikewindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/diffkey/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/diffkey/diffkey.C [new file with mode: 0644]
cinelerra-5.1/plugins/dissolve/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/dissolve/dissolve.C [new file with mode: 0644]
cinelerra-5.1/plugins/dissolve/dissolve.h [new file with mode: 0644]
cinelerra-5.1/plugins/dissolve/dissolve.inc [new file with mode: 0644]
cinelerra-5.1/plugins/dot/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/dot/dot.C [new file with mode: 0644]
cinelerra-5.1/plugins/dot/dot.h [new file with mode: 0644]
cinelerra-5.1/plugins/dot/dotwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/dot/dotwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/downsample/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/downsample/downsample.C [new file with mode: 0644]
cinelerra-5.1/plugins/downsample/downsampleengine.C [new file with mode: 0644]
cinelerra-5.1/plugins/downsample/downsampleengine.h [new file with mode: 0644]
cinelerra-5.1/plugins/downsample/downsampleengine.inc [new file with mode: 0644]
cinelerra-5.1/plugins/echo/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/echo/echo.C [new file with mode: 0644]
cinelerra-5.1/plugins/echo/echo.h [new file with mode: 0644]
cinelerra-5.1/plugins/echocancel/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/echocancel/echocancel.C [new file with mode: 0644]
cinelerra-5.1/plugins/echocancel/echocancel.h [new file with mode: 0644]
cinelerra-5.1/plugins/edge/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/edge/edge.C [new file with mode: 0644]
cinelerra-5.1/plugins/edge/edge.h [new file with mode: 0644]
cinelerra-5.1/plugins/edge/edgewindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/edge/edgewindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/fieldframe/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/fieldframe/fieldframe.C [new file with mode: 0644]
cinelerra-5.1/plugins/findobj/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/findobj/findobj.C [new file with mode: 0644]
cinelerra-5.1/plugins/findobj/findobj.h [new file with mode: 0644]
cinelerra-5.1/plugins/findobj/findobj.inc [new file with mode: 0644]
cinelerra-5.1/plugins/findobj/findobjwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/findobj/findobjwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/findobj/findobjwindow.inc [new file with mode: 0644]
cinelerra-5.1/plugins/flash/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/flash/flash.C [new file with mode: 0644]
cinelerra-5.1/plugins/flash/flash.h [new file with mode: 0644]
cinelerra-5.1/plugins/flip/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/flip/flip.C [new file with mode: 0644]
cinelerra-5.1/plugins/flip/flip.h [new file with mode: 0644]
cinelerra-5.1/plugins/flip/flipwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/flip/flipwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/flowobj/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/flowobj/flowobj.C [new file with mode: 0644]
cinelerra-5.1/plugins/flowobj/flowobj.h [new file with mode: 0644]
cinelerra-5.1/plugins/flowobj/flowobjwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/flowobj/flowobjwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/A Yummy Apology.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/A.C.M.E. Explosive Bold.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/A.C.M.E. Explosive.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/A.C.M.E. Secret Agent Bold.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/A.C.M.E. Secret Agent Italic.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/A.C.M.E. Secret Agent.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/A.D. MONO.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Action Man Bold.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Action Man Italic.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Action Man.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/AltamonteNF.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/American Dream.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/O'Connor.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Old English.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Old Republic Bold.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Old Republic BoldItalic.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Old Republic Italic.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Old Republic.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Quatl Bold.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Quatl Italic.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Quatl.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Radio Stars.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Rafika.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Raiders .ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Razor 1911.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Re-buried.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Rebecca.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Regulators Italic.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Regulators.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Sci Fied Bold.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Sci Fied BoldItalic.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Sci Fied Italic.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Sci Fied.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Scratch my back.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Scriptina.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Scythe.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Sea-Dog.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/TANTOR.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Tafelschrift.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Tape Loop.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Tapeworm.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Telegraphic Bold Italic.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Telegraphic Bold.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Telegraphic Italic.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Telegraphic.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/Vera.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/VeraBI.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/VeraBd.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/VeraIt.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/VeraMoBI.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/VeraMoBd.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/VeraMoIt.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/VeraMono.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/VeraSe.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/VeraSeBd.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/arial.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/arialbd.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/arialbi.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/ariali.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/cour.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/courbd.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/courbi.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/couri.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/fonts.scale [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/l_10646.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/lucon.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/micross.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/old_engl.ttf [new file with mode: 0644]
cinelerra-5.1/plugins/fonts/pala.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/palab.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/palabi.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/palai.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/symbol.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/tahoma.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/tahomabd.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/times.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/timesbd.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/timesbi.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/timesi.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/trebuc.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/trebucbd.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/trebucbi.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/trebucit.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/fonts/wingding.ttf [new file with mode: 0755]
cinelerra-5.1/plugins/framefield/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/framefield/framefield.C [new file with mode: 0644]
cinelerra-5.1/plugins/freeverb/Components/allpass.cpp [new file with mode: 0644]
cinelerra-5.1/plugins/freeverb/Components/allpass.hpp [new file with mode: 0644]
cinelerra-5.1/plugins/freeverb/Components/comb.cpp [new file with mode: 0644]
cinelerra-5.1/plugins/freeverb/Components/comb.hpp [new file with mode: 0644]
cinelerra-5.1/plugins/freeverb/Components/denormals.h [new file with mode: 0644]
cinelerra-5.1/plugins/freeverb/Components/revmodel.cpp [new file with mode: 0644]
cinelerra-5.1/plugins/freeverb/Components/revmodel.hpp [new file with mode: 0644]
cinelerra-5.1/plugins/freeverb/Components/tuning.h [new file with mode: 0644]
cinelerra-5.1/plugins/freeverb/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/freeverb/freeverb.C [new file with mode: 0644]
cinelerra-5.1/plugins/freezeframe/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/freezeframe/freezeframe.C [new file with mode: 0644]
cinelerra-5.1/plugins/freezeframe/freezeframe.h [new file with mode: 0644]
cinelerra-5.1/plugins/gaborobj/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/gaborobj/gaborobj.C [new file with mode: 0644]
cinelerra-5.1/plugins/gaborobj/gaborobj.h [new file with mode: 0644]
cinelerra-5.1/plugins/gaborobj/gaborobjwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/gaborobj/gaborobjwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/gain/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/gain/gain.C [new file with mode: 0644]
cinelerra-5.1/plugins/gain/gain.h [new file with mode: 0644]
cinelerra-5.1/plugins/gain/gainwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/gain/gainwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/gamma/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/gamma/aggregated.h [new file with mode: 0644]
cinelerra-5.1/plugins/gamma/gamma.C [new file with mode: 0644]
cinelerra-5.1/plugins/gamma/gamma.h [new file with mode: 0644]
cinelerra-5.1/plugins/gamma/gammawindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/gamma/gammawindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/gradient/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/gradient/blur.inc [new file with mode: 0644]
cinelerra-5.1/plugins/gradient/gradient.C [new file with mode: 0644]
cinelerra-5.1/plugins/gradient/gradient.h [new file with mode: 0644]
cinelerra-5.1/plugins/graphic/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/graphic/graphic.C [new file with mode: 0644]
cinelerra-5.1/plugins/graphic/graphic.h [new file with mode: 0644]
cinelerra-5.1/plugins/greycstoration/CImg.h [new file with mode: 0644]
cinelerra-5.1/plugins/greycstoration/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/greycstoration/greycstoration.h [new file with mode: 0644]
cinelerra-5.1/plugins/greycstoration/greycstorationplugin.C [new file with mode: 0644]
cinelerra-5.1/plugins/greycstoration/greycstorationplugin.h [new file with mode: 0644]
cinelerra-5.1/plugins/greycstoration/greycstorationwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/greycstoration/greycstorationwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/histeq/.gdb_history [new file with mode: 0644]
cinelerra-5.1/plugins/histeq/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/histeq/histeq.C [new file with mode: 0644]
cinelerra-5.1/plugins/histeq/histeq.h [new file with mode: 0644]
cinelerra-5.1/plugins/histeq/histeq.inc [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/aggregated.h [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/debug [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/histogram.C [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/histogram.h [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/histogram.inc [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/histogramconfig.C [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/histogramconfig.h [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/histogramconfig.inc [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/histogramwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/histogramwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/histogramwindow.inc [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/max_picon.png [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/max_picon_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/mid_picon.png [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/mid_picon_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/min_picon.png [new file with mode: 0644]
cinelerra-5.1/plugins/histogram/min_picon_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/histogram_bezier/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/histogram_bezier/bistogram.C [new file with mode: 0644]
cinelerra-5.1/plugins/histogram_bezier/bistogram.h [new file with mode: 0644]
cinelerra-5.1/plugins/histogram_bezier/bistogram.inc [new file with mode: 0644]
cinelerra-5.1/plugins/histogram_bezier/bistogramconfig.C [new file with mode: 0644]
cinelerra-5.1/plugins/histogram_bezier/bistogramconfig.h [new file with mode: 0644]
cinelerra-5.1/plugins/histogram_bezier/bistogramconfig.inc [new file with mode: 0644]
cinelerra-5.1/plugins/histogram_bezier/bistogramwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/histogram_bezier/bistogramwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/histogram_bezier/bistogramwindow.inc [new file with mode: 0644]
cinelerra-5.1/plugins/histogram_bezier/max_picon.png [new file with mode: 0644]
cinelerra-5.1/plugins/histogram_bezier/max_picon_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/histogram_bezier/mid_picon.png [new file with mode: 0644]
cinelerra-5.1/plugins/histogram_bezier/mid_picon_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/histogram_bezier/min_picon.png [new file with mode: 0644]
cinelerra-5.1/plugins/histogram_bezier/min_picon_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/holo/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/holo/holo.C [new file with mode: 0644]
cinelerra-5.1/plugins/holo/holo.h [new file with mode: 0644]
cinelerra-5.1/plugins/holo/holowindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/holo/holowindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/huesaturation/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/huesaturation/huesaturation.C [new file with mode: 0644]
cinelerra-5.1/plugins/interpolate/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/interpolate/aggregated.h [new file with mode: 0644]
cinelerra-5.1/plugins/interpolate/interpolate.C [new file with mode: 0644]
cinelerra-5.1/plugins/interpolate/interpolate.h [new file with mode: 0644]
cinelerra-5.1/plugins/interpolateall/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/interpolateall/interpolateall.C [new file with mode: 0644]
cinelerra-5.1/plugins/interpolateaudio/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/interpolateaudio/interpolateaudio.C [new file with mode: 0644]
cinelerra-5.1/plugins/interpolatevideo/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/interpolatevideo/interpolatevideo.C [new file with mode: 0644]
cinelerra-5.1/plugins/interpolatevideo/interpolatevideo.h [new file with mode: 0644]
cinelerra-5.1/plugins/interpolatevideo/interpolatevideo.inc [new file with mode: 0644]
cinelerra-5.1/plugins/interpolatevideo/interpolatewindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/interpolatevideo/interpolatewindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/interpolatevideo/interpolatewindow.inc [new file with mode: 0644]
cinelerra-5.1/plugins/interpolatevideo/motioncache-hv.C [new symlink]
cinelerra-5.1/plugins/interpolatevideo/motioncache-hv.h [new symlink]
cinelerra-5.1/plugins/interpolatevideo/motioncache-hv.inc [new symlink]
cinelerra-5.1/plugins/interpolatevideo/motionscan-hv.C [new symlink]
cinelerra-5.1/plugins/interpolatevideo/motionscan-hv.h [new symlink]
cinelerra-5.1/plugins/interpolatevideo/motionscan-hv.inc [new symlink]
cinelerra-5.1/plugins/interpolatevideo/opticflow.C [new file with mode: 0644]
cinelerra-5.1/plugins/interpolatevideo/opticflow.h [new file with mode: 0644]
cinelerra-5.1/plugins/interpolatevideo/opticflow.inc [new file with mode: 0644]
cinelerra-5.1/plugins/invertaudio/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/invertaudio/invert.C [new file with mode: 0644]
cinelerra-5.1/plugins/invertvideo/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/invertvideo/invert.C [new file with mode: 0644]
cinelerra-5.1/plugins/invertvideo/invert.h [new file with mode: 0644]
cinelerra-5.1/plugins/invertvideo/invertwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/invertvideo/invertwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/irissquare/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/irissquare/irissquare.C [new file with mode: 0644]
cinelerra-5.1/plugins/irissquare/irissquare.h [new file with mode: 0644]
cinelerra-5.1/plugins/ivtc/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/ivtc/ivtc.C [new file with mode: 0644]
cinelerra-5.1/plugins/ivtc/ivtc.h [new file with mode: 0644]
cinelerra-5.1/plugins/ivtc/ivtcwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/ivtc/ivtcwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/lens/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/lens/lens.C [new file with mode: 0644]
cinelerra-5.1/plugins/lens/lens.h [new file with mode: 0644]
cinelerra-5.1/plugins/level/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/level/leveleffect.C [new file with mode: 0644]
cinelerra-5.1/plugins/level/leveleffect.h [new file with mode: 0644]
cinelerra-5.1/plugins/libeffecttv/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/libeffecttv/effecttv.C [new file with mode: 0644]
cinelerra-5.1/plugins/libeffecttv/effecttv.h [new file with mode: 0644]
cinelerra-5.1/plugins/libeffecttv/effecttv.inc [new file with mode: 0644]
cinelerra-5.1/plugins/linearblur/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/linearblur/linearblur.C [new file with mode: 0644]
cinelerra-5.1/plugins/liveaudio/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/liveaudio/liveaudio.C [new file with mode: 0644]
cinelerra-5.1/plugins/livevideo/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/livevideo/livevideo.C [new file with mode: 0644]
cinelerra-5.1/plugins/loopaudio/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/loopaudio/loopaudio.C [new file with mode: 0644]
cinelerra-5.1/plugins/loopvideo/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/loopvideo/loopvideo.C [new file with mode: 0644]
cinelerra-5.1/plugins/motion-cv/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/motion-cv/motion-cv.C [new file with mode: 0644]
cinelerra-5.1/plugins/motion-cv/motion-cv.h [new file with mode: 0644]
cinelerra-5.1/plugins/motion-cv/motionwindow-cv.C [new file with mode: 0644]
cinelerra-5.1/plugins/motion-cv/motionwindow-cv.h [new file with mode: 0644]
cinelerra-5.1/plugins/motion-hv/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/motion-hv/motion-hv.C [new file with mode: 0644]
cinelerra-5.1/plugins/motion-hv/motion-hv.h [new file with mode: 0644]
cinelerra-5.1/plugins/motion-hv/motion-hv.inc [new file with mode: 0644]
cinelerra-5.1/plugins/motion-hv/motioncache-hv.C [new file with mode: 0644]
cinelerra-5.1/plugins/motion-hv/motioncache-hv.h [new file with mode: 0644]
cinelerra-5.1/plugins/motion-hv/motioncache-hv.inc [new file with mode: 0644]
cinelerra-5.1/plugins/motion-hv/motionscan-hv.C [new file with mode: 0644]
cinelerra-5.1/plugins/motion-hv/motionscan-hv.h [new file with mode: 0644]
cinelerra-5.1/plugins/motion-hv/motionscan-hv.inc [new file with mode: 0644]
cinelerra-5.1/plugins/motion-hv/motionwindow-hv.C [new file with mode: 0644]
cinelerra-5.1/plugins/motion-hv/motionwindow-hv.h [new file with mode: 0644]
cinelerra-5.1/plugins/motion-hv/motionwindow-hv.inc [new file with mode: 0644]
cinelerra-5.1/plugins/motion/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/motion/motion.C [new file with mode: 0644]
cinelerra-5.1/plugins/motion/motion.h [new file with mode: 0644]
cinelerra-5.1/plugins/motion/motion.inc [new file with mode: 0644]
cinelerra-5.1/plugins/motion/motionscan.C [new file with mode: 0644]
cinelerra-5.1/plugins/motion/motionscan.h [new file with mode: 0644]
cinelerra-5.1/plugins/motion/motionscan.inc [new file with mode: 0644]
cinelerra-5.1/plugins/motion/motionwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/motion/motionwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/motion/motionwindow.inc [new file with mode: 0644]
cinelerra-5.1/plugins/motion/opencvwrapper.C [new file with mode: 0644]
cinelerra-5.1/plugins/motion/opencvwrapper.h [new file with mode: 0644]
cinelerra-5.1/plugins/motion/opencvwrapper.inc [new file with mode: 0644]
cinelerra-5.1/plugins/motion2point/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/motion2point/downsampleengine.C [new symlink]
cinelerra-5.1/plugins/motion2point/downsampleengine.h [new symlink]
cinelerra-5.1/plugins/motion2point/downsampleengine.inc [new symlink]
cinelerra-5.1/plugins/motion2point/motion.C [new file with mode: 0644]
cinelerra-5.1/plugins/motion2point/motion.h [new file with mode: 0644]
cinelerra-5.1/plugins/motion2point/motion.inc [new file with mode: 0644]
cinelerra-5.1/plugins/motion2point/motioncache-hv.C [new symlink]
cinelerra-5.1/plugins/motion2point/motioncache-hv.h [new symlink]
cinelerra-5.1/plugins/motion2point/motioncache-hv.inc [new symlink]
cinelerra-5.1/plugins/motion2point/motionscan-hv.C [new symlink]
cinelerra-5.1/plugins/motion2point/motionscan-hv.h [new symlink]
cinelerra-5.1/plugins/motion2point/motionscan-hv.inc [new symlink]
cinelerra-5.1/plugins/motion2point/motionwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/motion2point/motionwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/motion2point/motionwindow.inc [new file with mode: 0644]
cinelerra-5.1/plugins/motion51/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/motion51/motion51.C [new file with mode: 0644]
cinelerra-5.1/plugins/motion51/motion51.h [new file with mode: 0644]
cinelerra-5.1/plugins/motion51/motion51.inc [new file with mode: 0644]
cinelerra-5.1/plugins/motion51/motionwindow51.C [new file with mode: 0644]
cinelerra-5.1/plugins/motion51/motionwindow51.h [new file with mode: 0644]
cinelerra-5.1/plugins/motionblur/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/motionblur/motionblur.C [new file with mode: 0644]
cinelerra-5.1/plugins/moveobj/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/moveobj/moveobj.C [new file with mode: 0644]
cinelerra-5.1/plugins/moveobj/moveobj.h [new file with mode: 0644]
cinelerra-5.1/plugins/moveobj/moveobjwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/moveobj/moveobjwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/normalize/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/normalize/normalize.C [new file with mode: 0644]
cinelerra-5.1/plugins/normalize/normalize.h [new file with mode: 0644]
cinelerra-5.1/plugins/normalize/normalizewindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/normalize/normalizewindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/oilpainting/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/oilpainting/oil.C [new file with mode: 0644]
cinelerra-5.1/plugins/oilpainting/oil.h [new file with mode: 0644]
cinelerra-5.1/plugins/oilpainting/oilwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/oilpainting/oilwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/overlay/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/overlay/overlay.C [new file with mode: 0644]
cinelerra-5.1/plugins/overlayaudio/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/overlayaudio/overlayaudio.C [new file with mode: 0644]
cinelerra-5.1/plugins/parametric/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/parametric/parametric.C [new file with mode: 0644]
cinelerra-5.1/plugins/parametric/parametric.h [new file with mode: 0644]
cinelerra-5.1/plugins/perspective/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/perspective/perspective.C [new file with mode: 0644]
cinelerra-5.1/plugins/perspective/perspective.h [new file with mode: 0644]
cinelerra-5.1/plugins/photoscale/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/photoscale/photoscale.C [new file with mode: 0644]
cinelerra-5.1/plugins/photoscale/photoscale.h [new file with mode: 0644]
cinelerra-5.1/plugins/piano/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/piano/piano.C [new file with mode: 0644]
cinelerra-5.1/plugins/piano/piano.h [new file with mode: 0644]
cinelerra-5.1/plugins/pitch/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/pitch/pitch.C [new file with mode: 0644]
cinelerra-5.1/plugins/pitch/pitch.h [new file with mode: 0644]
cinelerra-5.1/plugins/polar/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/polar/polar.C [new file with mode: 0644]
cinelerra-5.1/plugins/polar/polar.h [new file with mode: 0644]
cinelerra-5.1/plugins/polar/polarwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/polar/polarwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/puzzleobj/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/puzzleobj/puzzleobj.C [new file with mode: 0644]
cinelerra-5.1/plugins/puzzleobj/puzzleobj.h [new file with mode: 0644]
cinelerra-5.1/plugins/puzzleobj/puzzleobjwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/puzzleobj/puzzleobjwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/radialblur/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/radialblur/radialblur.C [new file with mode: 0644]
cinelerra-5.1/plugins/reframe/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/reframe/reframe.C [new file with mode: 0644]
cinelerra-5.1/plugins/reframe/reframe.h [new file with mode: 0644]
cinelerra-5.1/plugins/reframert/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/reframert/reframert.C [new file with mode: 0644]
cinelerra-5.1/plugins/removegaps/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/removegaps/removegaps.C [new file with mode: 0644]
cinelerra-5.1/plugins/removegaps/removegaps.h [new file with mode: 0644]
cinelerra-5.1/plugins/reroute/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/reroute/reroute.C [new file with mode: 0644]
cinelerra-5.1/plugins/resample/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/resample/resample.C [new file with mode: 0644]
cinelerra-5.1/plugins/resample/resample.h [new file with mode: 0644]
cinelerra-5.1/plugins/resamplert/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/resamplert/resamplert.C [new file with mode: 0644]
cinelerra-5.1/plugins/resamplert/resamplert.h [new file with mode: 0644]
cinelerra-5.1/plugins/reverb/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/reverb/reverb.C [new file with mode: 0644]
cinelerra-5.1/plugins/reverb/reverb.h [new file with mode: 0644]
cinelerra-5.1/plugins/reverb/reverb.inc [new file with mode: 0644]
cinelerra-5.1/plugins/reverb/reverbwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/reverb/reverbwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/reverb/reverbwindow.inc [new file with mode: 0644]
cinelerra-5.1/plugins/reverseaudio/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/reverseaudio/reverseaudio.C [new file with mode: 0644]
cinelerra-5.1/plugins/reversevideo/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/reversevideo/reversevideo.C [new file with mode: 0644]
cinelerra-5.1/plugins/rgb601/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/rgb601/ivtc.C.2 [new file with mode: 0644]
cinelerra-5.1/plugins/rgb601/rgb601.C [new file with mode: 0644]
cinelerra-5.1/plugins/rgb601/rgb601.h [new file with mode: 0644]
cinelerra-5.1/plugins/rgb601/rgb601window.C [new file with mode: 0644]
cinelerra-5.1/plugins/rgb601/rgb601window.h [new file with mode: 0644]
cinelerra-5.1/plugins/rgbshift/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/rgbshift/rgbshift.C [new file with mode: 0644]
cinelerra-5.1/plugins/rotate/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/rotate/rotate.C [new file with mode: 0644]
cinelerra-5.1/plugins/rumbler/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/rumbler/rumbler.C [new file with mode: 0644]
cinelerra-5.1/plugins/scale/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/scale/scale.C [new file with mode: 0644]
cinelerra-5.1/plugins/scale/scale.h [new file with mode: 0644]
cinelerra-5.1/plugins/scale/scalewin.C [new file with mode: 0644]
cinelerra-5.1/plugins/scale/scalewin.h [new file with mode: 0644]
cinelerra-5.1/plugins/scaleratio/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/scaleratio/scaleratio.C [new file with mode: 0644]
cinelerra-5.1/plugins/scaleratio/scaleratio.h [new file with mode: 0644]
cinelerra-5.1/plugins/scaleratio/scaleratiowin.C [new file with mode: 0644]
cinelerra-5.1/plugins/scaleratio/scaleratiowin.h [new file with mode: 0644]
cinelerra-5.1/plugins/shapes/burst.png [new file with mode: 0644]
cinelerra-5.1/plugins/shapes/circle.png [new file with mode: 0644]
cinelerra-5.1/plugins/shapes/clock.png [new file with mode: 0644]
cinelerra-5.1/plugins/shapes/heart.png [new file with mode: 0644]
cinelerra-5.1/plugins/shapes/specks.png [new file with mode: 0644]
cinelerra-5.1/plugins/shapes/spiral.png [new file with mode: 0644]
cinelerra-5.1/plugins/shapes/tile2x2h.png [new file with mode: 0644]
cinelerra-5.1/plugins/shapes/tile2x2v.png [new file with mode: 0644]
cinelerra-5.1/plugins/shapewipe/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/shapewipe/shapewipe.C [new file with mode: 0644]
cinelerra-5.1/plugins/shapewipe/shapewipe.h [new file with mode: 0644]
cinelerra-5.1/plugins/sharpen/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/sharpen/sharpen.C [new file with mode: 0644]
cinelerra-5.1/plugins/sharpen/sharpen.h [new file with mode: 0644]
cinelerra-5.1/plugins/sharpen/sharpenwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/sharpen/sharpenwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/shiftinterlace/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/shiftinterlace/shiftinterlace.C [new file with mode: 0644]
cinelerra-5.1/plugins/slide/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/slide/slide.C [new file with mode: 0644]
cinelerra-5.1/plugins/slide/slide.h [new file with mode: 0644]
cinelerra-5.1/plugins/spectrogram/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/spectrogram/spectrogram.C [new file with mode: 0644]
cinelerra-5.1/plugins/spectrogram/spectrogram.h [new file with mode: 0644]
cinelerra-5.1/plugins/spherecam/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/spherecam/spherecam.C [new file with mode: 0644]
cinelerra-5.1/plugins/spherecam/spherecam.C.bak [new file with mode: 0644]
cinelerra-5.1/plugins/spherecam/spherecam.h [new file with mode: 0644]
cinelerra-5.1/plugins/spherecam/spherecam.h.bak [new file with mode: 0644]
cinelerra-5.1/plugins/stylizeobj/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/stylizeobj/stylizeobj.C [new file with mode: 0644]
cinelerra-5.1/plugins/stylizeobj/stylizeobj.h [new file with mode: 0644]
cinelerra-5.1/plugins/stylizeobj/stylizeobjwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/stylizeobj/stylizeobjwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/svg/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/svg/empty_svg.h [new file with mode: 0644]
cinelerra-5.1/plugins/svg/svg.C [new file with mode: 0644]
cinelerra-5.1/plugins/svg/svg.h [new file with mode: 0644]
cinelerra-5.1/plugins/svg/svgwin.C [new file with mode: 0644]
cinelerra-5.1/plugins/svg/svgwin.h [new file with mode: 0644]
cinelerra-5.1/plugins/swapchannels/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/swapchannels/swapchannels.C [new file with mode: 0644]
cinelerra-5.1/plugins/swapchannels/swapchannels.h [new file with mode: 0644]
cinelerra-5.1/plugins/swapframes/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/swapframes/swapframes.C [new file with mode: 0644]
cinelerra-5.1/plugins/swapframes/swapframes.h [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/black_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/black_checked_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/black_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/black_checkedhi_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/black_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/black_dn_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/black_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/black_hi_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/black_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/black_up_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/synthesizer.C [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/synthesizer.h [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/synthesizer.inc [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/synthwindow.inc [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/test.xml [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/white_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/white_checked_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/white_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/white_checkedhi_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/white_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/white_dn_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/white_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/white_hi_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/white_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/synthesizer/white_up_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/blondtheme.C [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/blondtheme.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/4.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/5.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/6.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/7.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/8.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/9.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/arrow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/autokeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/bar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/batchcancel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/batchcancel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/batchcancel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/batchstart_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/batchstart_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/batchstart_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/batchstop_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/batchstop_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/batchstop_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/blank30x30.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/bottom_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/camera.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/camerakeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/cancel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/cbuttons_left.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/cbuttons_right.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/center_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/channel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/channel_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/channel_position.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/checkbox_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/checkbox_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/checkbox_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/checkbox_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/checkbox_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/clip_icon.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/closetip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/cmeter_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/column_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/column_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/column_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/copy.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/cpanel_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/cpanel_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/cpanel_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/cpanel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/cpanel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/cpanel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/crop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/cut.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/cwindow_active.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/cwindow_inactive.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/delete.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/drawpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/editpanel_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/editpanel_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/editpanel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/editpanel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/editpanel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/end.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/expandpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/expandpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/expandpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/expandpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/expandpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/eyedrop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/fastfwd.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/fastrev.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/filebox_bigbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/filebox_bigbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/filebox_bigbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/fileboxbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/fileboxbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/fileboxbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/fit.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/fitautos.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/folder.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/framefwd.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/framerev.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/gangpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/generic_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/generic_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/generic_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/goto.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/heroine_icon.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/hscroll_handle_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/hscroll_handle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/hscroll_handle_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/hscroll_handle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/hscroll_left_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/hscroll_left_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/hscroll_left_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/hscroll_right_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/hscroll_right_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/hscroll_right_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/hslider_bg_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/hslider_bg_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/hslider_bg_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/hslider_fg_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/hslider_fg_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/hslider_fg_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/ibeam.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/icons.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/in_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/in_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/in_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/in_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/in_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/inpoint.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/keyframe3.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/label.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/label_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/label_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/labeltoggle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/labeltoggle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/labeltoggle_uphi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/left_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/listbox_button.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/listbox_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/listbox_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/locklabels_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/locklabels_locked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/locklabels_lockedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/locklabels_unlocked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/locklabels_unlockedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/magnify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mask.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/maskkeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mbutton_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mclock_flat.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/menu_popup_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/menubar_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/menubar_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/menubar_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/menubar_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/menuitem_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/menuitem_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/menuitem_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/middle_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mode_add.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mode_divide.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mode_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mode_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mode_max.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mode_multiply.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mode_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mode_replace.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mode_subtract.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mode_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/modekeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mscroll_filler.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mutepatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mutepatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mutepatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mutepatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/mutepatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/new_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/new_bigbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/new_bigbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/new_bigbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/nextlabel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/nexttip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/ok.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/openfolder.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/out_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/out_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/out_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/out_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/out_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/outpoint.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/overwrite.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/pan_channel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/pan_channel_small.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/pan_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/pan_popup.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/pan_stick.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/pan_stick_small.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/pan_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/panel_divider.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/pankeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/paste.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/patch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/patch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/patch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/patch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/patch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/patchbay_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/pause.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/play.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/playpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/playpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/playpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/playpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/playpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/playpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/plugin_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/plugin_on.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/plugin_ondn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/plugin_onhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/plugin_onselect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/plugin_onselecthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/plugin_show.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/plugin_showdn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/plugin_showhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/plugin_showselect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/plugin_showselecthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/pot_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/pot_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/pot_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/preferences_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/preferencesbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/preferencesbutton_dnhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/preferencesbutton_dnlo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/preferencesbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/preferencesbutton_uphi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/prevlabel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/prevtip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/progress_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/progress_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/projector.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/projectorkeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/protect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/radial_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/radial_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/radial_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/radial_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/radial_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/record.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/recordgui_batch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/recordgui_controls.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/recordgui_list.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/recordmonitor_meters.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/recordmonitor_panel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/recordpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/recordpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/recordpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/recordpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/recordpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/recordpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/redo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/reload.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/resource1024.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/resource128.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/resource256.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/resource32.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/resource512.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/resource64.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/reverse.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/rewind.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/right_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/ruler.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/setformat_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/show_meters.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/singleframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/splice.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/statusbar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/statusbar_cancel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/statusbar_cancel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/statusbar_cancel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/stop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/swap_extents.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/tan_linear.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/tan_smooth.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/text.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/text_highlight.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/timebar_bg_flat.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/timebar_brender.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/timebar_view.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/tipbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/tipbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/tipbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/title_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/titlesafe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/toclip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/toolwindow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/top_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/transportdn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/transporthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/transportup.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/tumble_bottom.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/tumble_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/tumble_top.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/tumble_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/undo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/updir.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/vbuttons_left.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/vclock.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/vscroll_handle_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/vscroll_handle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/vscroll_handle_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/vscroll_handle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/vscroll_left_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/vscroll_left_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/vscroll_left_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/vscroll_right_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/vscroll_right_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/vscroll_right_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/vwindow_timebar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/wrench.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/xmeter_green.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/xmeter_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/xmeter_over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/xmeter_red.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/xmeter_white.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/xmeter_yellow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/ymeter_green.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/ymeter_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/ymeter_over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/ymeter_red.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/ymeter_white.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/ymeter_yellow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/zoompopup_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/zoompopup_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/zoompopup_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/zoomtumble_bottom.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/zoomtumble_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/zoomtumble_top.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/Source/zoomtumble_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/a.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/about.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/about_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/aeffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/aeffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/allsvgstopngs [new file with mode: 0755]
cinelerra-5.1/plugins/theme_blond/data/antenna.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/arrow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/atransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/atransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/audio_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/autokeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/b.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/bak/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/bak/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/bak/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/bak/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/bak/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/bak2/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/bak2/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/bak2/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/bak2/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/bak2/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/bar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/batchcancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/batchcancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/batchcancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/batchstart_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/batchstart_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/batchstart_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/batchstop_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/batchstop_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/batchstop_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/blank30x30.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/bottom_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/buttonbar.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/c.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/camera.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/camerakeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/cbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/cbuttons_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/center_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/channel_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/channel_position.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/check.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/checkbox_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/checkbox_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/checkbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/checkbox_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/checkbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/clearinpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/clearoutpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/clip_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/clip_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/closetip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/cmeter_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/colon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/color3way_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/color3way_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/color3way_point.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/color3way_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/column_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/column_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/column_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/commercial.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/configure.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/copy.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/cpanel_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/cpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/cpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/cpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/cpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/cpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/crop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/cut.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/cwindow_active.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/cwindow_inactive.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/d.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/dash.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/delete.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/downmix51_2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/drawpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/duplex.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/e.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/editpanel.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/editpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/editpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/editpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/editpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/editpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/end.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/expandpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/expandpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/expandpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/expandpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/expandpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/expandpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/eyedrop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/f.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/fastfwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/fastrev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ff_audio.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ff_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ff_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ff_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ff_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ff_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ff_video.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/filebox.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/filebox_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/filebox_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/filebox_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/fileboxbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/fileboxbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/fileboxbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/film_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/fit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/fitautos.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/folder_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/framefwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/framerev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/gangpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/generic_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/generic_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/generic_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/generickeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/goto.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/heroine_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/histogram_carrot_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/histogram_carrot_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/histogram_carrot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/histogram_carrot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/histogram_carrot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/histogram_img.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/histogram_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/histogram_toggle.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/hscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/hscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/hscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/hscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/hscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/hscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/hscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/hscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/hscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/hscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/hslider_bg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/hslider_bg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/hslider_bg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/hslider_fg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/hslider_fg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/hslider_fg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ibeam.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/icons.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/in_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/in_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/in_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/in_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/in_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/inpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/keyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/keyframe2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/keyframe3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/label.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/label_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/label_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/label_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/label_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/labeltoggle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/labeltoggle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/labeltoggle_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/left_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/listbox_button.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/listbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/listbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/loadmode_cat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/loadmode_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/loadmode_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/loadmode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/loadmode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/loadmode_nested.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/loadmode_new.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/loadmode_newcat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/loadmode_newtracks.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/loadmode_none.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/loadmode_paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/loadmode_resource.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/loadmode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/locklabels_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/locklabels_locked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/locklabels_lockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/locklabels_unlocked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/locklabels_unlockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/lok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/magnify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mainwindow.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mask.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/maskkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mbutton_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mbutton_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mbutton_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mclock_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/media_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/menu.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/menu_popup_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/menubar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/menubar_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/menubar_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/menubar_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/menuitem_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/menuitem_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/menuitem_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/menupopup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/menupopup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/menupopup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/menutitle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/menutitle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/menutitle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/middle_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_add.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_and.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_burn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_darken.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_difference.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_divide.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_dodge.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_dst.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_dstatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_dstin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_dstout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_dstover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_hardlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_lighten.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_max.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_min.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_multiply.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_or.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_overlay.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_replace.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_screen.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_softlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_src.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_srcatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_srcin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_srcout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_srcover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_subtract.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mode_xor.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/modekeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mscroll_filler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mtimebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mutepatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mutepatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mutepatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mutepatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mutepatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mutepatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/new.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/new_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/new_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/new_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/new_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/nextedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/nextlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/nexttip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/openfolder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/out_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/out_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/out_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/out_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/out_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/outpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/overwrite.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/pan_channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/pan_channel_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/pan_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/pan_popup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/pan_stick.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/pan_stick_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/pan_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/pane.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/pane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/pane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/pane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/panel_divider.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/pankeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/patch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/patch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/patch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/patch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/patch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/patchbay_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/patches.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/pause.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/period.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/picture.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/play.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/playpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/playpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/playpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/playpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/playpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/playpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/plugin.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/plugin_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/plugin_on.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/plugin_ondn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/plugin_onhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/plugin_onselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/plugin_onselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/plugin_show.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/plugin_showdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/plugin_showhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/plugin_showselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/plugin_showselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/pot.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/pot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/pot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/pot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/preferences_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/preferences_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/preset_edit0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/preset_edit1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/preset_edit2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/prevedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/prevlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/prevtip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/progress_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/progress_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/projector.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/projectorkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/protect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/proxy_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/proxy_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/proxy_p_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/proxy_p_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/proxy_p_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/proxy_p_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/proxy_p_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/proxy_p_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/proxy_s_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/proxy_s_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/proxy_s_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/proxy_s_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/proxy_s_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/proxy_s_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/radial.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/radial_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/radial_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/radial_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/radial_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/radial_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/record.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/recordgui_batch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/recordgui_controls.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/recordgui_list.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/recordmonitor_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/recordmonitor_panel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/recordpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/recordpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/recordpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/recordpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/recordpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/recordpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/redo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/reload.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/rename.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/resource1024.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/resource128.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/resource256.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/resource32.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/resource512.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/resource64.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/reverse.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/rewind.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/right_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ruler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/scope.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/setformat_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/setformat_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/shbtn_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/shbtn_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/shbtn_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/show_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/singleframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/space.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/splice.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/statusbar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/statusbar_cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/statusbar_cancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/statusbar_cancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/statusbar_cancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/stop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/swap_extents.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/tan_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/tan_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/text.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/text_highlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/timebar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/timebar_bg_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/timebar_brender.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/timebar_view.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/tipbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/tipbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/tipbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/title_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/titlesafe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/toclip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/toolwindow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/top_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/transportdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/transportend.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/transporthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/transportup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/tumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/tumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/tumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/tumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/undo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/updir.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/vbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/vclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/veffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/veffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/video_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/vscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/vscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/vscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/vscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/vscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/vscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/vscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/vscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/vscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/vscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/vtransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/vtransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/vwindow_timebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/waveform.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/waveform_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/wrench.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/xmeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/xmeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/xmeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/xmeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/xmeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/xmeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/xpane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/xpane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/xpane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ymeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ymeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ymeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ymeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ymeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ymeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ypane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ypane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/ypane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/zoompopup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/zoompopup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/zoompopup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/zoomtumble.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/zoomtumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/zoomtumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/zoomtumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/zoomtumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.C [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.C.orig [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.inc [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme_data [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/buttons.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/cwindow.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/cwindow2.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/4.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/5.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/6.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/7.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/8.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/9.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/a.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/about.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/about.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/about_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/add_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/add_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/add_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/aeffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/aeffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/antenna.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/antierase_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/antierase_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/antierase_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/antierase_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/antierase_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/append_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/append_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/append_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/appendasset_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/appendasset_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/appendasset_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/apply_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/apply_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/apply_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/arrow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/arrow_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/arrow_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/arrow_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/arrow_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/arrow_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/asset_append_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/asset_append_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/asset_append_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/asset_button.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/asset_disk_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/asset_disk_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/asset_disk_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/asset_index_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/asset_index_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/asset_index_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/asset_info_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/asset_info_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/asset_info_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/asset_project_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/asset_project_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/asset_project_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/atransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/atransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/attach_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/attach_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/attach_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/audio_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/auto_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/auto_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/auto_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/auto_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/autokeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/autokeyframe_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/autokeyframe_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/autokeyframe_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/autokeyframe_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/autokeyframe_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/automationpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/automationpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/automationpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/automationpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/automationpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/b.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/bak/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/bak/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/bak/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/bak/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/bak/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/bak2/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/bak2/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/bak2/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/bak2/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/bak2/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/bar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/batchcancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/batchcancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/batchcancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/batchrender.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/batchstart_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/batchstart_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/batchstart_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/batchstop_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/batchstop_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/batchstop_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/blank30x30.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/bottom_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/buttonbar.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/buttonbar2.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/buttonbar2_fullsize.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/buttons.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/c.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/calibrate_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/calibrate_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/calibrate_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/camera.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/camera_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/camera_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/camera_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/camera_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/camera_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/camerakeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cancel_small_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cancel_small_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cancel_small_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cbuttons_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/center_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/chain.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/chain_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/chain_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/chain_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/channel_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/channel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/channel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/channel_position.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/channel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/channels.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/checkbox_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/checkbox_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/checkbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/checkbox_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/checkbox_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/checkbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/checkbox_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cirselection_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cirselection_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cirselection_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cirselection_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cirselection_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/clearinpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/clearoutpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/clip_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/clip_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/closetip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cmeter_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/colon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/color3way_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/color3way_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/color3way_point.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/color3way_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/column_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/column_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/column_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/commercial.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/configure.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/copy.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cpanel_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/crop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/crop_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/crop_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/crop_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/crop_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/crop_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cut.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cwindow_active.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/cwindow_inactive.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/d.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/dash.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/default_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/delete.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/delete_all_indexes_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/delete_all_indexes_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/delete_all_indexes_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/delete_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/delete_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/delete_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/deletedisk_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/deletedisk_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/deletedisk_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/deleteproject_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/deleteproject_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/deleteproject_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/detach_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/detach_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/detach_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/downmix51_2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/draw_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/draw_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/draw_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/draw_up.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/draw_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/draw_uphi.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/drawpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/drawpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/drawpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/drawpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/drawpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/drawpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/duplex.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/e.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/edit_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/edit_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/edit_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/edithandle.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/edithandlein.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/edithandlein_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/edithandlein_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/edithandlein_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/edithandleout_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/edithandleout_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/edithandleout_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/editpanel.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/editpanel2.xcf [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/editpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/editpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/editpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/editpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/editpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/end.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/erase_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/erase_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/erase_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/erase_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/erase_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/expand.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/expandpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/expandpatch.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/expandpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/expandpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/expandpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/expandpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/expandpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/eyedrop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/f.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/fastfwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/fastrev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ff_audio.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ff_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ff_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ff_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ff_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ff_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ff_video.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_column.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_film.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_icons_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_icons_dn_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_icons_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_icons_up_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_icons_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_icons_uphi_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_newfolder_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_newfolder_dn_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_newfolder_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_newfolder_up_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_newfolder_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_newfolder_uphi_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_sound.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_text_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_text_dn_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_text_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_text_up_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_text_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_text_uphi_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_unknown.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_updir_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_updir_dn_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_updir_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_updir_up_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_updir_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/file_updir_uphi_png.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/filebox.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/filebox_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/filebox_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/filebox_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/fileboxbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/fileboxbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/fileboxbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/film_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/fit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/fit_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/fit_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/fit_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/fitautos.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/folder_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/framefwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/framerev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/fwd_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/fwd_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/fwd_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/gangpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/gangpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/gangpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/gangpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/gangpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/gangpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/generic_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/generic_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/generic_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/generickeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/goto.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/heroine_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/heroine_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/heroine_icon.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/heroine_iconbig.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/histogram_carrot_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/histogram_carrot_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/histogram_carrot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/histogram_carrot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/histogram_carrot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/histogram_img.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/histogram_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/histogram_toggle.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_back_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_back_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_back_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_center_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_center_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_center_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_fwd_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_fwd_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_fwd_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hslider_bg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hslider_bg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hslider_bg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hslider_fg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hslider_fg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/hslider_fg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ibeam.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ibeam_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ibeam_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ibeam_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ibeam_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ibeam_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/icons.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/in_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/in_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/in_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/in_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/in_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/infoasset_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/infoasset_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/infoasset_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/inpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/insert_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/insert_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/insert_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/keyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/keyframe.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/keyframe2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/keyframe3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/keyframe_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/keyframe_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/keyframe_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/label.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/label.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/label_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/label_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/label_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/label_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/label_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/label_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/label_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/labeltoggle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/labeltoggle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/labeltoggle_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/left_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/list_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/listbox_button.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/listbox_button.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/listbox_button_disabled.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/listbox_button_disabled.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/listbox_button_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/listbox_button_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/listbox_button_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/listbox_column_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/listbox_column_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/listbox_column_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/listbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/listbox_expandchecked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/listbox_expandcheckedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/listbox_expanddn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/listbox_expandup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/listbox_expanduphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/listbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/loadmode_cat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/loadmode_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/loadmode_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/loadmode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/loadmode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/loadmode_nested.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/loadmode_new.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/loadmode_newcat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/loadmode_newtracks.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/loadmode_none.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/loadmode_paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/loadmode_resource.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/loadmode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/locklabels.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/locklabels_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/locklabels_locked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/locklabels_lockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/locklabels_unlocked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/locklabels_unlockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/lok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/magnify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/magnify_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/magnify_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/magnify_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/magnify_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/magnify_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mainwindow.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mask.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/maskkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mbutton_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mbutton_blue.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mbutton_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mbutton_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mclock_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/media_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/menu.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/menu_popup_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/menubar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/menubar_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/menubar_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/menubar_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/menuitem_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/menuitem_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/menuitem_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/menupopup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/menupopup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/menupopup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/menutitle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/menutitle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/menutitle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/middle_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_add.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_and.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_burn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_darken.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_difference.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_divide.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_dodge.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_dst.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_dstatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_dstin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_dstout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_dstover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_hardlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_lighten.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_max.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_min.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_multiply.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_or.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_overlay.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_replace.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_screen.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_softlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_src.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_srcatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_srcin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_srcout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_srcover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_subtract.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mode_xor.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/modekeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/move_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/move_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/move_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/move_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/move_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/movedn_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/movedn_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/movedn_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/moveup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/moveup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/moveup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mscroll_filler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mtimebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mutepatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mutepatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mutepatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mutepatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mutepatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mutepatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/new.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/new_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/new_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/new_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/new_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/nextedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/nextlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/nextlabel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/nextlabel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/nextlabel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/nexttip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/no_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/no_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/no_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/openfolder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/options_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/options_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/options_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/out_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/out_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/out_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/out_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/out_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/outpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/over_button.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/over_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/over_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/over_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/overwrite.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pan_channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pan_channel_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pan_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pan_popup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pan_stick.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pan_stick_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pan_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pane.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/panel_divider.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pankeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pasteasset_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pasteasset_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pasteasset_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/patch.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/patch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/patch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/patch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/patch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/patch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/patchbay_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/patches.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pause.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/period.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/picture.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/picture_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/picture_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/picture_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/play.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/playpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/playpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/playpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/playpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/playpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/playpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/plugin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/plugin.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/plugin_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/plugin_on.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/plugin_ondn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/plugin_onhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/plugin_onselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/plugin_onselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/plugin_show.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/plugin_showdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/plugin_showhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/plugin_showselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/plugin_showselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pluginbutton.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pluginbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pluginbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pluginbutton_select.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pluginbutton_selecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pot.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/pot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/preferences_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/presentation_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/presentation_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/presentation_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/preset_edit0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/preset_edit1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/preset_edit2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/prevedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/prevlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/prevlabel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/prevlabel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/prevlabel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/prevtip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/progress_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/progress_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/projector.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/projector_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/projector_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/projector_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/projector_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/projector_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/projectorkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/protect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/proxy_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/proxy_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/proxy_p_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/proxy_p_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/proxy_p_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/proxy_p_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/proxy_p_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/proxy_p_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/proxy_s_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/proxy_s_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/proxy_s_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/proxy_s_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/proxy_s_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/proxy_s_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/radial.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/radial_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/radial_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/radial_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/radial_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/radial_downhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/radial_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/radial_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/radial_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/recframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/record.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/recordgui_batch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/recordgui_controls.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/recordgui_list.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/recordmonitor_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/recordmonitor_panel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/recordpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/recordpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/recordpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/recordpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/recordpatch_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/recordpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/recordpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/recordpatch_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/rectselection_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/rectselection_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/rectselection_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/rectselection_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/rectselection_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/redo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/redo_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/redo_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/redo_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/redrawindex_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/redrawindex_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/redrawindex_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/reel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/reload.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/rename.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/reset_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/reset_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/reset_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/resource.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/resource1024.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/resource128.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/resource256.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/resource32.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/resource512.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/resource64.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/reverse.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/rewind.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/right_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ruler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/scope.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/select_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/select_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/select_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/setformat_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/setformat_bg2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/shbtn_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/shbtn_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/shbtn_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/show_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/singleframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/slider_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/space.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/splice.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/startover_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/startover_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/startover_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/statusbar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/statusbar.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/statusbar_cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/statusbar_cancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/statusbar_cancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/statusbar_cancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/statusbar_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/statusbar_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/stop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/stoprec.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/swap_extents.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/swap_extents.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/tan_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/tan_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/text.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/text_highlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/timebar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/timebar_bg_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/timebar_brender.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/timebar_view.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/tipbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/tipbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/tipbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/title_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/titlesafe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/toclip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/toolwindow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/top_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/tracks_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transition_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transition_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transition_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transitionhandle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transitionhandle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transitionhandle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transport.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transport_center_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transport_center_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transport_center_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transport_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transport_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transport_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transport_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transport_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transport_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transportbuttons.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transportdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transportend.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transporthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transports.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/transportup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/tumble_botdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/tumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/tumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/tumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/tumble_topdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/tumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/undo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/undo_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/undo_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/undo_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/updir.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vbuttons_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/veffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/veffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vertical_slider_bg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vertical_slider_bg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vertical_slider_bg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vertical_slider_fg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vertical_slider_fg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vertical_slider_fg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/video_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/viewasset_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/viewasset_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/viewasset_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vmeter_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_back_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_back_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_back_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_center_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_center_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_center_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_fwd_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_fwd_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_fwd_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vtransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vtransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/vwindow_timebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/waveform.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/waveform_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/wrench.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/wrench_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/wrench_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/wrench_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/xmeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/xmeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/xmeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/xmeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/xmeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/xmeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/xpane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/xpane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/xpane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/yes_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/yes_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/yes_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ymeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ymeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ymeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ymeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ymeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ymeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ypane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ypane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/ypane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/zoombar_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/zoombar_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/zoompopup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/zoompopup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/zoompopup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/zoomtumble.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/zoomtumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/zoomtumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/zoomtumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/zoomtumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/hscroll.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/hscroll2.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/mwindow.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/mwindow2.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/preferencesbutton.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/recordgui.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/recordmonitor.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/scrollbar.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/slider_bg.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/slider_button.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/statusbar_cancel.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/tumbler.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/vscrollbar.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/vwindow.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/bluetheme.C [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/bluetheme.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/4.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/5.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/6.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/7.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/8.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/9.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/arrow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/autokeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/bar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/batchcancel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/batchcancel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/batchcancel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/batchstart_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/batchstart_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/batchstart_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/batchstop_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/batchstop_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/batchstop_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/blank30x30.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/bottom_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/camera.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/camerakeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/cancel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/cbuttons_left.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/cbuttons_right.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/center_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/channel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/channel_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/channel_position.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/checkbox_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/checkbox_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/checkbox_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/checkbox_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/checkbox_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/clip_icon.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/closetip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/cmeter_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/column_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/column_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/column_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/copy.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/cpanel_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/cpanel_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/cpanel_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/cpanel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/cpanel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/cpanel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/crop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/cut.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/cwindow_active.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/cwindow_inactive.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/delete.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/drawpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/editpanel_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/editpanel_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/editpanel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/editpanel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/editpanel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/end.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/expandpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/expandpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/expandpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/expandpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/expandpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/eyedrop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/fastfwd.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/fastrev.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/filebox_bigbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/filebox_bigbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/filebox_bigbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/fileboxbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/fileboxbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/fileboxbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/fit.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/fitautos.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/folder.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/framefwd.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/framerev.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/gangpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/generic_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/generic_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/generic_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/goto.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/heroine_icon.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/hscroll_handle_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/hscroll_handle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/hscroll_handle_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/hscroll_handle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/hscroll_left_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/hscroll_left_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/hscroll_left_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/hscroll_right_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/hscroll_right_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/hscroll_right_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/hslider_bg_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/hslider_bg_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/hslider_bg_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/hslider_fg_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/hslider_fg_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/hslider_fg_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/ibeam.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/icons.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/in_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/in_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/in_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/in_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/in_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/inpoint.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/keyframe3.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/label.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/label_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/label_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/labeltoggle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/labeltoggle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/labeltoggle_uphi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/left_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/listbox_button.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/listbox_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/listbox_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/locklabels_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/locklabels_locked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/locklabels_lockedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/locklabels_unlocked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/locklabels_unlockedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/magnify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mask.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/maskkeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mbutton_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mclock_flat.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/menu_popup_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/menubar_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/menubar_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/menubar_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/menubar_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/menuitem_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/menuitem_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/menuitem_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/middle_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mode_add.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mode_divide.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mode_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mode_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mode_max.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mode_multiply.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mode_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mode_replace.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mode_subtract.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mode_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/modekeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mscroll_filler.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mutepatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mutepatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mutepatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mutepatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/mutepatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/new_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/new_bigbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/new_bigbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/new_bigbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/nextlabel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/nexttip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/ok.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/openfolder.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/out_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/out_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/out_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/out_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/out_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/outpoint.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/overwrite.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/pan_channel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/pan_channel_small.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/pan_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/pan_popup.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/pan_stick.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/pan_stick_small.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/pan_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/panel_divider.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/pankeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/paste.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/patch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/patch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/patch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/patch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/patch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/patchbay_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/pause.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/play.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/playpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/playpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/playpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/playpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/playpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/playpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/plugin_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/plugin_on.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/plugin_ondn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/plugin_onhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/plugin_onselect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/plugin_onselecthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/plugin_show.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/plugin_showdn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/plugin_showhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/plugin_showselect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/plugin_showselecthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/pot_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/pot_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/pot_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/preferences_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/preferencesbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/preferencesbutton_dnhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/preferencesbutton_dnlo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/preferencesbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/preferencesbutton_uphi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/prevlabel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/prevtip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/progress_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/progress_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/projector.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/projectorkeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/protect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/radial_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/radial_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/radial_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/radial_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/radial_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/record.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/recordgui_batch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/recordgui_controls.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/recordgui_list.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/recordmonitor_meters.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/recordmonitor_panel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/recordpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/recordpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/recordpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/recordpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/recordpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/recordpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/redo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/reload.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/resource1024.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/resource128.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/resource256.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/resource32.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/resource512.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/resource64.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/reverse.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/rewind.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/right_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/ruler.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/setformat_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/show_meters.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/singleframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/splice.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/statusbar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/statusbar_cancel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/statusbar_cancel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/statusbar_cancel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/stop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/swap_extents.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/tan_linear.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/tan_smooth.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/text.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/text_highlight.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/timebar_bg_flat.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/timebar_brender.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/timebar_view.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/tipbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/tipbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/tipbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/title_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/titlesafe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/toclip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/toolwindow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/top_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/transportdn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/transporthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/transportup.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/tumble_bottom.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/tumble_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/tumble_top.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/tumble_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/undo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/updir.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/vbuttons_left.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/vclock.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/vscroll_handle_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/vscroll_handle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/vscroll_handle_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/vscroll_handle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/vscroll_left_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/vscroll_left_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/vscroll_left_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/vscroll_right_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/vscroll_right_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/vscroll_right_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/vwindow_timebar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/wrench.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/xmeter_green.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/xmeter_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/xmeter_over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/xmeter_red.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/xmeter_white.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/xmeter_yellow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/ymeter_green.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/ymeter_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/ymeter_over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/ymeter_red.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/ymeter_white.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/ymeter_yellow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/zoompopup_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/zoompopup_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/zoompopup_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/zoomtumble_bottom.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/zoomtumble_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/zoomtumble_top.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/Source/zoomtumble_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/a.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/about.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/about_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/aeffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/aeffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/allsvgstopngs [new file with mode: 0755]
cinelerra-5.1/plugins/theme_blue/data/antenna.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/arrow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/atransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/atransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/audio_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/autokeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/b.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/bak/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/bak/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/bak/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/bak/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/bak/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/bak2/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/bak2/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/bak2/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/bak2/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/bak2/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/bar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/batchcancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/batchcancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/batchcancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/batchstart_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/batchstart_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/batchstart_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/batchstop_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/batchstop_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/batchstop_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/blank30x30.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/bottom_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/buttonbar.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/c.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/camera.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/camerakeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/cbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/cbuttons_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/center_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/channel_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/channel_position.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/check.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/checkbox_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/checkbox_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/checkbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/checkbox_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/checkbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/clearinpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/clearoutpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/clip_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/clip_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/closetip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/cmeter_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/colon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/color3way_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/color3way_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/color3way_point.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/color3way_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/column_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/column_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/column_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/commercial.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/configure.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/copy.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/cpanel_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/cpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/cpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/cpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/cpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/cpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/crop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/cut.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/cwindow_active.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/cwindow_inactive.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/d.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/dash.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/delete.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/downmix51_2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/drawpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/duplex.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/e.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/editpanel.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/editpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/editpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/editpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/editpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/editpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/end.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/expandpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/expandpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/expandpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/expandpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/expandpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/expandpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/eyedrop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/f.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/fastfwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/fastrev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ff_audio.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ff_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ff_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ff_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ff_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ff_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ff_video.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/filebox.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/filebox_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/filebox_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/filebox_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/fileboxbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/fileboxbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/fileboxbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/film_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/fit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/fitautos.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/folder_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/framefwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/framerev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/gangpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/generic_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/generic_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/generic_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/generickeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/goto.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/heroine_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/histogram_carrot_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/histogram_carrot_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/histogram_carrot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/histogram_carrot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/histogram_carrot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/histogram_img.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/histogram_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/histogram_toggle.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/hscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/hscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/hscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/hscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/hscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/hscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/hscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/hscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/hscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/hscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/hslider_bg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/hslider_bg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/hslider_bg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/hslider_fg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/hslider_fg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/hslider_fg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ibeam.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/icons.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/in_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/in_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/in_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/in_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/in_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/inpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/keyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/keyframe2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/keyframe3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/label.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/label_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/label_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/label_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/label_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/labeltoggle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/labeltoggle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/labeltoggle_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/left_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/listbox_button.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/listbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/listbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/loadmode_cat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/loadmode_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/loadmode_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/loadmode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/loadmode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/loadmode_nested.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/loadmode_new.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/loadmode_newcat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/loadmode_newtracks.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/loadmode_none.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/loadmode_paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/loadmode_resource.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/loadmode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/locklabels_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/locklabels_locked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/locklabels_lockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/locklabels_unlocked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/locklabels_unlockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/lok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/magnify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mainwindow.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mask.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/maskkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mbutton_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mbutton_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mbutton_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mclock_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/media_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/menu.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/menu_popup_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/menubar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/menubar_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/menubar_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/menubar_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/menuitem_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/menuitem_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/menuitem_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/menupopup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/menupopup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/menupopup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/menutitle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/menutitle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/menutitle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/middle_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_add.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_and.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_burn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_darken.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_difference.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_divide.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_dodge.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_dst.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_dstatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_dstin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_dstout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_dstover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_hardlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_lighten.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_max.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_min.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_multiply.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_or.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_overlay.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_replace.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_screen.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_softlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_src.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_srcatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_srcin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_srcout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_srcover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_subtract.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mode_xor.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/modekeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mscroll_filler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mtimebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mutepatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mutepatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mutepatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mutepatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mutepatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mutepatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/new.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/new_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/new_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/new_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/new_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/nextedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/nextlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/nexttip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/openfolder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/out_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/out_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/out_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/out_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/out_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/outpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/overwrite.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/pan_channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/pan_channel_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/pan_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/pan_popup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/pan_stick.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/pan_stick_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/pan_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/pane.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/pane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/pane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/pane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/panel_divider.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/pankeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/patch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/patch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/patch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/patch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/patch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/patchbay_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/patches.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/pause.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/period.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/picture.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/play.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/playpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/playpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/playpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/playpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/playpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/playpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/plugin.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/plugin_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/plugin_on.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/plugin_ondn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/plugin_onhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/plugin_onselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/plugin_onselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/plugin_show.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/plugin_showdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/plugin_showhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/plugin_showselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/plugin_showselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/pot.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/pot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/pot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/pot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/preferences_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/preferences_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/preset_edit0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/preset_edit1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/preset_edit2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/prevedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/prevlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/prevtip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/progress_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/progress_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/projector.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/projectorkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/protect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/proxy_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/proxy_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/proxy_p_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/proxy_p_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/proxy_p_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/proxy_p_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/proxy_p_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/proxy_p_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/proxy_s_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/proxy_s_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/proxy_s_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/proxy_s_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/proxy_s_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/proxy_s_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/radial.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/radial_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/radial_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/radial_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/radial_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/radial_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/record.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/recordgui_batch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/recordgui_controls.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/recordgui_list.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/recordmonitor_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/recordmonitor_panel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/recordpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/recordpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/recordpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/recordpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/recordpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/recordpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/redo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/reload.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/rename.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/resource1024.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/resource128.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/resource256.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/resource32.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/resource512.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/resource64.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/reverse.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/rewind.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/right_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ruler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/scope.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/setformat_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/setformat_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/shbtn_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/shbtn_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/shbtn_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/show_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/singleframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/space.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/splice.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/statusbar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/statusbar_cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/statusbar_cancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/statusbar_cancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/statusbar_cancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/stop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/swap_extents.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/tan_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/tan_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/text.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/text_highlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/timebar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/timebar_bg_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/timebar_brender.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/timebar_view.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/tipbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/tipbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/tipbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/title_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/titlesafe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/toclip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/toolwindow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/top_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/transportdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/transportend.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/transporthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/transportup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/tumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/tumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/tumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/tumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/undo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/updir.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/vbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/vclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/veffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/veffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/video_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/vscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/vscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/vscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/vscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/vscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/vscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/vscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/vscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/vscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/vscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/vtransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/vtransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/vwindow_timebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/waveform.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/waveform_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/wrench.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/xmeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/xmeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/xmeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/xmeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/xmeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/xmeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/xpane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/xpane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/xpane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ymeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ymeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ymeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ymeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ymeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ymeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ypane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ypane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/ypane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/zoompopup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/zoompopup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/zoompopup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/zoomtumble.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/zoomtumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/zoomtumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/zoomtumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/zoomtumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/bluedottheme.C [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/bluedottheme.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/bluedottheme.inc [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/about_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/aeffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/aeffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/antenna.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/arrow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/atransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/atransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/audio_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/autokeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/bar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/batchcancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/batchcancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/batchcancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/batchstart_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/batchstart_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/batchstart_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/batchstop_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/batchstop_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/batchstop_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/bgcolor.c [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_4.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_5.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_6.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_7.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_8.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_9.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_a.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_b.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_c.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_colon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_d.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_dash.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_e.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_f.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_period.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/black_space.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/blank30x30.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/bottom_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/camera.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/camerakeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/cbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/cbuttons_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/center_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/channel_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/channel_position.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/check.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/checkbox_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/checkbox_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/checkbox_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/checkbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/checkbox_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/clearinpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/clearoutpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/clip_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/clip_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/closetip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/cmeter_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/column_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/column_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/column_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/commercial.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/configure.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/copy.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/cpanel_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/crop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/cut.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/cwindow_active.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/cwindow_inactive.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/default_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/downmix51_2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/drawpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/drawpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/drawpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/drawpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/drawpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/duplex.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/editpanelW_dn.png [new file with mode: 0755]
cinelerra-5.1/plugins/theme_blue_dot/data/editpanelW_hi.png [new file with mode: 0755]
cinelerra-5.1/plugins/theme_blue_dot/data/editpanelW_up.png [new file with mode: 0755]
cinelerra-5.1/plugins/theme_blue_dot/data/editpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/editpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/editpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/editpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/editpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/end.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/expandpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/expandpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/expandpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/expandpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/expandpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/eyedrop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/fastfwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/fastrev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ff_audio.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ff_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ff_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ff_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ff_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ff_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ff_video.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_column.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_delete_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_delete_up.png [new file with mode: 0755]
cinelerra-5.1/plugins/theme_blue_dot/data/file_delete_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_film.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_icons_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_icons_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_icons_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_newfolder_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_newfolder_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_newfolder_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_openfolder_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_openfolder_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_openfolder_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_reload_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_reload_up.png [new file with mode: 0755]
cinelerra-5.1/plugins/theme_blue_dot/data/file_reload_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_sound.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_text_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_text_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_text_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_unknown.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_updir_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_updir_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_updir_up.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/file_updir_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/film_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/fit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/fitautos.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/folder_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/framefwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/framerev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/gangpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/gangpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/gangpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/gangpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/gangpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/generic_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/generic_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/generic_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/generickeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/goto.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/heroine_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/histogram_carrot_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/histogram_carrot_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/histogram_carrot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/histogram_carrot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/histogram_carrot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/histogram_img.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/histogram_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/histogram_toggle.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/hscroll_back_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/hscroll_back_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/hscroll_back_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/hscroll_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/hscroll_center_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/hscroll_center_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/hscroll_center_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/hscroll_fwd_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/hscroll_fwd_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/hscroll_fwd_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/hslider_bg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/hslider_bg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/hslider_bg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/hslider_fg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/hslider_fg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/hslider_fg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ibeam.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/in_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/in_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/in_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/in_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/in_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/inpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/keyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/keyframe2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/keyframe3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/keyframe_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/keyframe_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/keyframe_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/label.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/label_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/label_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/label_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/label_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/labeltoggle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/labeltoggle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/labeltoggle_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/left_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/list_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/listbox_button.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/listbox_button_disabled.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/listbox_button_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/listbox_button_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/listbox_button_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/listbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/listbox_expandchecked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/listbox_expandcheckedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/listbox_expanddn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/listbox_expandup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/listbox_expanduphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/listbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/loadmode_cat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/loadmode_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/loadmode_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/loadmode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/loadmode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/loadmode_nested.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/loadmode_new.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/loadmode_newcat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/loadmode_newtracks.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/loadmode_none.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/loadmode_paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/loadmode_resource.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/loadmode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/locklabels.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/locklabels.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/locklabels_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/locklabels_locked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/locklabels_lockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/locklabels_unlocked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/locklabels_unlockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/lok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/magnify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/magnifyS.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mask.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/maskkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mbutton_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mbutton_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/media_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/middle_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_add.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_and.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_burn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_darken.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_difference.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_divide.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_dodge.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_dst.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_dstatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_dstin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_dstout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_dstover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_hardlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_lighten.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_max.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_min.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_multiply.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_or.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_overlay.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_replace.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_screen.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_softlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_src.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_srcatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_srcin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_srcout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_srcover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_subtract.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mode_xor.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/modekeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mtimebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mutepatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mutepatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mutepatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mutepatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mutepatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/new_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/nextedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/nextlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/nexttip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/out_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/out_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/out_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/out_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/out_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/outpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/over_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/over_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/over_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/overwrite.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pan_channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pan_channel_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pan_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pan_popup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pan_stick.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pan_stick_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pan_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pane.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/panel_divider.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pankeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/patchbay_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pause.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/picture.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/play.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/playpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/playpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/playpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/playpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/playpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/plugin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/plugin_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/plugin_on.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/plugin_show.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pluginbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pluginbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pluginbutton_select.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pluginbutton_selecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/pot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/preferences_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/preset_edit0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/preset_edit1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/preset_edit2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/prevedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/prevlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/prevtip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/progress_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/progress_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/projector.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/projectorkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/protect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/proxy_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/proxy_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/proxy_p_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/proxy_p_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/proxy_p_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/proxy_p_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/proxy_p_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/proxy_p_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/proxy_s_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/proxy_s_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/proxy_s_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/proxy_s_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/proxy_s_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/proxy_s_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/radial_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/radial_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/radial_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/radial_downhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/radial_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/radial_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/recframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/record.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/recordgui_batch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/recordgui_controls.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/recordgui_list.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/recordmonitor_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/recordmonitor_panel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/recordpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/recordpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/recordpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/recordpatch_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/recordpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/recordpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/recordpatch_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/redo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/reel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/resource1024.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/resource128.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/resource256.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/resource32.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/resource512.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/resource64.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/resvbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/resvbuttons_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/reverse.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/rewind.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/right_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ruler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/scope.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/setformat_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/setformat_bg2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/shbtn_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/shbtn_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/shbtn_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/show_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/singleframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/slider_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/splice.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/statusbar_cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/statusbar_cancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/statusbar_cancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/statusbar_cancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/statusbar_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/statusbar_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/stop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/stoprec.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/swap_extents.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/swap_extents.svg.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/tan_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/tan_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/timebar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/timebar_brender.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/timebar_view.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/tipbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/tipbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/tipbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/title_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/titlesafe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/toclip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/toolwindow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/top_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/tracks_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/transport_center_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/transport_center_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/transport_center_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/transport_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/transport_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/transport_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/transport_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/transport_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/transport_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/tumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/tumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/tumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/tumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/undo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vbuttons_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/veffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/veffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vertical_slider_bg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vertical_slider_bg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vertical_slider_bg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vertical_slider_fg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vertical_slider_fg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vertical_slider_fg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/video_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vmeter_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vscroll_back_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vscroll_back_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vscroll_back_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vscroll_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vscroll_center_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vscroll_center_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vscroll_center_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vscroll_fwd_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vscroll_fwd_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vscroll_fwd_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vtransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vtransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/vwindow_timebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/waveform.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/waveform_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/wrench.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/xmeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/xmeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/xmeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/xmeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/xmeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/xpane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/xpane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/xpane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ymeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ymeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ymeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ymeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ymeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ypane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ypane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/ypane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/zoombar_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/zoombar_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/brighttheme.C [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/brighttheme.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/4.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/5.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/6.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/7.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/8.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/9.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/a.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/about.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/about_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/aeffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/aeffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/antenna.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/arrow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/atransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/atransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/audio_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/autokeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/b.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/blank30x30.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bottom_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_checkbox_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_checkbox_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_checkbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_checkbox_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_checkbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_hscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_hscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_hscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_hscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_hscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_hscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_hscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_hscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_hscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_hscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_pot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_pot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_pot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_vscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_vscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_vscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_vscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_vscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_vscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_vscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_vscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_vscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/bright_vscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/buttonbar.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/c.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/camera.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/camerakeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/cbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/cbuttons_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/center_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/channel_position.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/check.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/clearinpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/clearoutpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/clip_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/clip_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/closetip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/cmeter_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/colon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/color3way_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/color3way_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/color3way_point.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/color3way_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/column_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/column_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/column_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/commercial.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/configure.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/copy.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/cpanel_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/cpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/cpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/cpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/cpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/cpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/crop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/cut.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/cwindow_active.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/cwindow_inactive.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/d.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/dash.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/delete.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/downmix51_2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/drawpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/duplex.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/e.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/editpanel.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/editpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/editpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/editpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/editpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/editpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/end.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/expandpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/expandpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/expandpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/expandpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/expandpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/expandpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/eyedrop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/f.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/fastfwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/fastrev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ff_audio.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ff_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ff_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ff_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ff_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ff_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ff_video.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/filebox.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/filebox_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/filebox_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/filebox_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/fileboxbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/fileboxbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/fileboxbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/film_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/fit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/fitautos.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/folder_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/framefwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/framerev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/gangpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/generic_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/generic_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/generic_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/generickeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/goto.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/heroine_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/histogram_carrot_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/histogram_carrot_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/histogram_carrot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/histogram_carrot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/histogram_carrot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/histogram_img.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/histogram_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/histogram_toggle.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/hslider_bg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/hslider_bg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/hslider_bg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/hslider_fg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/hslider_fg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/hslider_fg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ibeam.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/icons.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/in_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/in_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/in_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/in_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/in_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/inpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/keyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/keyframe2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/keyframe3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/label.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/label_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/label_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/label_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/label_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/labeltoggle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/labeltoggle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/labeltoggle_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/left_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/listbox_button.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/listbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/listbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/loadmode_cat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/loadmode_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/loadmode_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/loadmode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/loadmode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/loadmode_nested.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/loadmode_new.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/loadmode_newcat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/loadmode_newtracks.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/loadmode_none.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/loadmode_paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/loadmode_resource.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/loadmode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/locklabels_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/locklabels_locked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/locklabels_lockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/locklabels_unlocked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/locklabels_unlockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/lok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/magnify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mainwindow.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mask.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/maskkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mbutton_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mbutton_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mbutton_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mclock_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/media_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/menu.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/menu_popup_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/menubar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/menubar_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/menubar_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/menubar_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/menuitem_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/menuitem_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/menuitem_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/menupopup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/menupopup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/menupopup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/menutitle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/menutitle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/menutitle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/middle_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_add.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_and.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_burn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_darken.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_difference.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_divide.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_dodge.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_dst.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_dstatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_dstin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_dstout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_dstover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_hardlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_lighten.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_max.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_min.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_multiply.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_or.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_overlay.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_replace.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_screen.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_softlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_src.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_srcatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_srcin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_srcout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_srcover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_subtract.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mode_xor.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/modekeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mscroll_filler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mtimebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mutepatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mutepatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mutepatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mutepatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mutepatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mutepatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/new.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/new_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/new_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/new_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/new_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/nextedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/nextlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/nexttip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/openfolder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/out_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/out_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/out_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/out_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/out_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/outpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/overwrite.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/pan_channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/pan_channel_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/pan_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/pan_popup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/pan_stick.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/pan_stick_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/pan_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/pane.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/pane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/pane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/pane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/panel_divider.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/pankeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/patch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/patch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/patch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/patch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/patch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/patchbay_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/patches.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/pause.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/period.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/picture.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/play.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/playpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/plugin.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/plugin_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/plugin_on.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/plugin_ondn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/plugin_onhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/plugin_onselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/plugin_onselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/plugin_show.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/plugin_showdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/plugin_showhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/plugin_showselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/plugin_showselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/pot.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/preferences_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/preset_edit0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/preset_edit1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/preset_edit2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/prevedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/prevlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/prevtip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/progress_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/progress_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/projector.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/projectorkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/protect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/proxy_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/proxy_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/proxy_p_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/proxy_p_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/proxy_p_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/proxy_p_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/proxy_p_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/proxy_p_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/proxy_s_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/proxy_s_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/proxy_s_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/proxy_s_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/proxy_s_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/proxy_s_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/radial.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/radial_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/radial_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/radial_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/radial_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/radial_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/record.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/recordpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/redo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/reload.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/rename.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/resource1024.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/resource128.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/resource256.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/resource32.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/resource512.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/resource64.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/reverse.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/rewind.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/right_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ruler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/scope.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/setformat_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/shbtn_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/shbtn_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/shbtn_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/show_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/singleframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/space.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/splice.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/statusbar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/statusbar_cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/statusbar_cancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/statusbar_cancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/statusbar_cancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/stop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/swap_extents.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/tan_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/tan_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/text.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/text_highlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/timebar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/timebar_bg_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/timebar_brender.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/timebar_view.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/tipbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/tipbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/tipbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/title_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/titlesafe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/toclip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/toolwindow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/top_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/transportdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/transportend.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/transporthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/transportup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/tumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/tumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/tumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/tumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/undo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/updir.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/vbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/vclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/veffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/veffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/video_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/vtransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/vtransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/vwindow_timebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/waveform.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/waveform_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/wrench.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/xmeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/xmeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/xmeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/xmeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/xmeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/xmeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/xpane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/xpane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/xpane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ymeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ymeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ymeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ymeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ymeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ymeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ypane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ypane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/ypane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/zoompopup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/zoompopup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/zoompopup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/zoomtumble.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/zoomtumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/zoomtumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/zoomtumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/zoomtumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/4.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/5.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/6.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/7.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/8.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/9.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/arrow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/autokeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/bar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/batchcancel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/batchcancel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/batchcancel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/batchstart_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/batchstart_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/batchstart_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/batchstop_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/batchstop_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/batchstop_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/blank30x30.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/bottom_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/camera.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/camerakeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/cancel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/cbuttons_left.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/cbuttons_right.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/center_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/channel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/channel_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/channel_position.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/checkbox_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/checkbox_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/checkbox_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/checkbox_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/checkbox_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/clip_icon.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/closetip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/cmeter_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/column_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/column_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/column_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/copy.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/cpanel_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/cpanel_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/cpanel_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/cpanel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/cpanel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/cpanel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/crop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/cut.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/cwindow_active.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/cwindow_inactive.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/delete.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/drawpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/editpanel_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/editpanel_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/editpanel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/editpanel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/editpanel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/end.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/expandpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/expandpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/expandpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/expandpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/expandpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/eyedrop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/fastfwd.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/fastrev.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/filebox_bigbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/filebox_bigbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/filebox_bigbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/fileboxbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/fileboxbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/fileboxbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/fit.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/fitautos.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/folder.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/framefwd.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/framerev.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/gangpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/generic_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/generic_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/generic_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/goto.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/heroine_icon.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/hscroll_handle_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/hscroll_handle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/hscroll_handle_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/hscroll_handle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/hscroll_left_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/hscroll_left_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/hscroll_left_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/hscroll_right_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/hscroll_right_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/hscroll_right_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/hslider_bg_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/hslider_bg_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/hslider_bg_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/hslider_fg_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/hslider_fg_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/hslider_fg_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/ibeam.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/icons.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/in_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/in_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/in_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/in_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/in_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/inpoint.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/keyframe3.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/label.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/label_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/label_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/labeltoggle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/labeltoggle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/labeltoggle_uphi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/left_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/listbox_button.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/listbox_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/listbox_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/locklabels_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/locklabels_locked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/locklabels_lockedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/locklabels_unlocked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/locklabels_unlockedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/magnify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mask.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/maskkeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mbutton_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mclock_flat.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/menu_popup_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/menubar_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/menubar_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/menubar_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/menubar_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/menuitem_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/menuitem_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/menuitem_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/middle_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mode_add.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mode_divide.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mode_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mode_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mode_max.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mode_multiply.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mode_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mode_replace.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mode_subtract.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mode_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/modekeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mscroll_filler.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mutepatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mutepatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mutepatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mutepatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/mutepatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/new_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/new_bigbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/new_bigbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/new_bigbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/nextlabel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/nexttip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/ok.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/openfolder.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/out_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/out_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/out_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/out_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/out_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/outpoint.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/overwrite.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/pan_channel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/pan_channel_small.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/pan_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/pan_popup.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/pan_stick.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/pan_stick_small.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/pan_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/panel_divider.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/pankeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/paste.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/patch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/patch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/patch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/patch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/patch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/patchbay_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/pause.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/play.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/playpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/playpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/playpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/playpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/playpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/playpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/plugin_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/plugin_on.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/plugin_ondn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/plugin_onhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/plugin_onselect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/plugin_onselecthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/plugin_show.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/plugin_showdn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/plugin_showhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/plugin_showselect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/plugin_showselecthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/pot_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/pot_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/pot_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/preferences_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/preferencesbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/preferencesbutton_dnhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/preferencesbutton_dnlo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/preferencesbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/preferencesbutton_uphi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/prevlabel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/prevtip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/progress_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/progress_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/projector.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/projectorkeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/protect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/radial_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/radial_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/radial_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/radial_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/radial_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/record.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/recordgui_batch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/recordgui_controls.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/recordgui_list.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/recordmonitor_meters.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/recordmonitor_panel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/recordpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/recordpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/recordpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/recordpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/recordpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/recordpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/redo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/reload.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/resource1024.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/resource128.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/resource256.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/resource32.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/resource512.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/resource64.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/reverse.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/rewind.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/right_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/ruler.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/setformat_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/show_meters.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/singleframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/splice.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/statusbar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/statusbar_cancel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/statusbar_cancel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/statusbar_cancel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/stop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/swap_extents.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/tan_linear.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/tan_smooth.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/text.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/text_highlight.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/timebar_bg_flat.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/timebar_brender.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/timebar_view.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/tipbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/tipbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/tipbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/title_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/titlesafe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/toclip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/toolwindow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/top_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/transportdn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/transporthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/transportup.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/tumble_bottom.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/tumble_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/tumble_top.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/tumble_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/undo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/updir.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/vbuttons_left.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/vclock.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/vscroll_handle_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/vscroll_handle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/vscroll_handle_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/vscroll_handle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/vscroll_left_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/vscroll_left_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/vscroll_left_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/vscroll_right_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/vscroll_right_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/vscroll_right_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/vwindow_timebar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/wrench.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/xmeter_green.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/xmeter_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/xmeter_over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/xmeter_red.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/xmeter_white.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/xmeter_yellow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/ymeter_green.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/ymeter_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/ymeter_over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/ymeter_red.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/ymeter_white.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/ymeter_yellow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/zoompopup_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/zoompopup_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/zoompopup_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/zoomtumble_bottom.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/zoomtumble_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/zoomtumble_top.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/Source/zoomtumble_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/a.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/about.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/about_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/aeffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/aeffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/allsvgstopngs [new file with mode: 0755]
cinelerra-5.1/plugins/theme_hulk/data/antenna.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/arrow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/atransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/atransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/audio_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/autokeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/b.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/bak/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/bak/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/bak/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/bak/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/bak/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/bak2/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/bak2/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/bak2/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/bak2/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/bak2/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/bar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/batchcancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/batchcancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/batchcancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/batchstart_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/batchstart_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/batchstart_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/batchstop_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/batchstop_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/batchstop_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/blank30x30.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/bottom_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/buttonbar.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/c.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/camera.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/camerakeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/cbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/cbuttons_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/center_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/channel_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/channel_position.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/check.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/checkbox_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/checkbox_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/checkbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/checkbox_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/checkbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/clearinpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/clearoutpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/clip_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/clip_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/closetip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/cmeter_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/colon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/color3way_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/color3way_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/color3way_point.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/color3way_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/column_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/column_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/column_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/commercial.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/configure.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/copy.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/cpanel_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/cpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/cpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/cpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/cpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/cpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/crop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/cut.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/cwindow_active.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/cwindow_inactive.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/d.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/dash.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/delete.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/downmix51_2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/drawpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/duplex.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/e.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/editpanel.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/editpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/editpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/editpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/editpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/editpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/end.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/expandpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/expandpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/expandpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/expandpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/expandpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/expandpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/eyedrop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/f.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/fastfwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/fastrev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ff_audio.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ff_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ff_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ff_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ff_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ff_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ff_video.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/filebox.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/filebox_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/filebox_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/filebox_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/fileboxbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/fileboxbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/fileboxbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/film_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/fit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/fitautos.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/folder_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/framefwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/framerev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/gangpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/generic_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/generic_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/generic_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/generickeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/goto.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/heroine_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/histogram_carrot_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/histogram_carrot_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/histogram_carrot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/histogram_carrot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/histogram_carrot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/histogram_img.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/histogram_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/histogram_toggle.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/hscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/hscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/hscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/hscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/hscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/hscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/hscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/hscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/hscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/hscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/hslider_bg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/hslider_bg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/hslider_bg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/hslider_fg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/hslider_fg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/hslider_fg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ibeam.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/icons.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/in_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/in_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/in_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/in_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/in_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/inpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/keyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/keyframe2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/keyframe3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/label.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/label_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/label_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/label_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/label_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/labeltoggle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/labeltoggle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/labeltoggle_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/left_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/listbox_button.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/listbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/listbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/loadmode_cat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/loadmode_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/loadmode_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/loadmode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/loadmode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/loadmode_nested.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/loadmode_new.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/loadmode_newcat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/loadmode_newtracks.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/loadmode_none.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/loadmode_paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/loadmode_resource.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/loadmode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/locklabels_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/locklabels_locked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/locklabels_lockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/locklabels_unlocked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/locklabels_unlockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/lok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/magnify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mainwindow.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mask.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/maskkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mbutton_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mbutton_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mbutton_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mclock_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/media_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/menu.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/menu_popup_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/menubar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/menubar_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/menubar_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/menubar_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/menuitem_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/menuitem_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/menuitem_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/menupopup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/menupopup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/menupopup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/menutitle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/menutitle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/menutitle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/middle_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_add.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_and.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_burn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_darken.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_difference.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_divide.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_dodge.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_dst.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_dstatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_dstin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_dstout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_dstover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_hardlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_lighten.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_max.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_min.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_multiply.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_or.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_overlay.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_replace.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_screen.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_softlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_src.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_srcatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_srcin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_srcout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_srcover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_subtract.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mode_xor.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/modekeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mscroll_filler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mtimebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mutepatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mutepatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mutepatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mutepatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mutepatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mutepatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/new.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/new_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/new_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/new_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/new_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/nextedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/nextlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/nexttip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/openfolder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/out_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/out_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/out_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/out_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/out_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/outpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/overwrite.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/pan_channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/pan_channel_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/pan_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/pan_popup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/pan_stick.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/pan_stick_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/pan_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/pane.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/pane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/pane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/pane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/panel_divider.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/pankeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/patch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/patch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/patch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/patch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/patch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/patchbay_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/patches.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/pause.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/period.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/picture.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/play.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/playpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/playpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/playpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/playpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/playpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/playpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/plugin.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/plugin_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/plugin_on.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/plugin_ondn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/plugin_onhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/plugin_onselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/plugin_onselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/plugin_show.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/plugin_showdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/plugin_showhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/plugin_showselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/plugin_showselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/pot.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/pot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/pot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/pot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/preferences_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/preferences_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/preset_edit0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/preset_edit1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/preset_edit2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/prevedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/prevlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/prevtip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/progress_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/progress_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/projector.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/projectorkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/protect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/proxy_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/proxy_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/proxy_p_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/proxy_p_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/proxy_p_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/proxy_p_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/proxy_p_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/proxy_p_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/proxy_s_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/proxy_s_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/proxy_s_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/proxy_s_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/proxy_s_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/proxy_s_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/radial.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/radial_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/radial_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/radial_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/radial_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/radial_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/record.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/recordgui_batch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/recordgui_controls.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/recordgui_list.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/recordmonitor_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/recordmonitor_panel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/recordpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/recordpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/recordpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/recordpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/recordpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/recordpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/redo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/reload.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/rename.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/resource1024.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/resource128.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/resource256.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/resource32.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/resource512.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/resource64.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/reverse.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/rewind.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/right_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ruler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/scope.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/setformat_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/setformat_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/shbtn_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/shbtn_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/shbtn_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/show_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/singleframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/space.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/splice.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/statusbar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/statusbar_cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/statusbar_cancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/statusbar_cancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/statusbar_cancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/stop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/swap_extents.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/tan_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/tan_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/text.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/text_highlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/timebar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/timebar_bg_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/timebar_brender.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/timebar_view.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/tipbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/tipbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/tipbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/title_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/titlesafe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/toclip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/toolwindow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/top_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/transportdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/transportend.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/transporthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/transportup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/tumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/tumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/tumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/tumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/undo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/updir.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/vbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/vclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/veffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/veffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/video_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/vscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/vscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/vscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/vscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/vscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/vscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/vscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/vscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/vscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/vscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/vtransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/vtransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/vwindow_timebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/waveform.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/waveform_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/wrench.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/xmeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/xmeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/xmeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/xmeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/xmeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/xmeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/xpane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/xpane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/xpane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ymeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ymeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ymeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ymeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ymeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ymeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ypane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ypane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/ypane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/zoompopup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/zoompopup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/zoompopup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/zoomtumble.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/zoomtumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/zoomtumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/zoomtumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/zoomtumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/hulktheme.C [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/hulktheme.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/Neophyte_License.txt [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/0.Neophyte-Logos.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/0.Neophyte-Theme.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/about_bg-unify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/about_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/arrow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/autokeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/bar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/blank30x30.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/bottom_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/camera.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/camerakeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/cancel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/cbuttons_left.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/cbuttons_right.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/center_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/channel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/channel_position.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/check.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/checkbox_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/checkbox_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/checkbox_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/checkbox_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/checkbox_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/clip_icon.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/closetip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/cmeter_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/color3way_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/color3way_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/color3way_point.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/color3way_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/column_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/column_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/column_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/commercial.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/copy.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/cpanel_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/cpanel_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/cpanel_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/cpanel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/cpanel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/cpanel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/crop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/cut.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/cwindow_active.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/cwindow_inactive.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/delete.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/downmix51_2.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/drawpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/editpanel_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/editpanel_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/editpanel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/editpanel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/editpanel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/end.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/expandpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/expandpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/expandpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/expandpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/expandpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/eyedrop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/fastfwd.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/fastrev.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/ff_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/ff_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/ff_down.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/ff_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/ff_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/file_size_capb_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/file_size_capb_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/file_size_capb_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/file_size_lwrb_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/file_size_lwrb_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/file_size_lwrb_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/file_size_semi_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/file_size_semi_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/file_size_semi_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/file_size_zero_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/file_size_zero_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/file_size_zero_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/filebox_bigbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/filebox_bigbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/filebox_bigbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/fileboxbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/fileboxbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/fileboxbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/fit.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/fitautos.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/folder.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/framefwd.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/framerev.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/gangpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/generic_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/generic_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/generic_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/goto.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/heroine_icon.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/histogram_carrot_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/histogram_carrot_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/histogram_carrot_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/histogram_carrot_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/histogram_carrot_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/histogram_img.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/histogram_rgb.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/histogram_toggle.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/hscroll_handle_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/hscroll_handle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/hscroll_handle_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/hscroll_handle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/hscroll_left_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/hscroll_left_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/hscroll_left_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/hscroll_right_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/hscroll_right_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/hscroll_right_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/hslider_bg_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/hslider_bg_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/hslider_bg_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/hslider_fg_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/hslider_fg_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/hslider_fg_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/ibeam.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/icons.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/in_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/in_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/in_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/in_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/in_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/inpoint.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/keyframe3.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/label.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/label_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/label_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/labeltoggle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/labeltoggle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/labeltoggle_uphi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/left_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/listbox_button.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/listbox_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/listbox_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/loadmode_all.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/loadmode_cat.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/loadmode_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/loadmode_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/loadmode_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/loadmode_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/loadmode_nested.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/loadmode_new.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/loadmode_newcat.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/loadmode_newtracks.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/loadmode_none.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/loadmode_paste.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/loadmode_resource.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/loadmode_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/locklabels_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/locklabels_locked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/locklabels_lockedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/locklabels_unlocked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/locklabels_unlockedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/lok.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/magnify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mask.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/maskkeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mbutton_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mclock_flat.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/menu_popup_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/menubar_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/menubar_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/menubar_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/menubar_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/menuitem_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/menuitem_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/menuitem_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/middle_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mixpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mixpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mixpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mixpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mixpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_add.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_all.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_and.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_burn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_darken.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_difference.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_divide.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_dodge.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_dst.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_dstatop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_dstin.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_dstout.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_dstover.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_hardlight.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_lighten.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_max.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_min.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_multiply.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_or.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_overlay.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_replace.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_screen.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_softlight.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_src.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_srcatop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_srcin.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_srcout.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_srcover.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_subtract.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mode_xor.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/modekeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mscroll_filler.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mutepatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mutepatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mutepatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mutepatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/mutepatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/new_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/new_bigbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/new_bigbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/new_bigbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/nextedit.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/nextlabel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/nexttip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/ok.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/openfolder.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/out_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/out_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/out_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/out_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/out_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/outpoint.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/overwrite.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/pan_channel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/pan_channel_small.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/pan_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/pan_popup.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/pan_stick.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/pan_stick_small.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/pan_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/pane.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/pane_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/pane_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/pane_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/panel_divider.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/pankeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/paste.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/patch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/patch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/patch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/patch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/patch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/patchbay_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/pause.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/picture.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/play.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/playpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/playpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/playpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/playpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/playpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/playpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/plugin_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/plugin_on.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/plugin_ondn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/plugin_onhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/plugin_onselect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/plugin_onselecthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/plugin_show.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/plugin_showdn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/plugin_showhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/plugin_showselect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/plugin_showselecthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/pot_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/pot_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/pot_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/preferences_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/preferencesbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/preferencesbutton_dnhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/preferencesbutton_dnlo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/preferencesbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/preferencesbutton_uphi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/preset_edit0.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/preset_edit1.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/preset_edit2.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/prevedit.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/prevlabel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/prevtip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/progress_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/progress_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/projector.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/projectorkeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/protect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/proxy_p_chkd.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/proxy_p_chkdhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/proxy_p_down.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/proxy_p_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/proxy_p_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/proxy_s_chkd.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/proxy_s_chkdhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/proxy_s_down.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/proxy_s_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/proxy_s_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/radial_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/radial_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/radial_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/radial_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/radial_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/record.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/recordgui_batch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/recordgui_controls.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/recordgui_list.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/recordmonitor_meters.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/recordmonitor_panel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/recordpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/recordpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/recordpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/recordpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/recordpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/recordpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/redo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/reload.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/rename.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/resource1024.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/resource128.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/resource256.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/resource32.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/resource512.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/resource64.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/reverse.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/rewind.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/right_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/ruler.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/scope.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/setformat_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/shbtn_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/shbtn_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/shbtn_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/show_meters.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/singleframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/splice.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/statusbar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/statusbar_cancel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/statusbar_cancel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/statusbar_cancel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/stop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/swap_extents.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/tan_linear.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/tan_smooth.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/text.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/text_highlight.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/timebar_bg_flat.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/timebar_brender.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/timebar_view.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/tipbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/tipbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/tipbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/title_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/titlesafe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/toclip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/toolwindow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/top_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/transportdn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/transporthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/transportup.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/tumble_bottom.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/tumble_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/tumble_top.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/tumble_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/undo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/updir.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/vbuttons_left.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/vbuttons_right.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/vclock.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/vscroll_handle_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/vscroll_handle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/vscroll_handle_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/vscroll_handle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/vscroll_left_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/vscroll_left_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/vscroll_left_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/vscroll_right_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/vscroll_right_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/vscroll_right_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/vwindow_timebar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/waveform.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/waveform_rgb.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/wrench.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/xmeter_green.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/xmeter_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/xmeter_over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/xmeter_red.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/xmeter_white.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/xmeter_yellow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/xpane_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/xpane_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/xpane_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/ymeter_green.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/ymeter_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/ymeter_over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/ymeter_red.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/ymeter_white.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/ymeter_yellow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/ypane_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/ypane_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/ypane_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/zoompopup_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/zoompopup_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/zoompopup_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/zoomtumble_bottom.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/zoomtumble_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/zoomtumble_top.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/Source/zoomtumble_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/about_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/allsvgstopngs.sh [new file with mode: 0755]
cinelerra-5.1/plugins/theme_neophyte/data/arrow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/autokeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/bar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/blank30x30.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/bottom_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/camera.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/camerakeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cbuttons_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/center_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/channel_position.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/check.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/checkbox_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/checkbox_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/checkbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/checkbox_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/checkbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cin_icon_awin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cin_icon_cwin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cin_icon_mwin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cin_icon_rec.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cin_icon_vwin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/clip_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/closetip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cmeter_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/color3way_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/color3way_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/color3way_point.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/color3way_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/column_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/column_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/column_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/commercial.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/copy.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cpanel_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/crop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cut.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cwindow_active.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/cwindow_inactive.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/delete.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/downmix51_2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/drawpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/editpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/editpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/editpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/editpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/editpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/end.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/expandpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/expandpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/expandpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/expandpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/expandpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/eyedrop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/fastfwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/fastrev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/ff_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/ff_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/ff_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/ff_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/ff_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/file_size_capb_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/file_size_capb_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/file_size_capb_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/file_size_lwrb_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/file_size_lwrb_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/file_size_lwrb_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/file_size_semi_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/file_size_semi_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/file_size_semi_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/file_size_zero_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/file_size_zero_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/file_size_zero_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/filebox_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/filebox_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/filebox_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/fileboxbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/fileboxbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/fileboxbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/fit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/fitautos.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/framefwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/framerev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/gangpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/generic_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/generic_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/generic_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/goto.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/heroine_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/histogram_carrot_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/histogram_carrot_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/histogram_carrot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/histogram_carrot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/histogram_carrot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/histogram_img.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/histogram_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/histogram_toggle.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/hscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/hscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/hscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/hscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/hscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/hscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/hscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/hscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/hscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/hscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/hslider_bg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/hslider_bg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/hslider_bg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/hslider_fg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/hslider_fg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/hslider_fg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/ibeam.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/icons.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/in_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/in_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/in_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/in_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/in_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/inpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/keyframe3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/label.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/label_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/label_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/labeltoggle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/labeltoggle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/labeltoggle_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/left_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/listbox_button.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/listbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/listbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/loadmode_cat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/loadmode_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/loadmode_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/loadmode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/loadmode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/loadmode_nested.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/loadmode_new.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/loadmode_newcat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/loadmode_newtracks.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/loadmode_none.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/loadmode_paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/loadmode_resource.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/loadmode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/locklabels_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/locklabels_locked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/locklabels_lockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/locklabels_unlocked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/locklabels_unlockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/lok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/magnify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mask.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/maskkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mbutton_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mclock_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/menu_popup_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/menubar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/menubar_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/menubar_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/menubar_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/menuitem_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/menuitem_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/menuitem_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/middle_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mixpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mixpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mixpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mixpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mixpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_add.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_and.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_burn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_darken.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_difference.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_divide.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_dodge.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_dst.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_dstatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_dstin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_dstout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_dstover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_hardlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_lighten.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_max.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_min.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_multiply.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_or.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_overlay.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_replace.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_screen.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_softlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_src.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_srcatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_srcin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_srcout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_srcover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_subtract.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mode_xor.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/modekeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mscroll_filler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mutepatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mutepatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mutepatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mutepatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mutepatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/new_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/new_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/new_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/new_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/nextedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/nextlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/nexttip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/ok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/openfolder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/out_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/out_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/out_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/out_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/out_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/outpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/overwrite.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/pan_channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/pan_channel_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/pan_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/pan_popup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/pan_stick.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/pan_stick_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/pan_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/pane.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/pane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/pane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/pane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/panel_divider.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/pankeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/patch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/patch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/patch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/patch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/patch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/patchbay_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/pause.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/picture.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/play.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/playpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/playpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/playpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/playpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/playpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/playpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/plugin_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/plugin_on.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/plugin_ondn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/plugin_onhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/plugin_onselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/plugin_onselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/plugin_show.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/plugin_showdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/plugin_showhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/plugin_showselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/plugin_showselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/pot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/pot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/pot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/preferences_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/preset_edit0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/preset_edit1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/preset_edit2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/prevedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/prevlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/prevtip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/progress_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/progress_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/projector.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/projectorkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/protect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/proxy_p_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/proxy_p_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/proxy_p_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/proxy_p_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/proxy_p_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/proxy_s_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/proxy_s_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/proxy_s_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/proxy_s_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/proxy_s_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/radial_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/radial_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/radial_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/radial_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/radial_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/record.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/recordgui_batch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/recordgui_controls.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/recordgui_list.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/recordmonitor_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/recordmonitor_panel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/recordpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/recordpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/recordpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/recordpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/recordpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/recordpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/redo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/reload.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/rename.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/resource1024.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/resource128.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/resource256.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/resource32.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/resource512.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/resource64.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/reverse.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/rewind.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/right_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/ruler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/scope.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/setformat_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/shbtn_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/shbtn_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/shbtn_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/show_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/singleframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/splice.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/statusbar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/statusbar_cancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/statusbar_cancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/statusbar_cancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/stop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/swap_extents.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/tan_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/tan_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/text.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/text_highlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/timebar_bg_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/timebar_brender.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/timebar_view.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/tipbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/tipbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/tipbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/title_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/titlesafe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/toclip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/toolwindow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/top_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/transportdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/transporthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/transportup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/tumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/tumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/tumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/tumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/undo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/updir.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/vbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/vbuttons_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/vclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/vscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/vscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/vscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/vscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/vscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/vscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/vscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/vscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/vscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/vscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/vwindow_timebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/waveform.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/waveform_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/wrench.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/xmeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/xmeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/xmeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/xmeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/xmeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/xmeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/xpane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/xpane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/xpane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/ymeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/ymeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/ymeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/ymeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/ymeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/ymeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/ypane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/ypane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/ypane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/zoompopup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/zoompopup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/zoompopup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/zoomtumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/zoomtumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/zoomtumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/zoomtumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/neophyte.C [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/neophyte.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/4.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/5.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/6.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/7.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/8.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/9.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/arrow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/autokeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/bar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/batchcancel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/batchcancel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/batchcancel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/batchstart_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/batchstart_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/batchstart_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/batchstop_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/batchstop_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/batchstop_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/blank30x30.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/bottom_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/camera.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/camerakeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/cancel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/cbuttons_left.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/cbuttons_right.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/center_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/channel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/channel_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/channel_position.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/checkbox_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/checkbox_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/checkbox_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/checkbox_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/checkbox_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/clip_icon.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/closetip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/cmeter_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/column_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/column_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/column_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/copy.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/cpanel_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/cpanel_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/cpanel_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/cpanel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/cpanel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/cpanel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/crop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/cut.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/cwindow_active.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/cwindow_inactive.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/delete.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/drawpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/editpanel_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/editpanel_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/editpanel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/editpanel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/editpanel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/end.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/expandpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/expandpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/expandpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/expandpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/expandpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/eyedrop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/fastfwd.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/fastrev.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/filebox_bigbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/filebox_bigbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/filebox_bigbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/fileboxbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/fileboxbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/fileboxbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/fit.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/fitautos.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/folder.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/framefwd.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/framerev.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/gangpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/generic_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/generic_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/generic_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/goto.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/heroine_icon.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/hscroll_handle_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/hscroll_handle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/hscroll_handle_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/hscroll_handle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/hscroll_left_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/hscroll_left_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/hscroll_left_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/hscroll_right_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/hscroll_right_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/hscroll_right_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/hslider_bg_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/hslider_bg_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/hslider_bg_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/hslider_fg_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/hslider_fg_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/hslider_fg_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/ibeam.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/icons.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/in_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/in_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/in_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/in_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/in_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/inpoint.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/keyframe3.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/label.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/label_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/label_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/labeltoggle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/labeltoggle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/labeltoggle_uphi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/left_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/listbox_button.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/listbox_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/listbox_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/locklabels_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/locklabels_locked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/locklabels_lockedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/locklabels_unlocked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/locklabels_unlockedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/magnify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mask.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/maskkeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mbutton_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mclock_flat.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/menu_popup_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/menubar_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/menubar_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/menubar_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/menubar_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/menuitem_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/menuitem_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/menuitem_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/middle_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mode_add.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mode_divide.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mode_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mode_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mode_max.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mode_multiply.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mode_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mode_replace.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mode_subtract.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mode_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/modekeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mscroll_filler.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mutepatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mutepatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mutepatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mutepatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/mutepatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/new_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/new_bigbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/new_bigbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/new_bigbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/nextlabel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/nexttip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/ok.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/openfolder.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/out_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/out_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/out_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/out_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/out_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/outpoint.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/overwrite.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/pan_channel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/pan_channel_small.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/pan_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/pan_popup.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/pan_stick.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/pan_stick_small.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/pan_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/panel_divider.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/pankeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/paste.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/patch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/patch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/patch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/patch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/patch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/patchbay_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/pause.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/play.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/playpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/playpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/playpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/playpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/playpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/playpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/plugin_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/plugin_on.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/plugin_ondn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/plugin_onhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/plugin_onselect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/plugin_onselecthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/plugin_show.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/plugin_showdn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/plugin_showhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/plugin_showselect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/plugin_showselecthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/pot_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/pot_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/pot_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/preferences_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/preferencesbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/preferencesbutton_dnhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/preferencesbutton_dnlo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/preferencesbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/preferencesbutton_uphi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/prevlabel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/prevtip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/progress_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/progress_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/projector.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/projectorkeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/protect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/radial_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/radial_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/radial_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/radial_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/radial_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/record.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/recordgui_batch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/recordgui_controls.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/recordgui_list.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/recordmonitor_meters.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/recordmonitor_panel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/recordpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/recordpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/recordpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/recordpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/recordpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/recordpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/redo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/reload.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/resource1024.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/resource128.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/resource256.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/resource32.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/resource512.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/resource64.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/reverse.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/rewind.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/right_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/ruler.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/setformat_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/show_meters.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/singleframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/splice.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/statusbar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/statusbar_cancel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/statusbar_cancel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/statusbar_cancel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/stop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/swap_extents.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/tan_linear.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/tan_smooth.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/text.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/text_highlight.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/timebar_bg_flat.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/timebar_brender.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/timebar_view.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/tipbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/tipbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/tipbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/title_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/titlesafe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/toclip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/toolwindow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/top_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/transportdn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/transporthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/transportup.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/tumble_bottom.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/tumble_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/tumble_top.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/tumble_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/undo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/updir.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/vbuttons_left.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/vclock.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/vscroll_handle_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/vscroll_handle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/vscroll_handle_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/vscroll_handle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/vscroll_left_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/vscroll_left_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/vscroll_left_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/vscroll_right_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/vscroll_right_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/vscroll_right_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/vwindow_timebar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/wrench.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/xmeter_green.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/xmeter_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/xmeter_over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/xmeter_red.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/xmeter_white.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/xmeter_yellow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/ymeter_green.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/ymeter_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/ymeter_over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/ymeter_red.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/ymeter_white.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/ymeter_yellow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/zoompopup_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/zoompopup_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/zoompopup_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/zoomtumble_bottom.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/zoomtumble_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/zoomtumble_top.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/Source/zoomtumble_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/a.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/about.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/about_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/aeffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/aeffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/allsvgstopngs [new file with mode: 0755]
cinelerra-5.1/plugins/theme_pinklady/data/antenna.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/arrow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/atransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/atransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/audio_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/autokeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/b.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/bak/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/bak/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/bak/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/bak/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/bak/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/bak2/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/bak2/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/bak2/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/bak2/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/bak2/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/bar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/batchcancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/batchcancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/batchcancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/batchstart_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/batchstart_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/batchstart_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/batchstop_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/batchstop_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/batchstop_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/blank30x30.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/bottom_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/buttonbar.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/c.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/camera.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/camerakeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/cbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/cbuttons_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/center_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/channel_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/channel_position.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/check.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/checkbox_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/checkbox_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/checkbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/checkbox_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/checkbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/clearinpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/clearoutpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/clip_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/clip_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/closetip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/cmeter_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/colon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/color3way_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/color3way_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/color3way_point.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/color3way_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/column_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/column_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/column_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/commercial.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/configure.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/copy.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/cpanel_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/cpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/cpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/cpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/cpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/cpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/crop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/cut.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/cwindow_active.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/cwindow_inactive.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/d.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/dash.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/delete.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/downmix51_2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/drawpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/duplex.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/e.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/editpanel.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/editpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/editpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/editpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/editpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/editpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/end.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/expandpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/expandpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/expandpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/expandpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/expandpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/expandpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/eyedrop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/f.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/fastfwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/fastrev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ff_audio.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ff_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ff_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ff_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ff_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ff_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ff_video.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/filebox.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/filebox_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/filebox_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/filebox_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/fileboxbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/fileboxbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/fileboxbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/film_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/fit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/fitautos.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/folder_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/framefwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/framerev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/gangpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/generic_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/generic_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/generic_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/generickeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/goto.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/heroine_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/histogram_carrot_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/histogram_carrot_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/histogram_carrot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/histogram_carrot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/histogram_carrot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/histogram_img.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/histogram_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/histogram_toggle.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/hscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/hscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/hscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/hscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/hscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/hscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/hscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/hscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/hscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/hscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/hslider_bg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/hslider_bg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/hslider_bg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/hslider_fg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/hslider_fg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/hslider_fg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ibeam.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/icons.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/in_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/in_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/in_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/in_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/in_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/inpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/keyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/keyframe2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/keyframe3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/label.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/label_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/label_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/label_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/label_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/labeltoggle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/labeltoggle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/labeltoggle_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/left_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/listbox_button.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/listbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/listbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/loadmode_cat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/loadmode_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/loadmode_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/loadmode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/loadmode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/loadmode_nested.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/loadmode_new.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/loadmode_newcat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/loadmode_newtracks.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/loadmode_none.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/loadmode_paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/loadmode_resource.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/loadmode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/locklabels_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/locklabels_locked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/locklabels_lockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/locklabels_unlocked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/locklabels_unlockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/lok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/magnify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mainwindow.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mask.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/maskkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mbutton_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mbutton_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mbutton_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mclock_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/media_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/menu.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/menu_popup_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/menubar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/menubar_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/menubar_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/menubar_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/menuitem_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/menuitem_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/menuitem_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/menupopup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/menupopup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/menupopup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/menutitle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/menutitle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/menutitle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/middle_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_add.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_and.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_burn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_darken.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_difference.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_divide.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_dodge.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_dst.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_dstatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_dstin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_dstout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_dstover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_hardlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_lighten.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_max.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_min.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_multiply.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_or.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_overlay.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_replace.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_screen.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_softlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_src.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_srcatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_srcin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_srcout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_srcover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_subtract.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mode_xor.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/modekeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mscroll_filler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mtimebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mutepatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mutepatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mutepatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mutepatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mutepatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mutepatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/new.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/new_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/new_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/new_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/new_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/nextedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/nextlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/nexttip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/openfolder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/out_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/out_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/out_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/out_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/out_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/outpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/overwrite.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/pan_channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/pan_channel_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/pan_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/pan_popup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/pan_stick.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/pan_stick_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/pan_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/pane.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/pane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/pane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/pane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/panel_divider.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/pankeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/patch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/patch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/patch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/patch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/patch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/patchbay_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/patches.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/pause.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/period.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/picture.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/play.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/playpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/playpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/playpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/playpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/playpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/playpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/plugin.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/plugin_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/plugin_on.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/plugin_ondn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/plugin_onhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/plugin_onselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/plugin_onselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/plugin_show.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/plugin_showdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/plugin_showhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/plugin_showselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/plugin_showselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/pot.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/pot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/pot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/pot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/preferences_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/preferences_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/preset_edit0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/preset_edit1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/preset_edit2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/prevedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/prevlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/prevtip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/progress_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/progress_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/projector.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/projectorkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/protect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/proxy_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/proxy_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/proxy_p_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/proxy_p_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/proxy_p_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/proxy_p_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/proxy_p_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/proxy_p_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/proxy_s_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/proxy_s_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/proxy_s_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/proxy_s_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/proxy_s_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/proxy_s_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/radial.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/radial_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/radial_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/radial_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/radial_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/radial_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/record.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/recordgui_batch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/recordgui_controls.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/recordgui_list.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/recordmonitor_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/recordmonitor_panel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/recordpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/recordpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/recordpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/recordpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/recordpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/recordpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/redo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/reload.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/rename.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/resource1024.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/resource128.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/resource256.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/resource32.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/resource512.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/resource64.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/reverse.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/rewind.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/right_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ruler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/scope.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/setformat_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/setformat_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/shbtn_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/shbtn_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/shbtn_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/show_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/singleframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/space.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/splice.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/statusbar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/statusbar_cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/statusbar_cancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/statusbar_cancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/statusbar_cancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/stop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/swap_extents.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/tan_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/tan_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/text.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/text_highlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/timebar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/timebar_bg_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/timebar_brender.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/timebar_view.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/tipbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/tipbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/tipbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/title_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/titlesafe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/toclip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/toolwindow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/top_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/transportdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/transportend.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/transporthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/transportup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/tumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/tumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/tumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/tumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/undo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/updir.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/vbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/vclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/veffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/veffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/video_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/vscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/vscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/vscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/vscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/vscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/vscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/vscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/vscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/vscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/vscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/vtransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/vtransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/vwindow_timebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/waveform.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/waveform_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/wrench.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/xmeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/xmeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/xmeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/xmeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/xmeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/xmeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/xpane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/xpane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/xpane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ymeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ymeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ymeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ymeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ymeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ymeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ypane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ypane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/ypane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/zoompopup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/zoompopup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/zoompopup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/zoomtumble.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/zoomtumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/zoomtumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/zoomtumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/zoomtumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/pinkladytheme.C [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/pinkladytheme.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/4.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/5.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/6.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/7.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/8.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/9.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/a.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/about.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/about_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/aeffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/aeffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/antenna.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/arrow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/atransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/atransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/audio_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/autokeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/b.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/bak/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/bak/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/bak/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/bak/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/bak/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/bak2/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/bak2/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/bak2/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/bak2/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/bak2/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/bar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/blank30x30.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/bottom_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/buttonbar.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/c.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/camera.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/camerakeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/cbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/cbuttons_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/center_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/channel_position.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/check.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/checkbox_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/checkbox_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/checkbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/checkbox_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/checkbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/clearinpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/clearoutpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/clip_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/clip_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/closetip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/cmeter_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/colon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/color3way_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/color3way_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/color3way_point.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/color3way_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/column_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/column_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/column_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/commercial.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/configure.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/copy.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/cpanel_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/cpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/cpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/cpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/cpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/cpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/crop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/cut.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/cwindow_active.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/cwindow_inactive.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/d.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/dash.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/delete.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/downmix51_2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/drawpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/duplex.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/e.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/editpanel.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/editpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/editpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/editpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/editpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/editpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/end.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/expandpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/expandpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/expandpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/expandpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/expandpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/expandpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/eyedrop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/f.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/fastfwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/fastrev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ff_audio.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ff_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ff_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ff_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ff_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ff_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ff_video.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/filebox.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/filebox_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/filebox_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/filebox_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/fileboxbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/fileboxbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/fileboxbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/film_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/fit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/fitautos.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/folder_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/framefwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/framerev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/gangpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/generic_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/generic_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/generic_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/generickeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/goto.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/heroine_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/histogram_carrot_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/histogram_carrot_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/histogram_carrot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/histogram_carrot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/histogram_carrot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/histogram_img.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/histogram_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/histogram_toggle.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/hscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/hscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/hscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/hscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/hscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/hscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/hscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/hscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/hscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/hscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/hslider_bg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/hslider_bg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/hslider_bg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/hslider_fg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/hslider_fg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/hslider_fg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ibeam.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/icons.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/in_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/in_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/in_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/in_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/in_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/inpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/keyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/keyframe2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/keyframe3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/label.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/label_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/label_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/label_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/label_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/labeltoggle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/labeltoggle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/labeltoggle_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/left_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/listbox_button.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/listbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/listbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/loadmode_cat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/loadmode_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/loadmode_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/loadmode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/loadmode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/loadmode_nested.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/loadmode_new.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/loadmode_newcat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/loadmode_newtracks.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/loadmode_none.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/loadmode_paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/loadmode_resource.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/loadmode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/locklabels.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/locklabels.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/locklabels_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/locklabels_locked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/locklabels_lockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/locklabels_unlocked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/locklabels_unlockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/lok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/magnify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mainwindow.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mask.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/maskkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mbutton_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mbutton_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mbutton_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mclock_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/media_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/menu.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/menu_popup_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/menubar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/menubar_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/menubar_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/menubar_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/menuitem_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/menuitem_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/menuitem_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/menupopup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/menupopup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/menupopup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/menutitle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/menutitle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/menutitle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/middle_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_add.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_and.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_burn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_darken.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_difference.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_divide.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_dodge.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_dst.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_dstatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_dstin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_dstout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_dstover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_hardlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_lighten.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_max.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_min.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_multiply.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_or.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_overlay.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_replace.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_screen.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_softlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_src.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_srcatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_srcin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_srcout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_srcover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_subtract.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mode_xor.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/modekeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mscroll_filler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mtimebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mutepatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mutepatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mutepatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mutepatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mutepatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mutepatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/new.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/new_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/new_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/new_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/new_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/nextedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/nextlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/nexttip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/openfolder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/out_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/out_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/out_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/out_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/out_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/outpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/overwrite.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/pan_channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/pan_channel_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/pan_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/pan_popup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/pan_stick.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/pan_stick_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/pan_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/pane.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/pane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/pane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/pane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/panel_divider.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/pankeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/patch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/patch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/patch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/patch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/patch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/patchbay_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/patches.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/pause.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/period.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/picture.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/play.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/playpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/plugin.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/plugin_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/plugin_on.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/plugin_ondn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/plugin_onhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/plugin_onselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/plugin_onselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/plugin_show.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/plugin_showdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/plugin_showhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/plugin_showselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/plugin_showselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/pot.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/pot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/pot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/pot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/preferences_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/preset_edit0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/preset_edit1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/preset_edit2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/prevedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/prevlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/prevtip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/progress_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/progress_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/projector.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/projectorkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/protect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/proxy_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/proxy_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/proxy_p_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/proxy_p_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/proxy_p_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/proxy_p_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/proxy_p_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/proxy_p_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/proxy_s_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/proxy_s_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/proxy_s_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/proxy_s_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/proxy_s_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/proxy_s_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/radial.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/radial_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/radial_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/radial_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/radial_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/radial_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/record.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/recordpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/redo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/reload.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/rename.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/resource1024.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/resource128.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/resource256.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/resource32.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/resource512.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/resource64.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/reverse.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/rewind.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/right_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ruler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/scope.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/setformat_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/shbtn_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/shbtn_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/shbtn_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/show_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/singleframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/space.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/splice.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/statusbar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/statusbar_cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/statusbar_cancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/statusbar_cancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/statusbar_cancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/stop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/swap_extents.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/tan_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/tan_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/text.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/text_highlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/timebar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/timebar_bg_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/timebar_brender.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/timebar_view.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/tipbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/tipbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/tipbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/title_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/titlesafe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/toclip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/toolwindow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/top_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/transportdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/transportend.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/transporthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/transportup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/tumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/tumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/tumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/tumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/undo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/updir.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/vbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/vclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/veffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/veffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/video_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/vscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/vscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/vscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/vscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/vscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/vscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/vscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/vscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/vscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/vscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/vtransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/vtransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/vwindow_timebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/waveform.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/waveform_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/wrench.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/xmeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/xmeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/xmeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/xmeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/xmeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/xmeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/xpane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/xpane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/xpane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ymeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ymeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ymeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ymeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ymeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ymeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ypane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ypane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/ypane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/zoompopup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/zoompopup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/zoompopup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/zoomtumble.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/zoomtumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/zoomtumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/zoomtumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/zoomtumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/suv.C [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/suv.h [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/4.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/5.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/6.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/7.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/8.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/9.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/arrow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/autokeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/bar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/batchcancel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/batchcancel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/batchcancel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/batchstart_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/batchstart_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/batchstart_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/batchstop_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/batchstop_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/batchstop_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/blank30x30.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/bottom_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/camera.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/camerakeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/cancel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/cbuttons_left.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/cbuttons_right.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/center_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/channel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/channel_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/channel_position.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/checkbox_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/checkbox_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/checkbox_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/checkbox_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/checkbox_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/clip_icon.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/closetip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/cmeter_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/column_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/column_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/column_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/copy.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/cpanel_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/cpanel_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/cpanel_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/cpanel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/cpanel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/cpanel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/crop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/cut.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/cwindow_active.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/cwindow_inactive.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/delete.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/drawpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/editpanel_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/editpanel_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/editpanel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/editpanel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/editpanel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/end.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/expandpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/expandpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/expandpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/expandpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/expandpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/eyedrop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/fastfwd.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/fastrev.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/filebox_bigbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/filebox_bigbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/filebox_bigbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/fileboxbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/fileboxbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/fileboxbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/fit.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/fitautos.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/folder.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/framefwd.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/framerev.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/gangpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/generic_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/generic_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/generic_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/goto.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/heroine_icon.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/hscroll_handle_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/hscroll_handle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/hscroll_handle_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/hscroll_handle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/hscroll_left_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/hscroll_left_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/hscroll_left_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/hscroll_right_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/hscroll_right_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/hscroll_right_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/hslider_bg_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/hslider_bg_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/hslider_bg_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/hslider_fg_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/hslider_fg_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/hslider_fg_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/ibeam.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/icons.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/in_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/in_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/in_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/in_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/in_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/inpoint.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/keyframe3.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/label.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/label_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/label_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/labeltoggle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/labeltoggle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/labeltoggle_uphi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/left_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/listbox_button.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/listbox_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/listbox_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/locklabels_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/locklabels_locked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/locklabels_lockedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/locklabels_unlocked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/locklabels_unlockedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/magnify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mask.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/maskkeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mbutton_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mclock_flat.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/menu_popup_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/menubar_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/menubar_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/menubar_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/menubar_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/menuitem_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/menuitem_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/menuitem_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/middle_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mode_add.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mode_divide.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mode_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mode_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mode_max.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mode_multiply.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mode_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mode_replace.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mode_subtract.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mode_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/modekeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mscroll_filler.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mutepatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mutepatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mutepatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mutepatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/mutepatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/new_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/new_bigbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/new_bigbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/new_bigbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/nextlabel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/nexttip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/ok.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/openfolder.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/out_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/out_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/out_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/out_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/out_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/outpoint.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/overwrite.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/pan_channel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/pan_channel_small.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/pan_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/pan_popup.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/pan_stick.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/pan_stick_small.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/pan_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/panel_divider.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/pankeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/paste.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/patch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/patch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/patch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/patch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/patch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/patchbay_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/pause.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/play.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/playpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/playpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/playpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/playpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/playpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/playpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/plugin_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/plugin_on.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/plugin_ondn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/plugin_onhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/plugin_onselect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/plugin_onselecthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/plugin_show.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/plugin_showdn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/plugin_showhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/plugin_showselect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/plugin_showselecthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/pot_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/pot_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/pot_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/preferences_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/preferencesbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/preferencesbutton_dnhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/preferencesbutton_dnlo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/preferencesbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/preferencesbutton_uphi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/prevlabel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/prevtip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/progress_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/progress_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/projector.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/projectorkeyframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/protect.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/radial_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/radial_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/radial_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/radial_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/radial_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/record.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/recordgui_batch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/recordgui_controls.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/recordgui_list.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/recordmonitor_meters.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/recordmonitor_panel.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/recordpatch.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/recordpatch_checked.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/recordpatch_checkedhi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/recordpatch_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/recordpatch_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/recordpatch_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/redo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/reload.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/resource1024.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/resource128.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/resource256.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/resource32.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/resource512.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/resource64.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/reverse.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/rewind.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/right_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/ruler.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/setformat_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/show_meters.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/singleframe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/splice.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/statusbar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/statusbar_cancel_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/statusbar_cancel_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/statusbar_cancel_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/stop.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/swap_extents.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/tan_linear.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/tan_smooth.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/text.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/text_highlight.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/timebar_bg_flat.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/timebar_brender.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/timebar_view.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/tipbutton_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/tipbutton_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/tipbutton_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/title_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/titlesafe.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/toclip.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/toolwindow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/top_justify.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/transportdn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/transporthi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/transportup.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/tumble_bottom.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/tumble_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/tumble_top.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/tumble_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/undo.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/updir.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/vbuttons_left.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/vclock.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/vscroll_handle_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/vscroll_handle_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/vscroll_handle_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/vscroll_handle_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/vscroll_left_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/vscroll_left_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/vscroll_left_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/vscroll_right_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/vscroll_right_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/vscroll_right_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/vwindow_timebar.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/wrench.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/xmeter_green.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/xmeter_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/xmeter_over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/xmeter_red.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/xmeter_white.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/xmeter_yellow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/ymeter_green.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/ymeter_normal.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/ymeter_over.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/ymeter_red.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/ymeter_white.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/ymeter_yellow.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/zoompopup_dn.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/zoompopup_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/zoompopup_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/zoomtumble_bottom.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/zoomtumble_hi.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/zoomtumble_top.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/Source/zoomtumble_up.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/a.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/about.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/about_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/aeffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/aeffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/allsvgstopngs [new file with mode: 0755]
cinelerra-5.1/plugins/theme_unflat/data/antenna.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/arrow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/atransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/atransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/audio_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/autokeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/b.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/bak/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/bak/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/bak/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/bak/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/bak/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/bak2/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/bak2/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/bak2/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/bak2/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/bak2/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/bar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/batchcancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/batchcancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/batchcancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/batchstart_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/batchstart_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/batchstart_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/batchstop_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/batchstop_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/batchstop_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/blank30x30.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/bottom_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/buttonbar.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/c.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/camera.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/camerakeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/cbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/cbuttons_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/center_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/channel_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/channel_position.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/check.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/checkbox_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/checkbox_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/checkbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/checkbox_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/checkbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/clearinpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/clearoutpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/clip_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/clip_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/closetip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/cmeter_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/colon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/color3way_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/color3way_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/color3way_point.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/color3way_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/column_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/column_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/column_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/commercial.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/configure.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/copy.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/cpanel_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/cpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/cpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/cpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/cpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/cpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/crop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/cut.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/cwindow_active.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/cwindow_inactive.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/d.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/dash.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/delete.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/downmix51_2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/drawpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/duplex.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/e.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/editpanel.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/editpanel_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/editpanel_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/editpanel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/editpanel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/editpanel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/end.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/expandpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/expandpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/expandpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/expandpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/expandpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/expandpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/eyedrop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/f.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/fastfwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/fastrev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ff_audio.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ff_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ff_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ff_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ff_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ff_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ff_video.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/filebox.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/filebox_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/filebox_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/filebox_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/fileboxbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/fileboxbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/fileboxbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/film_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/fit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/fitautos.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/folder_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/framefwd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/framerev.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/gangpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/generic_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/generic_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/generic_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/generickeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/goto.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/heroine_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/histogram_carrot_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/histogram_carrot_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/histogram_carrot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/histogram_carrot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/histogram_carrot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/histogram_img.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/histogram_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/histogram_toggle.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/hscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/hscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/hscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/hscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/hscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/hscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/hscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/hscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/hscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/hscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/hslider_bg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/hslider_bg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/hslider_bg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/hslider_fg_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/hslider_fg_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/hslider_fg_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ibeam.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/icons.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/in_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/in_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/in_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/in_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/in_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/inpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/keyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/keyframe2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/keyframe3.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/label.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/label_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/label_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/label_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/label_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/labeltoggle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/labeltoggle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/labeltoggle_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/left_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/listbox_button.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/listbox_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/listbox_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/loadmode_cat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/loadmode_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/loadmode_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/loadmode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/loadmode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/loadmode_nested.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/loadmode_new.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/loadmode_newcat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/loadmode_newtracks.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/loadmode_none.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/loadmode_paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/loadmode_resource.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/loadmode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/locklabels_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/locklabels_locked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/locklabels_lockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/locklabels_unlocked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/locklabels_unlockedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/lok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/magnify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mainwindow.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mask.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/maskkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mbutton_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mbutton_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mbutton_right.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mclock_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/media_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/menu.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/menu_popup_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/menubar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/menubar_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/menubar_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/menubar_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/menuitem_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/menuitem_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/menuitem_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/menupopup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/menupopup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/menupopup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/menutitle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/menutitle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/menutitle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/middle_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_add.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_and.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_burn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_darken.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_difference.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_divide.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_dodge.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_dst.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_dstatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_dstin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_dstout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_dstover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_hardlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_lighten.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_max.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_min.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_multiply.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_or.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_overlay.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_replace.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_screen.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_softlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_src.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_srcatop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_srcin.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_srcout.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_srcover.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_subtract.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mode_xor.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/modekeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mscroll_filler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mtimebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mutepatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mutepatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mutepatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mutepatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mutepatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mutepatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/new.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/new_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/new_bigbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/new_bigbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/new_bigbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/nextedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/nextlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/nexttip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ok.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/openfolder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/out_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/out_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/out_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/out_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/out_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/outpoint.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/overwrite.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/pan_channel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/pan_channel_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/pan_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/pan_popup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/pan_stick.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/pan_stick_small.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/pan_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/pane.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/pane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/pane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/pane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/panel_divider.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/pankeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/paste.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/patch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/patch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/patch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/patch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/patch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/patchbay_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/patches.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/pause.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/period.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/picture.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/play.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/playpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/playpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/playpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/playpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/playpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/playpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/plugin.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/plugin_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/plugin_on.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/plugin_ondn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/plugin_onhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/plugin_onselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/plugin_onselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/plugin_show.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/plugin_showdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/plugin_showhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/plugin_showselect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/plugin_showselecthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/pot.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/pot_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/pot_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/pot_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/preferences_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/preferences_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/preferencesbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/preferencesbutton_dnhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/preferencesbutton_dnlo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/preferencesbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/preferencesbutton_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/preset_edit0.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/preset_edit1.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/preset_edit2.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/prevedit.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/prevlabel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/prevtip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/progress_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/progress_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/projector.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/projectorkeyframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/protect.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/proxy_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/proxy_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/proxy_p_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/proxy_p_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/proxy_p_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/proxy_p_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/proxy_p_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/proxy_p_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/proxy_s_chkd.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/proxy_s_chkdhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/proxy_s_down.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/proxy_s_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/proxy_s_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/proxy_s_uphi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/radial.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/radial_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/radial_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/radial_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/radial_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/radial_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/record.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/recordgui_batch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/recordgui_controls.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/recordgui_list.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/recordmonitor_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/recordmonitor_panel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/recordpatch.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/recordpatch_checked.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/recordpatch_checkedhi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/recordpatch_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/recordpatch_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/recordpatch_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/redo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/reload.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/rename.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/resource1024.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/resource128.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/resource256.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/resource32.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/resource512.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/resource64.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/reverse.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/rewind.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/right_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ruler.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/scope.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/setformat_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/setformat_bg.svg [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/shbtn_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/shbtn_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/shbtn_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/show_meters.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/singleframe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/space.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/splice.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/statusbar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/statusbar_cancel.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/statusbar_cancel_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/statusbar_cancel_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/statusbar_cancel_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/stop.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/swap_extents.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/tan_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/tan_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/text.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/text_highlight.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/timebar_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/timebar_bg_flat.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/timebar_brender.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/timebar_view.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/tipbutton_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/tipbutton_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/tipbutton_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/title_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/titlesafe.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/toclip.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/toolwindow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/top_justify.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/transportdn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/transportend.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/transporthi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/transportup.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/tumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/tumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/tumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/tumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/undo.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/updir.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/vbuttons_left.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/vclock.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/veffect_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/veffect_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/video_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/vscroll_handle_bg.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/vscroll_handle_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/vscroll_handle_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/vscroll_handle_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/vscroll_left_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/vscroll_left_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/vscroll_left_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/vscroll_right_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/vscroll_right_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/vscroll_right_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/vtransition_folder.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/vtransition_icon.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/vwindow_timebar.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/waveform.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/waveform_rgb.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/wrench.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/xmeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/xmeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/xmeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/xmeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/xmeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/xmeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/xpane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/xpane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/xpane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ymeter_green.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ymeter_normal.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ymeter_over.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ymeter_red.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ymeter_white.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ymeter_yellow.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ypane_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ypane_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/ypane_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/zoompopup_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/zoompopup_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/zoompopup_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/zoomtumble.xcf.bz2 [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/zoomtumble_bottom.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/zoomtumble_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/zoomtumble_top.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/zoomtumble_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/unflattheme.C [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/unflattheme.h [new file with mode: 0644]
cinelerra-5.1/plugins/threshold/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/threshold/histogramengine.C [new file with mode: 0644]
cinelerra-5.1/plugins/threshold/histogramengine.h [new file with mode: 0644]
cinelerra-5.1/plugins/threshold/histogramengine.inc [new file with mode: 0644]
cinelerra-5.1/plugins/threshold/threshold.C [new file with mode: 0644]
cinelerra-5.1/plugins/threshold/threshold.h [new file with mode: 0644]
cinelerra-5.1/plugins/threshold/threshold.inc [new file with mode: 0644]
cinelerra-5.1/plugins/threshold/thresholdwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/threshold/thresholdwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/threshold/thresholdwindow.inc [new file with mode: 0644]
cinelerra-5.1/plugins/timeavg/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/timeavg/timeavg.C [new file with mode: 0644]
cinelerra-5.1/plugins/timeavg/timeavg.h [new file with mode: 0644]
cinelerra-5.1/plugins/timeavg/timeavgwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/timeavg/timeavgwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/timefront/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/timefront/timefront.C [new file with mode: 0644]
cinelerra-5.1/plugins/timefront/timefront.h [new file with mode: 0644]
cinelerra-5.1/plugins/timestretch/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/timestretch/timestretch.C [new file with mode: 0644]
cinelerra-5.1/plugins/timestretch/timestretch.h [new file with mode: 0644]
cinelerra-5.1/plugins/timestretch/timestretchengine.C [new file with mode: 0644]
cinelerra-5.1/plugins/timestretch/timestretchengine.h [new file with mode: 0644]
cinelerra-5.1/plugins/timestretch/timestretchengine.inc [new file with mode: 0644]
cinelerra-5.1/plugins/timestretchrt/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/timestretchrt/timestretchrt.C [new file with mode: 0644]
cinelerra-5.1/plugins/timestretchrt/timestretchrt.h [new file with mode: 0644]
cinelerra-5.1/plugins/titler/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/titler/titler.C [new file with mode: 0644]
cinelerra-5.1/plugins/titler/titler.h [new file with mode: 0644]
cinelerra-5.1/plugins/titler/titlerwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/titler/titlerwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/translate/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/translate/translate.C [new file with mode: 0644]
cinelerra-5.1/plugins/translate/translate.h [new file with mode: 0644]
cinelerra-5.1/plugins/translate/translatewin.C [new file with mode: 0644]
cinelerra-5.1/plugins/translate/translatewin.h [new file with mode: 0644]
cinelerra-5.1/plugins/unsharp/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/unsharp/unsharp.C [new file with mode: 0644]
cinelerra-5.1/plugins/unsharp/unsharp.h [new file with mode: 0644]
cinelerra-5.1/plugins/unsharp/unsharp.inc [new file with mode: 0644]
cinelerra-5.1/plugins/unsharp/unsharpwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/unsharp/unsharpwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/unsharp/unsharpwindow.inc [new file with mode: 0644]
cinelerra-5.1/plugins/videoscope/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/videoscope/videoscope.C [new file with mode: 0644]
cinelerra-5.1/plugins/vocoder/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/vocoder/test.xml [new file with mode: 0644]
cinelerra-5.1/plugins/vocoder/vocoder.C [new file with mode: 0644]
cinelerra-5.1/plugins/vocoder/vocoder.h [new file with mode: 0644]
cinelerra-5.1/plugins/wave/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/wave/wave.C [new file with mode: 0644]
cinelerra-5.1/plugins/whirl/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/whirl/whirl.C [new file with mode: 0644]
cinelerra-5.1/plugins/whirl/whirl.h [new file with mode: 0644]
cinelerra-5.1/plugins/whirl/whirlwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/whirl/whirlwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/wipe/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/wipe/wipe.C [new file with mode: 0644]
cinelerra-5.1/plugins/wipe/wipe.h [new file with mode: 0644]
cinelerra-5.1/plugins/yuv/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/yuv/yuv.C [new file with mode: 0644]
cinelerra-5.1/plugins/yuv/yuv.h [new file with mode: 0644]
cinelerra-5.1/plugins/yuv/yuvwindow.C [new file with mode: 0644]
cinelerra-5.1/plugins/yuv/yuvwindow.h [new file with mode: 0644]
cinelerra-5.1/plugins/yuv411/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/yuv411/yuv411.C [new file with mode: 0644]
cinelerra-5.1/plugins/yuv411/yuv411.h [new file with mode: 0644]
cinelerra-5.1/plugins/yuv411/yuv411win.C [new file with mode: 0644]
cinelerra-5.1/plugins/yuv411/yuv411win.h [new file with mode: 0644]
cinelerra-5.1/plugins/yuvshift/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/yuvshift/yuvshift.C [new file with mode: 0644]
cinelerra-5.1/plugins/zoom/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/zoom/zoom.C [new file with mode: 0644]
cinelerra-5.1/plugins/zoom/zoom.h [new file with mode: 0644]
cinelerra-5.1/plugins/zoomblur/Makefile [new file with mode: 0644]
cinelerra-5.1/plugins/zoomblur/zoomblur.C [new file with mode: 0644]
cinelerra-5.1/po/HOW-TO.TXT [new file with mode: 0644]
cinelerra-5.1/po/Makefile [new file with mode: 0644]
cinelerra-5.1/po/chrset.c [new file with mode: 0644]
cinelerra-5.1/po/cin.po [new file with mode: 0644]
cinelerra-5.1/po/de.po [new file with mode: 0644]
cinelerra-5.1/po/el.po [new file with mode: 0644]
cinelerra-5.1/po/es.po [new file with mode: 0644]
cinelerra-5.1/po/eu.po [new file with mode: 0644]
cinelerra-5.1/po/fr.po [new file with mode: 0644]
cinelerra-5.1/po/hi.po [new file with mode: 0644]
cinelerra-5.1/po/it.po [new file with mode: 0644]
cinelerra-5.1/po/ja.po [new file with mode: 0644]
cinelerra-5.1/po/ko.po [new file with mode: 0644]
cinelerra-5.1/po/lang.txt [new file with mode: 0644]
cinelerra-5.1/po/locale_list.txt [new file with mode: 0644]
cinelerra-5.1/po/nb.po [new file with mode: 0644]
cinelerra-5.1/po/nlx.c [new file with mode: 0644]
cinelerra-5.1/po/pt.po [new file with mode: 0644]
cinelerra-5.1/po/ru.po [new file with mode: 0644]
cinelerra-5.1/po/sl.po [new file with mode: 0644]
cinelerra-5.1/po/txt/cin.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/cin1.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/cin2.dif [new file with mode: 0644]
cinelerra-5.1/po/txt/cin3.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/de.csv [new file with mode: 0644]
cinelerra-5.1/po/txt/de.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/de1.csv [new file with mode: 0644]
cinelerra-5.1/po/txt/el.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/es.csv [new file with mode: 0644]
cinelerra-5.1/po/txt/es.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/eu.csv [new file with mode: 0644]
cinelerra-5.1/po/txt/eu.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/fr.csv [new file with mode: 0644]
cinelerra-5.1/po/txt/fr.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/hi.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/it.csv [new file with mode: 0644]
cinelerra-5.1/po/txt/it.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/ja.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/ja1.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/ko.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/nb.csv [new file with mode: 0644]
cinelerra-5.1/po/txt/nb.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/pt.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/pt_BR.csv [new file with mode: 0644]
cinelerra-5.1/po/txt/ru.csv [new file with mode: 0644]
cinelerra-5.1/po/txt/ru.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/sl.csv [new file with mode: 0644]
cinelerra-5.1/po/txt/sl.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/uk.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/vi.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/zh.txt [new file with mode: 0644]
cinelerra-5.1/po/txt/zh1.txt [new file with mode: 0644]
cinelerra-5.1/po/uk.po [new file with mode: 0644]
cinelerra-5.1/po/vi.po [new file with mode: 0644]
cinelerra-5.1/po/xlat.C [new file with mode: 0644]
cinelerra-5.1/po/xlat.sh [new file with mode: 0755]
cinelerra-5.1/po/zh.po [new file with mode: 0644]
cinelerra-5.1/soundtest.c [new file with mode: 0644]
cinelerra-5.1/thirdparty/Makefile [new file with mode: 0644]
cinelerra-5.1/thirdparty/downloads.txt [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/a52dec-0.7.4.patch1 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/a52dec-0.7.4.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/audiofile-0.3.6.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/cimg-source.txz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/dcraw.c.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/djbfft-0.76.patch1 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/djbfft-0.76.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/encore-5.0.patch1 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/encore-5.0.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/esound-0.2.41.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/ffmpeg-4.0.patch0 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/ffmpeg-4.0.patch1 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/ffmpeg-4.0.patch2 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/ffmpeg-4.0.patch3 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/ffmpeg-4.0.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/ffmpeg.git.patch1 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/ffmpeg.git.patch2 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/ffmpeg.git.patch3 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/fftw-3.3.7.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/flac-1.3.2.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/giflib-5.1.4.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/ilmbase-2.2.1.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/ladspa-0.4.17.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/lame-3.100.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/libXft-2.3.2.patch1 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/libavc1394-0.5.4.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/libbluray.patch1 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/libdv-1.0.0.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/libiec61883_1.2.0.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/libjpeg-turbo-1.5.1.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/libogg-1.3.2.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/libraw1394-2.1.2.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/libsndfile-1.0.28.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/libtheora-1.1.1.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/libuuid-1.0.3.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/libvorbis-1.3.5.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/libvpx-1.7.0.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/lilv-0.24.2.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/lv2-1.14.0.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/mjpegtools-2.1.0.patch1 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/mjpegtools-2.1.0.patch2 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/mjpegtools-2.1.0.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/openexr-2.2.1.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/openjpeg-2.3.0.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/opus-1.2.1.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/serd-0.28.0.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/sord-0.16.0.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/speech_tools-2.4-release.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/sratom-0.6.0.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/suil-0.8.4.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/tiff-4.0.9.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/twolame-0.3.13.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/x264-snapshot-20180118-2245.patch1 [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/x264-snapshot-20180118-2245.tar.xz [new file with mode: 0644]
cinelerra-5.1/thirdparty/src/x265_2.8.tar.xz [new file with mode: 0644]
cinelerra-5.1/tips/tips.de [new file with mode: 0644]
cinelerra-5.1/tips/tips.el [new file with mode: 0644]
cinelerra-5.1/tips/tips.en [new file with mode: 0644]
cinelerra-5.1/tips/tips.es [new file with mode: 0644]
cinelerra-5.1/tips/tips.eu [new file with mode: 0644]
cinelerra-5.1/tips/tips.fr [new file with mode: 0644]
cinelerra-5.1/tips/tips.hi [new file with mode: 0644]
cinelerra-5.1/tips/tips.it [new file with mode: 0644]
cinelerra-5.1/tips/tips.ja [new file with mode: 0644]
cinelerra-5.1/tips/tips.ko [new file with mode: 0644]
cinelerra-5.1/tips/tips.nb [new file with mode: 0644]
cinelerra-5.1/tips/tips.pt [new file with mode: 0644]
cinelerra-5.1/tips/tips.ru [new file with mode: 0644]
cinelerra-5.1/tips/tips.sl [new file with mode: 0644]
cinelerra-5.1/tips/tips.uk [new file with mode: 0644]
cinelerra-5.1/tips/tips.vi [new file with mode: 0644]
cinelerra-5.1/tips/tips.zh [new file with mode: 0644]