[Iup-users] IUP assorted issues (part II)

2020-07-07 Thread Ranier Vilela
Hi Scuri, More issues with latest trunk. 1. src/iup_elempropdlg.c & operator is dangerous, need paranteses to clarify expression. 2. iup_flatscrollbar.c !show_transparent test is always true, can be secure removed. 3. src/iup_gauge.c Not sure, IupDrawEnd(ih); is missing call? 4. src/iup_image.

Re: [Iup-users] IUP assorted issues (part II)

2020-07-07 Thread Ranier Vilela
7. src\win\iupwin_fontdlg.c (195) height_pixels = logfont.lfHeight; <- reassigned value? 8. src\win\iupwin_key.c (105) map[VK_OEM_PLUS].iupcode = LOWORD(MapVirtualKeyA(VK_OEM_PLUS, MAPVK_VK_TO_CHAR)); map[VK_OEM_COMMA].iupcode = LOWORD(MapVirtualKeyA(VK_OEM_COMMA, MAPVK_VK_TO_CHAR)); map[V

Re: [Iup-users] IUP assorted issues (part II)

2020-07-07 Thread Antonio Scuri
*1. src/iup_elempropdlg.c& operator is dangerous, need parentheses to clarify expression.* OK *2. iup_flatscrollbar.c!show_transparent test is always true, can be secure removed.* OK *3. src/iup_gauge.cNot sure, IupDrawEnd(ih); is missing call?* Yes, it was missing. Thanks. *4. src/i

Re: [Iup-users] IUP assorted issues (part II)

2020-07-07 Thread Ranier Vilela
De: Antonio Scuri Enviado: terça-feira, 7 de julho de 2020 18:05 Para: IUP discussion list. Assunto: Re: [Iup-users] IUP assorted issues (part II) > All changes committed to the SVN. Thank you. regards, Ranier Vilela ___ Iup-users mailing list Iup-use

[Iup-users] GNU/Linux Kernex 4.x (4.15) WebKit is fixed, thanks (iup-r5861)

2020-07-07 Thread sur-behoffski
G'day, As per the subject line: IUP commit r5861 changes the WebKit usage for Kernels 4.x from webkit2gtk-3 to webkit2gtk-4.0, and that this fixes the compilation error (#include ) that I reported earlier. Incidentally, the Assistant was already installing webkit2gtk-3 (-dev), so I knew that the