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
..
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2006-04-15 18:51:38 +00:00
2007-04-14 10:41:54 +00:00
2007-09-07 02:00:07 +00:00
2007-12-16 12:32:41 +00:00
2001-04-27 19:03:46 +00:00
2007-05-28 18:08:36 +00:00
2001-04-27 19:03:46 +00:00
2007-09-27 13:30:20 +00:00
2007-09-25 01:21:03 +00:00
2001-04-27 19:03:46 +00:00
2001-05-15 13:02:07 +00:00
2007-03-09 03:44:42 +00:00
2001-12-29 19:35:55 +00:00
2001-05-15 13:02:07 +00:00
2002-08-27 20:13:38 +00:00
2007-10-23 11:32:22 +00:00
2001-05-15 13:02:07 +00:00
2007-11-23 20:14:30 +00:00
2001-05-15 13:02:07 +00:00
2007-11-12 18:22:51 +00:00
2008-06-13 17:26:48 +00:00
2008-02-02 01:14:17 +00:00
2008-04-22 02:51:18 +00:00
2007-04-15 22:20:37 +00:00
2008-06-09 19:21:46 +00:00
2008-03-10 12:10:39 +00:00
2008-06-12 18:01:04 +00:00
2008-06-13 17:26:48 +00:00
2007-04-18 22:15:17 +00:00
2008-05-28 09:48:57 +00:00
2007-11-12 18:22:51 +00:00
2008-01-09 14:04:12 +00:00
2008-04-27 23:40:34 +00:00
2007-04-14 10:41:54 +00:00
2008-05-16 17:27:20 +00:00
2008-05-16 17:27:20 +00:00
2008-06-11 16:23:02 +00:00
2005-09-23 08:45:05 +00:00
2007-09-25 01:21:03 +00:00
2004-12-28 09:29:30 +00:00
2007-04-13 01:06:01 +00:00
2008-05-31 08:09:09 +00:00
2008-05-31 08:09:09 +00:00
2008-06-10 23:17:39 +00:00
2008-06-11 02:10:29 +00:00
2008-06-11 02:10:29 +00:00
2008-06-03 16:09:00 +00:00
2007-08-02 15:58:50 +00:00
2007-04-14 10:41:54 +00:00
2008-06-08 13:30:28 +00:00
2008-06-08 13:30:28 +00:00
2008-06-09 06:07:59 +00:00
2008-06-12 16:21:57 +00:00
2005-11-14 09:47:46 +00:00
2008-05-30 16:12:39 +00:00
2001-12-15 11:22:29 +00:00
2006-12-18 18:34:44 +00:00
2008-05-31 12:45:01 +00:00
2008-02-08 14:58:26 +00:00
2007-09-02 15:28:05 +00:00
2007-12-19 12:05:59 +00:00
2008-05-05 09:30:19 +00:00
2001-06-14 21:20:43 +00:00
2007-10-26 01:47:21 +00:00
2007-06-01 13:12:29 +00:00
2007-11-23 20:14:30 +00:00
2008-06-06 08:21:49 +00:00
2007-10-18 21:55:39 +00:00
2008-05-28 09:48:57 +00:00
2007-10-18 21:55:39 +00:00
2006-08-10 12:09:14 +00:00
2007-10-18 21:55:39 +00:00
2008-01-23 01:24:48 +00:00
2006-05-30 10:28:42 +00:00
2007-06-06 13:40:09 +00:00
2008-01-09 14:04:12 +00:00
2008-05-30 10:14:32 +00:00
2008-05-30 16:12:39 +00:00
2007-09-25 01:21:03 +00:00
2007-11-30 19:29:27 +00:00
2007-04-14 10:41:54 +00:00
2007-09-14 05:30:12 +00:00
2006-08-17 11:05:09 +00:00
2004-12-28 09:29:30 +00:00
2007-03-22 12:28:14 +00:00
2007-10-23 11:32:22 +00:00
2007-09-25 01:21:03 +00:00
2008-06-05 04:52:18 +00:00
2008-06-01 22:06:51 +00:00
2006-02-04 16:16:48 +00:00
2008-04-16 12:42:05 +00:00
2007-12-01 20:52:31 +00:00
2007-11-25 11:13:12 +00:00
2007-06-01 13:12:29 +00:00
2008-05-28 12:39:33 +00:00
2008-05-28 14:37:33 +00:00
2006-02-04 16:16:48 +00:00
2001-05-15 13:02:07 +00:00
2008-05-28 12:39:33 +00:00
2008-04-24 08:52:57 +00:00
2007-04-14 10:41:54 +00:00
2008-06-03 07:14:05 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2007-08-30 01:56:03 +00:00
2007-09-09 17:42:53 +00:00
2001-04-27 19:03:46 +00:00
2007-11-11 12:05:38 +00:00
2007-11-23 20:14:30 +00:00
2007-10-24 02:00:45 +00:00