Commit Graph

3681 Commits

Author SHA1 Message Date
Antonio Linares
e2bf76bdec 2001-02-03 08:52 GMT+1 2001-02-03 07:55:30 +00:00
Antonio Linares
4d643a7c3e Mouse support added to the popups. 2001-02-03 07:54:19 +00:00
Antonio Linares
0bdcc07f94 Added popups menu support 2001-02-03 07:52:48 +00:00
Antonio Linares
9433f95ce4 2001-02-03 08:00 GMT+1 2001-02-03 07:08:34 +00:00
Antonio Linares
ca083d3c66 Added support for mouse single and doble click events 2001-02-03 07:04:39 +00:00
Antonio Linares
c3895b34ec Mouse support added to the variables window 2001-02-03 06:59:50 +00:00
Antonio Linares
47dcb1e97d *** empty log message *** 2001-02-03 05:59:31 +00:00
Antonio Linares
801047821a 2001-02-03 06:50 GMT+1 2001-02-03 05:51:44 +00:00
Antonio Linares
b8ea4ae0c7 objects Datas already editables 2001-02-03 05:47:41 +00:00
Antonio Linares
ac4bfc1b2b *** empty log message *** 2001-02-03 05:28:33 +00:00
Antonio Linares
9d744abc5f browse columns widths fixed 2001-02-03 05:06:52 +00:00
Antonio Linares
448aa30352 2001-02-03 05:21 GMT+1 2001-02-03 04:26:45 +00:00
Antonio Linares
4c11bac196 removed SetsUp(), SetsDown() and MyColors() not needed functions. 2001-02-03 04:23:01 +00:00
Antonio Linares
b541414f83 Removed RefreshAll() calls on K_HOME and K_END 2001-02-03 04:05:29 +00:00
Antonio Linares
1a6f3d5207 Removed SetsUp(), SetsDown() and MyColors() not needed functions 2001-02-03 03:56:28 +00:00
Antonio Linares
b02f33ff38 removed some extras :RefreshAll() calls 2001-02-03 03:38:31 +00:00
Maurilio Longo
6696ef7538 2001-02-02 22:45 GMT+1 Maurilio Longo <maurilio.longo@libero.it>
* source/debug/debugger.prg
     - removed calls to oBrwText:ForceStable() method which is no more available
     ! SetsUp() and SetsDown() functions where calling ::RefreshAll() and movement methods
     without any reason causing a noticeable delay during Sets scrolling.
   * source/debug/tbrwtext.prg
     - removed empty ::ForceStable() method
   * source/rtl/tbrowse.prg
     ! when a movement happens inside available on screen rows (like a ::Down() from row 1 to
     row 2) I have to force repainting of target row or else this sequence (for example)
     fails: ::RefreshCurrent():Down():ForceStable() because to paint the row where I issued a
     ::RefreshCurrent() I have to move one back from ::nNewRowPos, but there I stay since
     ::nNewRowPos is not to redraw. I'm sure nobody uderstands what I'm clearly unable to
     explain :-)
   * source/rtl/teditor.prg
     - removed a TODO: comment which is no more needed.
2001-02-02 21:52:49 +00:00
Antonio Linares
345925cd46 Improved method EditVar() 2001-02-02 16:25:05 +00:00
Antonio Linares
03900e7e0f Improved method Editvar() 2001-02-02 16:18:40 +00:00
Antonio Linares
7630e61535 2001-02-02 16:48 GMT+1 2001-02-02 15:54:57 +00:00
Antonio Linares
e8cd34190b New function __vmVarLSet() added (used by the debugger) 2001-02-02 15:46:24 +00:00
Antonio Linares
40732053c7 improved Method EditVar() for local variables editing 2001-02-02 15:43:42 +00:00
Antonio Linares
48aacf3aea Method EditVar() improved for Local variables editing 2001-02-02 15:33:55 +00:00
Antonio Linares
88f67c8317 improved local variables display on vars window 2001-02-02 15:17:50 +00:00
Antonio Linares
2cc02636e4 trace removed 2001-02-02 14:46:42 +00:00
Antonio Linares
1ca0a75b84 2001-02-02 2001-02-02 14:43:57 +00:00
Antonio Linares
16ebc07342 2001-02-02 2001-02-02 14:43:11 +00:00
Antonio Linares
25abb78d95 HB_P_LOCALNAME local index fixed 2001-02-02 14:40:36 +00:00
Antonio Linares
c0dcbb789a 2000-02-02 2001-02-02 13:42:07 +00:00
Antonio Linares
98dd9e26ea Support for hb_vmLocalName() 2001-02-02 13:35:55 +00:00
Antonio Linares
30750db018 hb_vmLocalName() implemented (for Debugger) 2001-02-02 13:21:02 +00:00
Antonio Linares
0a64768865 2000-02-02 2001-02-02 10:48:44 +00:00
Antonio Linares
6fc642bf6e fixed editing window height when reviewing just a 1 element array 2001-02-02 10:45:34 +00:00
Antonio Linares
f153048cfa added missing function __DbgObject() 2001-02-02 10:36:48 +00:00
Antonio Linares
8a3d9657ea removed a blank line 2001-02-02 10:28:02 +00:00
Brian Hays
aa706e3dac 2000-02-01 06:20 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2001-02-02 02:12:47 +00:00
Luiz Rafael Culik
92e25f4fbc See changelog 2001-02-01 22:10 GMT -3 2001-02-02 00:42:20 +00:00
Luiz Rafael Culik
f080016773 See changelog 2001-02-01 GMT -3 2001-02-02 00:34:15 +00:00
Luiz Rafael Culik
fbcd651dd1 see changelog 2001-02-01 22:10 GMT -3 2001-02-02 00:20:00 +00:00
Luiz Rafael Culik
4abe0d791f See changelog 2001-02-01 22:10 GMT -3 2001-02-02 00:17:47 +00:00
David G. Holm
6fd2b09258 See ChangeLog entry 2001-01-30 10:10 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2001-01-30 15:14:53 +00:00
Ron Pinkas
2593f4bad3 2001-01-26 16:15 UTC-0800 Ron Pinkas <ron@profit-master.com>
* hb_slex.vc
     + Added -DSIMPLEX to production of HARBOUR_EXE_OBJs.

   * source/vm/hvm.c
     ! Minor optimization of recent changes to hb_vmSend()
2001-01-27 00:15:21 +00:00
Ron Pinkas
15baa9ad5b 2001-01-25 12:00 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/vm/hvm.c
     * Modified error messages in hb_vmSend() to report class name of native types (including NIL) along with missing method name.
     + Added default implementation of ClassName() method of native types.

     /* J.F. Can you please check why hb_objGetClsName() was not working correctly when called from hb_vmSend() ?
        It was returning empty string ("") on my BCC55 latest build. */

   * tests/clasname.prg
     + Added Arrays to types checked.
2001-01-25 20:10:03 +00:00
Ron Pinkas
93f31e08c4 2001-01-24 20:50 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/pp/ppcore.c
     ! Fixed compilation and parsing of #command of single and bi-char operators
     ! Removed prior hack in hb_pp_RdStr() related to @[&-].

   * source/pp/pptable.c
     ! Fixed compilation of #command ?? [ <list,...> ] => QQOut( <list> )

   /* This [should] finally resolve all prior issues regarding @ and many other problems, of operators as command keys. */
2001-01-25 04:54:17 +00:00
Brian Hays
d3abe7d275 2000-01-22 19:15 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2001-01-23 03:11:10 +00:00
Brian Hays
bb91c813c0 2000-01-22 18:00 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2001-01-23 02:07:10 +00:00
Brian Hays
706918a336 2000-01-22 18:00 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2001-01-23 01:58:40 +00:00
David G. Holm
db38a8239b See ChangeLog entry 2001-01-22 13:15 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2001-01-22 18:18:16 +00:00
Ron Pinkas
99c5bb3d1f 2001-01-22 00:50 UTC-0800 Ron Pinkas <ron@profit-master.com>
* contrib/dot/pp.prg
   * source/pp/ppcore.c
     ! Fixed processing of & with stringify.
2001-01-22 08:53:35 +00:00
Ron Pinkas
c7ff5eeec1 2001-01-21 15:40 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/compiler/harbour.slx
     * Minor correction.
2001-01-21 23:42:21 +00:00