Ryszard Glab
3e6e0c0bc1
2004-02-11 13:40 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
...
+ source/debug/dbgbrwsr.prg
+ The new file with TDbgBrowser class which inherits
from TBrowse
* hrbdll.bc
* hrbdll.vc
* makefile.bc
* makefile.nt
* makefile.vc
* source/debug/Makefile
+ added the reference to dbgbrwsr.prg
* source/debug/dbgmenu.prg
+ added "Run at Startup' option
* source/debug/dbgtwin.prg
* source/debug/debugger.prg
* source/debug/tbrwtext.prg
+ added "Run at Startup' option - if it is enabled then
the debugged application runs until ALTD() is called or
Alt+D keys pressed (Clipper compatibility - the default
option). If it is disabled the the debugger shows up at
the first code line with the debug info.
This setting is stored in the initialization file
(init.cld) as 'Options NoRunAtStartup'.
* fixed more display/refreshing issues
* fixed quiting the debugger
* source/rtl/alert.prg
* fixed bug with messages longer then 60 bytes
* source/vm/hvm.c
* hb_vmDebugEndProc() is called before the eval stack
is cleaned - this allows to handle INIT/EXIT procedures
correctly
2004-02-11 12:43:59 +00:00
Ryszard Glab
e506f7a129
2004-01-30 10:40 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
...
* source/rtl/teditor.prg
* the current line is still visible after the window resizing
* source/debug/debugger.prg
* fixed refreshing of variables' monitor window
* fixed some save/restore screen issues
2004-01-30 09:50:00 +00:00
Luis Krause
41de14b021
2004-01-26 8:30 UTC-0800 Luis Krause Mantilla <lkrausem /*at*/ shaw /*dot*/ ca>
2004-01-26 16:39:39 +00:00
Ryszard Glab
144cbe8146
Changelog 2004-01-20 19:15 UTC+0100 Ryszard Glab
2004-01-20 18:07:16 +00:00
David G. Holm
6fb0107c2f
See ChangeLog entry 2004-01-08 16:45 UTC-0500 David G. Holm <dholm@jsd-llc.com>
2004-01-08 21:43:31 +00:00
David G. Holm
59866bea09
2004-01-08 16:00 UTC-0500 David G. Holm <dholm@jsd-llc.com>CVS: ----------------------------------------------------------------------
2004-01-08 21:20:30 +00:00
Luis Krause
a559ba7ceb
Luis Krause Mantilla <lkrausem /*at*/ shaw /*dot*/ ca>
2003-12-26 03:42:19 +00:00
David G. Holm
6da61c5814
See ChangeLog entry 2003-12-10 17:30 UTC-0500 David G. Holm <dholm@jsd-llc.com>
2003-12-10 22:30:56 +00:00
Ryszard Glab
af7b36d194
Changelog 2003-12-05 16:05 UTC+0100 Ryszard Glab
2003-12-05 14:59:14 +00:00
Luis Krause
4df34da7a8
Changelog 2003-10-22 13:26 UTC-0800 Luis Krause Mantilla
2003-11-06 21:35:34 +00:00
Alexander S.Kresin
e2353dac99
2003-11-05 22:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2003-11-05 20:03:39 +00:00
Tomaz Zupan
b680163240
2003-10-30 10:45 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si>
2003-10-30 09:48:53 +00:00
Ryszard Glab
a31d12a9a0
Changelog 2003-10-29 20:15 UTC+0100 Ryszard Glab
2003-10-29 19:38:11 +00:00
Alexander S.Kresin
fb54d97e28
2003-10-23 10:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2003-10-23 06:29:27 +00:00
Antonio Linares
aab4c3fa29
hb_numRound() completely redesigned
2003-10-16 11:16:15 +00:00
Antonio Linares
eb77701f28
changes on round() function
2003-10-10 07:58:42 +00:00
Alexander S.Kresin
9b92918193
2003-09-29 22:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2003-09-29 18:07:46 +00:00
Alexander S.Kresin
17c1e7f357
2003-09-29 15:20 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2003-09-29 11:21:17 +00:00
Luis Krause
a360e087d0
*** empty log message ***
2003-09-17 18:02:49 +00:00
David G. Holm
f3a2f8216d
See ChangeLog entry 2003-09-10 15:00 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2003-09-10 19:24:03 +00:00
Tomaz Zupan
391030f061
2003-09-07 13:58 UTC+0200 Tomaz Zupan <tomaz.zupan@orpo.si>
2003-09-07 11:51:59 +00:00
Antonio Linares
6775660e04
sync with xharbour
2003-08-22 10:27:14 +00:00
Antonio Linares
b5c689a872
module borrowed from xharbour (required for ttopbar.prg changes)
2003-08-22 10:20:24 +00:00
Antonio Linares
d03dd11f0f
added modules mssgline.prg and color53.prg
2003-08-22 10:15:05 +00:00
Antonio Linares
9b043f26de
some required formating
2003-08-22 09:25:37 +00:00
Antonio Linares
e85aeecdc0
MenuModal() implementation - file borrowed from xHarbour, which borrowed used Class TopBarMenu from Harbour
2003-08-21 11:35:41 +00:00
Antonio Linares
c6192cf2c6
K_ESC and CTRL-W Clipper compatible management
2003-08-21 10:39:10 +00:00
Antonio Linares
1b0f2716e6
Modified to allow inherited classes to properly manage K_ESC
2003-08-21 10:37:19 +00:00
David G. Holm
03c0a7caa9
See ChangeLog entry 2003-08-04 14:00 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2003-08-04 17:57:32 +00:00
David G. Holm
763ccea561
See ChangeLog entry 2003-07-28 22:00 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2003-07-29 02:01:25 +00:00
Antonio Carlos Pantaglione
460b82b2d3
Fix in trasform function.
2003-07-21 14:07:17 +00:00
Antonio Carlos Pantaglione
bb3ff45008
Some news and fixes.
2003-07-18 00:23:06 +00:00
Alejandro de Garate
77d9572fd6
Added an optional 3rd parameter to MEMOWRIT()
2003-07-17 21:32:49 +00:00
Antonio Carlos Pantaglione
10a5ea3a9c
Fixed a bug by missed () in HB_CHAR_SOFT1 compare.
2003-07-14 12:06:13 +00:00
Antonio Linares
44993f2a6e
FRead() bug fixed, introduced cause 1 byte length strings optimization
2003-07-12 11:01:41 +00:00
Antonio Linares
21a53a85d5
enhancements developed by Lorenzo Fiorini
2003-07-12 08:05:32 +00:00
Antonio Carlos Pantaglione
c4eb1a2d47
Fixed bug with soft returns. Clipper compatible.
2003-07-10 20:35:26 +00:00
Antonio Carlos Pantaglione
d379101ce1
Some changes in transfrm.c to be Clipper compliant.
2003-07-09 10:18:20 +00:00
Tomaz Zupan
817fc8a9ae
2003-06-23 15:10 UTC+0200 Tomaz Zupan <tomaz.zupan@orpo.si>
2003-06-23 13:07:57 +00:00
Alexander S.Kresin
504dba8167
2003-06-17 21:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2003-06-17 17:47:10 +00:00
Alexander S.Kresin
94292de568
2003-06-16 21:16 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2003-06-16 17:19:16 +00:00
Przemyslaw Czerpak
5babd32ef5
2003-06-15 14:20 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
...
* harbour/source/lang/msgen.c
* harbour/source/lang/msgpl852.c
* harbour/source/lang/msgpliso.c
* harbour/source/lang/msgplmaz.c
! the bug reported by Alexander in msgru* fixed.
+ harbour/source/lang/msgplwin.c
+ added msgplwin (cp1250)
* harbour/source/rtl/inkey.c
* removed dirty hack which degrease performance of inkey() on *nix
platforms.
2003-06-15 12:31:04 +00:00
Antonio Linares
713721c008
temporary fix waiting for users feedback
2003-06-14 13:22:07 +00:00
Antonio Linares
15e5225119
fix on Method Picture() provided by Lorenzo Fiorini
2003-06-09 09:26:37 +00:00
Tomaz Zupan
ecbf3c1899
2003-06-06 15:53 UTC+0200 Tomaz Zupan <tomaz.zupan@orpo.si>
2003-06-06 13:57:01 +00:00
Antonio Linares
a6550e791d
Harbour implementation of Class(y) Class Symbol
2003-06-06 07:35:20 +00:00
Antonio Linares
b4d24caa86
several improvements for the debugger
2003-05-31 19:04:28 +00:00
Antonio Linares
d518f96901
fixed behavior when pressing "." or "," on a non decimals number
2003-05-31 15:56:02 +00:00
Antonio Linares
4cf5ef4edf
Some fixes for PICTURE "9"
2003-05-31 13:45:49 +00:00
Antonio Linares
299d39b8f2
sync with xHarbour
2003-05-30 07:35:57 +00:00