|
From: <alk...@us...> - 2013-11-26 14:54:12
|
Revision: 2202
http://sourceforge.net/p/hwgui/code/2202
Author: alkresin
Date: 2013-11-26 14:54:10 +0000 (Tue, 26 Nov 2013)
Log Message:
-----------
2013-11-26 18:55 UTC+0300 Alexander Kresin <al...@be...>
- source/common/procmisc/Makefile
- source/common/xml/Makefile
- redundant files removed
Modified Paths:
--------------
trunk/hwgui/Changelog
Removed Paths:
-------------
trunk/hwgui/source/common/procmisc/Makefile
trunk/hwgui/source/common/xml/Makefile
|
|
From: <alk...@us...> - 2013-11-27 11:52:46
|
Revision: 2203
http://sourceforge.net/p/hwgui/code/2203
Author: alkresin
Date: 2013-11-27 11:52:44 +0000 (Wed, 27 Nov 2013)
Log Message:
-----------
2013-11-27 15:52 UTC+0300 Alexander Kresin <al...@be...>
* source/gtk/htimer.prg
* source/winapi/htimer.prg
* Added :interval functionality for compatibility with 2.17
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/gtk/htimer.prg
trunk/hwgui/source/winapi/htimer.prg
|
|
From: <alk...@us...> - 2013-11-28 10:04:37
|
Revision: 2204
http://sourceforge.net/p/hwgui/code/2204
Author: alkresin
Date: 2013-11-28 10:04:35 +0000 (Thu, 28 Nov 2013)
Log Message:
-----------
2013-11-28 14:05 UTC+0300 Alexander Kresin <al...@be...>
* utils/debugger/hwgdebug.prg
* Method declarations ( between CLASS and ENDCLASS ) no more listed in functions list.
Version number changed to 2.03
* utils/debugger/readme.eng
* utils/debugger/readme.rus
* Docs updated
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/utils/debugger/hwgdebug.prg
trunk/hwgui/utils/debugger/readme.eng
trunk/hwgui/utils/debugger/readme.rus
|
|
From: <alk...@us...> - 2013-11-28 10:47:15
|
Revision: 2205
http://sourceforge.net/p/hwgui/code/2205
Author: alkresin
Date: 2013-11-28 10:47:14 +0000 (Thu, 28 Nov 2013)
Log Message:
-----------
2013-11-28 14:47 UTC+0300 Alexander Kresin <al...@be...>
* utils/debugger/hwgdebug.prg
! Small fix
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/utils/debugger/hwgdebug.prg
|
|
From: <alk...@us...> - 2013-12-03 07:37:40
|
Revision: 2206
http://sourceforge.net/p/hwgui/code/2206
Author: alkresin
Date: 2013-12-03 07:37:37 +0000 (Tue, 03 Dec 2013)
Log Message:
-----------
2013-12-03 11:37 UTC+0300 Alexander Kresin <al...@be...>
* source/winapi/windows.c
* New function added, hwg_SendMessPtr(), it is the same as
hwg_SendMessage(), but returns pointer instead of number
* source/winapi/hwindow.prg
! HMainWIndow():GetMdiActive() fixed.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/winapi/hwindow.prg
trunk/hwgui/source/winapi/window.c
|
|
From: <alk...@us...> - 2013-12-06 06:03:19
|
Revision: 2207
http://sourceforge.net/p/hwgui/code/2207
Author: alkresin
Date: 2013-12-06 06:03:14 +0000 (Fri, 06 Dec 2013)
Log Message:
-----------
2013-12-06 10:00 UTC+0300 Alexander Kresin <al...@be...>
+ contrib/ext_controls/hrectex.prg
+ Added file from 2.17 with HContainer implementation
() the class is renamed to HContainerEx
* include/hwg_extctrl.ch
* Added SAY EXTENDED and CONTAINER commands
* source/winapi/hrect.prg
! Small fixes
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/contrib/makefile.bc
trunk/hwgui/include/hwg_extctrl.ch
trunk/hwgui/source/winapi/hrect.prg
Added Paths:
-----------
trunk/hwgui/contrib/ext_controls/hrectex.prg
|
|
From: <alk...@us...> - 2013-12-06 10:16:37
|
Revision: 2209
http://sourceforge.net/p/hwgui/code/2209
Author: alkresin
Date: 2013-12-06 10:16:32 +0000 (Fri, 06 Dec 2013)
Log Message:
-----------
2013-12-06 14:15 UTC+0300 Alexander Kresin <al...@be...>
* include/guilib.ch
! Small fix
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/include/guilib.ch
|
|
From: <alk...@us...> - 2013-12-10 09:58:49
|
Revision: 2210
http://sourceforge.net/p/hwgui/code/2210
Author: alkresin
Date: 2013-12-10 09:58:47 +0000 (Tue, 10 Dec 2013)
Log Message:
-----------
2013-12-10 14:00 UTC+0300 Alexander Kresin <al...@be...>
* contrib/misc/miscfunc.prg
* two functions added from 2.17: hwg_TxtRect() and hwg_SetAll()
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/contrib/misc/miscfunc.prg
|
|
From: <alk...@us...> - 2014-01-16 09:45:54
|
Revision: 2211
http://sourceforge.net/p/hwgui/code/2211
Author: alkresin
Date: 2014-01-16 09:45:49 +0000 (Thu, 16 Jan 2014)
Log Message:
-----------
2014-01-16 13:25 UTC+0300 Alexander Kresin <al...@be...>
* source/winapi/hedit.prg
! bKeydown handling fixed ( bug, reported by Paulo Flecha )
* source/winapi/hfrmtmpl.prg
! problem with duplex printing fixed
* source/common/editor/hcedit_l.c
* source/common/editor/hcedit_w.c
* Max line size is increased from 256 to 1024
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/editor/hcedit_l.c
trunk/hwgui/source/common/editor/hcedit_w.c
trunk/hwgui/source/winapi/hedit.prg
trunk/hwgui/source/winapi/hfrmtmpl.prg
|
|
From: <alk...@us...> - 2014-01-16 11:24:20
|
Revision: 2212
http://sourceforge.net/p/hwgui/code/2212
Author: alkresin
Date: 2014-01-16 11:24:17 +0000 (Thu, 16 Jan 2014)
Log Message:
-----------
2014-01-16 15:12 UTC+0300 Alexander Kresin <al...@be...>
* source/winapi/hprogres.prg
! Removed tracing code
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/winapi/hprogres.prg
|
|
From: <alk...@us...> - 2014-01-17 10:14:33
|
Revision: 2213
http://sourceforge.net/p/hwgui/code/2213
Author: alkresin
Date: 2014-01-17 10:14:30 +0000 (Fri, 17 Jan 2014)
Log Message:
-----------
2014-01-17 14:15 UTC+0300 Alexander Kresin <al...@be...>
* source/winapi/hcombo.prg
* Combobox control can accept now multidimensional arrays.
The :Getvalue() method is changed to be possible to return other array items,
for example:
Local aItems := { { "First", "Num 1", 1 }, { "Second", "Num 2", 2 } }
...
@ 10,10 COMBOBOX oCombo ITEMS aItems ... TEXT
...
someVar1 := oCombo:GetValue() // "First"
someVar2 := oCombo:GetValue(2) // "NUM 1"
someVar3 := oCombo:GetValue(3) // 1
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/winapi/hcombo.prg
|
|
From: <alk...@us...> - 2014-01-18 11:20:08
|
Revision: 2214
http://sourceforge.net/p/hwgui/code/2214
Author: alkresin
Date: 2014-01-18 11:20:05 +0000 (Sat, 18 Jan 2014)
Log Message:
-----------
2014-01-18 13:30 UTC+0300 Alexander Kresin <al...@be...>
* source/winapi/hfrmtmpl.prg
* onDlgInit works now for main windows
+ samples/hwgui_xp.rc
* samples/hbmk.bat
* WindowsXP.Manifest is now linked, if you use the hbmk
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/samples/hbmk.bat
trunk/hwgui/source/winapi/hfrmtmpl.prg
Added Paths:
-----------
trunk/hwgui/samples/hwgui_xp.rc
|
|
From: <alk...@us...> - 2014-01-18 17:18:02
|
Revision: 2215
http://sourceforge.net/p/hwgui/code/2215
Author: alkresin
Date: 2014-01-18 17:17:59 +0000 (Sat, 18 Jan 2014)
Log Message:
-----------
2014-01-18 21:18 UTC+0300 Alexander Kresin <al...@be...>
* include/guilib.ch
* build number is increased to 2
* INIT WINDOW ... MAIN
COLOR clause is renamed to SYSCOLOR ( it is followed by the system
color value, COLOR_3DLIGHT, for example ).
New COLOR clause added, it is the integer value, as for colors in controls
EXCLUDE clause added, it is followed by the styles, which must be excluded
from default. For example, to create a window without the maximize box,
specify EXCLUDE WS_MAXIMIZEBOX
* INIT WINDOW ... MDICHILD
* INIT WINDOW ... CHILD
New COLOR clause added, the same as in INIT WINDOW ... MAIN
* source/winapi/hdialog.prg
* some formatting
* source/winapi/hwindow.prg
* source/winapi/window.c
* some changes due to new clauses
* source/winapi/hfrmtmpl.prg
* utils/designer/resource/widgets.xml
* "backcolor" property added for the form
* utils/designer/samples/example.prg
* small changes
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/include/guilib.ch
trunk/hwgui/source/winapi/hdialog.prg
trunk/hwgui/source/winapi/hfrmtmpl.prg
trunk/hwgui/source/winapi/hwindow.prg
trunk/hwgui/source/winapi/window.c
trunk/hwgui/utils/designer/resource/widgets.xml
trunk/hwgui/utils/designer/samples/example.prg
|
|
From: <alk...@us...> - 2014-01-20 06:25:54
|
Revision: 2216
http://sourceforge.net/p/hwgui/code/2216
Author: alkresin
Date: 2014-01-20 06:25:46 +0000 (Mon, 20 Jan 2014)
Log Message:
-----------
2014-01-20 10:25 UTC+0300 Alexander Kresin <al...@be...>
* samples/
* COLOR clause is chenged to SYSCOLOR in sample prgs, where it
present in main window declaration.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/samples/a.prg
trunk/hwgui/samples/graph.prg
trunk/hwgui/samples/hello.prg
trunk/hwgui/samples/hole.prg
trunk/hwgui/samples/shadebtn.prg
trunk/hwgui/samples/testsdi.prg
trunk/hwgui/samples/testspli.prg
trunk/hwgui/samples/testxml.prg
trunk/hwgui/samples/trackbar.prg
trunk/hwgui/samples/tstscrlbar.prg
trunk/hwgui/utils/hwreport/hwreport.prg
|
|
From: <alk...@us...> - 2014-01-24 10:59:47
|
Revision: 2217
http://sourceforge.net/p/hwgui/code/2217
Author: alkresin
Date: 2014-01-24 10:59:44 +0000 (Fri, 24 Jan 2014)
Log Message:
-----------
2014-01-24 15:00 UTC+0300 Alexander Kresin <al...@be...>
* source/winapi/hwindow.prg
* source/gtk/hwindow.prg
* EvalKeyList() method passes the control object to codeblock now,
as it was before the changes in key events handling
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/gtk/hwindow.prg
trunk/hwgui/source/winapi/hwindow.prg
|
|
From: <alk...@us...> - 2014-01-30 09:41:26
|
Revision: 2218
http://sourceforge.net/p/hwgui/code/2218
Author: alkresin
Date: 2014-01-30 09:41:24 +0000 (Thu, 30 Jan 2014)
Log Message:
-----------
2014-01-30 13:42 UTC+0300 Alexander Kresin <al...@be...>
* source/winapi/hedit.prg
! Small fix by Paulo Flecha
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/winapi/hedit.prg
|
|
From: <alk...@us...> - 2014-02-04 07:05:33
|
Revision: 2219
http://sourceforge.net/p/hwgui/code/2219
Author: alkresin
Date: 2014-02-04 07:05:31 +0000 (Tue, 04 Feb 2014)
Log Message:
-----------
2014-02-04 11:05 UTC+0300 Alexander Kresin <al...@be...>
* samples/dbview.prg
* samples/gtk_samples/dbview.prg
! A bug fixed.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/samples/dbview.prg
trunk/hwgui/samples/gtk_samples/dbview.prg
|
|
From: <alk...@us...> - 2014-02-04 11:22:09
|
Revision: 2220
http://sourceforge.net/p/hwgui/code/2220
Author: alkresin
Date: 2014-02-04 11:22:06 +0000 (Tue, 04 Feb 2014)
Log Message:
-----------
2014-02-04 15:22 UTC+0300 Alexander Kresin <al...@be...>
* source/gtk/commond.c
* GTK version of hwg_selectfile() accepts now a path to opened file
( third parameter )
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/gtk/commond.c
|
|
From: <alk...@us...> - 2014-02-05 12:48:41
|
Revision: 2221
http://sourceforge.net/p/hwgui/code/2221
Author: alkresin
Date: 2014-02-05 12:48:39 +0000 (Wed, 05 Feb 2014)
Log Message:
-----------
2014-02-05 16:48 UTC+0300 Alexander Kresin <al...@be...>
* utils/designer/designer.prg
* utils/designer/editor.prg
* utils/designer/hctrl.prg
* utils/designer/hformgen.prg
* utils/designer/inspect.prg
! Warnings fixed
* Some modifications for GTK version
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/utils/designer/designer.prg
trunk/hwgui/utils/designer/editor.prg
trunk/hwgui/utils/designer/hctrl.prg
trunk/hwgui/utils/designer/hformgen.prg
trunk/hwgui/utils/designer/inspect.prg
|
|
From: <alk...@us...> - 2014-02-06 08:22:53
|
Revision: 2222
http://sourceforge.net/p/hwgui/code/2222
Author: alkresin
Date: 2014-02-06 08:22:50 +0000 (Thu, 06 Feb 2014)
Log Message:
-----------
2014-02-06 12:20 UTC+0300 Alexander Kresin <al...@be...>
* utils/designer/designer.prg
* utils/designer/hformgen.prg
* utils/designer/inspect.prg
* Some more modifications for GTK version
* source/gtk/misc.c
* hwg_GetDeviceArea() added
- utils/designer/samples/test_ctrl.xml
- Buggy test removed
* utils/designer/samples/example.xml
* small changes
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/gtk/misc.c
trunk/hwgui/utils/designer/designer.prg
trunk/hwgui/utils/designer/hformgen.prg
trunk/hwgui/utils/designer/inspect.prg
trunk/hwgui/utils/designer/samples/example.xml
Removed Paths:
-------------
trunk/hwgui/utils/designer/samples/test_ctrl.xml
|
|
From: <alk...@us...> - 2014-02-06 11:14:30
|
Revision: 2223
http://sourceforge.net/p/hwgui/code/2223
Author: alkresin
Date: 2014-02-06 11:14:28 +0000 (Thu, 06 Feb 2014)
Log Message:
-----------
2014-02-06 15:14 UTC+0300 Alexander Kresin <al...@be...>
* source/gtk/commond.c
* hwg_SelectFont() - Title of a dialog is a second parameter now
* source/gtk/drawwidg.prg
* HFont():Select() - second parameter added - the title of a dialog
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/gtk/commond.c
trunk/hwgui/source/gtk/drawwidg.prg
|
|
From: <alk...@us...> - 2014-04-03 07:45:36
|
Revision: 2224
http://sourceforge.net/p/hwgui/code/2224
Author: alkresin
Date: 2014-04-03 07:45:33 +0000 (Thu, 03 Apr 2014)
Log Message:
-----------
2014-04-03 11:45 UTC+0300 Alexander Kresin <al...@be...>
* source/winapi/herrsys.prg
* Small changes to prevent appearing of multiply error boxes.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/winapi/herrsys.prg
|
|
From: <alk...@us...> - 2014-04-03 12:32:40
|
Revision: 2225
http://sourceforge.net/p/hwgui/code/2225
Author: alkresin
Date: 2014-04-03 12:32:38 +0000 (Thu, 03 Apr 2014)
Log Message:
-----------
2014-04-03 16:32 UTC+0300 Alexander Kresin <al...@be...>
* whatsnew.txt
* Added info for build 2
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/whatsnew.txt
|
|
From: <alk...@us...> - 2014-04-04 11:06:23
|
Revision: 2226
http://sourceforge.net/p/hwgui/code/2226
Author: alkresin
Date: 2014-04-04 11:06:19 +0000 (Fri, 04 Apr 2014)
Log Message:
-----------
2014-04-04 15:05 UTC+0300 Alexander Kresin <al...@be...>
* source/common/editor/hcedit.prg
* source/common/editor/hcedit_l.c
* source/common/editor/hcedit_w.c
* Editor works now in wrap mode
* source/common/editor/hilight.prg
* Formatted
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/editor/hcedit.prg
trunk/hwgui/source/common/editor/hcedit_l.c
trunk/hwgui/source/common/editor/hcedit_w.c
trunk/hwgui/source/common/editor/hilight.prg
|
|
From: <alk...@us...> - 2014-04-07 12:39:43
|
Revision: 2227
http://sourceforge.net/p/hwgui/code/2227
Author: alkresin
Date: 2014-04-07 12:39:41 +0000 (Mon, 07 Apr 2014)
Log Message:
-----------
2014-04-07 16:40 UTC+0300 Alexander Kresin <al...@be...>
* source/common/editor/hcedit.prg
* source/common/editor/hilight.prg
* Some code is rewritten to separate highliting from the editor and to
place all text manipulations in two methods: :InsText() and :DelText()
* Undo is implemented
* utils/debugger/hwgdebug.prg
* Small fix due to the changes in editor
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/editor/hcedit.prg
trunk/hwgui/source/common/editor/hilight.prg
trunk/hwgui/utils/debugger/hwgdebug.prg
|