Commit Graph

6554 Commits

Author SHA1 Message Date
Alexander S.Kresin
156073172c 2002-03-03 12:26 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-03 09:25:34 +00:00
Walter Negro
3aa97e607c 2002-03-02 20:00 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-03-02 22:44:18 +00:00
Walter Negro
8b78e21427 * METHOD GetPostValidate()
* modification to be more Clip*r compliant and behaviour.
      - eliminate call to SetFocus() when BadDate = .T., this fix makes
        that the buffer is not erased if the date is incorrect.
2002-03-02 22:42:09 +00:00
Walter Negro
6863bc0d4c * METHOD _Delete()
* modification to be more Clip*r compliant and behaviour.
      * changes in the logic of the function.
        before, the function only erased the character under the cursor.
        now it drags the other characters.
        dragging is limited by the non editable characters.
    * METHOD Insert()
     * modification to be more Clip*r compliant and behaviour.
      * changes in the logic of the function.
        now insert a character and displaces to the right the rest of
        the characters until the first non editable character.
2002-03-02 22:41:07 +00:00
Walter Negro
a2e3fca8c3 2002-03-02 13:40 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-03-02 13:42:23 +00:00
Walter Negro
8ac214a931 * __objClone()
* comment this line pDstObject->item.asArray.value->puiClsTree = NULL;
     because it's redundant with arrayClone().
     see Changelog in arrays.c - hb_arrayClone()
2002-03-02 13:38:33 +00:00
Walter Negro
5abc165fa1 2002-03-02 13:25 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-03-02 13:30:36 +00:00
Walter Negro
1ece771a4e * Fixed hb_arrayClone()
+ line 777 - pDstBaseArray->puiClsTree = NULL;
     was token from __objClone() and xHarbour.
     thanks, Ron.
2002-03-02 13:24:04 +00:00
Jorge Alberto Giraldo Salazar
d798f0527f 2002-03-01 15:00 UTC-0500 Jorge A. Giraldo <jorgeagiraldo@emtelsa.multi.net.co> 2002-03-01 20:20:43 +00:00
Jorge Alberto Giraldo Salazar
5e88183618 2002-03-01 15:00 UTC-0500 Jorge A. Giraldo <jorgeagiraldo@emtelsa.multi.net.co> 2002-03-01 19:52:28 +00:00
David G. Holm
7a9910e2d3 See ChangeLog entry 2002-02-26 17:20 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-02-27 22:22:38 +00:00
David G. Holm
2a1f65f09e See ChangeLog entry 2002-02-27 16:30 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-02-27 21:25:26 +00:00
Maurilio Longo
9282e8a8cf 2002-02-27 01:27 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
* harbour/source/rtl/tbrowse.prg
      ! fixed columns' width calc (quick and not very much tested)
2002-02-27 00:29:49 +00:00
Tomaz Zupan
d5ad7cd6a0 2002-02-26 21:50 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si> 2002-02-26 20:52:29 +00:00
David G. Holm
89ef9acad7 See ChangeLog entry 2002-02-26 14:15 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-02-26 19:11:47 +00:00
Alexander S.Kresin
47cb8f2514 2002-02-26 15:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-26 12:38:55 +00:00
Alexander S.Kresin
f909276eb4 2002-02-26 11:53 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-26 08:51:56 +00:00
Antonio Linares
7a8fcd15d9 2002-02-24 09:36 UTC+0100 2002-02-24 08:36:02 +00:00
Antonio Linares
56cc1e1285 some fixes 2002-02-24 08:34:54 +00:00
Chen Kedem
2d7463fe0d 2002-02-24 09:34 UTC+0200 Chen Kedem <niki@actcom.co.il> 2002-02-24 07:34:59 +00:00
Alexander S.Kresin
c8fd2ef82b 2002-02-23 15:48 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-23 12:46:55 +00:00
Antonio Linares
8dd5a9a98d 2002-02-23 09:55 UTC+0100 2002-02-23 08:55:41 +00:00
Antonio Linares
b81562e2fb Fixed bug on browsing vars 2002-02-23 08:53:04 +00:00
Jorge Alberto Giraldo Salazar
0af75c1fbd 2002-02-21 18:10 UTC-0500 Jorge A. Giraldo <jorgeagiraldo@emtelsa.multi.net.co> 2002-02-21 23:30:09 +00:00
Jorge Alberto Giraldo Salazar
b58efc2ef8 2002-02-21 18:10 UTC+0500 Jorge A. Giraldo <jorgeagiraldo@emtelsa.multi.net.co> 2002-02-21 23:13:57 +00:00
Walter Negro
a99fd8cb46 *** empty log message *** 2002-02-21 06:04:30 +00:00
Walter Negro
1c3e9b14ca 2002-02-21 06:00 UTC-0300 Walter Negro <anegro@overnet.com.ar>
METHOD ::ParsePict() - The change is because if ::Original it is not
          numeric, it would generate an error.

METHOD ::Undo() - Delete assignment to ::buffer because
          ::VarPut( ::Original, .t. ) makes this assignment.

METHOD ::VarPut() - Delete ::nDispLen := NIL line, because
          ::Picture() makes this assignment.
                      - Revert changes of Ignacio Ortiz because the
          problem was with ::nDispLen and not with empty cPicture.

METHOD ::Block() - Delete ::nDispLen := NIL line, because
          ::Picture() makes this assignment.

METHOD ::Picture() - Add ::nDispLen := NIL line, reset the variable.
          Only ::ParsePict() can load a value that can differ of
          nMaxLen.

METHOD ::KillFocus() - Change position of lines, hasfocus should be
          before the call to Putmask.
          This makes that in numeric fields, points or comas are not
          shown before the numbers.
2002-02-21 06:01:09 +00:00
David G. Holm
03b19caf23 See ChangeLog entry 2002-02-20 20:10 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-02-21 01:08:53 +00:00
Luiz Rafael Culik
f7618aa013 See changelog 2002-02-19 21:55 UTC-0300 2002-02-20 01:07:59 +00:00
Luiz Rafael Culik
8f98484414 See changelog 2002-02-19 21:55 UTC-0300 2002-02-20 00:56:02 +00:00
Ignacio Ortiz de Zuniga
34c66fdb27 *** empty log message *** 2002-02-19 16:48:04 +00:00
Ignacio Ortiz de Zuniga
ba600ee2d7 2002-02-19 17:45 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-02-19 16:46:09 +00:00
Ignacio Ortiz de Zuniga
244fbfcb26 *** empty log message *** 2002-02-19 09:47:18 +00:00
Ignacio Ortiz de Zuniga
6bbcf0da2a 2002-02-19 10:40 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-02-19 09:42:01 +00:00
Antonio Linares
621995e7e9 2002-02-19 10:22 UTC+0100 2002-02-19 09:24:22 +00:00
Antonio Linares
0c2baf425c minor fix borrowed from [x]Harbour 2002-02-19 09:20:55 +00:00
Luiz Rafael Culik
4622fe0875 See changelog 2002-02-18 23:41 UTC-0300 2002-02-19 02:55:48 +00:00
Luiz Rafael Culik
a9294d6e29 See Changelog 2002-02-18 23:41 UTC-0300 2002-02-19 02:41:55 +00:00
Martin Vogel
ef4da17646 2002-02-19 00:05 UTC+0100 Martin Vogel <vogel@inttec.de> 2002-02-18 23:13:03 +00:00
David G. Holm
20e6086910 See ChangeLog entry 2002-02-18 15:35 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-02-18 20:39:19 +00:00
Maurilio Longo
2b2bae3fa9 2002-02-18 14:01 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
* source/rtl/tbrowse.prg
     ! fixed columns footing handling
   * source/rtl/tbcolumn.prg
     ! fixed columns footing handling
2002-02-18 13:04:58 +00:00
Chen Kedem
f1158e31d6 2002-02-18 10:43 UTC+0200 Chen Kedem <niki@actcom.co.il> 2002-02-18 08:42:28 +00:00
Walter Negro
1b8b485e01 *** empty log message *** 2002-02-18 03:05:34 +00:00
Walter Negro
fd666ad218 * source/rtl/val.c
! hb_strVal() - Change dValue from double to long double.
       This allows that the string-number conversions are same for program
       and for compilation.
       ? ( val("1191.63") == 1191.63 ) -> TRUE
2002-02-18 03:04:00 +00:00
Walter Negro
7c82178214 2002-02-17 20:30 UTC-0300 Walter Negro <anegro@overnet.com.ar>
* source/vm/itemapi.c
     ! hb_itemStr() - Eliminated the limit of 9 decimals if not SET FIXED ON
     ! hb_itemStr() - Rounded starting from 17th less significant number.
                      This is the behavior of Clipper.
       Ex:
          Before ? str( 1191.63, 20, 15 ) -> 1191.629999999999882
          Now    ? str( 1191.63, 20, 15 ) -> 1191.630000000000000
2002-02-18 03:02:58 +00:00
Tomaz Zupan
4f0fbc05d4 2002-02-17 20:20 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si> 2002-02-17 19:22:02 +00:00
Jorge Alberto Giraldo Salazar
c5b20da814 2002-02-16 20:25 UTC+0500 Jorge A. Giraldo <jgiraldo@col2.telecom.com.co> 2002-02-17 04:06:09 +00:00
Jorge Alberto Giraldo Salazar
3bdac9ab54 CHANGELOG: 2002-02-16 17:00 UTC+0500 Jorge A. Giraldo <jgiraldo@col2.telecom.com.co> 2002-02-17 01:24:41 +00:00
Alexander S.Kresin
86f3384935 2002-02-14 20:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-14 18:02:40 +00:00
Ignacio Ortiz de Zuniga
80666e316a *** empty log message *** 2002-02-11 11:16:54 +00:00