Página 1 de 1

Hwgui de 11/06/2015 até 21/05/2015

Enviado: 11 Jun 2015 09:22
por Itamar M. Lins Jr.
Boas correções e coisas novas. Algumas importantes, mais ainda para quem está usando no LINUX.

Código: Selecionar todos

2015-06-11 11:55 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/designer/resource/repwidg.xml
    * New properties added to a 'label' item ( InRect, penWidth, penStyle )
  * source/gtk/hfrmtmpl.prg
  * source/winapi/hfrmtmpl.prg
    * Added support for 'InRect' property - it allows to print every character
      of a string in a rectangle, as it is demanded in some official print forms.
  * source/gtk/drawwidg.prg
  * source/winapi/drawwidg.prg
  * source/winapi/hprinter.prg
    ! Few fixes for a Pen.

2015-06-11 09:36 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/designer/inspect.prg
    * Problem solved with editing strings in an inspector

2015-06-10 16:46 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/editor/editor.prg
  * utils/editor/hcediext.prg
    * Some improvements in setting attributes for images and tables

2015-06-10 14:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/common/editor/hcedit.prg
  * utils/editor/editor.prg
  * utils/editor/hcediext.prg
    ! Yet another fixes
  * source/winapi/draw.c
    ! Warning fixed.

2015-06-09 21:35 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/common/editor/hcedit.prg
  * utils/editor/editor.prg
  * utils/editor/hcediext.prg
    ! Yet another fixes

2015-06-09 14:55 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/common/editor/hcedit.prg
  * utils/editor/editor.prg
  * utils/editor/hcediext.prg
    ! Few fixes

2015-06-09 10:43 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/hupdown.prg
    ! get variable of updown control wasn't updated - fixed.
  * utils/debugger/hwgdebug.prg
    ! :Settext(), :Gettext() calls replaced to :value for an edit control oEditExpr

2015-06-09 09:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/editor/hcediext.prg
    ! Some fixes, related to tables

2015-06-08 14:30 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/editor/editor.prg
    * Few fixes and improvements
  * utils/dbc/dbchw.prg
    ! Scaling fixed fot gtk version

2015-06-07 21:30 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/common/editor/hcedit.prg
    * :bChangePos handling improved
  * utils/editor/editor.prg

2015-06-06 18:20 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/drawwidg.prg
    * Added temporary solution to open images from strings.

2015-06-06 16:55 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/common/editor/hcedit.prg
    ! Small fix

2015-06-06 15:50 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/editor/editor.prg
  * source/common/editor/hcedit_l.c
    ! Few bugs fixed

2015-06-05 15:18 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/hedit.prg
  * source/winapi/hedit.prg
    ! Yet another fix

2015-06-05 15:00 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/hedit.prg
  * source/winapi/hedit.prg
    ! Small fix
  * source/gtk/hwindow.prg
    * :Center() method added to HMainWindow
  * source/gtk/window.c
    * hwg_CenterWindow() function added
  * utils/tutorial/tutor_eng.xml
    ! Small fixes

2015-06-01 15:10 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/common/editor/hcedit.prg
    * hced_Right(), hced_Rat() functions added
  * utils/editor/hcediext.prg
    * Fifth parameter, cHRef, added to :StyleSpan() method for creating url's

2015-06-01 10:55 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/common/editor/hcedit.prg
    ! Bug fixed, which appered while deleting few lines.

2015-05-29 15:25 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/editor/editor.prg
    * Added a toolbar with gradient background and ownerbuttons with styles

2015-05-29 12:00 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/winapi/misc.c
    ! Bug fixed in hwg_copystringtoclipboard() for UNICODE mode.

2015-05-27 16:55 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * include/guilib.ch
    * Added CHECK clause to OWNERBUTTON command
  * source/gtk/hownbtn.prg
    * Added support of CHECK clause as in winapi version
  * source/winapi/hownbtn.prg
    * Cleanup

2015-05-27 16:18 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/common/editor/hcedit.prg
    * Ctrl+Left, Ctrl+Right implemented in HCEDIT class

2015-05-27 14:50 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/common/editor/hcedit.prg
  * source/common/editor/hcedit_l.c
    * Border is drawn now for HCEDIT in gtk version

2015-05-26 12:40 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/drawwidg.prg
  * source/gtk/hownbtn.prg
  * source/winapi/drawwidg.prg
  * source/winapi/hownbtn.prg
    * Border drawing added for styled ownerbuttons

2015-05-26 10:30 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/drawwidg.prg
    * New class HStyle added
  * source/gtk/hownbtn.prg
    * :aStyles variable added to HOwnButton
  * source/gtk/draw.c
  * source/winapi/draw.c
    * If one color is passed, the function hwg_drawGradient() simply
      fills the area with this color.

2015-05-25 21:12 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/winapi/drawwidg.prg
    * New class HStyle added
  * source/winapi/hownbtn.prg
    * :aStyles variable added to HOwnButton

2015-05-25 16:10 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/draw.c
    ! Bug fixed.
  * source/gtk/hedit.prg
  * source/winapi/hedit.prg
    * Parsepict() is a method now.
  * utils/tutorial/tutor_eng.xml

2015-05-25 11:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * makefile.bc
    * animat.c and hanimat.prg added to the script
  * source/winapi/guimain.prg
    * hwg_WriteStatus() now set default value of a part number to 1

2015-05-24 10:28 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/draw.c
    * hwg_drawGradient() now can draw rounded corners,
      the code is provided by Eduard Gilman.
  * source/winapi/draw.c
    ! Warnings fixed.
  * source/common/editor/hcedit.prg
  * source/common/editor/hilight.prg
    * Some changes for proper highliting of utf8 strings

2015-05-22 11:23 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/hcombo.prg
  * source/winapi/hcombo.prg
    * Get variable initialization added.

2015-05-22 10:55 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/draw.c
  * source/winapi/draw.c
    * Small corrections in hwg_drawGradient()
  * utils/tutorial/tutor_eng.xml
    * New test module added ( drawing gradients )

2015-05-22 09:55 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * source/gtk/draw.c
    * hwg_draw_Gradient() renamed to hwg_drawGradient(), because there
      is already hwg_draw_Gradient() in winapi/nice.c
  * source/winapi/draw.c
    * hwg_drawGradient() added
      The code is provided by Eduard Gilman.
  * include/hwgextern.ch  
    * hwg_drawGradient() added to the list

2015-05-21 10:52 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/editor/hcediext.prg
    ! Warnings fixed.

2015-05-21 10:30 UTC+0300 Alexander Kresin <alex@belacy.ru>
  * utils/editor/hcediext.prg
    * Added "compact" mode ( forth parameter in :SetText() and :Save() ) -
      without headers and \r\n symbols.
  * source/gtk/hsplit.prg
  * source/winapi/hsplit.prg
    * Added :lRepaint variable ( default value is .F. ). If .T., it repaints
      all controls imedeately while moving the splitter.
Saudações,
Itamar M. Lins Jr.