Commit Graph

4309 Commits

Author SHA1 Message Date
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
43cd2f0d11 2001-08-24 23:40 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
+ contrib/os2pm/tmenu.prg
   + contrib/os2pm/tmenuitm.prg
     + added
   * contrib/os2pm/tform.prg
   * contrib/os2pm/os2pm.c
     + added harbour licence and new methods and support functions
2001-08-24 21:38:06 +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
Maurilio Longo
0b9bbf2d34 *** empty log message *** 2001-08-24 14:16:42 +00:00
Maurilio Longo
17b94fa721 *** empty log message *** 2001-08-24 14:16:41 +00:00
Maurilio Longo
2e3d4909a5 2001-08-24 16:03 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
+ contrib/os2pm
   + contrib/os2pm/os2pm.c
   + contrib/os2pm/tform.prg
   + contrib/os2pm/os2pm.ch
   + contrib/os2pm/Makefile
     + added files of an early implementation of a generic GUI
       framework for harbour. At present time they work only under OS/2 PM
2001-08-24 14:09:47 +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
Dave Pearson
de55a79c13 2001-08-23 22:51 GMT Dave Pearson <davep@davep.org>
* doc/readme.txt
     * Cut down to a bare minimum. Most of the information in there was
       out of date. The document now simply states the aim of harbour,
       points the reader at the web site and the FAQ and reminds them that
       they'll find copious documentation in the same place that they
       found the README file.
2001-08-23 22:53:08 +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
Dave Pearson
081341d0ff Fixed bug SF bug number typo in "2001-08-21 08:30 GMT Dave Pearson <davep@davep.org>" 2001-08-22 16:40:30 +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
814f2d2836 Corrected error in description for box clipping fixes 2001-08-21 20:49:01 +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
90b0ab1937 2001-08-21 01:30 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2001-08-21 08:32:16 +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
459b8400ee Correct date/time in my last ChangeLog entry. 2001-08-21 06:48:34 +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
Luiz Rafael Culik
680c646427 See changelog 2001-08-20 20:15 GMT -3 2001-08-20 23:18:40 +00:00
Luiz Rafael Culik
04ddce51af -
See changelog 2001-08-20 20:15 GMT -3
2001-08-20 22:56:57 +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
Dave Pearson
04f0ac3d82 2001-08-20 14:02 GMT Dave Pearson <davep@davep.org>
* config/test.cf
     * Added an empty "install:" target.
2001-08-20 14:07:06 +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
Martin Vogel
f81975675d 2001-08-18 17:00 MEST Martin Vogel <vogel@inttec.de> 2001-08-18 15:02:09 +00:00
Martin Vogel
300a797b0d 2001-08-18 16:45 MEST Martin Vogel <vogel@inttec.de> 2001-08-18 14:46:29 +00:00
Luiz Rafael Culik
e760f9d865 See changelog 2001-08-17 22:15 GMT -3 2001-08-18 01:27:06 +00:00
Luiz Rafael Culik
371bd1ebe4 See changelog 2001-08-17 22:15 GMT -3 2001-08-18 01:07:32 +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
Ryszard Glab
f047a9927f ChangeLog 2001-08-17 20:15 UTC+0100 2001-08-17 18:26:37 +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
David G. Holm
f708ef92c8 See ChangeLog entry 2001-08-16 16:30 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-08-16 20:31:54 +00:00
Patrick Mast
b01ee41aff 2001-08-14 23:53 GMT+1 Patrick Mast <harbour@PatrickMast.com>
* contrib/tprepro/tprepro.prg
     * Bug fix in TranslateFile() method
2001-08-14 21:54:10 +00:00
Alexander S.Kresin
a0d25ebc80 2001-08-13 23:18 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-08-13 19:16:50 +00:00
Luiz Rafael Culik
2bf4f5843e see Changelog 2001-08-11 22:45 GMT -3 2001-08-12 01:39:35 +00:00
Luiz Rafael Culik
8b15544ce1 See changelog 2001-08-11 08:30 GMT -3 2001-08-11 11:32:14 +00:00