|
From: <alk...@us...> - 2013-01-16 07:50:48
|
Revision: 1997
http://sourceforge.net/p/hwgui/code/1997
Author: alkresin
Date: 2013-01-16 07:50:42 +0000 (Wed, 16 Jan 2013)
Log Message:
-----------
2013-01-16 11:50 UTC+0300 Alexander Kresin <al...@be...>
* include/guilib.ch
* commands SAYEX, REDEFINE SAYEX, BUTTONX, REDEFINE BUTTONX, GROUPBOXEX
was changed to SAY, REDEFINE SAY, BUTTON, REDEFINE BUTTON, GROUPBOX.
If you will use them with clauses, which demands "ex" classes
( HStaticEx, etc. ), they will be preprocessed to these "ex" classes,
in other case they will be preprocessed into more simple and fast base
classes ( HStatic, etc. ). If you want them to be preprocessed into
"ex" classes independently of used clauses, you need to write them with
a word "EXTENDED" or "EXT", for example:
@ 1,1 SAY EXT "Hello" SIZE 100,24
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/include/guilib.ch
|
|
From: <alk...@us...> - 2013-01-30 10:01:06
|
Revision: 1998
http://sourceforge.net/p/hwgui/code/1998
Author: alkresin
Date: 2013-01-30 10:01:03 +0000 (Wed, 30 Jan 2013)
Log Message:
-----------
2013-01-30 14:00 UTC+0300 Alexander Kresin <al...@be...>
* source/xml/xmlparse.c
* Small changes to accept <?xml-stylesheet> and similar tags.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/hcontrol.prg
trunk/hwgui/source/xml/xmlparse.c
|
|
From: <alk...@us...> - 2013-02-06 08:49:37
|
Revision: 1999
http://sourceforge.net/p/hwgui/code/1999
Author: alkresin
Date: 2013-02-06 08:49:34 +0000 (Wed, 06 Feb 2013)
Log Message:
-----------
2013-02-06 12:50 UTC+0300 Alexander Kresin <al...@be...>
- source/errorsys.prg
+ source/herrsys.prg
- gtk/errorsys.prg
+ gtk/herrsys.prg
* errorsys.prg renamed to herrsys.prg, Errorsys() -> hwg_ErrSys(),
Errormessage() -> hwg_ErrMsg().
These is done to prevent problems with few compilers, because
errorsys.prg and Errorsys() function are part of Harbour RTL.
* source/hcwindow.prg
* gtk/hcwindow.prg
* INIT PROC, which calls hwg_ErrSys() added.
* source/procmisc/hfrmtmpl.prg
* source/procmisc/procscri.prg
* gtk/hfrmtmpl.prg
* Calls of Errormessage() are changed to hwg_ErrMsg()
* makefile.bc
* makefile.gcc
* makefile.pc
* Makefile.scr
* makefile.vc
* makefile.wc
* makefiles has been changed
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/Makefile.scr
trunk/hwgui/gtk/errorsys.prg
trunk/hwgui/gtk/hcwindow.prg
trunk/hwgui/gtk/hfrmtmpl.prg
trunk/hwgui/gtk/samples/dbview.prg
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/source/errorsys.prg
trunk/hwgui/source/hcwindow.prg
trunk/hwgui/source/procmisc/hfrmtmpl.prg
trunk/hwgui/source/procmisc/procscri.prg
|
|
From: <alk...@us...> - 2013-02-06 08:50:24
|
Revision: 2000
http://sourceforge.net/p/hwgui/code/2000
Author: alkresin
Date: 2013-02-06 08:50:22 +0000 (Wed, 06 Feb 2013)
Log Message:
-----------
Added Paths:
-----------
trunk/hwgui/gtk/herrsys.prg
trunk/hwgui/source/herrsys.prg
Removed Paths:
-------------
trunk/hwgui/gtk/errorsys.prg
trunk/hwgui/source/errorsys.prg
|
|
From: <alk...@us...> - 2013-02-15 09:27:34
|
Revision: 2001
http://sourceforge.net/p/hwgui/code/2001
Author: alkresin
Date: 2013-02-15 09:27:31 +0000 (Fri, 15 Feb 2013)
Log Message:
-----------
2013-02-15 12:50 UTC+0300 Alexander Kresin <al...@be...>
! source/guimain.prg
! source/hriched.prg
! Bugs fixed, reported by Alexey Myronenko
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/guimain.prg
trunk/hwgui/source/hriched.prg
|
|
From: <alk...@us...> - 2013-02-15 13:52:16
|
Revision: 2002
http://sourceforge.net/p/hwgui/code/2002
Author: alkresin
Date: 2013-02-15 13:52:14 +0000 (Fri, 15 Feb 2013)
Log Message:
-----------
2013-02-15 17:55 UTC+0300 Alexander Kresin <al...@be...>
! source/htab.prg
! Bug fixed, reported by Alexey Myronenko
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/htab.prg
|
|
From: <alk...@us...> - 2013-02-16 06:06:29
|
Revision: 2003
http://sourceforge.net/p/hwgui/code/2003
Author: alkresin
Date: 2013-02-16 06:06:28 +0000 (Sat, 16 Feb 2013)
Log Message:
-----------
2013-02-16 10:05 UTC+0300 Alexander Kresin <al...@be...>
! source/hrect.prg
! samples/mdichild/testmdichild.prg
! Bugs fixed, reported by Alexey Myronenko
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/samples/mdichild/testmdichild.prg
trunk/hwgui/source/hrect.prg
|
|
From: <om...@us...> - 2013-02-18 06:56:03
|
Revision: 2004
http://sourceforge.net/p/hwgui/code/2004
Author: omm
Date: 2013-02-18 06:55:56 +0000 (Mon, 18 Feb 2013)
Log Message:
-----------
2013-02-18 08:52 UTC+0200 Alexey Myronenko <m.oleksa/at/ukr.net>
! samples/tools/calculator.prg
! samples/tools/hcalculator.prg
! use hwg_SetFontStyle()
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/samples/tools/calculator.prg
trunk/hwgui/samples/tools/hcalculator.prg
|
|
From: <alk...@us...> - 2013-02-19 12:00:41
|
Revision: 2005
http://sourceforge.net/p/hwgui/code/2005
Author: alkresin
Date: 2013-02-19 12:00:37 +0000 (Tue, 19 Feb 2013)
Log Message:
-----------
2013-02-19 16:00 UTC+0300 Alexander Kresin <al...@be...>
! source/htab.prg
! Parameters order fixed for Eval() call of :bChange. It is necessary
to check all other calls of Eval()
! samples\hello\hello.hbp
! Parameters order fixed.
* source/winreg.c
* All functions are prefixed with hwg_
* include/hwgcompat.ch
+ added rules for functions from winreg.c
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/include/hwgcompat.ch
trunk/hwgui/samples/hello/hello.prg
trunk/hwgui/source/htab.prg
trunk/hwgui/source/winreg.c
|
|
From: <alk...@us...> - 2013-02-19 17:07:01
|
Revision: 2006
http://sourceforge.net/p/hwgui/code/2006
Author: alkresin
Date: 2013-02-19 17:06:58 +0000 (Tue, 19 Feb 2013)
Log Message:
-----------
2013-02-19 21:10 UTC+0300 Alexander Kresin <al...@be...>
* source/hcontrol.prg
* source/htool.prg
* onAnchor() implementation has been restructured a bit
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/hcontrol.prg
trunk/hwgui/source/htool.prg
|
|
From: <alk...@us...> - 2013-02-20 07:21:36
|
Revision: 2007
http://sourceforge.net/p/hwgui/code/2007
Author: alkresin
Date: 2013-02-20 07:21:29 +0000 (Wed, 20 Feb 2013)
Log Message:
-----------
2013-02-20 11:20 UTC+0300 Alexander Kresin <al...@be...>
* include/hwgcompat.ch
+ added rules for functions from animat.c and c_ipaddr.c
* source/animat.c
* source/c_ipaddr.c
* All functions are prefixed with hwg_
* source/hanimat.prg
* source/hipedit.prg
* Function calls changed for animat.c and c_ipaddr.c functions
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/include/hwgcompat.ch
trunk/hwgui/source/animat.c
trunk/hwgui/source/c_ipaddr.c
trunk/hwgui/source/hanimat.prg
trunk/hwgui/source/hipedit.prg
|
|
From: <alk...@us...> - 2013-02-22 07:36:35
|
Revision: 2008
http://sourceforge.net/p/hwgui/code/2008
Author: alkresin
Date: 2013-02-22 07:36:32 +0000 (Fri, 22 Feb 2013)
Log Message:
-----------
2013-02-22 11:35 UTC+0300 Alexander Kresin <al...@be...>
* source\commond.c
* All functions are prefixed with hwg_
!!! Few widely used function names are changed, including Selectfile,
Savefile, Selectfont, they are now hwg_Selectfile, hwg_Savefile,
hwg_Selectfont. Change them in your program code or #include the
hwgcompat.ch
* include/hwgcompat.ch
+ added rules for functions from commond.c
* doc\funclist.txt
* doc\hwgdoc_functions.html
* samples\all\a.prg
* samples\build\buildpelles.prg
* samples\database\dbview.prg
* samples\grid\grid_4.prg
* samples\hbrun\hbrun.prg
* samples\hwedit\editor.prg
* samples\mysql\dbfmysql.scr
* samples\mysql\hwmysql.prg
* samples\ole\iesample.prg
* samples\rtf\testrtf.prg
* samples\viewer\viewer.prg
* source\drawwidg.prg
* source\guimain.prg
* source\hprinter.prg
* source\printdos.prg
* utils\dbc\commands.prg
* utils\dbc\dbchw.prg
* utils\dbc\modistru.prg
* utils\dbc\query.prg
* utils\designer\hformgen.prg
* utils\designer\inspect.prg
* utils\designer\samples\FT\A.xml
* utils\designer\samples\FT\FIND_FV.XML
* utils\designer\xmlrun\XMLRUN.prg
* utils\hwmake\hwmake.prg
* utils\hwreport\opensave.prg
* utils\hwreport\propert.prg
* Function calls changed for commond.c functions
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/doc/funclist.txt
trunk/hwgui/doc/hwgdoc_functions.html
trunk/hwgui/include/hwgcompat.ch
trunk/hwgui/samples/all/a.prg
trunk/hwgui/samples/build/buildpelles.prg
trunk/hwgui/samples/database/dbview.prg
trunk/hwgui/samples/grid/grid_4.prg
trunk/hwgui/samples/hbrun/hbrun.prg
trunk/hwgui/samples/hwedit/editor.prg
trunk/hwgui/samples/mysql/dbfmysql.scr
trunk/hwgui/samples/mysql/hwmysql.prg
trunk/hwgui/samples/ole/iesample.prg
trunk/hwgui/samples/rtf/testrtf.prg
trunk/hwgui/samples/viewer/viewer.prg
trunk/hwgui/source/commond.c
trunk/hwgui/source/drawwidg.prg
trunk/hwgui/source/guimain.prg
trunk/hwgui/source/hprinter.prg
trunk/hwgui/source/printdos.prg
trunk/hwgui/utils/dbc/commands.prg
trunk/hwgui/utils/dbc/dbchw.prg
trunk/hwgui/utils/dbc/modistru.prg
trunk/hwgui/utils/dbc/query.prg
trunk/hwgui/utils/designer/hformgen.prg
trunk/hwgui/utils/designer/inspect.prg
trunk/hwgui/utils/designer/samples/FT/A.xml
trunk/hwgui/utils/designer/samples/FT/FIND_FV.XML
trunk/hwgui/utils/designer/xmlrun/XMLRUN.prg
trunk/hwgui/utils/hwmake/hwmake.prg
trunk/hwgui/utils/hwreport/opensave.prg
trunk/hwgui/utils/hwreport/propert.prg
|
|
From: <alk...@us...> - 2013-02-22 10:00:41
|
Revision: 2009
http://sourceforge.net/p/hwgui/code/2009
Author: alkresin
Date: 2013-02-22 10:00:39 +0000 (Fri, 22 Feb 2013)
Log Message:
-----------
2013-02-22 14:00 UTC+0300 Alexander Kresin <al...@be...>
! source\commond.c
! Small fix: HWG__GETOPENFILENAME is changed to HWG_GETOPENFILENAME
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/commond.c
|
|
From: <alk...@us...> - 2013-02-25 10:06:31
|
Revision: 2010
http://sourceforge.net/p/hwgui/code/2010
Author: alkresin
Date: 2013-02-25 10:06:28 +0000 (Mon, 25 Feb 2013)
Log Message:
-----------
2013-02-25 14:05 UTC+0300 Alexander Kresin <al...@be...>
* source\cxshade.c
* All functions are prefixed with hwg_
* source\hshbtn.prg
* Function calls changed for cxshade.c functions
* include/hwgcompat.ch
+ added rules for functions from cxshade.c
* source\guimain.prg
* Anchor values changed from numeric literals to #defined mnemonics in Msgget()
* source\htab.prg
! Small fix
* samples\bld.bat
* hwg_qhtm.lib is removed, hwg_contrib.lib added
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/include/hwgcompat.ch
trunk/hwgui/samples/bld.bat
trunk/hwgui/source/cxshade.c
trunk/hwgui/source/guimain.prg
trunk/hwgui/source/hshbtn.prg
trunk/hwgui/source/htab.prg
|
|
From: <alk...@us...> - 2013-02-25 11:39:13
|
Revision: 2011
http://sourceforge.net/p/hwgui/code/2011
Author: alkresin
Date: 2013-02-25 11:39:10 +0000 (Mon, 25 Feb 2013)
Log Message:
-----------
2013-02-25 15:40 UTC+0300 Alexander Kresin <al...@be...>
* source\freeimg.c
* All functions are prefixed with hwg_
* source\hfreeimg.prg
* samples\viewer\viewer.prg
* Function calls changed for freeimg.c functions
* include/hwgcompat.ch
+ added rules for functions from freeimg.c
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/include/hwgcompat.ch
trunk/hwgui/samples/viewer/viewer.prg
trunk/hwgui/source/freeimg.c
trunk/hwgui/source/hfreeimg.prg
|
|
From: <alk...@us...> - 2013-03-07 09:04:02
|
Revision: 2012
http://sourceforge.net/p/hwgui/code/2012
Author: alkresin
Date: 2013-03-07 09:03:56 +0000 (Thu, 07 Mar 2013)
Log Message:
-----------
2013-03-07 13:10 UTC+0300 Alexander Kresin <al...@be...>
* contrib\misc\richtext.prg
* contrib\qhtm\hqhtm.prg
* gtk\commond.c
* gtk\control.c
* gtk\draw.c
* gtk\drawtext.c
* gtk\drawwidg.prg
* gtk\gtkmain.prg
* gtk\hbrowse.prg
* gtk\hcheck.prg
* gtk\hcombo.prg
* gtk\hcontrol.prg
* gtk\hcwindow.prg
* gtk\hdialog.prg
* gtk\hedit.prg
* gtk\herrsys.prg
* gtk\hfrmtmpl.prg
* gtk\hgraph.prg
* gtk\hmonthc.prg
* gtk\hownbtn.prg
* gtk\hpanel.prg
* gtk\hprinter.prg
* gtk\hprogres.prg
* gtk\hradio.prg
* gtk\hsayimg.prg
* gtk\hsplit.prg
* gtk\htab.prg
* gtk\htimer.prg
* gtk\htool.prg
* gtk\hupdown.prg
* gtk\hwindow.prg
* gtk\menu.prg
* gtk\menu_c.c
* gtk\message.c
* gtk\misc.c
* gtk\samples\a.prg
* gtk\samples\dbview.prg
* gtk\samples\escrita.prg
* gtk\samples\example.xml
* gtk\samples\progbars.prg
* gtk\samples\testget2.prg
* gtk\samples\testget2.xml
* gtk\window.c
* gtk\wprint.c
* samples\all\a.prg
* samples\all\test1.prg
* samples\barcode\barcode.xml
* samples\browse\arbrow1.prg
* samples\browse\arbrow2.prg
* samples\browse\browse_1.prg
* samples\browse\browse_2.prg
* samples\browse\BROWSE_3.PRG
* samples\browse\browse_4.prg
* samples\browse\colrbloc.prg
* samples\browse\testbrw.prg
* samples\browsefilter\browsefilter.prg
* samples\build\buildpelles.prg
* samples\combobox\combobox.prg
* samples\database\dbview.prg
* samples\database\DemoDbf.prg
* samples\get\testget1.prg
* samples\get\testget2.prg
* samples\get\testget3.prg
* samples\get\testget4.prg
* samples\graph\graph.prg
* samples\grid\grid_1.prg
* samples\grid\grid_2.prg
* samples\grid\grid_3.prg
* samples\grid\grid_4.prg
* samples\grid\grid_5.prg
* samples\grid\grid_6.prg
* samples\hbrun\hbrun.prg
* samples\hello\hello.prg
* samples\help\helpdemo.prg
* samples\hsplash\tstsplash.prg
* samples\hwedit\editor.prg
* samples\hwedit\pesqtext.prg
* samples\ini\testini.prg
* samples\ipadress\testip.prg
* samples\listbox\demohlist.prg
* samples\maximize\demomaximize.prg
* samples\mdichild\testmdichild.prg
* samples\menu\TestMenuBitmap.prg
* samples\monthcalendar\testhmonth.prg
* samples\mysql\hwmysql.prg
* samples\nicebutton\nice.prg
* samples\ole\hole.prg
* samples\ole\iesample.prg
* samples\printdos\tstprdos.prg
* samples\progressbar\progbars.prg
* samples\propsh\propsh.prg
* samples\rmchart\rmsample.prg
* samples\rtf\testrtf.prg
* samples\scrollbar\tstscrlbar.prg
* samples\spliter\testspli.prg
* samples\tab\tab.prg
* samples\tab\TAB3.prg
* samples\tab\tab3.xml
* samples\tools\calculator.prg
* samples\tools\hcalculator.prg
* samples\trackbar\trackbar.prg
* samples\trayicon\testtray.prg
* samples\tree\testsdi.prg
* samples\tree\testtree.prg
* samples\viewer\viewer.prg
* samples\winchild\testchild.prg
* samples\xml\testxml.prg
* source\activex\c_activex.c
* source\activex\hhtml.prg
* source\activex\h_activex.prg
* source\barcode.prg
* source\control.c
* source\dialog.c
* source\draw.c
* source\drawtext.c
* source\drawwidg.prg
* source\grid.c
* source\guimain.prg
* source\hanimat.prg
* source\hbrowse.prg
* source\hcheck.prg
* source\hcombo.prg
* source\hcontrol.prg
* source\hctrlex.prg
* source\hcwindow.prg
* source\hdatepic.prg
* source\hdc.prg
* source\hdialog.prg
* source\hedit.prg
* source\herrsys.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\hprinter.prg
* source\hprogres.prg
* source\hradio.prg
* source\hrebar.prg
* source\hrect.prg
* source\hriched.prg
* source\hsayimg.prg
* source\hshbtn.prg
* source\hsplash.prg
* source\hsplit.prg
* source\htab.prg
* source\htimer.prg
* source\htool.prg
* source\htrackbr.prg
* source\htree.prg
* source\hupdown.prg
* source\hwindow.prg
* source\listbox.c
* source\media_c.c
* source\menu.prg
* source\menu_c.c
* source\message.c
* source\misc.c
* source\nice.c
* source\pager.c
* source\printdos.prg
* source\procmisc\hfrmtmpl.prg
* source\procmisc\procini.prg
* source\procmisc\procscri.prg
* source\procmisc\scrdebug.prg
* source\resource.c
* source\richedit.c
* source\shellapi.c
* source\theme.c
* source\tmci.prg
* source\window.c
* utils\dbc\commands.prg
* utils\dbc\dbchw.prg
* utils\dbc\modistru.prg
* utils\dbc\move.prg
* utils\dbc\query.prg
* utils\designer\blddesig.bat
* utils\designer\designer.iml
* utils\designer\designer.prg
* utils\designer\editor.prg
* utils\designer\extmodul.ch
* utils\designer\hctrl.prg
* utils\designer\hformgen.prg
* utils\designer\inspect.prg
* utils\designer\resource\f_hwgprg.prg
* utils\designer\resource\f_text.prg
* utils\designer\resource\repwidg.xml
* utils\designer\resource\r_text.prg
* utils\designer\resource\widgets.xml
* utils\designer\samples\barcode.xml
* utils\designer\samples\example.xml
* utils\designer\samples\FT\A.xml
* utils\designer\samples\FT\FIND_FV.XML
* utils\designer\samples\FT\FT.xml
* utils\designer\samples\saymoney.prg
* utils\designer\samples\saymoney.xml
* utils\designer\samples\testdbf1.xml
* utils\designer\samples\testget1.xml
* utils\designer\samples\testget2.xml
* utils\designer\samples\test_bmp.xml
* utils\designer\samples\test_ctrl.xml
* utils\designer\samples\xchgbmp.xml
* utils\designer\xmlrun\sample.xml
* utils\designer\xmlrun\XMLRUN.prg
* utils\hwmake\hwmake.prg
* utils\hwreport\example.prg
* utils\hwreport\hwreport.prg
* utils\hwreport\opensave.prg
* utils\hwreport\printrpt.prg
* utils\hwreport\propert.prg
* utils\hwreport\repexec.prg
* All HwGUI functions are fixed with "hwg_", all their calls are modified
+ include\gtkcompat.ch
+ added header file with rules for functions in gtk directory
* include\hwgcompat.ch
+ added rules for functions
* ATTENTION. Many function names has been changed. You can include
hwgcompat.ch or gtkcompat.ch to your source files, but it is much
better to really change all HwgUI functions calls in sources.
I recommend you to use my utility snr2 for this task, I used it
to change functions calls in HwGUI prgs, sources and samples.
The snr2 is available from http://kresin.belgorod.su/snr.html
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/contrib/misc/miscfunc.prg
trunk/hwgui/contrib/misc/richtext.prg
trunk/hwgui/contrib/qhtm/hqhtm.prg
trunk/hwgui/gtk/commond.c
trunk/hwgui/gtk/control.c
trunk/hwgui/gtk/draw.c
trunk/hwgui/gtk/drawtext.c
trunk/hwgui/gtk/drawwidg.prg
trunk/hwgui/gtk/gtkmain.prg
trunk/hwgui/gtk/hbrowse.prg
trunk/hwgui/gtk/hcheck.prg
trunk/hwgui/gtk/hcombo.prg
trunk/hwgui/gtk/hcontrol.prg
trunk/hwgui/gtk/hcwindow.prg
trunk/hwgui/gtk/hdialog.prg
trunk/hwgui/gtk/hedit.prg
trunk/hwgui/gtk/herrsys.prg
trunk/hwgui/gtk/hfrmtmpl.prg
trunk/hwgui/gtk/hgraph.prg
trunk/hwgui/gtk/hmonthc.prg
trunk/hwgui/gtk/hownbtn.prg
trunk/hwgui/gtk/hpanel.prg
trunk/hwgui/gtk/hprinter.prg
trunk/hwgui/gtk/hprogres.prg
trunk/hwgui/gtk/hradio.prg
trunk/hwgui/gtk/hsayimg.prg
trunk/hwgui/gtk/hsplit.prg
trunk/hwgui/gtk/htab.prg
trunk/hwgui/gtk/htimer.prg
trunk/hwgui/gtk/htool.prg
trunk/hwgui/gtk/hupdown.prg
trunk/hwgui/gtk/hwindow.prg
trunk/hwgui/gtk/menu.prg
trunk/hwgui/gtk/menu_c.c
trunk/hwgui/gtk/message.c
trunk/hwgui/gtk/misc.c
trunk/hwgui/gtk/samples/a.prg
trunk/hwgui/gtk/samples/dbview.prg
trunk/hwgui/gtk/samples/escrita.prg
trunk/hwgui/gtk/samples/example.xml
trunk/hwgui/gtk/samples/progbars.prg
trunk/hwgui/gtk/samples/testget2.prg
trunk/hwgui/gtk/samples/testget2.xml
trunk/hwgui/gtk/window.c
trunk/hwgui/gtk/wprint.c
trunk/hwgui/include/hwgcompat.ch
trunk/hwgui/samples/all/a.prg
trunk/hwgui/samples/all/test1.prg
trunk/hwgui/samples/barcode/barcode.xml
trunk/hwgui/samples/browse/BROWSE_3.PRG
trunk/hwgui/samples/browse/arbrow1.prg
trunk/hwgui/samples/browse/arbrow2.prg
trunk/hwgui/samples/browse/browse_1.prg
trunk/hwgui/samples/browse/browse_2.prg
trunk/hwgui/samples/browse/browse_4.prg
trunk/hwgui/samples/browse/colrbloc.prg
trunk/hwgui/samples/browse/testbrw.prg
trunk/hwgui/samples/browsefilter/browsefilter.prg
trunk/hwgui/samples/build/buildpelles.prg
trunk/hwgui/samples/combobox/combobox.prg
trunk/hwgui/samples/database/DemoDbf.prg
trunk/hwgui/samples/database/dbview.prg
trunk/hwgui/samples/get/testget1.prg
trunk/hwgui/samples/get/testget2.prg
trunk/hwgui/samples/get/testget3.prg
trunk/hwgui/samples/get/testget4.prg
trunk/hwgui/samples/graph/graph.prg
trunk/hwgui/samples/grid/grid_1.prg
trunk/hwgui/samples/grid/grid_2.prg
trunk/hwgui/samples/grid/grid_3.prg
trunk/hwgui/samples/grid/grid_4.prg
trunk/hwgui/samples/grid/grid_5.prg
trunk/hwgui/samples/grid/grid_6.prg
trunk/hwgui/samples/hbrun/hbrun.prg
trunk/hwgui/samples/hello/hello.prg
trunk/hwgui/samples/help/helpdemo.prg
trunk/hwgui/samples/hsplash/tstsplash.prg
trunk/hwgui/samples/hwedit/editor.prg
trunk/hwgui/samples/hwedit/pesqtext.prg
trunk/hwgui/samples/ini/testini.prg
trunk/hwgui/samples/ipadress/testip.prg
trunk/hwgui/samples/listbox/demohlist.prg
trunk/hwgui/samples/maximize/demomaximize.prg
trunk/hwgui/samples/mdichild/testmdichild.prg
trunk/hwgui/samples/menu/TestMenuBitmap.prg
trunk/hwgui/samples/monthcalendar/testhmonth.prg
trunk/hwgui/samples/mysql/hwmysql.prg
trunk/hwgui/samples/nicebutton/nice.prg
trunk/hwgui/samples/ole/hole.prg
trunk/hwgui/samples/ole/iesample.prg
trunk/hwgui/samples/printdos/tstprdos.prg
trunk/hwgui/samples/progressbar/progbars.prg
trunk/hwgui/samples/propsh/propsh.prg
trunk/hwgui/samples/rmchart/rmsample.prg
trunk/hwgui/samples/rtf/testrtf.prg
trunk/hwgui/samples/scrollbar/tstscrlbar.prg
trunk/hwgui/samples/spliter/testspli.prg
trunk/hwgui/samples/tab/TAB3.prg
trunk/hwgui/samples/tab/tab.prg
trunk/hwgui/samples/tab/tab3.xml
trunk/hwgui/samples/tools/calculator.prg
trunk/hwgui/samples/tools/hcalculator.prg
trunk/hwgui/samples/trackbar/trackbar.prg
trunk/hwgui/samples/trayicon/testtray.prg
trunk/hwgui/samples/tree/testsdi.prg
trunk/hwgui/samples/tree/testtree.prg
trunk/hwgui/samples/viewer/viewer.prg
trunk/hwgui/samples/winchild/testchild.prg
trunk/hwgui/samples/xml/testxml.prg
trunk/hwgui/source/activex/c_activex.c
trunk/hwgui/source/activex/h_activex.prg
trunk/hwgui/source/activex/hhtml.prg
trunk/hwgui/source/barcode.prg
trunk/hwgui/source/control.c
trunk/hwgui/source/dialog.c
trunk/hwgui/source/draw.c
trunk/hwgui/source/drawtext.c
trunk/hwgui/source/drawwidg.prg
trunk/hwgui/source/grid.c
trunk/hwgui/source/guimain.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/hcwindow.prg
trunk/hwgui/source/hdatepic.prg
trunk/hwgui/source/hdc.prg
trunk/hwgui/source/hdialog.prg
trunk/hwgui/source/hedit.prg
trunk/hwgui/source/herrsys.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/hprinter.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/hsplash.prg
trunk/hwgui/source/hsplit.prg
trunk/hwgui/source/htab.prg
trunk/hwgui/source/htimer.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/listbox.c
trunk/hwgui/source/media_c.c
trunk/hwgui/source/menu.prg
trunk/hwgui/source/menu_c.c
trunk/hwgui/source/message.c
trunk/hwgui/source/misc.c
trunk/hwgui/source/nice.c
trunk/hwgui/source/pager.c
trunk/hwgui/source/printdos.prg
trunk/hwgui/source/procmisc/hfrmtmpl.prg
trunk/hwgui/source/procmisc/procini.prg
trunk/hwgui/source/procmisc/procscri.prg
trunk/hwgui/source/procmisc/scrdebug.prg
trunk/hwgui/source/resource.c
trunk/hwgui/source/richedit.c
trunk/hwgui/source/shellapi.c
trunk/hwgui/source/theme.c
trunk/hwgui/source/tmci.prg
trunk/hwgui/source/window.c
trunk/hwgui/utils/dbc/commands.prg
trunk/hwgui/utils/dbc/dbchw.prg
trunk/hwgui/utils/dbc/modistru.prg
trunk/hwgui/utils/dbc/move.prg
trunk/hwgui/utils/dbc/query.prg
trunk/hwgui/utils/designer/blddesig.bat
trunk/hwgui/utils/designer/designer.iml
trunk/hwgui/utils/designer/designer.prg
trunk/hwgui/utils/designer/editor.prg
trunk/hwgui/utils/designer/extmodul.ch
trunk/hwgui/utils/designer/hctrl.prg
trunk/hwgui/utils/designer/hformgen.prg
trunk/hwgui/utils/designer/inspect.prg
trunk/hwgui/utils/designer/resource/f_hwgprg.prg
trunk/hwgui/utils/designer/resource/f_text.prg
trunk/hwgui/utils/designer/resource/r_text.prg
trunk/hwgui/utils/designer/resource/repwidg.xml
trunk/hwgui/utils/designer/resource/widgets.xml
trunk/hwgui/utils/designer/samples/FT/A.xml
trunk/hwgui/utils/designer/samples/FT/FIND_FV.XML
trunk/hwgui/utils/designer/samples/FT/FT.xml
trunk/hwgui/utils/designer/samples/barcode.xml
trunk/hwgui/utils/designer/samples/example.xml
trunk/hwgui/utils/designer/samples/saymoney.prg
trunk/hwgui/utils/designer/samples/saymoney.xml
trunk/hwgui/utils/designer/samples/test_bmp.xml
trunk/hwgui/utils/designer/samples/test_ctrl.xml
trunk/hwgui/utils/designer/samples/testdbf1.xml
trunk/hwgui/utils/designer/samples/testget1.xml
trunk/hwgui/utils/designer/samples/testget2.xml
trunk/hwgui/utils/designer/samples/xchgbmp.xml
trunk/hwgui/utils/designer/xmlrun/XMLRUN.prg
trunk/hwgui/utils/designer/xmlrun/sample.xml
trunk/hwgui/utils/hwmake/hwmake.prg
trunk/hwgui/utils/hwreport/example.prg
trunk/hwgui/utils/hwreport/hwreport.prg
trunk/hwgui/utils/hwreport/opensave.prg
trunk/hwgui/utils/hwreport/printrpt.prg
trunk/hwgui/utils/hwreport/propert.prg
trunk/hwgui/utils/hwreport/repexec.prg
Added Paths:
-----------
trunk/hwgui/include/gtkcompat.ch
|
|
From: <alk...@us...> - 2013-03-11 10:06:02
|
Revision: 2013
http://sourceforge.net/p/hwgui/code/2013
Author: alkresin
Date: 2013-03-11 10:06:00 +0000 (Mon, 11 Mar 2013)
Log Message:
-----------
2013-03-11 14:10 UTC+0300 Alexander Kresin <al...@be...>
* include\guilib.ch
* Prefixes for functions calls changed. I forget to add it while the last commit.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/include/guilib.ch
|
|
From: <alk...@us...> - 2013-03-12 06:31:27
|
Revision: 2014
http://sourceforge.net/p/hwgui/code/2014
Author: alkresin
Date: 2013-03-12 06:31:24 +0000 (Tue, 12 Mar 2013)
Log Message:
-----------
2013-03-12 10:30 UTC+0300 Alexander Kresin <al...@be...>
* source\draw.c
! Warning fixed.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/draw.c
|
|
From: <alk...@us...> - 2013-03-13 10:41:39
|
Revision: 2015
http://sourceforge.net/p/hwgui/code/2015
Author: alkresin
Date: 2013-03-13 10:41:37 +0000 (Wed, 13 Mar 2013)
Log Message:
-----------
2013-03-13 14:40 UTC+0300 Alexander Kresin <al...@be...>
* hcontrol.prg
* hpanel.prg
* hradio.prg
* Now you can set Anchor value in ON SIZE clause. If ON SIZE have the
numeric type value, it is assigned to :Anchor, if it is codeblock -
to the :bSize.
* guimain.prg
* hwg_MsgGet() is changed to show how to use ON SIZE and Anchor.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/guimain.prg
trunk/hwgui/source/hcontrol.prg
trunk/hwgui/source/hpanel.prg
trunk/hwgui/source/hradio.prg
|
|
From: <alk...@us...> - 2013-03-13 12:26:40
|
Revision: 2016
http://sourceforge.net/p/hwgui/code/2016
Author: alkresin
Date: 2013-03-13 12:26:37 +0000 (Wed, 13 Mar 2013)
Log Message:
-----------
2013-03-13 16:30 UTC+0300 Alexander Kresin <al...@be...>
* source\hbrowse.prg
* source\hdialog.prg
* HDialog now inherits from HWindow. This allows to simplify HDialog code,
to remove some data and methods, which are the same in HWindow
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/hbrowse.prg
trunk/hwgui/source/hdialog.prg
|
|
From: <alk...@us...> - 2013-03-13 16:07:29
|
Revision: 2017
http://sourceforge.net/p/hwgui/code/2017
Author: alkresin
Date: 2013-03-13 16:07:27 +0000 (Wed, 13 Mar 2013)
Log Message:
-----------
2013-03-13 20:05 UTC+0300 Alexander Kresin <al...@be...>
* source\hwindow.prg
* source\hdialog.prg
* WM_DESTROY handling is united for HWindow and HDialog
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/hdialog.prg
trunk/hwgui/source/hwindow.prg
|
|
From: <alk...@us...> - 2013-03-14 06:48:13
|
Revision: 2018
http://sourceforge.net/p/hwgui/code/2018
Author: alkresin
Date: 2013-03-14 06:47:59 +0000 (Thu, 14 Mar 2013)
Log Message:
-----------
2013-03-14 10:45 UTC+0300 Alexander Kresin <al...@be...>
* include\hwgcompat.ch
* source\control.c
* source\htree.prg
* hwg_Tree_getnotify, hwg_Tree_hittest, hwg_Tree_releasenode are renamed to
hwg_Treegetnotify, hwg_Treehittest, hwg_Treereleasenode just to be like
other hwg_tree* functions. These are internal functions and usually aren't
used in end programs.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/include/hwgcompat.ch
trunk/hwgui/source/control.c
trunk/hwgui/source/htree.prg
|
|
From: <om...@us...> - 2013-03-14 10:53:36
|
Revision: 2019
http://sourceforge.net/p/hwgui/code/2019
Author: omm
Date: 2013-03-14 10:53:33 +0000 (Thu, 14 Mar 2013)
Log Message:
-----------
2013-03-14 12:50 UTC+0200 Alexey Myronenko <m.oleksa/at/ukr.net>
* utils/designer/samples/example.prg
* utils/designer/samples/example2.prg
* prefix HWG_ added to sleep and shellabout
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/utils/designer/samples/example.prg
trunk/hwgui/utils/designer/samples/example2.prg
|
|
From: <alk...@us...> - 2013-03-17 10:05:34
|
Revision: 2020
http://sourceforge.net/p/hwgui/code/2020
Author: alkresin
Date: 2013-03-17 10:05:32 +0000 (Sun, 17 Mar 2013)
Log Message:
-----------
2013-03-17 14:10 UTC+0300 Alexander Kresin <al...@be...>
! source\hwindow.prg
! Small bug fixed, reported by Itamar M. Lins Jr.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/hwindow.prg
|
|
From: <alk...@us...> - 2013-03-19 12:06:44
|
Revision: 2021
http://sourceforge.net/p/hwgui/code/2021
Author: alkresin
Date: 2013-03-19 12:06:42 +0000 (Tue, 19 Mar 2013)
Log Message:
-----------
2013-03-19 16:05 UTC+0300 Alexander Kresin <al...@be...>
! source\procmisc\hfrmtmpl.prg
! Bug fixed with database alias in browse
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/procmisc/hfrmtmpl.prg
|