Viktor Szakats
e708033e0e
2008-06-13 19:19 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/gtwvt/gtwvt.h
* source/rtl/gtwvt/gtwvt.c
* tests/wvtext.prg
+ Added hb_gtInfo( HB_GTI_SELECTCOPY, <cMenuText> )
to set the menu text ("Mark and Copy" on startup).
cMenuText mustn't be zero length. Setting the menu text
also enables select© automatically. The call
will return the previously set menu text. To get
the menu text without setting a new one, use:
hb_gtInfo( HB_GTI_SELECTCOPY, "" )
This is good if someone wants to adapt the menu
text to the OS's or app's language.
* doc/en/hb_apiit.txt
* include/hbapi.h
* include/hbapiitm.h
* source/rtl/gtwin/gtwin.c
* source/rtl/hbgtcore.c
* source/rtl/gtgui/gtgui.c
* source/rtl/gtwvt/gtwvt.c
* source/vm/macro.c
* source/vm/debug.c
* source/vm/itemapi.c
* source/vm/hvm.c
* source/vm/arrays.c
* source/vm/extend.c
* source/rdd/dbfntx/dbfntx1.c
* source/rdd/sdf1.c
* source/rdd/dbfcdx/dbfcdx1.c
* source/rdd/delim1.c
* source/rdd/dbf1.c
* source/rdd/dbffpt/dbffpt1.c
* contrib/hbw32/w32_ole.c
* contrib/gtwvg/gtwvg.c
* contrib/rddads/ads1.c
* contrib/hbmisc/spd.c
* contrib/hbbmcdx/bmdbfcdx1.c
* contrib/examples/rdddbt/dbfdbt1.c
* I did a mistake in 1999 by giving the name hb_itemPutCPtr()
to the function which would have to be correctly named
hb_itemPutCLPtr() (notice the 'L' for 'length').
So, now this was renamed to hb_itemPutCLPtr(), and stub was
added with the old name, and Harbour code was changed to use
the new one. I've also added hb_itemPutCPtr2() as a version
not requiring len parameter, the proper name would be hb_itemPutCPtr()
for this, but we cannot use without breakin compatiblity.
IMPORTANT: I'd strongly suggest all 3rd parties to update
their code to use the call hb_itemPutCLPtr() instead of
hb_itemPutCLPtr().
The final goal would be to have hb_itemPutCPtr() with two
parameters instead of the hakish looking hb_itemPutCPtr2().
I'd welcome any opinions how to reach this goal. I didn't want to
break compatiblity with 3rd parties this time, but IMO we may do
it in 1.1, or even before 1.0.
! The above also fixes the (potential) problem when hb_retc_buffer()'s
szText parameter was evaluated twice if HB_API_MACROS was #defined.
2008-06-13 17:26:48 +00:00
..
2007-12-17 20:22:32 +00:00
2008-01-26 05:29:20 +00:00
2008-01-26 05:29:20 +00:00
2008-05-20 00:37:40 +00:00
2008-01-26 05:29:20 +00:00
2008-06-13 17:26:48 +00:00
2008-03-26 15:55:01 +00:00
2008-04-09 18:44:03 +00:00
2008-03-25 11:27:04 +00:00
2008-04-09 18:44:03 +00:00
2008-04-09 18:44:03 +00:00
2008-06-13 17:26:48 +00:00
2008-06-13 17:26:48 +00:00
2008-06-08 13:30:28 +00:00
2008-06-10 09:13:33 +00:00
2008-05-30 17:34:53 +00:00
2008-04-26 06:39:37 +00:00
2008-05-07 10:26:41 +00:00
2008-04-23 16:05:30 +00:00
2007-04-13 01:06:01 +00:00
2007-08-30 01:56:03 +00:00
2008-06-10 09:13:33 +00:00
2007-11-04 18:21:17 +00:00
2007-08-27 15:35:41 +00:00
2007-08-30 01:56:03 +00:00
2007-08-20 13:50:18 +00:00
2007-04-14 10:41:54 +00:00
2008-05-23 19:57:49 +00:00
2008-06-10 09:13:33 +00:00
2008-04-21 13:14:35 +00:00
2008-06-10 09:13:33 +00:00
2007-09-10 10:01:50 +00:00
2008-04-29 11:08:12 +00:00
2008-05-21 15:50:34 +00:00
2008-06-10 09:13:33 +00:00
2008-06-10 09:13:33 +00:00
2008-06-11 16:23:02 +00:00
2008-06-11 16:23:02 +00:00
2008-05-29 18:39:35 +00:00
2008-04-24 09:16:01 +00:00
2008-04-17 11:29:20 +00:00
2008-04-17 11:29:20 +00:00
2003-02-18 21:02:54 +00:00
2007-08-30 01:56:03 +00:00
2008-01-31 22:03:37 +00:00
2008-06-08 13:30:28 +00:00
2008-04-29 11:08:12 +00:00
2007-10-23 08:22:17 +00:00
2007-10-19 14:16:35 +00:00
2008-06-10 09:13:33 +00:00
2008-04-23 16:05:30 +00:00
2008-04-28 07:30:26 +00:00
2008-04-28 07:30:26 +00:00
2007-04-18 22:15:17 +00:00
2008-06-09 19:29:48 +00:00
2008-04-17 11:29:20 +00:00
2008-04-16 12:42:05 +00:00
2007-09-15 11:54:39 +00:00
2001-05-15 13:02:07 +00:00
2007-09-05 22:45:02 +00:00
2007-08-31 01:20:52 +00:00
2008-06-11 22:02:16 +00:00
2007-08-30 01:56:03 +00:00
2002-10-19 20:16:59 +00:00
2008-05-21 15:50:34 +00:00
2007-11-22 00:44:50 +00:00
2007-11-06 11:59:02 +00:00
2007-11-11 13:42:46 +00:00
2007-09-13 02:43:57 +00:00
2008-05-23 19:57:49 +00:00
2008-05-07 10:26:41 +00:00
2006-02-04 16:16:48 +00:00
2008-04-17 23:42:21 +00:00
2006-02-04 16:16:48 +00:00
2008-02-21 23:20:35 +00:00
2008-03-09 15:49:08 +00:00
2008-06-12 18:01:04 +00:00
2008-01-26 05:29:20 +00:00
2007-12-22 10:28:28 +00:00
2006-02-04 16:16:48 +00:00
2008-03-12 16:44:16 +00:00
2007-10-16 11:04:51 +00:00
2006-02-21 22:23:29 +00:00
2006-08-17 11:05:09 +00:00
2008-06-10 09:13:33 +00:00
2008-06-10 09:13:33 +00:00
2008-06-10 09:13:33 +00:00
2008-03-05 18:10:52 +00:00
2007-11-04 01:40:13 +00:00
2008-06-13 17:26:48 +00:00
2008-06-10 09:13:33 +00:00
2008-06-10 09:13:33 +00:00
2008-05-22 08:05:32 +00:00
2007-03-31 10:42:19 +00:00
2008-05-21 15:50:34 +00:00
2008-06-10 09:13:33 +00:00
2008-06-10 09:13:33 +00:00
2008-06-10 09:13:33 +00:00
2007-11-11 21:55:39 +00:00
2008-06-10 09:13:33 +00:00
2008-06-10 09:13:33 +00:00
2008-05-27 15:12:00 +00:00
2008-04-26 06:39:37 +00:00
2007-12-07 09:44:03 +00:00
2007-04-14 10:41:54 +00:00
2007-06-23 09:13:50 +00:00
2007-10-21 01:48:36 +00:00
2007-09-25 01:21:03 +00:00
2007-08-30 01:56:03 +00:00
2008-06-10 09:13:33 +00:00
2008-06-10 09:13:33 +00:00
2001-05-15 13:02:07 +00:00
2008-04-21 13:14:35 +00:00
2008-06-03 16:48:00 +00:00
2008-06-10 09:13:33 +00:00
2008-05-08 19:26:20 +00:00
2008-05-29 22:15:25 +00:00
2008-05-07 10:26:41 +00:00
2006-08-18 23:12:38 +00:00
2007-09-17 11:27:09 +00:00
2007-11-11 12:05:38 +00:00
2008-06-10 09:13:33 +00:00
2007-11-11 01:07:49 +00:00
2008-05-21 15:50:34 +00:00
2008-01-09 14:04:12 +00:00
2007-12-07 09:44:03 +00:00
2006-02-04 16:16:48 +00:00
2006-08-17 11:05:09 +00:00
2007-11-16 13:48:29 +00:00
2007-11-16 19:09:10 +00:00
2008-05-22 06:40:53 +00:00
2008-01-27 13:26:32 +00:00
2007-10-18 21:55:39 +00:00
2007-10-18 21:55:39 +00:00
2007-08-30 01:56:03 +00:00
2006-02-04 16:16:48 +00:00
2007-04-18 22:15:17 +00:00
2008-05-21 15:50:34 +00:00
2008-05-21 15:50:34 +00:00
2008-05-21 15:50:34 +00:00
2001-12-15 11:22:29 +00:00
2008-04-23 16:05:30 +00:00
2007-10-27 15:00:42 +00:00
2008-06-10 09:13:33 +00:00
2008-06-10 09:13:33 +00:00
2008-05-23 19:57:49 +00:00
2008-05-07 10:26:41 +00:00
2008-05-07 10:26:41 +00:00
2008-04-21 13:14:35 +00:00
2001-04-12 18:56:30 +00:00
2007-09-12 06:31:13 +00:00
2007-08-30 01:56:03 +00:00
2008-06-10 09:13:33 +00:00
2007-07-18 19:30:40 +00:00
2008-06-10 09:13:33 +00:00
2008-06-10 09:13:33 +00:00
2007-08-31 01:20:52 +00:00
2006-02-04 16:16:48 +00:00
2008-01-09 14:04:12 +00:00
2008-05-16 17:27:20 +00:00
2008-05-07 10:26:41 +00:00
2007-11-11 21:55:39 +00:00
2007-11-22 00:44:50 +00:00
2008-06-10 09:13:33 +00:00
2007-10-16 11:04:51 +00:00
2001-04-12 18:56:30 +00:00
2007-10-16 11:04:51 +00:00
2007-10-16 11:04:51 +00:00
2001-06-20 16:39:02 +00:00
2006-02-04 16:16:48 +00:00
2007-04-14 10:41:54 +00:00
2008-04-17 11:29:20 +00:00
2008-04-17 11:29:20 +00:00
2004-10-11 20:44:30 +00:00
2008-06-10 09:13:33 +00:00
2005-10-12 00:30:49 +00:00
2008-06-10 09:13:33 +00:00
2008-06-10 09:13:33 +00:00
2006-03-09 15:22:16 +00:00
2008-05-21 15:50:34 +00:00
2008-06-10 09:13:33 +00:00
2008-06-10 09:13:33 +00:00
2008-06-10 09:13:33 +00:00
2002-01-30 08:25:54 +00:00
2008-06-10 09:13:33 +00:00
2008-04-21 12:56:13 +00:00
2008-04-21 13:14:35 +00:00
2008-05-27 01:08:45 +00:00
2007-09-17 16:42:43 +00:00
2008-04-23 16:05:30 +00:00
2008-04-23 16:05:30 +00:00
2001-06-15 17:59:21 +00:00
2008-06-03 08:41:32 +00:00
2007-04-24 08:38:50 +00:00
2008-04-21 12:56:13 +00:00
2007-11-16 13:48:29 +00:00
2008-04-21 13:14:35 +00:00
2008-04-21 12:56:13 +00:00
2008-04-27 20:45:18 +00:00
2001-04-12 07:45:31 +00:00
2008-04-21 13:14:35 +00:00
2007-10-16 11:04:51 +00:00
2008-06-10 09:13:33 +00:00
2008-04-26 06:39:37 +00:00
2008-06-10 09:13:33 +00:00
2007-12-14 07:51:42 +00:00
2007-09-18 12:40:49 +00:00
2007-09-18 12:40:49 +00:00
2007-09-18 12:40:49 +00:00
2007-09-18 12:40:49 +00:00
2007-09-18 12:40:49 +00:00
2007-09-18 12:40:49 +00:00
2007-09-18 12:40:49 +00:00
2007-09-18 12:40:49 +00:00
2007-09-18 12:40:49 +00:00
2007-09-18 12:40:49 +00:00
2007-09-15 11:54:39 +00:00
2008-05-07 10:26:41 +00:00
2008-06-10 09:13:33 +00:00
2008-04-23 16:05:30 +00:00
2007-10-17 09:57:59 +00:00
2008-06-10 09:13:33 +00:00
2007-09-12 06:31:13 +00:00
2007-10-16 11:04:51 +00:00
2008-06-10 09:13:33 +00:00
2007-08-30 01:56:03 +00:00
2008-04-23 16:05:30 +00:00
2008-06-10 09:13:33 +00:00
2007-08-31 01:20:52 +00:00
2006-12-04 18:22:29 +00:00