Commit Graph

4031 Commits

Author SHA1 Message Date
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
Maurilio Longo
acc8e68bed 2001-09-04 08:41 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
* contrib/hgf/os2pm/*
     ! fixed menu items handling under OS/2 where you cannot change a MIS_TEXT into
       a MIS_SUBMENU without first deleting MIS_TEXT and then inserting MIS_SUBMENU
2001-09-04 06:44:26 +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
Antonio Linares
5c678b8d80 New function __ClsGetProperties() added 2001-09-02 16:29:13 +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
Antonio Linares
870a56b59c Added BOOL bIsPersistent to the METHOD structure 2001-09-02 12:21:02 +00:00
David G. Holm
d4d6cf8150 See ChangeLog entry 2001-08-31 14:30 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-08-31 18:28:04 +00:00
Antonio Linares
0e42e5f963 Linux GTK application entry point 2001-08-31 09:31:08 +00:00
David G. Holm
5c567f24fe See ChangeLog entry 2001-08-30 16:30 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-08-30 20:34:51 +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
Brian Hays
9ce084bc35 2001-08-25 03:05 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2001-08-25 22:06:39 +00:00
Luiz Rafael Culik
21a4476e0a See changelog 2001-08-24 22:15 GMT -3 2001-08-25 01:14:39 +00:00
Maurilio Longo
37e8299b9d 2001-08-24 16:40 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
* contrib/os2pm/os2pm.c
     * moved here functions from mainpm.c
   * * contrib/os2pm/tform.prg
     + added new methods
   * source/vm/mainpm.c
     - removed a couple of helper functions which belong to os2pm.c
2001-08-24 14:41:55 +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
aead08fae9 2001-08-23 23:13 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
* source/vm/Makefile
     + if HB_GT_LIB == os2pm then compiles mainpm.c instead of main.c
   * source/vm/mainpm.c
     * little changes to make it work.

   NOTE: after gcc creates an executable file you need to issue an:
               emxbind -ep filename.exe
         to mark it as a PM executable, failing to do so the executable file is a
         VIO one and all calls to WinXxx() functions will fail
2001-08-23 21:16:46 +00:00
Maurilio Longo
4246c611e7 2001-08-23 16:43 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
+ source/vm/mainpm.c
     + added mainpm.c entry point for OS/2 Presentation Manager applications
       based on FiveWin GUI library
2001-08-23 14:45:29 +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
c6b186f607 2001-08-21 08:30 GMT Dave Pearson <davep@davep.org>
* source/compiler/gencobj.c
      * Fixed bugs 453424 (compiler core dumps on GNU/Linux when no
      harbour.cfg can be found) and 45325 (an empty harbour.cfg fails to
      correctly report that no compiler command has been specified.
2001-08-21 08:35:00 +00:00
Brian Hays
8ee6ee64f9 2001-08-20 11:55 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2001-08-21 06:55:25 +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
Jean-Francois Lefebvre
d5c355a81e 2001-08-20 22:20 GMT +1 JFL (mafact) <jfl@mafact.com> 2001-08-20 20:16:25 +00:00
Ryszard Glab
966f240041 ChangeLog 2001-08-20 17:45 UTC+0100 2001-08-20 15:57:13 +00:00
Jean-Francois Lefebvre
f420483b5f 2001-08-19 23:30 GMT +1 JFL (mafact) <jfl@mafact.com> 2001-08-19 21:24:28 +00:00
Luiz Rafael Culik
62cf87b2f1 See changelog 2001-08-19 10:50 GMT -3 2001-08-19 13:53:14 +00:00
Luiz Rafael Culik
ed8ef07339 See Changelog 2001-08-19 10:40 GMT -3 2001-08-19 13:30:56 +00:00