Antonio Linares
639c9d7743
added methods LoadFromText() and LoadFromFile()
2001-09-06 12:49:30 +00:00
Antonio Linares
2c83ae31e4
Method CreateNew() added
2001-09-06 07:34:53 +00:00
Antonio Linares
bb071a75b7
some minor changes
2001-09-05 10:18:53 +00:00
Antonio Linares
0683d00cd1
TPersistent renamed as HBPersistent
2001-09-05 10:11:23 +00:00
Antonio Linares
6e9cf7a5a6
Some changes as per Dave's proposal
2001-09-05 09:48:01 +00:00
Dave Pearson
c0258ecfdc
2001-09-05 07:48 GMT Dave Pearson <davep@davep.org>
...
* source/rtl/Makefile
* Added perfuncs.prg to PRG_SOURCES.
2001-09-05 07:55:18 +00:00
Antonio Linares
229b724998
HB_DToS() replaced by DToS()
2001-09-05 06:54:49 +00:00
Antonio Linares
e81edc6f54
Harbour persistence commands support functions
2001-09-05 06:51:16 +00:00
Antonio Linares
0a8c7a48f0
HB_STOD() and HB_DTOS() used for dates management
2001-09-05 05:36:49 +00:00
Jean-Francois Lefebvre
20c316b350
2001-09-04 22:50 GMT +1 JFL (mafact) <jfl@mafact.com>
2001-09-04 21:24:58 +00:00
Antonio Linares
6f0144d0e2
oNew use fixed. Some formating fixes implemented also.
2001-09-04 14:05:59 +00:00
Antonio Linares
b724106c91
some improvements for arrays
2001-09-04 09:30:38 +00:00
Dave Pearson
7693e43d3b
2001-09-03 17:19 GMT Dave Pearson <davep@davep.org>
...
* source/rtl/Makefile
* Added persist.org to PRG_SOURCES.
2001-09-03 17:22:08 +00:00
Dave Pearson
26f3442fd9
2001-09-03 16:56 GMT Dave Pearson <davep@davep.org>
...
* source/rtl/isprint.c
* Added missing comment close.
2001-09-03 17:00:00 +00:00
Antonio Linares
b68a0fa44b
arrays support started
2001-09-02 19:24:52 +00:00
Luiz Rafael Culik
4bc602957a
See changelog 2001-09-02 16:15 GMT -3
2001-09-02 19:18:50 +00:00
Antonio Linares
24d8ea15ec
Class TPersistent to implement objects persistence
2001-09-02 17:26:05 +00:00
Luiz Rafael Culik
28cab44216
See changelog 2001-09-02 13:10 GMT -3
2001-09-02 16:13:49 +00:00
Antonio Linares
efe9a297da
Added lPersistent parameter to AddMultiData, AddData and AddInline methods.
2001-09-02 12:23:58 +00:00
Ignacio Ortiz de Zuniga
47d02bac11
2001-08-30 19:00 GMT+1 Ignacio Ortiz <ignacio@fivetech.com>
2001-08-30 17:03:43 +00:00
Dave Pearson
6fbbfd4ea1
2001-08-30 15:38 GMT Dave Pearson <davep@davep.org>
...
* source/rtl/Makefile
* Added mlctopos.c and mpostolc.c to C_SOURCES.
2001-08-30 15:42:18 +00:00
Ignacio Ortiz de Zuniga
646f1951b1
*** empty log message ***
2001-08-30 11:15:07 +00:00
Luiz Rafael Culik
21a4476e0a
See changelog 2001-08-24 22:15 GMT -3
2001-08-25 01:14:39 +00:00
Dave Pearson
13698198a7
2001-08-23 23:18 GMT Dave Pearson <davep@davep.org>
...
* source/rtl/profiler.prg
* Minor tidy-up of a couple of comments.
* tests/testprof.org
* Updated to test the various reporting classes.
2001-08-23 23:20:27 +00:00
Maurilio Longo
508d0d82ef
2001-08-23 14:22 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
...
* source/rtl/tbrowse.prg
* changed/optimized ::DispCell() and ::RedrawHeaders() methods. A little
faster now.
2001-08-23 12:24:35 +00:00
David G. Holm
025c1dc994
See ChangeLog entry 2001-08-22 13:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-08-22 17:41:10 +00:00
Dave Pearson
f29cb6b733
2001-08-22 17:01 GMT Dave Pearson <davep@davep.org>
...
* source/rtl/gtcrs/gtcrs.c
* Fixed incorrectly named variable (uRow -> Row) in hb_gt_VertLine().
2001-08-22 17:04:48 +00:00
David G. Holm
b8d6d589f2
See ChangeLog entry 2001-08-22 12:45 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-08-22 16:48:27 +00:00
Maurilio Longo
32c0ca63ba
2001-08-22 01:42 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
...
* source/rtl/tbrowse.prg
* now that DispBox() works as expected I can use it even for 1 line headers/
footers inside ::RedrawHeaders()
2001-08-21 23:43:37 +00:00
Maurilio Longo
a2bee8b2b3
2001-08-22 01:25 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
...
* source/rtl/gtos2.c
+ Driver tries to set codepage 437 on startup. Needed by box drawing functions
* hb_gt_isColor(), hb_gt_GetScreenWidth(), hb_gt_GetScreenHeight(),
hb_gt_GetCellSize() now are faster since use a static VIDEOMODEINFO variable
and this variable should be tilable.
! hb_gt_xPutch(), hb_gt_Replicate() and hb_gt_Box() were simply broken
NOTE: Never call hb_gt_DispBegin()/hb_gt_DispEnd() from inside gtos2.c
if you do you'll slow down everything and you will not respect harbour level
DispBegin()/DispEnd() calls.
2001-08-21 23:32:23 +00:00
David G. Holm
3c7b164497
See ChangeLog entry 2001-08-21 16:45 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-08-21 20:47:36 +00:00
David G. Holm
9119f2e646
See ChangeLog entry 2001-08-21 23:35 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-08-21 18:43:51 +00:00
Dave Pearson
7100245453
2001-08-20 14:02 GMT Dave Pearson <davep@davep.org>
...
* source/rtl/gtcrs/gtcrs.c
* Fixed incorrectly named variable (Row -> uRow) in hb_gt_VertLine().
2001-08-21 06:47:45 +00:00
David G. Holm
1f3fda11f1
See ChangeLog entry 2001-08-21 23:35 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-08-21 03:37:26 +00:00
David G. Holm
35d2603255
See ChangeLog entry 2001-08-20 23:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-08-21 03:26:13 +00:00
David G. Holm
ce8480f2a8
See ChangeLog entry 2001-08-17 18:10 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-08-18 00:09:25 +00:00
Maurilio Longo
b0e7fd748f
2001-08-18 00:11 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
...
* source/rtl/tbrowse.prg
* source/rtl/tbcolumn.prg
+ Added multi-line column header/footer support to TBrowse
2001-08-17 22:12:48 +00:00
David G. Holm
b3bc60ac46
See ChangeLog entry 2001-08-17 16:10 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-08-17 20:13:27 +00:00
Maurilio Longo
32b9bec01f
2001-08-17 15:09 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
...
* source/rtl/tbrowse.prg
! fixed ::DispCell() cursor positioning (broken with latest changes to
implement picture handling)
* changed ::autolite handling
! fixed ::GoBottom() method which was not repainting TBrowse correctly if
available records were less than available rows.
2001-08-17 13:12:22 +00:00
Luiz Rafael Culik
2bf4f5843e
see Changelog 2001-08-11 22:45 GMT -3
2001-08-12 01:39:35 +00:00
David G. Holm
94f7732093
See ChangeLog entry 2001-08-10 13:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-08-10 17:29:36 +00:00
David G. Holm
e0bc3c2684
See ChangeLog entry 2001-08-08 15:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-08-09 19:39:30 +00:00
Maurilio Longo
8ad6617e91
2001-08-09 00:07 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
...
* source/rtl/seconds.c
* changed HB_CLOKS2SECS to make it return a double (like Seconds()) this way
profiler is able to show not only seconds spent inside a function but even
tenths and hundredths.
2001-08-08 22:10:44 +00:00
David G. Holm
020b70f248
See ChangeLog entry 2001-08-07 17:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-08-07 21:28:23 +00:00
David G. Holm
a68a389c86
See ChangeLog entry 2001-08-06 20:50 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-08-07 00:54:36 +00:00
Luiz Rafael Culik
4764b6815e
See changelog 2001-08-06 20:30 GMT -3
2001-08-06 23:24:43 +00:00
Dave Pearson
12a2c7389d
2001-08-03 13:23 GMT Dave Pearson <davep@davep.org>
...
* source/rtl/profiler.prg
+ Added HB_Profile::ignoreSymbol().
* Changed HB_Profile::gather() to use HB_Profile::ignoreSymbol() to
decide if a symbol should be ignored. This will let developers
modify what is and isn't ignored by subclassing HB_Profile and
implementing their own version of HB_Profile::ignoreSymbol().
2001-08-03 13:30:01 +00:00
Dave Pearson
8d367335b9
2001-07-30 14:54 GMT Dave Pearson <davep@davep.org>
...
* source/rtl/profiler.prg
* Restored the OO based profile reporter.
2001-07-30 14:56:31 +00:00
Chen Kedem
c612cb8e06
2001-07-30 16:40 UTC+0300 Chen Kedem <niki@actcom.co.il>
...
(add missing CR+LF at the end of file)
2001-07-30 13:49:28 +00:00
Chen Kedem
5f815f245d
2001-07-30 16:40 UTC+0300 Chen Kedem <niki@actcom.co.il>
2001-07-30 13:46:12 +00:00