Re: Check return of function

2020-08-21 Thread Kleber Tarcísio
Thanks for the feedback. Kleber Em sexta-feira, 21 de agosto de 2020 01:22:36 BRT, Werner LEMBERG escreveu: >> Today the code is like this: >> >>    error = FT_New_Size( t42face->ttf_face, &ttsize ); >>    t42size->ttsize = ttsize; >>    FT_Activate_Size( ttsize ); >> >>  My initial su

Re: Gitlab Migration Progress

2020-08-21 Thread Anurag Thakur
I also tried setting up a CI see: https://gitlab.com/freetype2/issue-migration/-/pipelines/180485836 On Thu, 20 Aug, 2020, 11:48 pm Anurag Thakur, wrote: > Hey guys! So, I have almost completed the script for migration. Here is a > Google drive link to see it in action(it's a video): > https://d

Re: Gitlab Migration Progress

2020-08-21 Thread Anurag Thakur
The build actually succeeded in this one: https://gitlab.com/freetype2/issue-migration/-/pipelines/180494732 On Fri, 21 Aug, 2020, 3:26 pm Anurag Thakur, wrote: > I also tried setting up a CI see: > https://gitlab.com/freetype2/issue-migration/-/pipelines/180485836 > > On Thu, 20 Aug, 2020, 11:4

Re: Gitlab Migration Progress

2020-08-21 Thread Werner LEMBERG
> The build actually succeeded in this one: > https://gitlab.com/freetype2/issue-migration/-/pipelines/180494732 Great, thanks! >>> Please go to gitlab.com/freetype2/issue-migration/issues/40 and tell me >>> if any further changes are required in the issue format. This looks fine. Alexei? To

RE: Migrate to github

2020-08-21 Thread armin
Hi Anurag + Werner, > Alas, I got a negative reply – 'freetype' seems to be taken by a private > repository. > > https://forum.gitlab.com/t/getting-freetype-group/41604/2 > > so a group called 'freetype2' is what we have to take. Sorry for my late reply there + for the troubles that this may ha

emulating function keys in demo programs

2020-08-21 Thread Werner LEMBERG
Alexei, how do I specify keys like 'F5' with the `-k` command line option to the various FreeType demo programs? Werner

Re: Migrate to github

2020-08-21 Thread Albert Astals Cid
El dimarts, 18 d’agost de 2020, a les 8:41:09 CEST, Werner LEMBERG va escriure: > > Hello Anurag, > > > thanks for your thoughts. > > > *#1: Migrate development over to github:* > > Host the git repo on GitHub, use the GitHub issues and PR tracker > > instead of GNU Savannah and e-mail > > No.

Re: emulating function keys in demo programs

2020-08-21 Thread Alexei Podtelezhnikov
Hi Werner, > how do I specify keys like 'F5' with the `-k` command line option to > the various FreeType demo programs? I don't think it is possible because grKeyF5 is 0x105, which would be wchar_t. It is either that or rethink and harmonize control keys more carefully. Alexei -- Alexei A.

Re: emulating function keys in demo programs

2020-08-21 Thread Werner LEMBERG
>> how do I specify keys like 'F5' with the `-k` command line option to >> the various FreeType demo programs? > > I don't think it is possible because grKeyF5 is 0x105, which would > be wchar_t. It is either that or rethink and harmonize control keys > more carefully. Could you invent somethi

Re: Migrate to github

2020-08-21 Thread Werner LEMBERG
>> No. We won't migrate to github. If at all, gitlab would be a >> possible choice. > > Just out of curiosity, feel free to not answer. > > Any specific reason for github.com being "banned" but gitlab.com > being possible? > > Both run on non Free Software. Well, gitlab's software is availa

Re: Migrate to github

2020-08-21 Thread Werner LEMBERG
>> Alas, I got a negative reply – 'freetype' seems to be taken by a private >> repository. >> >> https://forum.gitlab.com/t/getting-freetype-group/41604/2 > > Sorry for my late reply there + for the troubles that this may have > caused but also good news: I reserved gitlab.com/freetype back whe

Re: Migrate to github

2020-08-21 Thread Alan Coopersmith
On 8/21/20 9:04 AM, Albert Astals Cid wrote: El dimarts, 18 d’agost de 2020, a les 8:41:09 CEST, Werner LEMBERG va escriure: Hello Anurag, thanks for your thoughts. *#1: Migrate development over to github:* Host the git repo on GitHub, use the GitHub issues and PR tracker instead of GNU Sav

Re: emulating function keys in demo programs

2020-08-21 Thread Alexei Podtelezhnikov
> >> how do I specify keys like 'F5' with the `-k` command line option to > >> the various FreeType demo programs? > > > > I don't think it is possible because grKeyF5 is 0x105, which would > > be wchar_t. It is either that or rethink and harmonize control keys > > more carefully. > > Could you in

Re: emulating function keys in demo programs

2020-08-21 Thread Werner LEMBERG
>> > I don't think it is possible because grKeyF5 is 0x105, which >> > would be wchar_t. It is either that or rethink and harmonize >> > control keys more carefully. >> >> Could you invent something? Being able to insert functions keys >> would be quite useful... > > We can map them onto printab

Re: emulating function keys in demo programs

2020-08-21 Thread Alexei Podtelezhnikov
On Fri, Aug 21, 2020 at 2:11 PM Werner LEMBERG wrote: > > >> > I don't think it is possible because grKeyF5 is 0x105, which > >> > would be wchar_t. It is either that or rethink and harmonize > >> > control keys more carefully. > >> > >> Could you invent something? Being able to insert functions

Re: emulating function keys in demo programs

2020-08-21 Thread Werner LEMBERG
>> This would be quite ugly... >> >> What about using, say, `|` as a delimiter to enter strings? >> >> ab|F5|cde >> >> If necessary, character `|` could be entered as `||`. > > We need something that is not a pipe command. Bash would except > > ab$'\xF2'cde > > This looks ok to me and does not

Re: Gitlab Migration Progress

2020-08-21 Thread Nikolaus Waxweiler
Nice to see an effort on moving FreeType to a more modern UI :) Even if I wish GitLab would be (much) faster. I'm wondering when the issue migration is complete? Or am I missing something? Also! Wasn't there a CI GSoC effort here somewhere.

Re: Gitlab Migration Progress

2020-08-21 Thread Werner LEMBERG
> Nice to see an effort on moving FreeType to a more modern UI :) Even > if I wish GitLab would be (much) faster. Really? Obviously you have a more than excellent internet connection to notice such things... > I'm wondering when the issue migration is complete? Or am I missing > something? Ri