Commit Graph

5185 Commits

Author SHA1 Message Date
Alexander S.Kresin
6796d6d6c2 2002-03-12 11:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-12 08:35:24 +00:00
Luiz Rafael Culik
f46098b2d2 See changelog 2002-03-10 13:25 UTC -0300 2002-03-10 18:22:54 +00:00
Phil Barnett
cfbf766de0 *** empty log message *** 2002-03-09 01:49:14 +00:00
Phil Barnett
cf36e6f22b * Changed version in /include/hbver.h to Build 39 2002-03-09 01:45:32 +00:00
Luiz Rafael Culik
682b5d5b5a See changelog 2002-03-08 07:30 UTC-0300 2002-03-08 10:37:38 +00:00
Luiz Rafael Culik
57f2be6dca See changelog 2002-03-08 07:30 UTC -0300 2002-03-08 10:30:02 +00:00
Alexander S.Kresin
294db64494 2002-03-07 14:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-07 11:45:01 +00:00
Antonio Linares
b404de4160 2002-03-07 11:00 UTC+0100 2002-03-07 10:01:46 +00:00
Antonio Linares
16694b68e0 Speed improvement on loading objects 2002-03-07 09:59:16 +00:00
Alexander S.Kresin
33f0024b24 2002-03-07 12:56 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-07 09:54:57 +00:00
Antonio Linares
99f95b39c1 2002-03-05 21:25 UTC+0100 2002-03-05 20:26:44 +00:00
Antonio Linares
bdae62e404 some fixes on nested arrays recovering 2002-03-05 20:25:34 +00:00
Antonio Linares
9a2cea0e82 some fixes on arrays debugging 2002-03-05 20:23:26 +00:00
Alexander S.Kresin
8923eeb9c3 2002-03-05 11:24 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-05 08:18:26 +00:00
Horacio Dario Roldan Kasimatis
a604a49f0d 2002-03-04 11:48 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar> 2002-03-05 02:55:15 +00:00
Horacio Dario Roldan Kasimatis
30a9218f0a 2002-03-04 11:48 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/dbfcdx/dbfcdx1.c
     ! fixed bug seek and set deleted on, reported by Lorenzo Fiorini
       also fix bug with set filter
     ! fixed bug with ordkeyno() and ordkeycount(),
       reported by Manuel Mercado Gómez
2002-03-05 02:54:37 +00:00
Antonio Linares
abf6ca6869 2002-03-04 22:33 UTC+0100 2002-03-04 21:34:32 +00:00
Antonio Linares
6b18c226f4 some fixes on hb_setFreeSetPath() 2002-03-04 21:31:40 +00:00
Alexander S.Kresin
9580374663 2002-03-04 12:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-04 09:35:12 +00:00
Luiz Rafael Culik
820e231ad7 *** empty log message *** 2002-03-04 01:32:28 +00:00
Brian Hays
cd904c40df 2002-03-03 17:17 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2002-03-04 01:10:13 +00:00
Viktor Szakats
9b431caac7 *** empty log message *** 2002-03-04 00:44:55 +00:00
Luiz Rafael Culik
a5677ca99f See changelog 2002-03-03 16:20 UTC -0300 2002-03-03 19:56:18 +00:00
Alexander S.Kresin
99e4b88dd5 2002-03-03 19:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-03 16:33:36 +00:00
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