You can subscribe to this list here.
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2012 |
Jan
(12) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(24) |
Aug
(17) |
Sep
(31) |
Oct
(1) |
Nov
(9) |
Dec
(46) |
2013 |
Jan
(8) |
Feb
(13) |
Mar
(11) |
Apr
(13) |
May
(27) |
Jun
(64) |
Jul
(59) |
Aug
(2) |
Sep
(5) |
Oct
(5) |
Nov
(13) |
Dec
(5) |
2014 |
Jan
(8) |
Feb
(7) |
Mar
|
Apr
(25) |
May
(22) |
Jun
(9) |
Jul
(16) |
Aug
|
Sep
(2) |
Oct
(27) |
Nov
|
Dec
(75) |
2015 |
Jan
(21) |
Feb
(8) |
Mar
(1) |
Apr
(36) |
May
(42) |
Jun
(58) |
Jul
(26) |
Aug
(13) |
Sep
(5) |
Oct
|
Nov
(7) |
Dec
(15) |
2016 |
Jan
(20) |
Feb
(12) |
Mar
|
Apr
|
May
|
Jun
(10) |
Jul
(8) |
Aug
(29) |
Sep
(42) |
Oct
(11) |
Nov
(3) |
Dec
(1) |
2017 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2018 |
Jan
(4) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(14) |
Sep
(13) |
Oct
(13) |
Nov
(32) |
Dec
(47) |
2019 |
Jan
(10) |
Feb
(9) |
Mar
|
Apr
(5) |
May
(2) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
(7) |
Oct
|
Nov
|
Dec
(7) |
2020 |
Jan
(2) |
Feb
|
Mar
(14) |
Apr
(12) |
May
(13) |
Jun
(10) |
Jul
(6) |
Aug
(11) |
Sep
(14) |
Oct
(9) |
Nov
(10) |
Dec
(14) |
2021 |
Jan
(11) |
Feb
(16) |
Mar
(15) |
Apr
(20) |
May
(13) |
Jun
(1) |
Jul
(1) |
Aug
(1) |
Sep
(3) |
Oct
(14) |
Nov
(4) |
Dec
(5) |
2022 |
Jan
(14) |
Feb
(12) |
Mar
(2) |
Apr
(2) |
May
(7) |
Jun
(16) |
Jul
(8) |
Aug
(12) |
Sep
(10) |
Oct
(14) |
Nov
(23) |
Dec
(17) |
2023 |
Jan
(9) |
Feb
|
Mar
|
Apr
(4) |
May
(8) |
Jun
|
Jul
(29) |
Aug
(43) |
Sep
(32) |
Oct
(28) |
Nov
(27) |
Dec
(27) |
2024 |
Jan
(5) |
Feb
(11) |
Mar
(2) |
Apr
|
May
(3) |
Jun
|
Jul
(3) |
Aug
(10) |
Sep
(7) |
Oct
(6) |
Nov
(10) |
Dec
(7) |
2025 |
Jan
(19) |
Feb
(14) |
Mar
(12) |
Apr
(21) |
May
(3) |
Jun
(7) |
Jul
(2) |
Aug
(8) |
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
(5) |
2
(3) |
3
(5) |
4
(1) |
5
(2) |
6
|
7
|
8
|
9
(1) |
10
(3) |
11
(1) |
12
(2) |
13
|
14
|
15
(3) |
16
|
17
(3) |
18
(5) |
19
(5) |
20
|
21
(1) |
22
(3) |
23
(4) |
24
(4) |
25
(4) |
26
(3) |
27
|
28
|
29
(1) |
30
|
31
|
|
|
|
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-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-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 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-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-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 |
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 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-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-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 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 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-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-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 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 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-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-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 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-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-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-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 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 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 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 |