fixes for colorpicker loops/deadlocks, add mask smooth_buttons, rm orig mask_smooth
authorGood Guy <good1.2guy@gmail.com>
Fri, 5 Jul 2019 20:34:49 +0000 (14:34 -0600)
committerGood Guy <good1.2guy@gmail.com>
Fri, 5 Jul 2019 20:34:49 +0000 (14:34 -0600)
commit56923cfe421f547a8ba1c6a4a6e9225877b121c6
tree330d6c5e92fc80cdbfee2b31a254a0ac120d3a07
parent134e3b2ef6322953b40f7ec2567e8b883eb42830
fixes for colorpicker loops/deadlocks, add mask smooth_buttons, rm orig mask_smooth
114 files changed:
cinelerra-5.1/cinelerra/colorpicker.C
cinelerra-5.1/cinelerra/cwindowtool.C
cinelerra-5.1/cinelerra/cwindowtool.h
cinelerra-5.1/cinelerra/gwindowgui.C
cinelerra-5.1/plugins/theme_blond/blondtheme.C
cinelerra-5.1/plugins/theme_blond/data/mask_all_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mask_all_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mask_button_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mask_button_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mask_button_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mask_crv_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mask_crv_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mask_pnt_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond/data/mask_pnt_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.C
cinelerra-5.1/plugins/theme_blond_cv/data/mask_all_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mask_all_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mask_button_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mask_button_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mask_button_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mask_crv_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mask_crv_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mask_pnt_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blond_cv/data/mask_pnt_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/bluetheme.C
cinelerra-5.1/plugins/theme_blue/data/mask_all_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mask_all_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mask_button_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mask_button_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mask_button_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mask_crv_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mask_crv_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mask_pnt_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue/data/mask_pnt_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/bluedottheme.C
cinelerra-5.1/plugins/theme_blue_dot/data/mask_all_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mask_all_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mask_button_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mask_button_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mask_button_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mask_crv_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mask_crv_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mask_pnt_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_blue_dot/data/mask_pnt_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/brighttheme.C
cinelerra-5.1/plugins/theme_bright/data/mask_all_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mask_all_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mask_button_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mask_button_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mask_button_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mask_crv_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mask_crv_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mask_pnt_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_bright/data/mask_pnt_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_cakewalk/cakewalk.C
cinelerra-5.1/plugins/theme_cakewalk/data/mask_all_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_cakewalk/data/mask_all_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_cakewalk/data/mask_button_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_cakewalk/data/mask_button_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_cakewalk/data/mask_button_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_cakewalk/data/mask_crv_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_cakewalk/data/mask_crv_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_cakewalk/data/mask_pnt_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_cakewalk/data/mask_pnt_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mask_all_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mask_all_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mask_button_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mask_button_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mask_button_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mask_crv_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mask_crv_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mask_pnt_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/data/mask_pnt_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_hulk/hulktheme.C
cinelerra-5.1/plugins/theme_neophyte/data/mask_all_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mask_all_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mask_button_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mask_button_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mask_button_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mask_crv_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mask_crv_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mask_pnt_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/data/mask_pnt_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_neophyte/neophyte.C
cinelerra-5.1/plugins/theme_pinklady/data/mask_all_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mask_all_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mask_button_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mask_button_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mask_button_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mask_crv_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mask_crv_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mask_pnt_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/data/mask_pnt_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_pinklady/pinkladytheme.C
cinelerra-5.1/plugins/theme_suv/data/mask_all_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mask_all_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mask_button_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mask_button_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mask_button_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mask_crv_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mask_crv_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mask_pnt_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/data/mask_pnt_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_suv/suv.C
cinelerra-5.1/plugins/theme_unflat/data/mask_all_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mask_all_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mask_button_dn.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mask_button_hi.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mask_button_up.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mask_crv_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mask_crv_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mask_pnt_linear.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/data/mask_pnt_smooth.png [new file with mode: 0644]
cinelerra-5.1/plugins/theme_unflat/unflattheme.C