From b41dd1dd566139b56bafbe84e95be600b2f5ddfc Mon Sep 17 00:00:00 2001 From: Good Guy Date: Sun, 21 Jul 2019 18:13:52 -0600 Subject: [PATCH] add unclear btn icons, make both bksp and ctrl-m mute edit selection --- cinelerra-5.1/cinelerra/cwindowtool.C | 2 +- cinelerra-5.1/cinelerra/mwindowgui.C | 1 + cinelerra-5.1/plugins/theme_blond/blondtheme.C | 6 ++++++ .../plugins/theme_blond/data/unclear.png | Bin 0 -> 568 bytes .../plugins/theme_blond/data/unclear_dn.png | Bin 0 -> 313 bytes .../plugins/theme_blond/data/unclear_hi.png | Bin 0 -> 503 bytes .../plugins/theme_blond/data/unclear_up.png | Bin 0 -> 167 bytes .../plugins/theme_blond_cv/blondcvtheme.C | 6 ++++++ .../plugins/theme_blond_cv/data/unclear.png | Bin 0 -> 568 bytes .../plugins/theme_blond_cv/data/unclear_dn.png | Bin 0 -> 864 bytes .../plugins/theme_blond_cv/data/unclear_hi.png | Bin 0 -> 811 bytes .../plugins/theme_blond_cv/data/unclear_up.png | Bin 0 -> 167 bytes cinelerra-5.1/plugins/theme_blue/bluetheme.C | 6 ++++++ cinelerra-5.1/plugins/theme_blue/data/unclear.png | Bin 0 -> 530 bytes .../plugins/theme_blue/data/unclear_dn.png | Bin 0 -> 316 bytes .../plugins/theme_blue/data/unclear_hi.png | Bin 0 -> 496 bytes .../plugins/theme_blue/data/unclear_up.png | Bin 0 -> 167 bytes .../plugins/theme_blue_dot/bluedottheme.C | 6 ++++++ .../plugins/theme_blue_dot/data/unclear.png | Bin 0 -> 557 bytes .../plugins/theme_blue_dot/data/unclear_dn.png | Bin 0 -> 539 bytes .../plugins/theme_blue_dot/data/unclear_hi.png | Bin 0 -> 543 bytes .../plugins/theme_blue_dot/data/unclear_up.png | Bin 0 -> 167 bytes cinelerra-5.1/plugins/theme_bright/brighttheme.C | 6 ++++++ .../plugins/theme_bright/data/unclear.png | Bin 0 -> 356 bytes .../plugins/theme_bright/data/unclear_dn.png | Bin 0 -> 190 bytes .../plugins/theme_bright/data/unclear_hi.png | Bin 0 -> 187 bytes .../plugins/theme_bright/data/unclear_up.png | Bin 0 -> 167 bytes cinelerra-5.1/plugins/theme_cakewalk/cakewalk.C | 5 +++++ .../plugins/theme_cakewalk/data/unclear.png | Bin 0 -> 560 bytes .../plugins/theme_cakewalk/data/unclear_dn.png | Bin 0 -> 167 bytes .../plugins/theme_cakewalk/data/unclear_hi.png | Bin 0 -> 167 bytes .../plugins/theme_cakewalk/data/unclear_up.png | Bin 0 -> 167 bytes cinelerra-5.1/plugins/theme_hulk/data/unclear.png | Bin 0 -> 521 bytes .../plugins/theme_hulk/data/unclear_dn.png | Bin 0 -> 312 bytes .../plugins/theme_hulk/data/unclear_hi.png | Bin 0 -> 505 bytes .../plugins/theme_hulk/data/unclear_up.png | Bin 0 -> 167 bytes cinelerra-5.1/plugins/theme_hulk/hulktheme.C | 6 ++++++ .../plugins/theme_neophyte/data/unclear.png | Bin 0 -> 544 bytes .../plugins/theme_neophyte/data/unclear_dn.png | Bin 0 -> 228 bytes .../plugins/theme_neophyte/data/unclear_hi.png | Bin 0 -> 200 bytes .../plugins/theme_neophyte/data/unclear_up.png | Bin 0 -> 167 bytes cinelerra-5.1/plugins/theme_neophyte/neophyte.C | 6 ++++++ .../plugins/theme_pinklady/data/unclear.png | Bin 0 -> 529 bytes .../plugins/theme_pinklady/data/unclear_dn.png | Bin 0 -> 300 bytes .../plugins/theme_pinklady/data/unclear_hi.png | Bin 0 -> 517 bytes .../plugins/theme_pinklady/data/unclear_up.png | Bin 0 -> 167 bytes .../plugins/theme_pinklady/pinkladytheme.C | 6 ++++++ cinelerra-5.1/plugins/theme_suv/data/unclear.png | Bin 0 -> 544 bytes .../plugins/theme_suv/data/unclear_dn.png | Bin 0 -> 190 bytes .../plugins/theme_suv/data/unclear_hi.png | Bin 0 -> 191 bytes .../plugins/theme_suv/data/unclear_up.png | Bin 0 -> 167 bytes cinelerra-5.1/plugins/theme_suv/suv.C | 6 ++++++ .../plugins/theme_unflat/data/unclear.png | Bin 0 -> 556 bytes .../plugins/theme_unflat/data/unclear_dn.png | Bin 0 -> 266 bytes .../plugins/theme_unflat/data/unclear_hi.png | Bin 0 -> 441 bytes .../plugins/theme_unflat/data/unclear_up.png | Bin 0 -> 167 bytes cinelerra-5.1/plugins/theme_unflat/unflattheme.C | 6 ++++++ 57 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 cinelerra-5.1/plugins/theme_blond/data/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_blond/data/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_blond/data/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_blond/data/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/data/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/data/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/data/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_blond_cv/data/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_blue/data/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_blue/data/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_blue/data/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_blue/data/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/data/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/data/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/data/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_blue_dot/data/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_bright/data/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_bright/data/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_bright/data/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_bright/data/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/data/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/data/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/data/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_cakewalk/data/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/data/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/data/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/data/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_hulk/data/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/data/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/data/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/data/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_neophyte/data/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/data/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/data/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/data/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_pinklady/data/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_suv/data/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_suv/data/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_suv/data/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_suv/data/unclear_up.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/data/unclear.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/data/unclear_dn.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/data/unclear_hi.png create mode 100644 cinelerra-5.1/plugins/theme_unflat/data/unclear_up.png diff --git a/cinelerra-5.1/cinelerra/cwindowtool.C b/cinelerra-5.1/cinelerra/cwindowtool.C index 3a0d72b8..04457c83 100644 --- a/cinelerra-5.1/cinelerra/cwindowtool.C +++ b/cinelerra-5.1/cinelerra/cwindowtool.C @@ -1750,7 +1750,7 @@ int CWindowMaskEnable::handle_event() CWindowMaskUnclear::CWindowMaskUnclear(MWindow *mwindow, CWindowMaskGUI *gui, int x, int y) - : BC_Button(x, y, mwindow->theme->get_image_set("reset_button")) + : BC_Button(x, y, mwindow->theme->get_image_set("unclear_button")) { this->mwindow = mwindow; this->gui = gui; diff --git a/cinelerra-5.1/cinelerra/mwindowgui.C b/cinelerra-5.1/cinelerra/mwindowgui.C index b3209c83..5716c37e 100644 --- a/cinelerra-5.1/cinelerra/mwindowgui.C +++ b/cinelerra-5.1/cinelerra/mwindowgui.C @@ -1235,6 +1235,7 @@ int MWindowGUI::keypress_event() break; case 'M': collapse = 1; + case BACKSPACE: case 'm': mwindow->cut_selected_edits(0, collapse); result = 1; diff --git a/cinelerra-5.1/plugins/theme_blond/blondtheme.C b/cinelerra-5.1/plugins/theme_blond/blondtheme.C index 51aa61aa..6314eac8 100644 --- a/cinelerra-5.1/plugins/theme_blond/blondtheme.C +++ b/cinelerra-5.1/plugins/theme_blond/blondtheme.C @@ -282,6 +282,12 @@ void BlondTheme::initialize() "reset_dn.png", "reset_button"); + new_button("unclear.png", + "unclear_up.png", + "unclear_hi.png", + "unclear_dn.png", + "unclear_button"); + resources->cancel_images = new_button("cancel.png", "filebox_bigbutton_up.png", "filebox_bigbutton_hi.png", diff --git a/cinelerra-5.1/plugins/theme_blond/data/unclear.png b/cinelerra-5.1/plugins/theme_blond/data/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..8e631961e020069895a2f13558ac736ca5e16f88 GIT binary patch literal 568 zcmV-80>}M{P)VqLMc+Acdz*c-hw6Bg`R{Oy1Q17yZgpNH|Km^-^{@8XYaVChGvW3&1bv0KkEpnRi#N-}pYuJF`K25^T688vu9$aLZU- zHC9&vYy)_jI{6@ugGX}*lRYOn3HC(r1^_jecGYXWPSv`pTDR&oUuiCF03yWOBo21T zo>Ll3_M9YM{s_Ung4wJz{4j}v9R>Od^phyqt~C4*;PW#H9-PKYdnCBx5=f^?DW`Q)!PVNzhJc^O z=UnqO&ue}Kuru+>`+B`~n5$VEa{}3~cq@-5v(9}tvgiCrmOp^F58$Wf(ylc8Fp7d( zBw4Sw4o^p+Zw4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UHdAc}; zSoH3_vQhAm0T1hi_b$sG%xIEQThQK@+_)r-;Y9+IL<3(~gPOF#q+B7t`CMufE-<|R zck({hap%LoA9n_dMEKb6*%+xW@NBc@`Q^G!9BKxhZ@!6p^q6`{`doN_B*J-$%Q^kv z2v3fw9>)x(p6guu&|bw)uk-4kk5gXldwfsiTfXb5qaxq(SSNNL?|V66M$3xBfl0yBAu0F_Lt?mDc)tZL^l|g;iV`vsLX5xNiQn#eK3X&<6~ju6{1-oD!M< Ddb4&b literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond/data/unclear_hi.png b/cinelerra-5.1/plugins/theme_blond/data/unclear_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..d0863324fc654a4d3da92bf1de67774345b34868 GIT binary patch literal 503 zcmV8XRN%<6JQ3w; z_=|RX4`criUX~;J=VvPwDt!C?mHx#KI-RGqTD#VKn^7<>fh($ru1#mseGD zs%p-7Tw?7Pn#~s5+f5!l-r?a^gS;qkSx$@r@8`_sGk#CTl;t&LIl_CtxlC3n>Uy^E zFrD@p4ElFgvQn{3oN{zoo+Jm0$nuWsI&tFl9Z##-pMU?u+}?5O#JA4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9h|3UhANvq>?iMM+p?eOPgDF)CuaX68e2qw>KQy;{an^LB{Ts5 DdHOCH literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.C b/cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.C index 5ff85860..93e19e12 100644 --- a/cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.C +++ b/cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.C @@ -335,6 +335,12 @@ void BlondCVTheme::initialize() "reset_dn.png", "reset_button"); + new_button("unclear.png", + "unclear_up.png", + "unclear_hi.png", + "unclear_dn.png", + "unclear_button"); + resources->cancel_images = new_button("cancel.png", "generic_up.png", "generic_hi.png", diff --git a/cinelerra-5.1/plugins/theme_blond_cv/data/unclear.png b/cinelerra-5.1/plugins/theme_blond_cv/data/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..8e631961e020069895a2f13558ac736ca5e16f88 GIT binary patch literal 568 zcmV-80>}M{P)VqLMc+Acdz*c-hw6Bg`R{Oy1Q17yZgpNH|Km^-^{@8XYaVChGvW3&1bv0KkEpnRi#N-}pYuJF`K25^T688vu9$aLZU- zHC9&vYy)_jI{6@ugGX}*lRYOn3HC(r1^_jecGYXWPSv`pTDR&oUuiCF03yWOBo21T zo>Ll3_M9YM{s_Ung4wJz{4j}v9R>Od^phyqt~C4*;PW#H9-PKYdnCBx5=f^?DW`Q)!PVNzhJc^O z=UnqO&ue}Kuru+>`+B`~n5$VEa{}3~cq@-5v(9}tvgiCrmOp^F58$Wf(ylc8Fp7d( zBw4Sw4o^p+Zwo7(!#^9VK%N)~b!E9D?a#B&2 z1;!{KFN0G`+}zx8dHIp6t8a)1WmzzvS7e#T7(+@BLSVP+xW4|*{r#53qGmp?@ZLQK z$C&u? z@fSBYE6&f)I6Xb4C`PCXApD$0Rj^j^-V#D2#>jTtvRvMCa#CTf8Nl0Z!{y~imdiWN z&(C=OevWf?4}ETflfjvY0SqF-Zr8KfG?Zn5O(}7G{hh0;+kN=QhtOYRkH?HroHKM? zPuB%(+je~VbPd2_QIqGRUn>1CODUnMs0zDXhi*0vtJRw6v|uvH-voUGr<8Ec5kf>a zn+LkCqbv)&xBT3TziTljtTm`AcDD=Z25XfV z1@+!NnV7eli0nt+4Mi*pPo8^12nVlk1&>A!?=2}sv?y|_s@RWc0!wqKwBGRW+vXdqhB0mAWpOOmad9#Q1xvMFj61bzS1Uqiwq(#{lDT z&bxOfI5#Yn*M_gEj7FZbvzpngVzX%oAs`~d5>gfFdP?6%*6Z!Q!g`pdmsDD-6h%f| zm&|4r+ilCkLyIxPARN}FwT9Ev3g?ujX|dL#I>2Kb91KM=c<-1@a*mG1c<;Es-_kTK zs(Nt#7{yw}xuKcv0000;)O{ zIRNI-S%9PzC5kQe4wy5A>aOa7eEasN@kW_}h$5nwXQLFutRMoaZ`}m{`h^I9pz86y zrm8Abl~RnHGcjgjOyrzMDWhsQCzpHw16+zSo6TsNDXL1>4TLZ-43V4*W_If)XXyKk z_d;DO&dGlRi#V3cC9_#W2t94P<834u=6VSgj^684J_tjM;2T+aCG;eakS!Hvq3?T#rQ{ z=fZY-LKPN^8Z`q|Pt!~ZVPLb_{{rYM?jks+3`3-C&!kjPfU26{oYJ-jLg?QGdS&dK zqN?n6XHKUc6>(IRr|Skzr;bv}yFjm{DpZxH?-RRShmImBAq>Qr-p%$UYws1a!ftmS zXKYp&hIq5o$AAS9!3@sl0dHocRLHpi9|yix&LfrwNGW4xn90xXy;){ZiVjp0}rq<|=aZTTAj8g2jT$4$~ z{rv(Rx5kJu|08IAwaiA1w%a|2L*U_I$$UN;N8!DoYNV822>Elst5`pN{KeDLhV{DP z@$rGG($N*FFr7MLO!R#wXTv$Ytf}0>e;kutvbfN71KaJMr>70mY0cNKzcZUn0C`R~ z=f+ej#c10=2py_QRe8L3H^-DRs((BNHk&=iV_>yv`10isK7CqV4Dc%Gy;s)jJ5+_; zE^s)U+3(Mol^e^H5?vQbDN)xIkB`6c`SSyd#RQQz{vZI(3G4NQrt!?@_2mPB5Qdw3 pR;z~9s^R{A!E$*=Rk?p@@Hc&Gp|yfn$9Dh#002ovPDHLkV1i#&bWi{Q literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blond_cv/data/unclear_up.png b/cinelerra-5.1/plugins/theme_blond_cv/data/unclear_up.png new file mode 100644 index 0000000000000000000000000000000000000000..ac9b2bc9aaf88b4449ba4b55b4c2a053f1d67b6c GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9jgY+Cx)o|%_HSeHlEwBpKxz-D(|IS^xFiUEV*D`qL~8Aj`Y>KQy;{an^LB{Ts5 DUXUzk literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/bluetheme.C b/cinelerra-5.1/plugins/theme_blue/bluetheme.C index 2a99932b..fb1160ab 100644 --- a/cinelerra-5.1/plugins/theme_blue/bluetheme.C +++ b/cinelerra-5.1/plugins/theme_blue/bluetheme.C @@ -282,6 +282,12 @@ void BlueDotTheme::initialize() "reset_dn.png", "reset_button"); + new_button("unclear.png", + "unclear_up.png", + "unclear_hi.png", + "unclear_dn.png", + "unclear_button"); + resources->cancel_images = new_button("cancel.png", "filebox_bigbutton_up.png", "filebox_bigbutton_hi.png", diff --git a/cinelerra-5.1/plugins/theme_blue/data/unclear.png b/cinelerra-5.1/plugins/theme_blue/data/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..21316f04605063a9ed7991258cdada46005fc1f1 GIT binary patch literal 530 zcmV+t0`2{YP)@6mV$`YX5%x^ zXb;I%(GU_73wQx(bkSl9Noe&E$XuX+;PzTsE$lfKTsFHd-av`r@8-<;znOE+4BYGg zSDt&4=bqd&UsapO$NuR2oQ}jIFjIzqNbE~|nw!(lTZ0b|{h1lh0nFISGQI;0hb%~} zNVpmA8x4KD&OcR}yQf9r8)mFZIM8l3wPQwRM%HNP1JHIy5^FK~TX#<@!Iw}r-FZ^p zZaW0^i^5+6J)l<<{wf6Z&Dbh!Pmhk+=yoUJ6Rn8RbD%vsHDSq&tb~qa#&VW1G~?@7 zxEq3A{;L)KcS&Z`v04ou45sEYkv9R3k@X~D?`nNoiSijam0% zQ$6|UI&(e-#|MA^$!mGajk~e>pG3mXMkPc0nnSDXHC+u5`3ki@DA|89l5ie zrhFR=P@2+`SSd??7lL-L^H+Y582zC{$DKuB7C_?6oqaBc^{dK%Bi;5(-|G(R4_ykS Uw?dO$ga7~l07*qoM6N<$f*khhHvj+t literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/data/unclear_dn.png b/cinelerra-5.1/plugins/theme_blue/data/unclear_dn.png new file mode 100644 index 0000000000000000000000000000000000000000..35a371471ac422719d01caa6415b7b968b1bd023 GIT binary patch literal 316 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1Tcdb&7< zSoCh4ypi{ig8<9-|L2|fG?*?jSaNnMFKCItl&E<$Y#fSm?RN<(z)>2ENX>p*?+PLoa;Q7CGwNYBgo~tJQ}J73!Ww@*nx% zA3JS1UteiJ;#&*VkA*SUgFP;n?TD>jv5M2=SjV!vkJ!ueH-Ee2wjAVr22WQ%mvv4F FO#p)-cAx+N literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue/data/unclear_hi.png b/cinelerra-5.1/plugins/theme_blue/data/unclear_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb80b7b5a2916ee1b5a130ed4033172eb4ae3b5 GIT binary patch literal 496 zcmVU(|fonv@Kn1tIq-Q*_!oczvvW@B?t&(Dr=;RrrX zn#3$EuVWS}i@LLWMCbx9;eL{Fu)m250*5sTlBHh4)+j;XaH@i80>(=h6-8BWs*2IX zR~HpQRdM+x!FWomq^L+vVM(#ZdI=ko zR;$H@waiSHD3vBCO^#D6j!`ItgwBy>8FAdF*NbU)UT8jdXf)dN`^gUu!HFnw{Pyjk zR)3{dzxy+Z$bjN!_`m0qB96L42#XL$o+tkJ+#>H2YyRi?HkL2rVJvS5#@1RK;GJT0 mw1`_-+v4=(&}(>gZJT$mmFt_Qwnjbx00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9jY*t|bg&nCs77A0Yo^bP0l+XkK Dlcp}G literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/bluedottheme.C b/cinelerra-5.1/plugins/theme_blue_dot/bluedottheme.C index 5304adf1..3a0bd3d6 100644 --- a/cinelerra-5.1/plugins/theme_blue_dot/bluedottheme.C +++ b/cinelerra-5.1/plugins/theme_blue_dot/bluedottheme.C @@ -293,6 +293,12 @@ void BlueDotTheme::initialize() "reset_dn.png", "reset_button"); + new_button("unclear.png", + "unclear_up.png", + "unclear_hi.png", + "unclear_dn.png", + "unclear_button"); + resources->cancel_images = new_button("cancel.png", "generic_up.png", "generic_hi.png", diff --git a/cinelerra-5.1/plugins/theme_blue_dot/data/unclear.png b/cinelerra-5.1/plugins/theme_blue_dot/data/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..c39158830771c321179e19cbb35789edd6aa1bed GIT binary patch literal 557 zcmV+|0@D47P)bo>ezhBpTZGsTOURjn?08foEha`7M?x^Y! zfM+D9RP`Cn1DW0B-=OwYKfOe=Q;n5ox4p`pR0{20&GPI~t8n@;py!jq^ND z7K_D40QUiajA2m}U6LbrY^m@G?b^RORZ(sTb|1f?54vn>T8&O3S00000NkvXXu0mjfp5E)* literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/data/unclear_dn.png b/cinelerra-5.1/plugins/theme_blue_dot/data/unclear_dn.png new file mode 100644 index 0000000000000000000000000000000000000000..80cb7a6204d6cd5e23cc10a22335b256cec4e4d2 GIT binary patch literal 539 zcmV+$0_6RPP)OI4A|fE5qRUeiRmFW+ zlBj(TjtIu_POTG}iTi-Ntx$nXk|cAhCU6Hcdku~V{)~6V@lGj)Qa<_w5jjYenMHrKgg8+zi-gFR;KBbQVPR2&^`R$L=Rv{KBrFr zO8G#40DYEZKSu!~lGf(F%V(jmRJ~}NdvJpU_oHpj#EwMr7_vKg##=&fBF~ dZ;Nvt{|nRL&yOb6e8vC(002ovPDHLkV1h?)>-7Kt literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_blue_dot/data/unclear_hi.png b/cinelerra-5.1/plugins/theme_blue_dot/data/unclear_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..88ca0fffc6696ee6fe6686e502d68d5f29270823 GIT binary patch literal 543 zcmV+)0^t3LP)7XR0uU+MQY1N**?`3Y z-}HQ`kB^V!KUjNqq1J*_kc0$wlIeLq)^ryviPkEuHEOL0O-PbJW?~1u2NAyO;2T&H zmvv=X7X&zya9|tA)4kRzl86ZGGrWC;{<>UPFDq%Y^^PO%hpgi$MPzciw}T~dnb3$% z-}+Sfz;1jAC<5;(g95`-YmIeXNc%bTt9WUidmsZ`N?};v#q%Y<}}hbwph|9xc)aW}=Y zb54%_^4T+}v13O}uxG3MoE9bt4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9h`{`~k@&nCs77A0Yo^bP0l+XkK Dy?HOP literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/brighttheme.C b/cinelerra-5.1/plugins/theme_bright/brighttheme.C index ffb70f32..c953613f 100644 --- a/cinelerra-5.1/plugins/theme_bright/brighttheme.C +++ b/cinelerra-5.1/plugins/theme_bright/brighttheme.C @@ -289,6 +289,12 @@ void BrightTheme::initialize() "reset_dn.png", "reset_button"); + new_button("unclear.png", + "unclear_up.png", + "unclear_hi.png", + "unclear_dn.png", + "unclear_button"); + resources->cancel_images = new_button("cancel.png", "bigbutton_up.png", "bigbutton_hi.png", diff --git a/cinelerra-5.1/plugins/theme_bright/data/unclear.png b/cinelerra-5.1/plugins/theme_bright/data/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..1529927402b4e140201676a1f61cb1777a628eae GIT binary patch literal 356 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SZdb&7< zSoFTV9PP#IDA4-Q|FP5+R*xeo@r!;;$T@J@C`74(@#x!%$o6xy?Rxo(4bCo5n^-Au zrm^Ya`&F0khT7_U)!#Dfh0APosrUVi>sBxKoP=>+xrPe16LHQW#~HGWXvl@4tz)3|xH9+IeR`fjrCL>FVdQ&MBb@00BgeOaK4? literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/data/unclear_dn.png b/cinelerra-5.1/plugins/theme_bright/data/unclear_dn.png new file mode 100644 index 0000000000000000000000000000000000000000..8f117f2a6fefffe1887ab8d143054a2cd271bd70 GIT binary patch literal 190 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U7JzX3_ zEP9he0s?-VcVIr?!tE?6At4cw(DVEI`{1JvuCA_ZY;01yDy}>TY4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SnJY5_^ zEP9he0s?-VcVIqn=)i#k1^@rmu98}{V#SFAE}_B`53D%2n5|#RChG%;F_~Q=Gjt{s ZLvk?d>(JF%GC(sJJYD@<);T3K0RWiTI#K`t literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_bright/data/unclear_up.png b/cinelerra-5.1/plugins/theme_bright/data/unclear_up.png new file mode 100644 index 0000000000000000000000000000000000000000..830d9b3c97d4d5209b50e2cf76f828c17d4eb174 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9jw{Qv*Io=u8DElR>F>%)qJi`n|6Y(Na)iZdy`njxgN@xNA D!w)YB literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/cakewalk.C b/cinelerra-5.1/plugins/theme_cakewalk/cakewalk.C index ed6294ff..b4f82f09 100644 --- a/cinelerra-5.1/plugins/theme_cakewalk/cakewalk.C +++ b/cinelerra-5.1/plugins/theme_cakewalk/cakewalk.C @@ -272,6 +272,11 @@ void CAKEWALKTHEME::initialize() "reset_hi.png", "reset_dn.png", "reset_button"); + new_button("unclear.png", + "unclear_up.png", + "unclear_hi.png", + "unclear_dn.png", + "unclear_button"); resources->cancel_images = new_button( "cancel.png", "filebox_bigbutton_up.png", diff --git a/cinelerra-5.1/plugins/theme_cakewalk/data/unclear.png b/cinelerra-5.1/plugins/theme_cakewalk/data/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..e24890dade092ef6cafa09a58a37a619c0f5f5a3 GIT binary patch literal 560 zcmV-00?+-4P)NFn>rbT zsf#XdHg1lZ7$dbcX&R$R_pW>bH)4YY8UsAAqicEp;~-TKAvkJ!w*R^JoSb|Axp0C1 zACf#t-m?9+sCasEl06Gt)nEf79xILw4!po#udEcm&eP6KFz9zSM}cb^JOs8KtUFjo z?8xybJyUbgYu{hmSgHp}ue~qnC5BQ|4x`cwKXn;Db(yeGdY+;(!UV69UT06L2Mdj* zdXV&^cfhS51Y1!Qw+7wzu6(Z{-)kh@_D&SVE#S#mb!XVWx-ZF}^qSgn((BYf_s-uA zuKB6U$oCpkBH!IeQ*Y!!bAqmgg;I6SDx{fZU1EllGBUH@KYprj$~c!VZW?^}SrnCA zZtW9d_g7rK3B%PRlPVLI?{oR$gQ=-z)6|1OKY9yx8}ThgET?L*Y3}ef|p_!RU6~t2v2YMV9;_W}_7aquP*t(+B ysuCN(+L-=q=)eMM*=&5eNWT>R_M|WH592$Fwz%%U literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/data/unclear_dn.png b/cinelerra-5.1/plugins/theme_cakewalk/data/unclear_dn.png new file mode 100644 index 0000000000000000000000000000000000000000..260d66a4dde6ad226190064f69226dedc60530ca GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9hoOg8^J@4$S(h1=PkSI)HJ%7egWFhfO>he6>a<5_lNb5)>v22WQ%mvv4FO#nC9 BDv$sG literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_cakewalk/data/unclear_hi.png b/cinelerra-5.1/plugins/theme_cakewalk/data/unclear_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a212f2fe937434abfa16b71cd40042220a0c82 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9i-#C`i=&&4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9hoOg8^J@4$S(h1=PkSI)HJ%7egWFhfO>he6>a<5_lNb5)>v22WQ%mvv4FO#nC9 BDv$sG literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/data/unclear.png b/cinelerra-5.1/plugins/theme_hulk/data/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..523098329d1caa0521a6e53793297f1cc06ce013 GIT binary patch literal 521 zcmV+k0`~ohP)#oh<8JI>E@34JgOJW1+2xGK(lP;cehaL>M1< z@^EGF&~D@|_5`m1L)`5sc@>D8fw~j_H4)Vtc8qo7X$Ev*{$V`K-{dL^GYMi(?C3)Lk&_T z{bf=3Tv!))0bA&ghxbC=0=UE4hT+qU*yyFYb^zY_Jr{bHseKqwZ|3=9hvd;b>)dy% za()lo1%5!>t#a-J>`d*$+|zX^zW`SRyC)>~Z%L=M;4|eu?t@+c65bTyvycMn89fID z2v1YBw=U|hU68LXS`B=*AlEDVn_<61gPTgGb^R;pZ&&(K|FC`nf7_b+<%$aa00000 LNkvXXu0mjf_5R(U literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/data/unclear_dn.png b/cinelerra-5.1/plugins/theme_hulk/data/unclear_dn.png new file mode 100644 index 0000000000000000000000000000000000000000..6290fe52d9e2abd2d229f630dcf8dee31d714eb6 GIT binary patch literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UHdb&7< zSoB_|Dxb|hu2I2oG2+$1_<#w@vr#>S0b=am0XIevn# zjCFa#aicvqH`q<92`l$l-{5+0=i!pg4idh{?#$!oFr3k_^2k;j$DoN9OxJRLnH{3i zp*8XKF_AT19HD0qhO|y_$>vp4ELqXy#j)~){_F0mpOfr2EEe6lP4)!;8iVgQ?s8@K z-(79+U$owQf`l?lgXIo;8Hcpps&dn3YgX)wf5>dOcI~SRNAI!%J;31U>gTe~DWM4f D>~wXj literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/data/unclear_hi.png b/cinelerra-5.1/plugins/theme_hulk/data/unclear_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..51f166c7a2ee908d833a9176d26d9f3747b01854 GIT binary patch literal 505 zcmVGj0}8o- z6j}tYz+UhQtgO5M$sGs@34%czn+O(ZLZbUOTX@cyv*-J4c3mVA!5zPL;K$3unDw2H zdU|+-8;J>VU7xe`eic)F_f|jbZ47pTs>d@|bXv^l#tr`c%_QnZ^bKA(JJvNFM&>O8Mz z=ctU1KZ+$;%CGC+{P=lEt<|`<+^Hx&$pEM)8TDG7Q?mb(-W!Nc4jMQHecDTaglDUxSPk%fhy vD}{|L4hRmHC&qBg8*6;o{}dEn*<9xq;%MuP!{nY)00000NkvXXu0mjf9zoVg literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_hulk/data/unclear_up.png b/cinelerra-5.1/plugins/theme_hulk/data/unclear_up.png new file mode 100644 index 0000000000000000000000000000000000000000..bcbdc94d1c43e5808373306e52d0c1d58c1e8756 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9i3c5V7(&&cancel_images = new_button("cancel.png", "filebox_bigbutton_up.png", "filebox_bigbutton_hi.png", diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/unclear.png b/cinelerra-5.1/plugins/theme_neophyte/data/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..c785fd8b50ec43f96f9c21c19a22da543d182593 GIT binary patch literal 544 zcmV+*0^j|KP)tAH`2*;H284`4 z6B;^lbbJC12?!7ZIX#jk%X>dSXNVm918@~|mhO3IZ0TZrmMKA*Zs+anj&|Py7x@2? z=ef)C+-;iAb&qCt1we=7Edbj9An6-`lMup-EX%$(X&W7w*&fL;$$d$ORaNa)RkaJ? zh~(oaipE7zJlxo^nQZ}h4d6C_p8#%p?`+ay0rxW6vre-Bu8d;$TTyVIk!B*@|UC=-uua5Ft{Gav63V?tuGJ28vys0m)H1@ z&8!39IY~-72qAoO&XHuB4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1SNJzX3_ zEPCHw-N?(J$m4u*zJv4pzsHw2K8RMj$jQn7A!X-A*Omt7ygmJfPu|U2Ij{H%S)3&Hr{?7yZ1mo3>?`JRKnOD5*u$Z9H<}1cipU9t_A;WjV SwNDOc8H1;*pUXO@geCy5>P>+F literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/unclear_hi.png b/cinelerra-5.1/plugins/theme_neophyte/data/unclear_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..54eec7a28522dba6e37ab89f0f51e9313c9b2eb6 GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TCJzX3_ zEP9iB-tYZ0zmct>wXw1B;k`DURZ^=&40w}1?63d7BFli8`S6N^8EpUm`~Ph*bZJhy o@*uF;omb9u21CM<&{QslLr)wNRtbnK0UF5Q>FVdQ&MBb@0Lo53%K!iX literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_neophyte/data/unclear_up.png b/cinelerra-5.1/plugins/theme_neophyte/data/unclear_up.png new file mode 100644 index 0000000000000000000000000000000000000000..312a2b261c9a82de2a91e2bae3370cddd2e8eefe GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9hef`fmbcVIr?!tLzND`#49LyCGkCiCxvXcancel_images = new_button( "cancel.png", "filebox_bigbutton_up.png", diff --git a/cinelerra-5.1/plugins/theme_pinklady/data/unclear.png b/cinelerra-5.1/plugins/theme_pinklady/data/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..1c21d1c77893e276b5f225666e3302e9650c5bfc GIT binary patch literal 529 zcmV+s0`C2ZP)DHjK%=xpC+(aO@9YQzv6; zaM8t0;^wG{F&4pu5TgmZYkz@*NiU?rW?O~P75cpnCD01JsiTH>JUQ=kPTuc3aH;=a zwj8jT6f^9JU$8E!|o;Ec4H#zdh+o{loeVIzyiJ T-+Nf?00000NkvXXu0mjfX$9VZ literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/data/unclear_dn.png b/cinelerra-5.1/plugins/theme_pinklady/data/unclear_dn.png new file mode 100644 index 0000000000000000000000000000000000000000..d9eef067970b8c391d89d46f7a434295a7b0be0b GIT binary patch literal 300 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T6db&7< zSoB_C3z|jmKoyF5+G3#N1=L>G6rjmF0IXPUl;#bjV_P55v0$ qj_dp1Ec5Q$&OJle^kCh#N9;jrEADmK-0T55n!(f6&t;ucLK6U;-*1ip literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/data/unclear_hi.png b/cinelerra-5.1/plugins/theme_pinklady/data/unclear_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..0ff5bf47e561b83dbabb505b44ae5c622e88c6f9 GIT binary patch literal 517 zcmV+g0{Z=lP)eUe4$K_??Gi z-oD<_4+neXT@D|U3{y6jUtwNWpXj@d9bC>2Jd6`|KEB800*mAwN#Mmr3yxf1aiU6M z6=VFsqJpU61SPd#JS7%Y1jUI8LyvGKqts4S$(+Fie&k^WsygaeTtHy`z>=9!$9f6l z3C^tfE3q}$yt_B5C}&5ltE~_kpTAODdBMV?rT<3zoi0E3f6#A-2$z@F?S(YHe4{*5 z;on)^ov?d{GOlO56}Q3nnekTmhR1J(cNoQ~ z3Q?MPg;iyeRZIZ3L4X6i!_$Ql?oEA--S3}3J*ft^>+4(qE{fFL6wM6X00000NkvXX Hu0mjfN>}67 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/data/unclear_up.png b/cinelerra-5.1/plugins/theme_pinklady/data/unclear_up.png new file mode 100644 index 0000000000000000000000000000000000000000..a89301fb655da4276d2b6b68f057eda68a6fb342 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9joOfvmy&&KQy;{an^LB{Ts5 DQ@t$! literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_pinklady/pinkladytheme.C b/cinelerra-5.1/plugins/theme_pinklady/pinkladytheme.C index c4a2c9e0..d57d281f 100644 --- a/cinelerra-5.1/plugins/theme_pinklady/pinkladytheme.C +++ b/cinelerra-5.1/plugins/theme_pinklady/pinkladytheme.C @@ -268,6 +268,12 @@ void PINKLADY::initialize() "reset_dn.png", "reset_button"); + new_button("unclear.png", + "unclear_up.png", + "unclear_hi.png", + "unclear_dn.png", + "unclear_button"); + resources->cancel_images = new_button("cancel.png", "filebox_bigbutton_up.png", "filebox_bigbutton_hi.png", diff --git a/cinelerra-5.1/plugins/theme_suv/data/unclear.png b/cinelerra-5.1/plugins/theme_suv/data/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..c785fd8b50ec43f96f9c21c19a22da543d182593 GIT binary patch literal 544 zcmV+*0^j|KP)tAH`2*;H284`4 z6B;^lbbJC12?!7ZIX#jk%X>dSXNVm918@~|mhO3IZ0TZrmMKA*Zs+anj&|Py7x@2? z=ef)C+-;iAb&qCt1we=7Edbj9An6-`lMup-EX%$(X&W7w*&fL;$$d$ORaNa)RkaJ? zh~(oaipE7zJlxo^nQZ}h4d6C_p8#%p?`+ay0rxW6vre-Bu8d;$TTyVIk!B*@|UC=-uua5Ft{Gav63V?tuGJ28vys0m)H1@ z&8!39IY~-72qAoO&XHuB4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1U7JzX3_ zEP9he0s?-VcVIqn=)i#k3l=VP40Znd=a0mU6mdKI;Vst0OAHX*Z=?k literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/data/unclear_hi.png b/cinelerra-5.1/plugins/theme_suv/data/unclear_hi.png new file mode 100644 index 0000000000000000000000000000000000000000..1ad1a999b8dc9ee330866bf51ae0a7c2c7e2b0df GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1TSJY5_^ zEP9jYnC0H8XOm(OV`F1$^PO!Lc=dv`d7gnm;8hnDgRBoL4lZWvm$Csdo-hK{c*wfu aGBD)SbBQ}^1)BiPVeoYIb6Mw<&;$V81v6Oy literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/data/unclear_up.png b/cinelerra-5.1/plugins/theme_suv/data/unclear_up.png new file mode 100644 index 0000000000000000000000000000000000000000..d633ed4ef71ed6fa860d0400fcfdc4377962428c GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4fEX7WqAsj$Z!;#Vf4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9i_eE9I=yaV$A7j9>FUOCf>D-Qyj!3-5i9)`VDOw3%Z`8$E?89ZJ6T-G@yGywpT CnJno5 literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_suv/suv.C b/cinelerra-5.1/plugins/theme_suv/suv.C index e07e9492..a919c2f3 100644 --- a/cinelerra-5.1/plugins/theme_suv/suv.C +++ b/cinelerra-5.1/plugins/theme_suv/suv.C @@ -279,6 +279,12 @@ void SUV::initialize() "reset_dn.png", "reset_button"); + new_button("unclear.png", + "unclear_up.png", + "unclear_hi.png", + "unclear_dn.png", + "unclear_button"); + resources->cancel_images = new_button("cancel.png", "filebox_bigbutton_up.png", "filebox_bigbutton_hi.png", diff --git a/cinelerra-5.1/plugins/theme_unflat/data/unclear.png b/cinelerra-5.1/plugins/theme_unflat/data/unclear.png new file mode 100644 index 0000000000000000000000000000000000000000..aa7c7567fec36ee38edb775868d5b6a2db112516 GIT binary patch literal 556 zcmV+{0@MA8P)XU@*8&vP*IYz*b3rBYBc#+1pmD^?hCM+5~Bu?uy8S;Xcmi^GB;*7rvWwE{x;&y_www@ROvf>U209-ZC>&)zdUhx6CXB5Cb?` zEEf0M?RH*iyoC3@3*ZF+lHAMl{IiHqL^@{n9KbJ2i~J?Sg_!}twl=BBLqj>&fb00004nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1UrJzX3_ zEPCHg+Rb}JL4Y+qJb*#eVj+Xlul~%&Go?57aK8&a7}xMbGr^>)>RQz0%6U7i1=nn~ z=wsGiy5f7^%+?N7!($3Nt-sf{d+gs~?HRNqLWuLhu5|&1AN2af{&y{2-mv^f^OD&2 z+u}bKZ};t1-FS^lboR~qchid1u13u)R?>9IO1lzO$++us+x)6lHxr%Gk}#P}7>z~@1_O$szH<90#bHj1|yYtI4nJ z@ErkR#;MwT(m+AU64!{5;QX|b^2DN4hVt@qz0ADq;^f4FRK5J7^x5xhq=1T4JY5_^ zEP9i_eEs_OyaV$A7j9>FUOCf>D-Qyj!3-5i9tHzdCZPn~Vp*Vi22WQ%mvv4FO#pq0 BD~kXC literal 0 HcmV?d00001 diff --git a/cinelerra-5.1/plugins/theme_unflat/unflattheme.C b/cinelerra-5.1/plugins/theme_unflat/unflattheme.C index 9dac9196..050b3a30 100644 --- a/cinelerra-5.1/plugins/theme_unflat/unflattheme.C +++ b/cinelerra-5.1/plugins/theme_unflat/unflattheme.C @@ -277,6 +277,12 @@ void UNFLATTHEME::initialize() "reset_dn.png", "reset_button"); + new_button("unclear.png", + "unclear_up.png", + "unclear_hi.png", + "unclear_dn.png", + "unclear_button"); + resources->cancel_images = new_button("cancel.png", "filebox_bigbutton_up.png", "filebox_bigbutton_hi.png", -- 2.26.2