Commit Graph

1734 Commits

Author SHA1 Message Date
Walter Negro
2cc00f1f69 * source\rtl\tgetlist.prg
+ Add #include tbrowse.ch for TBrowse defines
2002-06-21 20:13:58 +00:00
Walter Negro
7668ffeece * source\rtl\tbcolumn.prg
+ Initial support for SetStyle method, compatible with
      Clipper 5.3.
      See tbrowse.ch for support values.
2002-06-21 19:47:58 +00:00
Walter Negro
e9615e3891 * source/rtl/tbrowse.prg
+ Initial support for SetStyle method, compatible with
      Clipper 5.3.
      See tbrowse.ch for support values.
2002-06-21 19:42:15 +00:00
Walter Negro
e1c51ed9aa * source/rtl/teditor.prg
! Fix call to SET() without setting values.
      METHOD InsertState()
2002-06-21 18:47:12 +00:00
Walter Negro
a68152920f * source/rtl/tgetlist.prg
! Fix call to SET() without setting values.
      METHOD ReadExit()
2002-06-21 14:53:28 +00:00
Walter Negro
2cdf886666 * source\rtl\getsys.prg
! Fix call to SET() without setting values.
      ReadExit() and ReadInsert()
2002-06-21 14:51:20 +00:00
Walter Negro
854d5f63bd * source/rtl/getsys.prg
! Fix RETURN in Accelerator() and HitTest() functions.
2002-06-14 17:52:39 +00:00
Walter Negro
5dd77773d8 * source/rtl/tgetlist.prg
! Change __GetListActive() for __GetListLast() for support to
      Update() and ReadUpdate().
2002-06-14 16:46:10 +00:00
Walter Negro
1ae34daf65 * source/rtl/tget.prg
+ Add support for SET DELIMITERS
2002-06-14 16:44:59 +00:00
Walter Negro
de1a479a0d * source/rtl/getsys.prg
! Fixed compatibility functions Update() and ReadUpdate().
      Now use __GetListLast() instead of __GetListActive().
      __GetListActive() reference to the active oGetList, beginning and
      concluding with the ReadModal.
      __GetListLast() reference to the last oGetList form the beginning
      of the ReadModal until another ReadModal begins.
    ! Fix bug in Accelerator(), Clipper 5.3 compatibility function.
    * Some cleanup.
2002-06-14 16:40:37 +00:00
Walter Negro
f028d5bd1e * source/rtl/getlist.prg
+ Add __GetListLast() for support to the compatibility functions
      Update() and ReadUpdate()
2002-06-14 16:36:51 +00:00
Walter Negro
5e28f83bca * source/rtl/getsys.prg
! Modification of work for save oGetList active.
      Save oGetList for recursives calls to ReadModal().
      Necessary to support post-evaluation functions
      to the exit of the ReadModal().
      eg: UPDATE()
2002-06-07 14:49:42 +00:00
Walter Negro
17375c8043 * source/rtl/tgetlist.prg
! Modification of work for save oGetList active.
      Save oGetList for recursives calls to ReadModal().
      Necessary to support post-evaluation functions
      to the exit of the ReadModal().
      eg: UPDATE()
2002-06-07 14:48:09 +00:00
David G. Holm
6d86c71bae See ChangeLog entry 2002-06-06 14:40 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2002-06-06 18:39:33 +00:00
Walter Negro
881f24ca83 * source/rtl/gtwin/gtwin.c
! Fix, now Shift-Esc return the correct value.
2002-06-06 14:09:14 +00:00
David G. Holm
3001d59de3 See ChangeLog entry 2002-06-05 18:00 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2002-06-05 22:00:24 +00:00
Walter Negro
671c94ba12 * source/rtl/tget.prg
! Fix, operation of picture "@Z"
      Reported by Priptal Bedi.
2002-06-05 15:04:23 +00:00
Walter Negro
fca862ab0c * source/rtl/tbrowse.prg
+ Add two instance variables, nRow and nCol. Existing in Clipper 5.3.
      Only was modified the Hilite and SetPos method, for save in
      this variables, the position of cursor.
2002-05-30 03:43:05 +00:00
Walter Negro
6159d7623d * source/rtl/tget.prg
! Fix picture function in lower case. (eg: @s )
    Reported by Luiz Rafael Culik Guimaraes
2002-05-25 23:55:59 +00:00
Walter Negro
5ae19d34f7 * source/rtl/achoice.prg
* More compliant with Cli**er.
    ! Fix minor bug when press CTRL_END and the quantity of items
      is smaller to the long of the window.
    Reported by Carlos Vargas.
2002-05-24 19:06:35 +00:00
Walter Negro
5463d86367 * source/rtl/tgetlist.prg
! Corrected minor bug in using Len() on oGet:Buffer,
      where it might be NIL.
    By Ron Pinkas in xHarbour.
2002-05-24 18:58:14 +00:00
Walter Negro
556b34c7e3 * source/rtl/tget.prg
! Fix @R pictures with "-" or "(" characters

    Reported by somebody in Sourceforge
2002-05-24 16:15:38 +00:00
Walter Negro
949a43c853 * source/rtl/achoice.prg
* More compliant with Cli**er.
    *  Support for use acItems directly without internal copy.
          This permit modify acItems and reflect this changes.

    *  Support for use xSelect directly, if its an array,
       without internal copy.
          This permit modify xSelect and reflect this changes.

    *  No call to xUserFunc again when xUserFunc its call with
       nMode = AC_EXCEPT, and xUserFunc return AC_CONT

    *  Always redraw the page when return from xUserFunc.

    *  Support for return AC_REDRAW.
2002-05-24 04:46:42 +00:00
Walter Negro
4641fe9730 * source/rtl/console.c
! Fix print in the same line when the new position is previus
      to the current one.
2002-05-24 04:40:14 +00:00
Walter Negro
74005606c4 * source/rtl/tget.prg
Fix, it was always written in the position 1 the first number
    of a numeric field although the cursor was moved to write in
    another position.
2002-05-22 21:22:14 +00:00
Walter Negro
a95951e58a * source/rtl/menuto.prg
! Fix, initial value was not used.
      Reported by Horacio Roldan.
2002-05-13 16:21:14 +00:00
Luiz Rafael Culik
622bfa49ba See changelog 2002-05-07 08:10 UTC-0300 2002-05-07 10:59:53 +00:00
Walter Negro
9e0e7cf909 * source/rtl/tget.prg
! Fix minor bug in PutMask( )
2002-04-30 04:06:28 +00:00
Walter Negro
84e5716e92 * source/rtl/teditor.prg
! Add support for Set Key defined Keys on Edit() and BrowseText() method
      From xHarbour by Luiz Culik
    ! Fix minor bug related with this
2002-04-30 04:00:19 +00:00
Walter Negro
0deaf110dd * source/rtl/memoedit.prg
! Add support for Set Key defined Keys.
      From xHarbour by Luiz Culik
    ! Fix minor bug related with this.
2002-04-30 03:56:21 +00:00
Luiz Rafael Culik
0cefd70e00 See changelog 2002-04-28 08:50 UTC-0300 2002-04-28 11:48:05 +00:00
Luiz Rafael Culik
eefc0c4c51 See changelog 2002-04-27 23:50 UTC-0300 2002-04-28 02:54:45 +00:00
Luiz Rafael Culik
e102720fe0 See changelog 2002-04-27 17:40 UTC -0300 2002-04-27 20:40:52 +00:00
Luiz Rafael Culik
22e422f7f7 Fix by Luiz 2002-04-27 11:53:52 +00:00
Luiz Rafael Culik
c16c4438f6 See changelog 2002-04-27 00:10 UTC -0300 2002-04-27 03:22:15 +00:00
Luiz Rafael Culik
130dcaff97 See changelog 2002-04-27 00:10 UTC-0300 2002-04-27 03:05:25 +00:00
Walter Negro
88e1284142 * source/rtl/getlist.prg
! Fix bug when release last getlist
      Reported by Alexander Kresin
2002-04-26 17:05:56 +00:00
Luiz Rafael Culik
0ba79ab575 See Changelog 2002-04-25 08:10 UTC-0300 2002-04-26 11:29:59 +00:00
Walter Negro
6a9dae5e5d * source/rtl/getsys.prg
! Fix, lost the reference to the current oGetList with recursive
      execution of ReadModal.
2002-04-25 13:51:13 +00:00
Walter Negro
6381892744 * source/rtl/devoutp.prg
! More compliant with Cli**er for certain types of data.
      Now only accept character, numeric, date and logical types of data.
      Any other types of data is ignored.
2002-04-23 20:36:46 +00:00
Walter Negro
0c82e16f4a * source/rtl/tget.prg
! Fix bug in DeleteAll method. Change DTOC() for CTOD().

     * Bug fixed, reported by Lorenzo Fiorini.
2002-04-17 14:54:45 +00:00
Walter Negro
6d900a730a * source/rtl/teditor.prg
+ Add of calls to IdleHook and KeyboardHook for handling of special
      keys when the mode edition is not used.
2002-04-17 14:21:55 +00:00
Walter Negro
fbd4fc3e93 * source/rtl/valtype.c
! Change name of function IS_VARBYREF() to HB_ISBYREF().
2002-04-15 04:59:06 +00:00
Walter Negro
c1792f85a2 source/rtl/valtype.c
+ Add function: IS_VARBYREF( ).
       This function allows in PRGs to know if a parameter has been passed
       by value or by reference.
2002-04-14 04:47:43 +00:00
Walter Negro
44925cd65a * source/rtl/menuto.prg
! Fix recursive executions and exit without pressing key.
       Now use local pointer and save static pointer.
     ! Fix call to HitTest
2002-04-02 04:41:53 +00:00
Luiz Rafael Culik
4fa0077e9c See changelog 2002-03-31 14:00 UTC -0300 2002-03-31 16:53:00 +00:00
Horacio Dario Roldan Kasimatis
747d8d40d3 2002-03-27 02:26 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* include/hbset.h
   * source/rtl/set.c
     ! changed definition of HB_SET_AUTORDER from BOOL into int.
2002-03-27 05:45:54 +00:00
Walter Negro
571c7b904a * source/rtl/tget.prg
! Fix minor bug with initial spaces in PICTURE
2002-03-25 21:43:24 +00:00
Walter Negro
acd9311599 * source/rtl/tget.prg
! Fix bug in picture "999,999.99" and "999.999,99".
     ! Fix bug in picture with initial spaces.
2002-03-25 15:31:30 +00:00
Walter Negro
3a493f9383 * source/rtl/tget.prg
* Fix ::unTransform() for numeric Get with complex Picture.
2002-03-22 14:57:38 +00:00