add histogram_bezier plugin
authorGood Guy <[email protected]>
Mon, 29 Feb 2016 17:47:42 +0000 (10:47 -0700)
committerGood Guy <[email protected]>
Mon, 29 Feb 2016 17:47:42 +0000 (10:47 -0700)
commitbc872c7cea032325f9a7b5c1c6ad78ba0b6c32f9
tree56d7f304818917e14d9306e4eea13ec51d014298
parent2f150ba7e76149aee34233ff4c007e57a30da5dd
add histogram_bezier plugin
21 files changed:
cinelerra-5.0/plugin_defs
cinelerra-5.0/plugins/Makefile
cinelerra-5.0/plugins/histogram_bezier/Makefile
cinelerra-5.0/plugins/histogram_bezier/bistogram.C [new file with mode: 0644]
cinelerra-5.0/plugins/histogram_bezier/bistogram.h [new file with mode: 0644]
cinelerra-5.0/plugins/histogram_bezier/bistogram.inc [new file with mode: 0644]
cinelerra-5.0/plugins/histogram_bezier/bistogramconfig.C [new file with mode: 0644]
cinelerra-5.0/plugins/histogram_bezier/bistogramconfig.h [new file with mode: 0644]
cinelerra-5.0/plugins/histogram_bezier/bistogramconfig.inc [new file with mode: 0644]
cinelerra-5.0/plugins/histogram_bezier/bistogramwindow.C [new file with mode: 0644]
cinelerra-5.0/plugins/histogram_bezier/bistogramwindow.h [new file with mode: 0644]
cinelerra-5.0/plugins/histogram_bezier/bistogramwindow.inc [new file with mode: 0644]
cinelerra-5.0/plugins/histogram_bezier/histogram.C [deleted file]
cinelerra-5.0/plugins/histogram_bezier/histogram.h [deleted file]
cinelerra-5.0/plugins/histogram_bezier/histogram.inc [deleted file]
cinelerra-5.0/plugins/histogram_bezier/histogramconfig.C [deleted file]
cinelerra-5.0/plugins/histogram_bezier/histogramconfig.h [deleted file]
cinelerra-5.0/plugins/histogram_bezier/histogramconfig.inc [deleted file]
cinelerra-5.0/plugins/histogram_bezier/histogramwindow.C [deleted file]
cinelerra-5.0/plugins/histogram_bezier/histogramwindow.h [deleted file]
cinelerra-5.0/plugins/histogram_bezier/histogramwindow.inc [deleted file]