Files
harbour-core/harbour/contrib/gtwvg
Viktor Szakats 7bbd7b0092 2010-01-19 21:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/gtwvg/wvgdarea.prg
     ! Deleted method declaration without definition.
       This caused unresolved external when trying to build demos.

   * contrib/gtwvg/wvgscrlb.prg
   * contrib/gtwvg/gtwvg.h
   * contrib/gtwvg/wvgmle.prg
   * contrib/gtwvg/wvglistb.prg
   * contrib/gtwvg/wvggui.c
   * contrib/gtwvg/wvgtoolb.prg
   * contrib/gtwvg/wvgpushb.prg
   * contrib/gtwvg/wvggui.h
   * contrib/gtwvg/wvgsle.prg
   * contrib/gtwvg/wvgtreev.prg
   * contrib/gtwvg/wvgwnd.prg
   * contrib/gtwvg/wvgdatar.prg
   * contrib/gtwvg/wvgradio.prg
   * contrib/gtwvg/wvgbitmp.prg
   * contrib/gtwvg/wvgcheck.prg
   * contrib/gtwvg/wvgstatb.prg
   * contrib/gtwvg/wvgstatc.prg
   * contrib/gtwvg/wvgtabpg.prg
   * contrib/gtwvg/wvgsink.c
   * contrib/gtwvg/wvg3stat.prg
   * contrib/gtwvg/wvgwing.c
     - C level local debugging solutions deleted.
     * .prg level debugging calls changed to HB_TRACELOG() 
       from xhb lib specific former solution.

   * contrib/hbwin/win_prn1.c
     + Added WIN_BITMAPDIMENSIONS( <bmp>, @x, @y ) -> logical
       Based on logic found in WIN_DRAWBITMAP().
     ; TOFIX: Both of these functions may GPF is passed wrong 
              data. I don't know how to fix it, so if you do, 
              please help.

   * contrib/hbwin/win_prn2.c
     * Formatting.
2010-01-19 20:57:21 +00:00
..