| 
     
      
      
      From: <alk...@us...> - 2012-12-26 09:52:20
       
   | 
Revision: 1972
          http://sourceforge.net/p/hwgui/code/1972
Author:   alkresin
Date:     2012-12-26 09:52:18 +0000 (Wed, 26 Dec 2012)
Log Message:
-----------
2012-12-26 13:50 UTC+0300 Alexander Kresin <al...@be...>
  * source/hcontrol.prg
  * source/hctrlex.prg
    * New clas HGroupEx created, which inherits from HGroup.
      HGroup is changed to be more simple and fast
  * include/guilib.ch
    * GROUPBOXEX command added for HGroupEx class
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/include/guilib.ch
    trunk/hwgui/source/hcontrol.prg
    trunk/hwgui/source/hctrlex.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2012-12-26 10:33:23
       
   | 
Revision: 1973
          http://sourceforge.net/p/hwgui/code/1973
Author:   alkresin
Date:     2012-12-26 10:33:22 +0000 (Wed, 26 Dec 2012)
Log Message:
-----------
2012-12-26 14:35 UTC+0300 Alexander Kresin <al...@be...>
  ! source/hctrlex.prg
    ! small fix
  * source/guimain.prg
  * source/hedit.prg
    * two functions was moved back to hedit.prg temporarily.
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/source/guimain.prg
    trunk/hwgui/source/hctrlex.prg
    trunk/hwgui/source/hedit.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2012-12-26 13:08:20
       
   | 
Revision: 1974
          http://sourceforge.net/p/hwgui/code/1974
Author:   alkresin
Date:     2012-12-26 13:08:18 +0000 (Wed, 26 Dec 2012)
Log Message:
-----------
2012-12-26 17:10 UTC+0300 Alexander Kresin <al...@be...>
  * source/guimain.prg
    * Function ParentGetDialog renamed to hwg_getParentForm
      Added function hwg_SetFontStyle( oWnd,lBold,lItalic,lUnderline )
  * source/hcwindow.prg
    * removed method getParentForm(), we will use function hwg_getParentForm() instead
  * source/hcontrol.prg
    * removed methods Fontbold(), Fonditalic(), FontUnderline, we will use
      hwg_SetFontStyle( oWnd,lBold,lItalic,lUnderline ) instead.
  * source/hbrowse.prg
  * source/hcheck.prg
  * source/hcombo.prg
  * source/hctrlex.prg
  * source/hdatepic.prg
  * source/hedit.prg
  * source/hgridex.prg
  * source/hlistbox.prg
  * source/hpanel.prg
  * source/hradio.prg
  * source/hriched.prg
  * source/htab.prg
  * source/htool.prg
  * source/hupdown.prg
    * Calls of ParentGetDialog() and :getParentForm() replaced by hwg_getParentForm()
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/source/guimain.prg
    trunk/hwgui/source/hbrowse.prg
    trunk/hwgui/source/hcheck.prg
    trunk/hwgui/source/hcombo.prg
    trunk/hwgui/source/hcontrol.prg
    trunk/hwgui/source/hctrlex.prg
    trunk/hwgui/source/hcwindow.prg
    trunk/hwgui/source/hdatepic.prg
    trunk/hwgui/source/hedit.prg
    trunk/hwgui/source/hgridex.prg
    trunk/hwgui/source/hlistbox.prg
    trunk/hwgui/source/hpanel.prg
    trunk/hwgui/source/hradio.prg
    trunk/hwgui/source/hriched.prg
    trunk/hwgui/source/htab.prg
    trunk/hwgui/source/htool.prg
    trunk/hwgui/source/hupdown.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2012-12-26 14:38:43
       
   | 
Revision: 1975
          http://sourceforge.net/p/hwgui/code/1975
Author:   alkresin
Date:     2012-12-26 14:38:41 +0000 (Wed, 26 Dec 2012)
Log Message:
-----------
2012-12-26 18:40 UTC+0300 Alexander Kresin <al...@be...>
  * Various makefiles was changed ( repexec.prg has been excluded )
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/Makefile.scr
    trunk/hwgui/hwgui.hbm
    trunk/hwgui/hwgui.hbp
    trunk/hwgui/makedll.bc
    trunk/hwgui/makefile.bc
    trunk/hwgui/makefile.gcc
    trunk/hwgui/makefile.pc
    trunk/hwgui/makefile.vc
    trunk/hwgui/makefile.wc
    trunk/hwgui/makefilepointer.bc
 | 
| 
     
      
      
      From: <alk...@us...> - 2012-12-26 15:07:50
       
   | 
Revision: 1976
          http://sourceforge.net/p/hwgui/code/1976
Author:   alkresin
Date:     2012-12-26 15:07:48 +0000 (Wed, 26 Dec 2012)
Log Message:
-----------
2012-12-26 19:10 UTC+0300 Alexander Kresin <al...@be...>
  ! source/hcontrol.prg
  ! source/hctrlex.prg
    ! Small fixes
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/source/hcontrol.prg
    trunk/hwgui/source/hctrlex.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2012-12-26 15:47:16
       
   | 
Revision: 1977
          http://sourceforge.net/p/hwgui/code/1977
Author:   alkresin
Date:     2012-12-26 15:47:15 +0000 (Wed, 26 Dec 2012)
Log Message:
-----------
2012-12-26 19:50 UTC+0300 Alexander Kresin <al...@be...>
  * source/hcwindow.prg
    * RefreshCtrl() and SetFocusCtrl() methods has been deleted as redundant.
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/source/hcwindow.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2012-12-27 07:49:55
       
   | 
Revision: 1978
          http://sourceforge.net/p/hwgui/code/1978
Author:   alkresin
Date:     2012-12-27 07:49:52 +0000 (Thu, 27 Dec 2012)
Log Message:
-----------
2012-12-27 11:50 UTC+0300 Alexander Kresin <al...@be...>
  * source/hcwindow.prg
  * source/guimain.prg
    * Small formatting
  - makefilepointer.bc
    - file removed, because it isn't needed
  * make_b32pointer.bat
    * added set CFLAGS=-DHWG_USE_POINTER_ITEM statement,
      now it calls makefile.bc instead redundant makefilepointer.bc
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/make_b32.bat
    trunk/hwgui/make_b32pointer.bat
    trunk/hwgui/source/guimain.prg
    trunk/hwgui/source/hcwindow.prg
Removed Paths:
-------------
    trunk/hwgui/makefilepointer.bc
 | 
| 
     
      
      
      From: <alk...@us...> - 2012-12-27 08:41:35
       
   | 
Revision: 1979
          http://sourceforge.net/p/hwgui/code/1979
Author:   alkresin
Date:     2012-12-27 08:41:33 +0000 (Thu, 27 Dec 2012)
Log Message:
-----------
2012-12-27 12:45 UTC+0300 Alexander Kresin <al...@be...>
  * source/hcwindow.prg
  * source/hwindow.prg
  * source/hdialog.prg
    * :nInitFocus has been moved from HCustomWindow to HDialog and HWindow,
      because it is used in these two classes only.
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/samples/all/a.prg
    trunk/hwgui/source/hcwindow.prg
    trunk/hwgui/source/hdialog.prg
    trunk/hwgui/source/hwindow.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2012-12-27 09:44:25
       
   | 
Revision: 1980
          http://sourceforge.net/p/hwgui/code/1980
Author:   alkresin
Date:     2012-12-27 09:44:23 +0000 (Thu, 27 Dec 2012)
Log Message:
-----------
2012-12-27 13:45 UTC+0300 Alexander Kresin <al...@be...>
  * source/hcwindow.prg
  * source/guimain.prg
    * Method SetAll( cProperty, Value, aControls, cClass ) removed from
      HCustomWindow class, function SetAll( oWnd, cProperty, Value, aControls, cClass )
      added instead.
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/source/guimain.prg
    trunk/hwgui/source/hcwindow.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2012-12-27 11:01:53
       
   | 
Revision: 1981
          http://sourceforge.net/p/hwgui/code/1981
Author:   alkresin
Date:     2012-12-27 11:01:50 +0000 (Thu, 27 Dec 2012)
Log Message:
-----------
2012-12-27 15:00 UTC+0300 Alexander Kresin <al...@be...>
  * source/hcwindow.prg
    * Method ActiveControl() has been removed as redundant
  ! source/guimain.prg
    ! hwg_getParentForm() fixed
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/source/guimain.prg
    trunk/hwgui/source/hcwindow.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2012-12-27 12:01:07
       
   | 
Revision: 1982
          http://sourceforge.net/p/hwgui/code/1982
Author:   alkresin
Date:     2012-12-27 12:01:03 +0000 (Thu, 27 Dec 2012)
Log Message:
-----------
2012-12-27 16:00 UTC+0300 Alexander Kresin <al...@be...>
  * source/guimain.prg
  * source/hcwindow.prg
    * Method ScrollHV() is moved to guimain.prg, function hwg_ScrollHV().
      All scrolling data and methods are moved from HCustomWindow to
      a new class HScrollArea, which should be now a second parent for
      classes, which uses scrolling.
  * source/hwindow.prg
  * source/hdialog.prg
  * source/hcombo.prg
  * source/hedit.prg
  * source/hpanel.prg
  * source/htab.prg
    * Calls of :ScrollHV() are replaced by hwg_ScrollHV().
    * HScrollArea is set as a second parent class for HWindow, HDialog, HTab, HPanel
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/source/guimain.prg
    trunk/hwgui/source/hcombo.prg
    trunk/hwgui/source/hcwindow.prg
    trunk/hwgui/source/hdialog.prg
    trunk/hwgui/source/hedit.prg
    trunk/hwgui/source/hpanel.prg
    trunk/hwgui/source/htab.prg
    trunk/hwgui/source/hwindow.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2012-12-28 06:20:42
       
   | 
Revision: 1983
          http://sourceforge.net/p/hwgui/code/1983
Author:   alkresin
Date:     2012-12-28 06:20:40 +0000 (Fri, 28 Dec 2012)
Log Message:
-----------
2012-12-28 19:20 UTC+0300 Alexander Kresin <al...@be...>
  * source/hdialog.prg
    ! Small fix ( existence of :nInitFocus is checked now )
    * file formatted
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/contrib/misc/miscfunc.prg
    trunk/hwgui/source/hdialog.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2012-12-28 08:43:13
       
   | 
Revision: 1984
          http://sourceforge.net/p/hwgui/code/1984
Author:   alkresin
Date:     2012-12-28 08:43:11 +0000 (Fri, 28 Dec 2012)
Log Message:
-----------
2012-12-28 19:20 UTC+0300 Alexander Kresin <al...@be...>
  * source/hcontrol.prg
  * source/hctrlex.prg
    * New class HStaticEx created, which inherits from HStatic.
      HStatic is changed to be more simple and fast
    * files formatted
  * source/hhyper.prg
    * It now inherits from HStaticEx
  * include/guilib.ch
    * SAYEX command added for HStaticEx class
  * install.txt
    * added info about hbmk2
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/include/guilib.ch
    trunk/hwgui/install.txt
    trunk/hwgui/source/hcontrol.prg
    trunk/hwgui/source/hctrlex.prg
    trunk/hwgui/source/hhyper.prg
 | 
| 
     
      
      
      From: <om...@us...> - 2012-12-28 09:32:13
       
   | 
Revision: 1985
          http://sourceforge.net/p/hwgui/code/1985
Author:   omm
Date:     2012-12-28 09:32:09 +0000 (Fri, 28 Dec 2012)
Log Message:
-----------
2012-12-28 11:30 UTC+0200 Alexey Myronenko <m.oleksa/at/ukr.net>
  * hwgui.hbc
    - remove hwg_qhtm from list of libs
  * utils/designer/designer.hbp
    * use hwgui.hbc to build designer
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/hwgui.hbc
    trunk/hwgui/utils/designer/designer.hbp
 | 
| 
     
      
      
      From: <alk...@us...> - 2012-12-28 09:41:19
       
   | 
Revision: 1986
          http://sourceforge.net/p/hwgui/code/1986
Author:   alkresin
Date:     2012-12-28 09:41:17 +0000 (Fri, 28 Dec 2012)
Log Message:
-----------
svn propset executed
Modified Paths:
--------------
    trunk/hwgui/include/hwgcompat.ch
Property Changed:
----------------
    trunk/hwgui/contrib/misc/miscfunc.prg
    trunk/hwgui/include/hwgcompat.ch
    trunk/hwgui/source/hctrlex.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2012-12-28 11:36:34
       
   | 
Revision: 1987
          http://sourceforge.net/p/hwgui/code/1987
Author:   alkresin
Date:     2012-12-28 11:36:32 +0000 (Fri, 28 Dec 2012)
Log Message:
-----------
2012-12-28 15:35 UTC+0300 Alexander Kresin <al...@be...>
  * source/hcontrol.prg
  * source/hctrlex.prg
    * New class HButtonX created, which inherits from HButton.
      HButton is changed to be more simple and fast
  * include/guilib.ch
    * BUTTONX command added for HButtonX class
  ! install.txt
    ! Small fix
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/include/guilib.ch
    trunk/hwgui/install.txt
    trunk/hwgui/source/hcontrol.prg
    trunk/hwgui/source/hctrlex.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2012-12-29 06:28:59
       
   | 
Revision: 1988
          http://sourceforge.net/p/hwgui/code/1988
Author:   alkresin
Date:     2012-12-29 06:28:56 +0000 (Sat, 29 Dec 2012)
Log Message:
-----------
2012-12-29 10:30 UTC+0300 Alexander Kresin <al...@be...>
  ! source/hcontrol.prg
    ! Minor fix
  ! source/hctrlex.prg
    ! Some fixes in HButtonX and HButtonEx
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/source/hcontrol.prg
    trunk/hwgui/source/hctrlex.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2012-12-29 07:34:14
       
   | 
Revision: 1989
          http://sourceforge.net/p/hwgui/code/1989
Author:   alkresin
Date:     2012-12-29 07:34:12 +0000 (Sat, 29 Dec 2012)
Log Message:
-----------
2012-12-29 11:35 UTC+0300 Alexander Kresin <al...@be...>
  * source/hbrowse.prg
  * source/hcombo.prg
  * source/hedit.prg
  * source/htab.prg
    * files formatted
  ! source/procmisc/procini.prg
    ! Warnings fixed 
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/source/hbrowse.prg
    trunk/hwgui/source/hcombo.prg
    trunk/hwgui/source/hedit.prg
    trunk/hwgui/source/htab.prg
    trunk/hwgui/source/procmisc/procini.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2012-12-29 15:57:15
       
   | 
Revision: 1990
          http://sourceforge.net/p/hwgui/code/1990
Author:   alkresin
Date:     2012-12-29 15:57:13 +0000 (Sat, 29 Dec 2012)
Log Message:
-----------
2012-12-29 20:00 UTC+0300 Alexander Kresin <al...@be...>
  ! source/hcwindow.prg
    ! problem fixed.
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/source/hcwindow.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2013-01-12 12:40:37
       
   | 
Revision: 1991
          http://sourceforge.net/p/hwgui/code/1991
Author:   alkresin
Date:     2013-01-12 12:40:35 +0000 (Sat, 12 Jan 2013)
Log Message:
-----------
2013-01-12 16:40 UTC+0300 Alexander Kresin <al...@be...>
  - source/qhtm
  + contrib/qhtm
    * qhtm files moved to contrib directory
  - hwg_qhtm.hbp
  + hwg_contrib.hbp
    + added .hbp file for hwg_contrib library
  * make_b32.bat
  * makemngw.bat
  * makefile.bc
  * makefile.gcc
  * makefile.pc
  * Makefile.scr
  * makefile.vc
  * makefile.wc
    * makefiles has been changed to create hwg_contrib library instead of hwg_qhtm
Modified Paths:
--------------
    trunk/hwgui/Makefile.scr
    trunk/hwgui/make_b32.bat
    trunk/hwgui/makefile.bc
    trunk/hwgui/makefile.gcc
    trunk/hwgui/makefile.pc
    trunk/hwgui/makefile.vc
    trunk/hwgui/makefile.wc
    trunk/hwgui/makemngw.bat
Added Paths:
-----------
    trunk/hwgui/contrib/qhtm/
    trunk/hwgui/hwg_contrib.hbp
Removed Paths:
-------------
    trunk/hwgui/hwg_qhtm.hbp
    trunk/hwgui/source/qhtm/
 | 
| 
     
      
      
      From: <alk...@us...> - 2013-01-14 15:04:17
       
   | 
Revision: 1992
          http://sourceforge.net/p/hwgui/code/1992
Author:   alkresin
Date:     2013-01-14 15:04:15 +0000 (Mon, 14 Jan 2013)
Log Message:
-----------
2013-01-14 19:05 UTC+0300 Alexander Kresin <al...@be...>
  ! source/procmisc/procscri.prg
    ! Small bug fixed.
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/source/procmisc/procscri.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2013-01-14 15:35:30
       
   | 
Revision: 1993
          http://sourceforge.net/p/hwgui/code/1993
Author:   alkresin
Date:     2013-01-14 15:35:26 +0000 (Mon, 14 Jan 2013)
Log Message:
-----------
2013-01-14 19:35 UTC+0300 Alexander Kresin <al...@be...>
  * source/hanimat.prg
  * source/hbrowse.prg
  * source/hcheck.prg
  * source/hcombo.prg
  * source/hcontrol.prg
  * source/hctrlex.prg
  * source/hdatepic.prg
  * source/hdialog.prg
  * source/hedit.prg
  * source/hfreeimg.prg
  * source/hgraph.prg
  * source/hgrid.prg
  * source/hgridex.prg
  * source/hhyper.prg
  * source/hipedit.prg
  * source/hlistbox.prg
  * source/hmonthc.prg
  * source/hnice.prg
  * source/hownbtn.prg
  * source/hpager.prg
  * source/hpanel.prg
  * source/hprogres.prg
  * source/hradio.prg
  * source/hrebar.prg
  * source/hrect.prg
  * source/hriched.prg
  * source/hsayimg.prg
  * source/hshbtn.prg
  * source/hsplit.prg
  * source/htab.prg
  * source/htool.prg
  * source/htrackbr.prg
  * source/htree.prg
  * source/hupdown.prg
  * source/hwindow.prg
  * source/video.prg
  * source/activex/h_activex.prg
    * All super: calls was changed to ::super:
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/source/activex/h_activex.prg
    trunk/hwgui/source/hanimat.prg
    trunk/hwgui/source/hbrowse.prg
    trunk/hwgui/source/hcheck.prg
    trunk/hwgui/source/hcombo.prg
    trunk/hwgui/source/hcontrol.prg
    trunk/hwgui/source/hctrlex.prg
    trunk/hwgui/source/hdatepic.prg
    trunk/hwgui/source/hdialog.prg
    trunk/hwgui/source/hedit.prg
    trunk/hwgui/source/hfreeimg.prg
    trunk/hwgui/source/hgraph.prg
    trunk/hwgui/source/hgrid.prg
    trunk/hwgui/source/hgridex.prg
    trunk/hwgui/source/hhyper.prg
    trunk/hwgui/source/hipedit.prg
    trunk/hwgui/source/hlistbox.prg
    trunk/hwgui/source/hmonthc.prg
    trunk/hwgui/source/hnice.prg
    trunk/hwgui/source/hownbtn.prg
    trunk/hwgui/source/hpager.prg
    trunk/hwgui/source/hpanel.prg
    trunk/hwgui/source/hprogres.prg
    trunk/hwgui/source/hradio.prg
    trunk/hwgui/source/hrebar.prg
    trunk/hwgui/source/hrect.prg
    trunk/hwgui/source/hriched.prg
    trunk/hwgui/source/hsayimg.prg
    trunk/hwgui/source/hshbtn.prg
    trunk/hwgui/source/hsplit.prg
    trunk/hwgui/source/htab.prg
    trunk/hwgui/source/htool.prg
    trunk/hwgui/source/htrackbr.prg
    trunk/hwgui/source/htree.prg
    trunk/hwgui/source/hupdown.prg
    trunk/hwgui/source/hwindow.prg
    trunk/hwgui/source/video.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2013-01-15 05:57:47
       
   | 
Revision: 1994
          http://sourceforge.net/p/hwgui/code/1994
Author:   alkresin
Date:     2013-01-15 05:57:43 +0000 (Tue, 15 Jan 2013)
Log Message:
-----------
2013-01-15 10:00 UTC+0300 Alexander Kresin <al...@be...>
  - source/procmisc/blowfish.c
  + contrib/misc/blowfish.c
    * file moved to contrib, because it's functions aren't used anywhere in HwGUI code
  * makefile.bc
  * makefile.gcc
  * makefile.pc
  * Makefile.scr
  * makefile.vc
  * makefile.wc
    * makefiles has been changed to move blowfish from procmisc.lib to hwg_contrib.lib
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/Makefile.scr
    trunk/hwgui/gtk/Makefile.linux
    trunk/hwgui/gtk/Makefile.scr
    trunk/hwgui/makedll.bc
    trunk/hwgui/makefile.bc
    trunk/hwgui/makefile.gcc
    trunk/hwgui/makefile.pc
    trunk/hwgui/makefile.vc
    trunk/hwgui/makefile.wc
Added Paths:
-----------
    trunk/hwgui/contrib/misc/blowfish.c
Removed Paths:
-------------
    trunk/hwgui/source/procmisc/blowfish.c
 | 
| 
     
      
      
      From: <alk...@us...> - 2013-01-15 06:35:52
       
   | 
Revision: 1995
          http://sourceforge.net/p/hwgui/code/1995
Author:   alkresin
Date:     2013-01-15 06:35:50 +0000 (Tue, 15 Jan 2013)
Log Message:
-----------
2013-01-15 10:35 UTC+0300 Alexander Kresin <al...@be...>
  * gtk/hbrowse.prg
  * gtk/hcheck.prg
  * gtk/hcombo.prg
  * gtk/hcontrol.prg
  * gtk/hdialog.prg
  * gtk/hedit.prg
  * gtk/hgraph.prg
  * gtk/hmonthc.prg
  * gtk/hownbtn.prg
  * gtk/hpanel.prg
  * gtk/hprogres.prg
  * gtk/hsayimg.prg
  * gtk/hsplit.prg
  * gtk/htab.prg
  * gtk/htool.prg
  * gtk/hupdown.prg
  * gtk/hwindow.prg
    * All super: calls was changed to ::super:
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/gtk/hbrowse.prg
    trunk/hwgui/gtk/hcheck.prg
    trunk/hwgui/gtk/hcombo.prg
    trunk/hwgui/gtk/hcontrol.prg
    trunk/hwgui/gtk/hdialog.prg
    trunk/hwgui/gtk/hedit.prg
    trunk/hwgui/gtk/hgraph.prg
    trunk/hwgui/gtk/hmonthc.prg
    trunk/hwgui/gtk/hownbtn.prg
    trunk/hwgui/gtk/hpanel.prg
    trunk/hwgui/gtk/hprogres.prg
    trunk/hwgui/gtk/hsayimg.prg
    trunk/hwgui/gtk/hsplit.prg
    trunk/hwgui/gtk/htab.prg
    trunk/hwgui/gtk/htool.prg
    trunk/hwgui/gtk/hupdown.prg
    trunk/hwgui/gtk/hwindow.prg
 | 
| 
     
      
      
      From: <alk...@us...> - 2013-01-15 11:13:27
       
   | 
Revision: 1996
          http://sourceforge.net/p/hwgui/code/1996
Author:   alkresin
Date:     2013-01-15 11:13:23 +0000 (Tue, 15 Jan 2013)
Log Message:
-----------
2013-01-15 15:15 UTC+0300 Alexander Kresin <al...@be...>
  * contrib/qhtm/hqhtm.prg
  * utils/designer/inspect.prg
    * All super: calls was changed to ::super:
Modified Paths:
--------------
    trunk/hwgui/Changelog
    trunk/hwgui/contrib/qhtm/hqhtm.prg
    trunk/hwgui/utils/designer/inspect.prg
 |