|
From: <alk...@us...> - 2013-07-18 07:48:25
|
Revision: 2152
http://sourceforge.net/p/hwgui/code/2152
Author: alkresin
Date: 2013-07-18 07:48:19 +0000 (Thu, 18 Jul 2013)
Log Message:
-----------
2013-07-18 11:48 UTC+0300 Alexander Kresin <al...@be...>
* source/gtk/drawwidg.prg
* source/gtk/hcwindow.prg
* source/gtk/misc.c
* source/winapi/drawwidg.prg
* Cleanup and formatting
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/gtk/drawwidg.prg
trunk/hwgui/source/gtk/hcwindow.prg
trunk/hwgui/source/gtk/misc.c
trunk/hwgui/source/winapi/drawwidg.prg
|
|
From: <alk...@us...> - 2013-07-18 08:28:58
|
Revision: 2153
http://sourceforge.net/p/hwgui/code/2153
Author: alkresin
Date: 2013-07-18 08:28:54 +0000 (Thu, 18 Jul 2013)
Log Message:
-----------
2013-07-18 12:30 UTC+0300 Alexander Kresin <al...@be...>
* source/gtk/htab.prg
* Cleanup
* source/common/editor/hcedit_l.c
! Bug fixed
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/editor/hcedit_l.c
trunk/hwgui/source/gtk/htab.prg
|
|
From: <alk...@us...> - 2013-07-18 09:58:37
|
Revision: 2154
http://sourceforge.net/p/hwgui/code/2154
Author: alkresin
Date: 2013-07-18 09:58:34 +0000 (Thu, 18 Jul 2013)
Log Message:
-----------
2013-07-18 14:00 UTC+0300 Alexander Kresin <al...@be...>
* source/gtk/drawtext.c
* source/common/editor/hcedit_l.c
! Small fixes
* source/winapi/rebar.prg
* Replaced by rebar.prg from 2.17
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/editor/hcedit_l.c
trunk/hwgui/source/gtk/drawtext.c
trunk/hwgui/source/winapi/hrebar.prg
|
|
From: <alk...@us...> - 2013-07-18 10:34:51
|
Revision: 2155
http://sourceforge.net/p/hwgui/code/2155
Author: alkresin
Date: 2013-07-18 10:34:49 +0000 (Thu, 18 Jul 2013)
Log Message:
-----------
2013-07-18 14:34 UTC+0300 Alexander Kresin <al...@be...>
* utils/debugger/hwgdebug.prg
* Few MENUITEM declarations are changed to MENUITEMCHECK to work better
in GTK version
! Handling of oText:lReadonly has been fixed.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/utils/debugger/hwgdebug.prg
|
|
From: <alk...@us...> - 2013-07-18 17:14:12
|
Revision: 2156
http://sourceforge.net/p/hwgui/code/2156
Author: alkresin
Date: 2013-07-18 17:14:09 +0000 (Thu, 18 Jul 2013)
Log Message:
-----------
2013-07-18 21:15 UTC+0300 Alexander Kresin <al...@be...>
* utils/debugger/hwgdebug.prg
* source/common/debugger/debugger.prg
* source/common/debugger/dbgconnect.prg
* Added record inspector - view the current record of an opened database
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/debug/dbgconnect.prg
trunk/hwgui/source/common/debug/debugger.prg
trunk/hwgui/utils/debugger/hwgdebug.prg
|
|
From: <alk...@us...> - 2013-07-19 05:21:08
|
Revision: 2157
http://sourceforge.net/p/hwgui/code/2157
Author: alkresin
Date: 2013-07-19 05:21:04 +0000 (Fri, 19 Jul 2013)
Log Message:
-----------
2013-07-19 09:20 UTC+0300 Alexander Kresin <al...@be...>
* utils/debugger/hwgdebug.prg
* source/common/debugger/debugger.prg
* source/common/debugger/dbgconnect.prg
* Added view of static variables
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/debug/dbgconnect.prg
trunk/hwgui/source/common/debug/debugger.prg
trunk/hwgui/utils/debugger/hwgdebug.prg
|
|
From: <alk...@us...> - 2013-07-19 06:24:09
|
Revision: 2158
http://sourceforge.net/p/hwgui/code/2158
Author: alkresin
Date: 2013-07-19 06:24:07 +0000 (Fri, 19 Jul 2013)
Log Message:
-----------
2013-07-19 10:23 UTC+0300 Alexander Kresin <al...@be...>
* utils/debugger/hwgdebug.prg
* source/common/debugger/debugger.prg
* source/common/debugger/dbgconnect.prg
* Added object inspector - it is opened, if you double click or
press ENTER on a line with an object variable in variables list.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/debug/dbgconnect.prg
trunk/hwgui/source/common/debug/debugger.prg
trunk/hwgui/utils/debugger/hwgdebug.prg
|
|
From: <alk...@us...> - 2013-07-19 08:36:57
|
Revision: 2159
http://sourceforge.net/p/hwgui/code/2159
Author: alkresin
Date: 2013-07-19 08:36:53 +0000 (Fri, 19 Jul 2013)
Log Message:
-----------
2013-07-19 12:35 UTC+0300 Alexander Kresin <al...@be...>
* utils/debugger/hwgdebug.prg
* source/common/debugger/debugger.prg
* Added possibility to input commands in the edit window for expression.
The first letter of a command is ':'. For now two commands have been added:
:inspect and :record, you may input any number of letters of a command
( :i for example ).
:inspect objname - inspect an object <objname>
:record cAlias - inspect a current record of a table with alias <cAlias>,
if cAlias is empty, the current workarea will be used.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/debug/debugger.prg
trunk/hwgui/utils/debugger/hwgdebug.prg
|
|
From: <alk...@us...> - 2013-07-19 10:22:21
|
Revision: 2160
http://sourceforge.net/p/hwgui/code/2160
Author: alkresin
Date: 2013-07-19 10:22:19 +0000 (Fri, 19 Jul 2013)
Log Message:
-----------
2013-07-19 14:22 UTC+0300 Alexander Kresin <al...@be...>
* source/winapi/drawwidg.prg
* source/gtk/drawwidg.prg
* Class variable :cPath added to HBitmap and HIcon classes
as default path to bitmaps and icons
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/gtk/drawwidg.prg
trunk/hwgui/source/winapi/drawwidg.prg
|
|
From: <alk...@us...> - 2013-07-19 10:49:07
|
Revision: 2161
http://sourceforge.net/p/hwgui/code/2161
Author: alkresin
Date: 2013-07-19 10:49:05 +0000 (Fri, 19 Jul 2013)
Log Message:
-----------
2013-07-19 14:50 UTC+0300 Alexander Kresin <al...@be...>
* Whatsnew.txt
* Just few words about release 2.18
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/whatsnew.txt
|
|
From: <alk...@us...> - 2013-07-21 07:52:48
|
Revision: 2162
http://sourceforge.net/p/hwgui/code/2162
Author: alkresin
Date: 2013-07-21 07:52:46 +0000 (Sun, 21 Jul 2013)
Log Message:
-----------
2013-07-21 11:50 UTC+0300 Alexander Kresin <al...@be...>
* utils/debugger/bld.bat
* utils/debugger/bld_hbmk.bat
* samples/hbmk.bat
! Small fixes
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/samples/hbmk.bat
trunk/hwgui/utils/debugger/bld.bat
trunk/hwgui/utils/debugger/bld_hbmk.bat
|
|
From: <alk...@us...> - 2013-07-22 08:22:30
|
Revision: 2163
http://sourceforge.net/p/hwgui/code/2163
Author: alkresin
Date: 2013-07-22 08:22:25 +0000 (Mon, 22 Jul 2013)
Log Message:
-----------
2013-07-22 12:20 UTC+0300 Alexander Kresin <al...@be...>
* utils/debugger/readme.rus
* utils/debugger/readme.eng
* Debugger description has been updated.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/utils/debugger/readme.eng
trunk/hwgui/utils/debugger/readme.rus
|
|
From: <alk...@us...> - 2013-07-22 11:34:44
|
Revision: 2164
http://sourceforge.net/p/hwgui/code/2164
Author: alkresin
Date: 2013-07-22 11:34:42 +0000 (Mon, 22 Jul 2013)
Log Message:
-----------
2013-07-22 15:35 UTC+0300 Alexander Kresin <al...@be...>
* source/winapi/hcwindow.prg
* source/winapi/hwindow.prg
! Fixes, related to pointers usage
* utils/dbc/dbchw.rc
! Paths to the bitmaps fixed
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/winapi/hcwindow.prg
trunk/hwgui/source/winapi/hwindow.prg
trunk/hwgui/utils/dbc/dbchw.rc
|
|
From: <alk...@us...> - 2013-07-22 12:28:36
|
Revision: 2165
http://sourceforge.net/p/hwgui/code/2165
Author: alkresin
Date: 2013-07-22 12:28:34 +0000 (Mon, 22 Jul 2013)
Log Message:
-----------
2013-07-22 16:30 UTC+0300 Alexander Kresin <al...@be...>
* source/common/debugger/debugger.prg
* source/common/debugger/dbgconnect.prg
* Added code, which sends to debugger array content.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/debug/dbgconnect.prg
trunk/hwgui/source/common/debug/debugger.prg
|
|
From: <alk...@us...> - 2013-07-23 07:49:37
|
Revision: 2166
http://sourceforge.net/p/hwgui/code/2166
Author: alkresin
Date: 2013-07-23 07:49:31 +0000 (Tue, 23 Jul 2013)
Log Message:
-----------
2013-07-23 11:48 UTC+0300 Alexander Kresin <al...@be...>
* source/common/debugger/debugger.prg
* source/common/debugger/dbgconnect.prg
* utils/debugger/hwgdebug.prg
* Array inspector has been added
* utils/debugger/readme.rus
* utils/debugger/readme.eng
* Debugger description has been updated.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/debug/dbgconnect.prg
trunk/hwgui/source/common/debug/debugger.prg
trunk/hwgui/utils/debugger/hwgdebug.prg
trunk/hwgui/utils/debugger/readme.eng
trunk/hwgui/utils/debugger/readme.rus
|
|
From: <alk...@us...> - 2013-07-23 09:34:58
|
Revision: 2167
http://sourceforge.net/p/hwgui/code/2167
Author: alkresin
Date: 2013-07-23 09:34:57 +0000 (Tue, 23 Jul 2013)
Log Message:
-----------
2013-07-23 13:35 UTC+0300 Alexander Kresin <al...@be...>
* utils/debugger/protocol.txt
* Description updated
* source/common/editor/hcedit_l.c
! Some fixes
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/editor/hcedit_l.c
trunk/hwgui/utils/debugger/protocol.txt
|
|
From: <alk...@us...> - 2013-07-23 11:40:17
|
Revision: 2168
http://sourceforge.net/p/hwgui/code/2168
Author: alkresin
Date: 2013-07-23 11:40:15 +0000 (Tue, 23 Jul 2013)
Log Message:
-----------
2013-07-23 15:40 UTC+0300 Alexander Kresin <al...@be...>
* source/common/procmisc/procs7.prg
* AddPath() function added
* source/winapi/drawwidg.prg
* source/gtk/drawwidg.prg
* AddPath() replaces few lines of code
* source/winapi/htree.prg
* source/gtk/htree.prg
* htree now respects the HBitmap():cPath setting
* utils/tutorial/bld.bat
* utils/tutorial/bldgw.bat
* utils/tutorial/tutor.prg
* utils/tutorial/tutor_eng.xml
- utils/tutorial/tutor.rc
* Bitmaps handling is changed to get rid of the resource file tutor.rc
( to make the tutorial gtk compatible ).
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/procmisc/procs7.prg
trunk/hwgui/source/gtk/drawwidg.prg
trunk/hwgui/source/gtk/htree.prg
trunk/hwgui/source/winapi/drawwidg.prg
trunk/hwgui/source/winapi/htree.prg
trunk/hwgui/utils/tutorial/bld.bat
trunk/hwgui/utils/tutorial/bldgw.bat
trunk/hwgui/utils/tutorial/tutor.prg
trunk/hwgui/utils/tutorial/tutor_eng.xml
Removed Paths:
-------------
trunk/hwgui/utils/tutorial/tutor.rc
|
|
From: <alk...@us...> - 2013-07-23 12:48:42
|
Revision: 2169
http://sourceforge.net/p/hwgui/code/2169
Author: alkresin
Date: 2013-07-23 12:48:38 +0000 (Tue, 23 Jul 2013)
Log Message:
-----------
2013-07-23 16:50 UTC+0300 Alexander Kresin <al...@be...>
* source/gtk/gtkmain.prg
* include/hwgextern.ch
* utils/tutorial/tutor.prg
* Some changes for gtk version compatibility
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/include/hwgextern.ch
trunk/hwgui/source/gtk/gtkmain.prg
trunk/hwgui/utils/tutorial/tutor.prg
|
|
From: <alk...@us...> - 2013-07-24 08:06:45
|
Revision: 2170
http://sourceforge.net/p/hwgui/code/2170
Author: alkresin
Date: 2013-07-24 08:06:40 +0000 (Wed, 24 Jul 2013)
Log Message:
-----------
2013-07-24 12:10 UTC+0300 Alexander Kresin <al...@be...>
* utils/tutorial/tutor.prg
* Some changes for gtk version compatibility
* utils/debugger/readme.rus
* utils/debugger/readme.eng
* Debugger description has been updated.
* source/gtk/drawwidg.prg
! Small fix
* source/gtk/hcwindow.prg
* source/gtk/hcontrol.prg
* source/winapi/hcwindow.prg
* source/winapi/hcontrol.prg
* SetColor() method moved from HControl to HCustomWindow for compatibility
with 2.17
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/gtk/drawwidg.prg
trunk/hwgui/source/gtk/hcontrol.prg
trunk/hwgui/source/gtk/hcwindow.prg
trunk/hwgui/source/winapi/hcontrol.prg
trunk/hwgui/source/winapi/hcwindow.prg
trunk/hwgui/utils/debugger/readme.eng
trunk/hwgui/utils/debugger/readme.rus
trunk/hwgui/utils/tutorial/tutor.prg
|
|
From: <alk...@us...> - 2013-07-24 10:23:21
|
Revision: 2171
http://sourceforge.net/p/hwgui/code/2171
Author: alkresin
Date: 2013-07-24 10:23:19 +0000 (Wed, 24 Jul 2013)
Log Message:
-----------
2013-07-24 14:24 UTC+0300 Alexander Kresin <al...@be...>
* source/common/editor/hcedit_l.c
* source/common/editor/hcedit_w.c
* source/common/editor/hcedit.prg
* Handling of keyboard focus fixed for gtk version
* utils/tutorial/tutor.prg
* Some changes for gtk version compatibility
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/utils/tutorial/tutor.prg
|
|
From: <alk...@us...> - 2013-07-24 11:52:44
|
Revision: 2172
http://sourceforge.net/p/hwgui/code/2172
Author: alkresin
Date: 2013-07-24 11:52:43 +0000 (Wed, 24 Jul 2013)
Log Message:
-----------
2013-07-24 15:52 UTC+0300 Alexander Kresin <al...@be...>
* include/hwg_extctrl.ch
* hwg_SetCtrlName() added to the BUTTONEX command
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/include/hwg_extctrl.ch
|
|
From: <alk...@us...> - 2013-07-24 13:06:37
|
Revision: 2173
http://sourceforge.net/p/hwgui/code/2173
Author: alkresin
Date: 2013-07-24 13:06:35 +0000 (Wed, 24 Jul 2013)
Log Message:
-----------
2013-07-24 17:06 UTC+0300 Alexander Kresin <al...@be...>
* source/common/editor/hcedit.prg
! Some fixes
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/editor/hcedit.prg
|
|
From: <alk...@us...> - 2013-07-25 06:59:09
|
Revision: 2174
http://sourceforge.net/p/hwgui/code/2174
Author: alkresin
Date: 2013-07-25 06:59:06 +0000 (Thu, 25 Jul 2013)
Log Message:
-----------
2013-07-25 10:58 UTC+0300 Alexander Kresin <al...@be...>
* contrib/ext_controls/hctrlex.prg
! A number of fixes. Now bitmaps and icons are painted on a button,
theme is respected.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/contrib/ext_controls/hctrlex.prg
|
|
From: <alk...@us...> - 2013-07-25 07:28:26
|
Revision: 2175
http://sourceforge.net/p/hwgui/code/2175
Author: alkresin
Date: 2013-07-25 07:28:23 +0000 (Thu, 25 Jul 2013)
Log Message:
-----------
2013-07-25 11:28 UTC+0300 Alexander Kresin <al...@be...>
* source/common/editor/hcedit.prg
! Bug fixed in handling of Shift+Up, Shift+Down
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/editor/hcedit.prg
|
|
From: <alk...@us...> - 2013-07-25 11:01:41
|
Revision: 2176
http://sourceforge.net/p/hwgui/code/2176
Author: alkresin
Date: 2013-07-25 11:01:38 +0000 (Thu, 25 Jul 2013)
Log Message:
-----------
2013-07-25 15:00 UTC+0300 Alexander Kresin <al...@be...>
* source/common/editor/hcedit.prg
! Few bugs fixed
* utils/tutorial/tutor.prg
* utils/tutorial/tutor_eng.xml
* utils/tutorial/hwgrun.prg
* Some changes for gtk version
+ utils/debugger/build.sh
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/samples/gtk_samples/build.sh
trunk/hwgui/source/common/editor/hcedit.prg
trunk/hwgui/utils/tutorial/hwgrun.prg
trunk/hwgui/utils/tutorial/tutor.prg
trunk/hwgui/utils/tutorial/tutor_eng.xml
Added Paths:
-----------
trunk/hwgui/utils/debugger/build.sh
|