[Cin] [PATCH] Titler reset + english formatting tags + question.

2021-01-23 Thread Andrew Randrianasulu via Cin
I see in titler.C default color mapped to BLACK: TitleConfig::TitleConfig() { strcpy(font, "fixed"); strcpy(encoding, DEFAULT_ENCODING); style = FONT_ALIAS; size = 48; color = BLACK; alpha = 0xff; outline_size = 0.; outline_color =

[Cin] [PATCH] Titler patch - adds reset button and de-localizes formatting tag names

2021-01-23 Thread Andrew Randrianasulu via Cin
In my crashy patch I forgot to add this call: reset_button->create_objects(); Now, it seems to NOT crash :} will try to make one-thing-per-patch patch soon. diff --git a/cinelerra-5.1/plugins/titler/titlerwindow.C b/cinelerra-5.1/plugins/titler/titlerwindow.C index f8705dfd..fcf9784f 100644

Re: [Cin] *Broken* patch - reset some parameters in Titler (crashes Cin!)

2021-01-23 Thread Andrew Randrianasulu via Cin
В сообщении от Saturday 23 January 2021 23:06:43 Rafa Mar Multimedia en Gnu\Linux via Cin написал(а): > Please don't worry Phyllis, everyone does what their time allows. And I > think it's very good that you are cautious about including code in Git. > > Andrew, I can think of a simple solution,

Re: [Cin] *Broken* patch - reset some parameters in Titler (crashes Cin!)

2021-01-23 Thread Rafa Mar Multimedia en Gnu\Linux via Cin
Please don't worry Phyllis, everyone does what their time allows. And I think it's very good that you are cautious about including code in Git. Andrew, I can think of a simple solution, but I don't know if this is possible, I don't know if it is possible to change information about the

Re: [Cin] *Broken* patch - reset some parameters in Titler (crashes Cin!)

2021-01-23 Thread Phyllis Smith via Cin
Always fun to Hack! I am so far behind in keeping up with you and RafaMar and Andrea working on the manual so I have not had a chance to test any of your latest modifications. And as the "official moderator" I want to be very careful about checking anything into GIT without lots of verification.

[Cin] *Broken* patch - reset some parameters in Titler (crashes Cin!)

2021-01-23 Thread Andrew Randrianasulu via Cin
So, I tried to implement resetting of most numerical parameters in Titler gui. Yet, my attempt crashes at Titler window close/Cin exit :( So, DEFINITELY not for merging, but only as my current state of hacking diff --git a/cinelerra-5.1/plugins/titler/titlerwindow.C

Re: [Cin] Problem in Latex Manual (Andrey)

2021-01-23 Thread Andrea paz via Cin
I forgot to attach Plugins.tex where I had made some changes. Plugins.tar.gz Description: application/gzip -- Cin mailing list Cin@lists.cinelerra-gg.org https://lists.cinelerra-gg.org/mailman/listinfo/cin

[Cin] Problem in Latex Manual (Andrey)

2021-01-23 Thread Andrea paz via Cin
Hi, Andrey. In the TOC of the Latex manual the spacing between number and subsection name was set to 3.6em and everything worked fine. See image 4.2em.png Now, all of a sudden, it has become too small and the 6-digit numbers overlap the beginning of the name. See image 3.6em.png I solved it by