|
From: <alk...@us...> - 2013-07-25 12:05:52
|
Revision: 2177
http://sourceforge.net/p/hwgui/code/2177
Author: alkresin
Date: 2013-07-25 12:05:51 +0000 (Thu, 25 Jul 2013)
Log Message:
-----------
2013-07-25 16:05 UTC+0300 Alexander Kresin <al...@be...>
* samples/gtk_samples/build.sh
* utils/debugger/build.sh
* scripts changed, they are made now as source/gtk/Makefile.linux -
you need to set or comment the HB_ROOT variable only.
+ utils/tutorial/build.sh
+ script added to build tutorial gtk version
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/samples/gtk_samples/build.sh
trunk/hwgui/utils/debugger/build.sh
Added Paths:
-----------
trunk/hwgui/utils/tutorial/build.sh
|
|
From: <alk...@us...> - 2013-07-26 07:43:59
|
Revision: 2178
http://sourceforge.net/p/hwgui/code/2178
Author: alkresin
Date: 2013-07-26 07:43:52 +0000 (Fri, 26 Jul 2013)
Log Message:
-----------
2013-07-26 11:44 UTC+0300 Alexander Kresin <al...@be...>
* source/common/editor/hcedit.prg
! Few bugs fixed
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/editor/hcedit.prg
|
|
From: <alk...@us...> - 2013-07-26 09:54:29
|
Revision: 2179
http://sourceforge.net/p/hwgui/code/2179
Author: alkresin
Date: 2013-07-26 09:54:26 +0000 (Fri, 26 Jul 2013)
Log Message:
-----------
2013-07-26 13:55 UTC+0300 Alexander Kresin <al...@be...>
* source/common/editor/hcedit.prg
! Yet another bug fixed
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/editor/hcedit.prg
|
|
From: <alk...@us...> - 2013-07-26 11:26:20
|
Revision: 2180
http://sourceforge.net/p/hwgui/code/2180
Author: alkresin
Date: 2013-07-26 11:26:18 +0000 (Fri, 26 Jul 2013)
Log Message:
-----------
2013-07-26 15:28 UTC+0300 Alexander Kresin <al...@be...>
* source/winapi/dialog.c
* hwg_exitproc() moved to window.c
* source/winapi/hbrowse.prg
* source/winapi/hedit.prg
* Removed code, which processed the :keylist
* source/winapi/hcwindow.prg
* source/winapi/hdialog.prg
* exit procedure moved from dialog.prg to hcwindow.prg
* source/winapi/htool.prg
* removed htoolbarex temporarily
* source/winapi/hwindow.prg
* source/winapi/window.c
* Added code, which implements processing of hot keys, which are
set by SET KEY command or hwg_SetDlgKey() function.
It is done now via the hook procedure and works independently of
the current control type.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/winapi/dialog.c
trunk/hwgui/source/winapi/hbrowse.prg
trunk/hwgui/source/winapi/hcwindow.prg
trunk/hwgui/source/winapi/hdialog.prg
trunk/hwgui/source/winapi/hedit.prg
trunk/hwgui/source/winapi/htool.prg
trunk/hwgui/source/winapi/hwindow.prg
trunk/hwgui/source/winapi/window.c
|
|
From: <alk...@us...> - 2013-07-29 07:35:13
|
Revision: 2181
http://sourceforge.net/p/hwgui/code/2181
Author: alkresin
Date: 2013-07-29 07:35:07 +0000 (Mon, 29 Jul 2013)
Log Message:
-----------
2013-07-29 11:35 UTC+0300 Alexander Kresin <al...@be...>
* source/winapi/window.c
! warning fixed
* include/hwgextern.ch
* hwg_sethook(), hwg_unsethook() and hwg_settoolhandle() has been removed
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/include/hwgextern.ch
trunk/hwgui/source/winapi/window.c
|
|
From: <alk...@us...> - 2013-08-16 09:46:15
|
Revision: 2182
http://sourceforge.net/p/hwgui/code/2182
Author: alkresin
Date: 2013-08-16 09:46:13 +0000 (Fri, 16 Aug 2013)
Log Message:
-----------
2013-08-16 13:45 UTC+0300 Alexander Kresin <al...@be...>
* source/winapi/wprint.c
* source/winapi/hprinter.prg
* duplex printing added to hprinter():setmode()
* utils/designer/resources/repwidg.xml
* duplex printing property added
* source/winapi/hfrmtmpl.prg
* duplex printing handling added. HRepTmpl():PrintAsPage() method added,
which allows to print different forms sequentially, as a pages of one document.
* include/guilib.ch
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/include/guilib.ch
trunk/hwgui/source/winapi/hfrmtmpl.prg
trunk/hwgui/source/winapi/hprinter.prg
trunk/hwgui/source/winapi/wprint.c
trunk/hwgui/utils/designer/resource/repwidg.xml
|
|
From: <alk...@us...> - 2013-08-16 10:16:38
|
Revision: 2183
http://sourceforge.net/p/hwgui/code/2183
Author: alkresin
Date: 2013-08-16 10:16:35 +0000 (Fri, 16 Aug 2013)
Log Message:
-----------
2013-08-16 14:15 UTC+0300 Alexander Kresin <al...@be...>
* source/gtk/gtkmain.prg
* source/gtk/hcwindow.prg
* exit and init procedures moved from gtkmain.prg to hcwindow.prg
* source/gtk/window.c
* source/gtk/hwindow.prg
* Added initial code to implement keyboard hook procedure ( as in Winapi version )
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/gtk/gtkmain.prg
trunk/hwgui/source/gtk/hcwindow.prg
trunk/hwgui/source/gtk/hwindow.prg
trunk/hwgui/source/gtk/window.c
|
|
From: <alk...@us...> - 2013-09-25 11:29:00
|
Revision: 2184
http://sourceforge.net/p/hwgui/code/2184
Author: alkresin
Date: 2013-09-25 11:28:57 +0000 (Wed, 25 Sep 2013)
Log Message:
-----------
2013-09-25 15:28 UTC+0300 Alexander Kresin <al...@be...>
! contrib/misc/blowfish.c
! Bugs fixed
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/contrib/misc/blowfish.c
|
|
From: <alk...@us...> - 2013-09-26 05:05:33
|
Revision: 2185
http://sourceforge.net/p/hwgui/code/2185
Author: alkresin
Date: 2013-09-26 05:05:29 +0000 (Thu, 26 Sep 2013)
Log Message:
-----------
2013-09-26 09:05 UTC+0300 Alexander Kresin <al...@be...>
* source/winapi/hdialog.prg
* NOEXITESC clause doesn't prevent now closing the dialog by mouse
clicking on the "x" button
* source/winapi/hedit.prg
* HEDIT now respect the _SET_CONFIRM.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/winapi/hdialog.prg
trunk/hwgui/source/winapi/hedit.prg
|
|
From: <alk...@us...> - 2013-09-26 08:50:42
|
Revision: 2186
http://sourceforge.net/p/hwgui/code/2186
Author: alkresin
Date: 2013-09-26 08:50:40 +0000 (Thu, 26 Sep 2013)
Log Message:
-----------
2013-09-26 12:52 UTC+0300 Alexander Kresin <al...@be...>
* source/common/editor/hcedit.prg
! Bug fixed in :Bottom()
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/editor/hcedit.prg
|
|
From: <alk...@us...> - 2013-09-26 10:03:13
|
Revision: 2187
http://sourceforge.net/p/hwgui/code/2187
Author: alkresin
Date: 2013-09-26 10:03:11 +0000 (Thu, 26 Sep 2013)
Log Message:
-----------
2013-09-26 14:05 UTC+0300 Alexander Kresin <al...@be...>
* source/winapi/hedit.prg
! Fixed bug, which appeared, when '.' was pressed in numerical fields
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/winapi/hedit.prg
|
|
From: <alk...@us...> - 2013-10-08 11:33:08
|
Revision: 2188
http://sourceforge.net/p/hwgui/code/2188
Author: alkresin
Date: 2013-10-08 11:33:05 +0000 (Tue, 08 Oct 2013)
Log Message:
-----------
2013-10-04 15:35 UTC+0300 Alexander Kresin <al...@be...>
* utils/debugger/hwgdebug.prg
! Small bug fixed.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/utils/debugger/hwgdebug.prg
|
|
From: <alk...@us...> - 2013-10-25 10:56:07
|
Revision: 2189
http://sourceforge.net/p/hwgui/code/2189
Author: alkresin
Date: 2013-10-25 10:56:05 +0000 (Fri, 25 Oct 2013)
Log Message:
-----------
2013-10-25 14:55 UTC+0300 Alexander Kresin <al...@be...>
* utils/debugger/hwgdebug.prg
! Small bug fixed.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/utils/debugger/hwgdebug.prg
|
|
From: <alk...@us...> - 2013-10-29 11:28:33
|
Revision: 2190
http://sourceforge.net/p/hwgui/code/2190
Author: alkresin
Date: 2013-10-29 11:28:31 +0000 (Tue, 29 Oct 2013)
Log Message:
-----------
2013-10-29 15:28 UTC+0300 Alexander Kresin <al...@be...>
* utils/debugger/hwgdebug.prg
* Added possibility to call Inspector( array or object ) from existing
Inspector by clicking on appropriate line.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/utils/debugger/hwgdebug.prg
|
|
From: <alk...@us...> - 2013-10-29 13:04:31
|
Revision: 2191
http://sourceforge.net/p/hwgui/code/2191
Author: alkresin
Date: 2013-10-29 13:04:28 +0000 (Tue, 29 Oct 2013)
Log Message:
-----------
2013-10-29 17:05 UTC+0300 Alexander Kresin <al...@be...>
* samples/demodbf.dbf
! :hwg_setfocus() wrong calls was changed to :setfocus()
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/samples/demodbf.prg
|
|
From: <alk...@us...> - 2013-10-30 13:07:59
|
Revision: 2192
http://sourceforge.net/p/hwgui/code/2192
Author: alkresin
Date: 2013-10-30 13:07:55 +0000 (Wed, 30 Oct 2013)
Log Message:
-----------
2013-10-30 17:08 UTC+0300 Alexander Kresin <al...@be...>
* source/winapi/hwinprn.prg
* source/gtk/hwinprn.prg
* Winapi and gtk versions syncronized
* source/gtk/hprinter.prg
* few things borrowed from winapi version
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/gtk/hprinter.prg
trunk/hwgui/source/gtk/hwinprn.prg
trunk/hwgui/source/winapi/hwinprn.prg
|
|
From: <alk...@us...> - 2013-11-12 12:06:35
|
Revision: 2194
http://sourceforge.net/p/hwgui/code/2194
Author: alkresin
Date: 2013-11-12 12:06:33 +0000 (Tue, 12 Nov 2013)
Log Message:
-----------
2013-11-12 16:05 UTC+0300 Alexander Kresin <al...@be...>
* source/gtk/hprinter.prg
* source/gtk/wprint.c
* Support of A3 format has been added to printer routines
! source/gtk/window.c
! Minor bug fixed ( LONG -> HB_LONG )
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/gtk/hprinter.prg
trunk/hwgui/source/gtk/window.c
trunk/hwgui/source/gtk/wprint.c
|
|
From: <alk...@us...> - 2013-11-12 12:27:38
|
Revision: 2195
http://sourceforge.net/p/hwgui/code/2195
Author: alkresin
Date: 2013-11-12 12:27:35 +0000 (Tue, 12 Nov 2013)
Log Message:
-----------
2013-11-12 16:30 UTC+0300 Alexander Kresin <al...@be...>
* utils/designer/samples/bldexam.bat
! Fixed
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/utils/designer/samples/bldexam.bat
|
|
From: <san...@us...> - 2013-11-08 17:09:05
|
Revision: 2193
http://sourceforge.net/p/hwgui/code/2193
Author: sandrorrfreire
Date: 2013-11-08 17:09:02 +0000 (Fri, 08 Nov 2013)
Log Message:
-----------
2013-11-08 17:08 UTC+0300 Sandro Freire <san...@gm...>
* utils/hwreport/hwinprn.prg
* utils/hwpeport/printrpt.prg
* correction due to recent changes hwgui
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/utils/hwreport/hwreport.prg
trunk/hwgui/utils/hwreport/printrpt.prg
|
|
From: <alk...@us...> - 2013-11-15 11:12:15
|
Revision: 2196
http://sourceforge.net/p/hwgui/code/2196
Author: alkresin
Date: 2013-11-15 11:12:11 +0000 (Fri, 15 Nov 2013)
Log Message:
-----------
2013-11-15 15:10 UTC+0300 Alexander Kresin <al...@be...>
* source/common/editor/hcedit.prg
* source/common/editor/hcedit_l.c
* source/common/editor/hcedit_w.c
! Some fixes in editor to allow it to work in dialogs
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
|
|
From: <alk...@us...> - 2013-11-15 11:43:56
|
Revision: 2197
http://sourceforge.net/p/hwgui/code/2197
Author: alkresin
Date: 2013-11-15 11:43:53 +0000 (Fri, 15 Nov 2013)
Log Message:
-----------
2013-11-15 15:45 UTC+0300 Alexander Kresin <al...@be...>
* source/common/editor/hcedit.prg
* Now it is possible to call oEditor:SetText() before the dialog is activated
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/editor/hcedit.prg
|
|
From: <alk...@us...> - 2013-11-19 11:23:26
|
Revision: 2198
http://sourceforge.net/p/hwgui/code/2198
Author: alkresin
Date: 2013-11-19 11:23:24 +0000 (Tue, 19 Nov 2013)
Log Message:
-----------
2013-11-19 15:23 UTC+0300 Alexander Kresin <al...@be...>
* source/common/editor/hcedit.prg
! Fixed a bug with cursor position
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/common/editor/hcedit.prg
|
|
From: <alk...@us...> - 2013-11-23 07:52:32
|
Revision: 2199
http://sourceforge.net/p/hwgui/code/2199
Author: alkresin
Date: 2013-11-23 07:52:25 +0000 (Sat, 23 Nov 2013)
Log Message:
-----------
2013-11-23 11:52 UTC+0300 Alexander Kresin <al...@be...>
* source/winapi/window.c
! Bug fixed, related to keyboard hooker
* include/guilib.ch
* SET KEY command has beem extended: new clause GLOBAL has been added.
It forces placing the key handler to a global list ( HWindow():aKeysGlobal ),
so this handler works in any place ( any window/dialog ) in application.
* source/winapi/hwindow.prg
* source/winapi/hdialog.prg
* Added CLASS VAR aKeysGlobal to HWindow class, key handlers routines changed to
realize the SET KEY GLOBAL functionality.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/include/guilib.ch
trunk/hwgui/source/winapi/hdialog.prg
trunk/hwgui/source/winapi/hwindow.prg
trunk/hwgui/source/winapi/window.c
|
|
From: <alk...@us...> - 2013-11-26 10:06:57
|
Revision: 2200
http://sourceforge.net/p/hwgui/code/2200
Author: alkresin
Date: 2013-11-26 10:06:54 +0000 (Tue, 26 Nov 2013)
Log Message:
-----------
2013-11-26 14:05 UTC+0300 Alexander Kresin <al...@be...>
* include/windows.ch
* Added key definitions for GTK
* source/winapi/hbrowse.prg
* source/winapi/hedit.prg
* Removed some commented code
* source/winapi/hdialog.prg
! Small fix
* source/common/editor/hcedit.prg
* Some changes, related to keys definitions in GTK
* source/gtk/misc.c
* source/gtk/windows.c
* source/gtk/hbrowse.prg
* source/gtk/hdialog.prg
* source/gtk/hedit.prg
* source/gtk/hwindow.prg
* source/gtk/menu.prg
* SET KEY implementation changed in GTK version, it uses now keyboard hook procedure.
SET KEY GLOBAL implementation added.
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/include/windows.ch
trunk/hwgui/source/common/editor/hcedit.prg
trunk/hwgui/source/gtk/hbrowse.prg
trunk/hwgui/source/gtk/hdialog.prg
trunk/hwgui/source/gtk/hedit.prg
trunk/hwgui/source/gtk/hwindow.prg
trunk/hwgui/source/gtk/menu.prg
trunk/hwgui/source/gtk/misc.c
trunk/hwgui/source/gtk/window.c
trunk/hwgui/source/winapi/hbrowse.prg
trunk/hwgui/source/winapi/hdialog.prg
trunk/hwgui/source/winapi/hedit.prg
|
|
From: <alk...@us...> - 2013-11-26 10:34:25
|
Revision: 2201
http://sourceforge.net/p/hwgui/code/2201
Author: alkresin
Date: 2013-11-26 10:34:22 +0000 (Tue, 26 Nov 2013)
Log Message:
-----------
2013-11-26 14:35 UTC+0300 Alexander Kresin <al...@be...>
* source/gtk/htree.prg
* Removed redundant key definitions
* source/gtk/hdialog.prg
! Small fix, related to latest Changelog
Modified Paths:
--------------
trunk/hwgui/Changelog
trunk/hwgui/source/gtk/hdialog.prg
trunk/hwgui/source/gtk/htree.prg
|