Atualizações Hwgui 09/11/2022

Projeto HwGui - Biblioteca visual para Harbour/xHarbour

Moderador: Moderadores

Avatar do usuário
Itamar M. Lins Jr.
Administrador
Administrador
Mensagens: 7928
Registrado em: 30 Mai 2007 11:31
Localização: Ilheus Bahia
Curtiu: 1 vez

Atualizações Hwgui 09/11/2022

Mensagem por Itamar M. Lins Jr. »

Olá!

Destaque QRCode e Hbpad - notepad like, plain text editor added

Código: Selecionar todos

2022-11-09 13:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
  + utils/hbpad/
  + utils/hbpad/bld.bat
  + utils/hbpad/bldgw.bat
  + utils/hbpad/hbpad.hbp
  + utils/hbpad/hbpad.prg
    + Hbpad - notepad like, plain text editor added
  * utils/Readme.txt

2022-11-09 09:54 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/common/editor/hcedit.prg
    ! Minor change
  * utils/editor/hcediext.prg
  * utils/editor/editor.prg
    * Some changes, related to different codepages support, fixes.

2022-11-08 10:20 UTC+0100 Wilfried Brunken DF7BE
  * doc/hwgdoc_functions.html
  * include/hwg_stdbool.h (New)
  * source/winapi/draw.c
   ! Urgent fix Watcom C in bitmap creation:
   ! Crashes, because bipmap size may not exceed 64 k.
   ! Header file for compiler without C99 stdbool.h
   ! like Borland C.


2022-11-08 18:32 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/Makefile.linux
    * cfuncs.c added

2022-11-08 11:36 UTC+0300 Alexander Kresin <alex@belacy.ru>
  + source/common/procmisc/cfuncs.c
    + Functions added: edi_utf8_Upper( cText ), edi_utf8_Lower( cText ) for
      upper/lower utf8 string conversions
  * makefile.bc
  * makefile.gcc
  * makefile.pc
  * Makefile.scr
  * makefile.vc
  * makefile.wc
    * build files updated for source/common/procmisc/cfuncs.c

2022-11-06 10:20 UTC+0100 Wilfried Brunken DF7BE
  * source/gtk/draw.c
  * source/winapi/draw.c
   ! Urgent fix Watcom C compile error:
   ! Nonsense: return hb_retnl(BMPFILEIMG_MAXSZ); => hb_retnl(BMPFILEIMG_MAXSZ);   
  

2022-11-03 14:10 UTC+0100 Wilfried Brunken DF7BE
  * doc/hwgdoc_functions.html
  * samples/qrencode.prg
  * source/gtk/draw.c
  * source/winapi/draw.c
   ! Project QR encoding: 
   ! To be continued:
   ! Zoom function coded in C,
   ! only experimental state.
   ! Checked also with BCC 5.8.
   ! Need to add scripts for other compilers:
   ! Watcom C, Digital Mars, ...
   ! Need to add to winprn.prg.
   

2022-11-03 09:58 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/winapi/draw.c
    ! Small fix in hwg_BMPNewImageC(). The code caused an error while compiling with bcc55 
      (didn't check it with other compilers)
  * source/winapi/guimain.prg
    * hwg_KeyToUtf8() added for compatibility with GTK version
  * source/common/editor/hcedit.prg
    ! hced_Chr() fixed for Windows unicode mode.

2022-10-31 19:15 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/editor/editor.prg
    ! Fixes

2022-10-29 18:55 UTC+0200 Wilfried Brunken DF7BE
  * contrib/qrencode/qrencode.c
   ! Project QR encoding: 
   ! Finished for GTK.
   ! To be continued:
   ! Color is blue instead for black on GTK,
   ! zoom funcion need to be coded in C.
     


2022-10-29 12:35 UTC+0200 Wilfried Brunken DF7BE
  * contrib/qrencode/Readme.txt
  * contrib/qrencode/qrencode.c (New)
  * contrib/qrencode/qrencode.hbp (New)
  * doc/hwgdoc_functions.html
  * samples/Readme.txt
  * samples/qrencode.hbp (New)
  * samples/qrencode.prg (New)
  * source/gtk/drawwidg.prg
  * source/gtk/hmisc.prg
  * source/winapi/drawwidg.prg
  * source/winapi/hmisc.prg
   ! Project QR encoding: 
   ! Finished for WinAPI, to be
   ! continued with GTK and
   ! other Windows compiler.  



2022-10-22 11:30 UTC+0200 Wilfried Brunken DF7BE
  * MoreCopyright.txt (new)
  * clean.bat
  * clean.sh
  * contrib/qrencode/Makefile.mingw (new)
  * contrib/qrencode/Readme.txt (new)
  * contrib/qrencode/include/empty.txt (new)
   ! Project QR encoding started.
   ! Clean only HWGUI basic libraries, also
   ! *.lib from BCC.   
  

2022-10-21 21:00 UTC+0200 Wilfried Brunken DF7BE
  * doc/hwgdoc_functions.html
  * samples/Readme.txt
  * samples/testbmpcr.hbp (moved from test)
  * samples/testbmpcr.prg (moved from test)
  * source/gtk/draw.c
  * source/gtk/drawwidg.prg
  * source/gtk/hmisc.prg
  * source/gtk/misc.c
  * source/winapi/draw.c
  * source/winapi/drawwidg.prg
  * source/winapi/hmisc.prg
  * source/winapi/misc.c
   ! Raw bitmap support (monochrome) finished.
   ! Continue with QR encoding.

2022-10-12 18:35 UTC+0200 Wilfried Brunken DF7BE
  * doc/hwgdoc.html
  * doc/hwgdoc_commands.html
  * doc/hwgdoc_functions.html
  * source/gtk/hmisc.prg
  * source/gtk/misc.c
  * source/winapi/hmisc.prg
  * source/winapi/misc.c
  * test/testbmpcr.prg
   ! Support ticket 55 afterglow:
   ! Different behavior of Combobox
   ! described.
   ! New common functions for QR encoding added
   ! (To be continued) 



2022-10-10 18:30 UTC+0200 Wilfried Brunken DF7BE
  * doc/MSysInst.txt (New)
   ! Support ticket 55:
   ! Installation instructions for Msys2 added.
   


2022-10-09 21:00 UTC+0200 Wilfried Brunken DF7BE
  * doc/hwgdoc.html
  * doc/image/Msyscrash.png (New)
  * samples/bincnts.rc
  * samples/dev/env/pfad_msys.bat (New)
  * source/winapi/dialog.c
   ! Support ticket 55:
   ! See post to ticket.
  

2022-10-06 12:25 UTC+0200 Wilfried Brunken DF7BE
  * clean.sh
  * doc/hwgdoc_functions.html
  * source/gtk/Makefile.linux
  * source/gtk/drawwidg.prg
  * source/winapi/draw.c
  * source/winapi/drawwidg.prg
  * test/testbmpcr.prg
   ! Ticket 114:
   ! See post to ticket.


2022-10-04 21:40 UTC+0200 Wilfried Brunken DF7BE
  * source/gtk/draw.c
  * source/winapi/draw.c
  * test/testbmpcr.prg
   ! Ticket 114: Warnings in "for" loop
   ! in draw.c with GCC 12  
  

2022-10-04 11:20 UTC+0200 Wilfried Brunken DF7BE
  * clean.bat
  * doc/hwgdoc_functions.html
  * source/gtk/draw.c
  * source/gtk/hmisc.prg
  * source/winapi/draw.c
  * source/winapi/hmisc.prg
  * test/testbmpcr.prg
   ! Raw bitmap support, part 3
   ! (To be continued) 
   

2022-10-02 18:30 UTC+0200 Wilfried Brunken DF7BE
  * clean.sh
  * source/gtk/draw.c
  * source/winapi/draw.c
   ! Raw bitmap support, part 2
   ! Ready for LINUX/GTK.
   ! (To be continued)  


2022-10-02 18:30 UTC+0200 Wilfried Brunken DF7BE
  * clean.sh
  * doc/hwgdoc_functions.html
  * source/gtk/drawwidg.prg
  * source/gtk/hmisc.prg
  * source/winapi/draw.c
  * source/winapi/hmisc.prg
  * test/testbmpcr.hbp (New)
  * test/testbmpcr.prg (New)
  * test/ticket112.hbp
  * utils/devtools/Readme.txt
  * utils/devtools/bcc_comp.bat (New)
    ! Raw bitmap support, part 1 (creation for QR encoding)
    ! (To be continued)  

2022-09-26 12:35 UTC+0200 Wilfried Brunken DF7BE
  * doc/hwgdoc_commands.html
    ! Ticket #109 closed:
    ! Additional information GET CHECKBOX
  

2022-09-22 12:50 UTC+0200 Wilfried Brunken DF7BE
  * clean.sh
  * doc/hwgdoc_functions.html
  * source/gtk/drawwidg.prg
  * source/winapi/drawwidg.prg
  * test/ticket112.hbp
  * test/ticket112.prg
    ! Added instructions for ticket 112
    ! Raw bitmap support (to be continued) 

2022-09-20 14:45 UTC+0200 Wilfried Brunken DF7BE
  * source/gtk/hmisc.prg
  * source/winapi/hmisc.prg
  * test/testfilehex.hbp (New)
  * test/testfilehex.prg (New)
  * utils/bincnt/file2hex.prg
    ! New mode 5 (hexdump for C mode array 0x..)
    ! in function hwg_HEX_DUMP().
    ! Test program for all modes added.   

Saudações,
Itamar M. Lins Jr.
Saudações,
Itamar M. Lins Jr.
Avatar do usuário
JoséQuintas
Administrador
Administrador
Mensagens: 20267
Registrado em: 26 Fev 2007 11:59
Localização: São Paulo-SP

Atualizações Hwgui 09/11/2022

Mensagem por JoséQuintas »

Eu só não entendi porque criaram lib pra qrcode, sendo que no Harbour já tem.
José M. C. Quintas
Harbour 3.2, mingw, gtwvg mt, fivewin 25.04, multithread, dbfcdx, MySQL, ADOClass, PDFClass, SefazClass, (hwgui mt), (hmg3), (hmg extended), (oohg), PNotepad, ASP, stored procedure, stored function, Linux (Flagship/harbour 3.2)
"The world is full of kings and queens, who blind our eyes and steal our dreams Its Heaven and Hell"

https://github.com/JoseQuintas/
Avatar do usuário
Itamar M. Lins Jr.
Administrador
Administrador
Mensagens: 7928
Registrado em: 30 Mai 2007 11:31
Localização: Ilheus Bahia
Curtiu: 1 vez

Atualizações Hwgui 09/11/2022

Mensagem por Itamar M. Lins Jr. »

Olá!
Bem que ele poderia usar a hbzebra. Mas ele desconhece a pasta contrib do Harbour.

Saudações,
Itamar M. Lins Jr.
Saudações,
Itamar M. Lins Jr.
Responder