3abe82bcc0
2008-11-09 17:44 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * make_vc.mak * config/rules.cf * config/w32/mingwce.cf * config/w32/poccce.cf * config/w32/msvcce.cf * Use Harbour option -gc0 for WinCE builds. * Use C option -O2 (instead of -O3) for MinGWCE builds. ; None of these were tested.
Viktor Szakats
2008-11-09 16:45:26 +00:00
13b74f6edc
2008-11-09 16:49 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/hbcurl.c * contrib/hbcurl/hbcurl.ch + Added libcurl 7.19.1 features. % Removed hashing calls from some parts which are only compiled for libcurl versions which don't need hashing anyway.
Viktor Szakats
2008-11-09 15:52:14 +00:00
0b765b9181
2008-11-09 16:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * make_b32.mak * make_vc.mak ! Added hbpp.lib and hbcommon.lib to HBRUN_DLL liblist.
Viktor Szakats
2008-11-09 15:04:03 +00:00
10457b0fcf
2008-11-09 15:46 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/xhb/hboutdbg.c ! Fixed to compile without warnings and with more consistent behavior across platforms.
Viktor Szakats
2008-11-09 14:47:44 +00:00
c6fab64db4
2008-11-09 15:16 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbstack.h * do not define hb_stack_ptr_from_tls() in BCC builds when HB_STACK_PRELOAD macro is not defined to pacify BCC warning
Przemyslaw Czerpak
2008-11-09 14:15:45 +00:00
8e232cd644
2008-11-09 14:37 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * make_b32.mak ! /P32 -> /P64
Viktor Szakats
2008-11-09 13:37:32 +00:00
42732bfe70
2008-11-09 14:29 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * make_b32.mak * make_vc.mak + Added HBRUN_DLL. ; TOFIX: It doesn't work. Maybe more eyeballs will spot the problem more easily.
Viktor Szakats
2008-11-09 13:29:41 +00:00
8b095d9c56
2008-11-09 14:23 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * tests/longstr.prg * contrib/hbole/oleauto.prg * contrib/hbole/ole2.c * contrib/gtwvg/wvgutils.c * contrib/gtwvg/wvgcore.c * contrib/hbgd/gdbarcod.prg * contrib/hbgd/gdbar.prg * contrib/hbwin/win_tole.prg * contrib/hbwin/win_ole.c * contrib/hbvpdf/hbvpdf.prg * contrib/examples/hbsqlit2/tests/hbsqlite.prg * contrib/examples/hbsqlit2/TODO.txt * contrib/examples/hbsqlit2/hbsqlit2.c * source/debug/dbgwa.prg * source/rtl/gtwin/gtwin.c * source/rtl/tget.prg * source/rtl/tgetint.prg * source/compiler/gencobj.c ! Removed high chars from comments. This usually means copyright holders' names. I apologize for touching them, I also have one in mine, but it's better to not use them in source code to avoid encoding problems.
Viktor Szakats
2008-11-09 13:25:55 +00:00
f5188233ef
2008-11-09 14:20 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/common.mak * harbour/make_gcc.mak ! fixed hbtest-dll linking - the path to used harbour shared library was hardcoded in final binaries + added hbrun-dll. Please update make_b32.mak and make_vc.mak
Przemyslaw Czerpak
2008-11-09 13:19:14 +00:00
642efdc827
2008-11-09 14:02 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * make_vc.mak + Added /nxcompat linker flag for non-WinCE, non-DLL, HB_VISUALC_VER >= 80 MSVC executables. This should add extra safety.
Viktor Szakats
2008-11-09 13:03:31 +00:00
ef9d33048e
2008-11-09 13:03 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbtip/utils.c ! Fixed static function also marked as HB_EXPORT.
Viktor Szakats
2008-11-09 12:03:26 +00:00
f46964e85b
2008-11-09 12:26 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * ChangeLog ! Fixed again the UNICODE problem (I've uploaded a wrong version apparently). + Added my last entry which was lost due to above. ! Removed all ending whitespaces. ! Stripped all non-ASCII chars. Sorry to all who's names were thus modified. ; NOTE: Please don't use any high chars in the future, only 7-bit ASCII. Same goes for all Harbour source comments BTW. This way everyone can read what the other are typing and it's much easier to fix files if someone accidentally saves with the wrong codepage. ; TOFIX: We should also possibly fix all high chars in .prg and .c code _strings_.
Viktor Szakats
2008-11-09 11:32:25 +00:00
5b53f67db4
2008-11-09 11:48 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * ChangeLog ! Restored last non-UNICODE version, and readded all entries and reapplied all changes since then. ; NOTE: Please never save any Harbour files in UNICODE mode. Thank you.
Viktor Szakats
2008-11-09 11:15:06 +00:00
abd25b1b8f
2008-11-09 11:45 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_gcc.mak ! declared non file helper rules as .PHONY ones. ! fixed bad typo in helper rules usage - strange that I haven't seen it before. * restored non indirect rules - now they should work as expected also in parallel builds. TODO: remove static libraries from HB_BUILD_TARGETS in common.mak if everything is correct then they should be created to satisfy hbrun and other tools dependencies. It's not necessary to explicitly duplicate it.
Przemyslaw Czerpak
2008-11-09 10:44:51 +00:00
8905ad498a
2008-11-08 19:53 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_gcc.mak ! corrected missing $(HARBOUR_EXE) dependence in .prg files rules ! replaced non indirect rules (::) which are strictly file base with indirect ones to not confuse dependence logic when parallel compilation is enabled ! marked harbour.c and cmdarg.c as dependent on pptable.c to fix compilation order - these files needs hbverbld.h which is generated together with pptable.c ! fixed HBTESTDLL_EXE dependencies - static library were used instead of harbour share library. BTW probably it will be good to create also HBRUNDLL_EXE
Przemyslaw Czerpak
2008-11-08 18:52:35 +00:00
f5d1c2c173
2008-11-08 10:23 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/gtwvg/gtwvg.c ! Updated to match current GTWVT.
Pritpal Bedi
2008-11-08 18:26:27 +00:00
4b5a545545
2008-11-08 14:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * bin/hbmk.bat + Added C_USR support for OpenWatcom. - Removed debug switches from OpenWatcom C compiler cmdline.
Viktor Szakats
2008-11-08 13:16:51 +00:00
51959a0aac
2008-11-08 14:03 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_b32.bat * make_vc.bat * contrib/mtpl_b32.bat * contrib/mtpl_gcc.sh * contrib/mtpl_vc.bat * Sync with GNU make system: HB_MAKE_FLAGS -> MK_USR ; TOFIX: Maybe it's a good time now to resolve the missing HB_ prefixes for C_USR, L_USR, A_USR, MK_USR. If there are no objections / better ideas I'd like to make these changes: HB_USER_LIBS -> HB_USR_LIBS PRG_USR -> HB_USR_PRG C_USR -> HB_USR_C L_USR -> HB_USR_LINK (or HB_USR_L ?) A_USR -> HB_USR_LIB (or HB_USR_A ?) MK_USR -> HB_USR_MAKE (or HB_USR_MAK ?) As an option we may keep the old names for compatibility to give some transition time.
Viktor Szakats
2008-11-08 13:04:41 +00:00
7593619930
2008-11-08 13:55 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/vm/set.c ! _SET_EVENTMASK RTE removed to be Clipper compatible. ! _SET_VIDEOMODE RTE removed to be Clipper compatible. ! _SET_MBLOCKSIZE default value set to 64 (was 0) to be Clipper compatible. (pls correct me if this was intentionally wrong)
Viktor Szakats
2008-11-08 12:55:59 +00:00
45a9479a42
2008-11-08 13:22 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_gcc.sh * harbour/make_gnu.bat * harbour/make_gnu.sh * harbour/config/lib.cf * harbour/config/bin.cf + added MK_USR to pass GNU MAKE flags
Przemyslaw Czerpak
2008-11-08 12:21:50 +00:00
0167128c05
2008-11-08 12:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtwvt/gtwvt.c * hb_gt_wvt_ResetWindowSize(): Not very good looking (or overly efficient) solution added for the windows resize/positioning problem in case the initally set size cannot fit on the screen (Windows desktop).
Viktor Szakats
2008-11-08 11:47:52 +00:00
d58f588682
2008-11-08 10:25 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/vm/set.c + Implemented rest of hb_setSetItem() values. ; TODO: Please review. ! Fixed HB_SET_FILECASE and HB_SET_DIRCASE to not allow invalid numeric values to be set. ! Added missing 'break;' to hb_setSetItem2();
Viktor Szakats
2008-11-08 09:40:27 +00:00
8540b72268
2008-11-07 23:39 UTC+0100 Francesco Saverio Giudice (info fsgiudice com) * source/rdd/usrrdd/rdds/arrayrdd.prg * Changed AR_CREATE( nWA, aOpenInfo ) behaviour, now it not checks if a table exists in memory but act as dbCreate() does. + Added hb_FileArrayRDD() function to check existence of a table in memory. * Changed EraseArrayRDD() -> hb_EraseArrayRDD() * removed string lenght limit in case of a Memo field
Francesco Saverio Giudice
2008-11-07 22:41:36 +00:00
5da2bd6dd0
2008-11-07 22:45 UTC+0100 Francesco Saverio Giudice (info fsgiudice com) * contrib/xhb/hboutdbg.c + Added hb_OutDebug() and hb_OutDebugName() functions at C level
Francesco Saverio Giudice
2008-11-07 21:44:59 +00:00
e8f4681b90
2008-11-07 19:02 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtwvt/gtwvt.c * Formatting.
Viktor Szakats
2008-11-07 18:03:35 +00:00
ca828aaca4
2008-11-07 17:48 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * bin/hbmk.bat + Added support for 'owatcom' as HB_COMPILER. ; NOTE: If there are no objections I'll remove Harbour support for 'watcom' HB_COMPILER, which was used for old non-opensource version of this compiler, but I guess it doesn't make too much sense having them anymore.
Viktor Szakats
2008-11-07 16:54:27 +00:00
0169f98577
2008-11-07 13:01 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbset.h * harbour/source/vm/set.c + added hb_setSetItem2() C function for SETs which needs two parameters + added support for HB_SET_DECIMALS and HB_SET_EPOCH in hb_setSetItem() Still 22 SETs are marked as TODO + added internal function hb_setSetFile() for HB_SET_ALTFILE, HB_SET_EXTRAFILE, HB_SET_PRINTFILE - function body marked as TODO. I'll implement it later.
Przemyslaw Czerpak
2008-11-07 12:01:33 +00:00
7182a622a1
2008-11-06 09:35 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * common.mak ! Fixed mistakes in previous commit. + Added NOTE about requirement that harboury stays at the top of the obj list.
Viktor Szakats
2008-11-06 08:35:41 +00:00
1207ad9dbb
2008-11-06 09:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * common.mak * source/vm/Makefile * source/vm/vmmt/Makefile * source/common/Makefile * source/rtl/Makefile - source/vm/fmhb.c + source/rtl/fmhb.c - source/vm/hbmem.c + source/common/hbmem.c * Moved hbfm (MEMORY() .prg function) from VM to RTL. * Moved hbmem (hb_xmem*() C functions) from VM to COMMON.
Viktor Szakats
2008-11-06 08:09:13 +00:00
9712dcddbf
2008-11-05 19:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/examples/dbu/bld_b32.bat * contrib/examples/dbu/bld_vc.bat * utils/hbdoc/bld_b32.bat * utils/hbdoc/bld_vc.bat * utils/hbmake/bld_b32.bat * utils/hbmake/bld_vc.bat * Minor cleanups. ; NOTE: Win9x support for BCC files is now dropped.
Viktor Szakats
2008-11-05 18:36:58 +00:00
5afcd6feae
2008-11-05 19:26 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/hbcurl.c % Removed two Harbour level functions not really adding to functionality but forcing linkage of these (otherwise unused) curl interfaces. CURL_SHARE_STRERROR() CURL_MULTI_STRERROR() INCOMPATIBLE (but I doubt even a single user would be affected)
Viktor Szakats
2008-11-05 18:28:27 +00:00
efa79fba05
2008-11-05 13:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_vc.mak * -GA option only used for HB_VISUALC_VER >= 70. Please update this if older versions also support it.
Viktor Szakats
2008-11-05 12:16:30 +00:00
c1318e95cd
2008-11-05 03:01 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapi.h * harbour/source/vm/hashes.c * harbour/source/vm/hashfunc.c * changed hb_hSort() to execute sorting when hash is marked as needed resorting instead of marking hash for resorting
Przemyslaw Czerpak
2008-11-05 02:01:15 +00:00
388ee24995
2008-11-04 23:03 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * common.mak * source/vm/Makefile * source/vm/vmmt/Makefile * source/vm/fm.c + source/vm/fmhb.c + source/vm/hbmem.c + Moved functions not depending on FM_STATISTICS setting, to separate files. ; NOTE: MEMORY() function should IMO move to rtl, and hb_xmem*() functions to common lib.
Viktor Szakats
2008-11-04 22:05:57 +00:00
5cb6ba8159
2008-11-04 22:53 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbextern.ch + Added new HB_H*() functions.
Viktor Szakats
2008-11-04 21:53:35 +00:00
d28d0d79d3
2008-11-04 22:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbextern.ch * common.mak * source/codepage/Makefile + source/codepage/cpes850.c + Added ES850 - Modern Spanish.
Viktor Szakats
2008-11-04 21:51:51 +00:00
bb49e3711a
2008-11-04 22:39 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapi.h * harbour/source/vm/hashfunc.c * harbour/source/vm/hashes.c + added support for binary key order % enable binary internal key order by default for new hash arrays + added .prg function to enable/disable/retrive binary order in hash items: hb_hSetBinary( <hValue>, <lOnOff> ) => <hValue> hb_hBinary( <hValue> [, <lBinary> ] ) => <lBinary> + added support for hash array resorting. It's activated automatically on 1-st key access/assign after changing binary or casematch hash array flag + added .prg function hb_hSort( <hValue> ) => <hValue> which marks hash array for sorting
Przemyslaw Czerpak
2008-11-04 21:39:10 +00:00
f1e3ae30e9
2008-11-04 19:59 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbnf/getenvrn.c - Removed some obsolete comments.
Viktor Szakats
2008-11-04 19:00:49 +00:00
b6dc3beec3
minor in last entry
Viktor Szakats
2008-11-04 18:35:08 +00:00
4bfd1093d3
2008-11-04 19:32 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_gcc.mak * contrib/mtpl_gcc.mak + Added '-march=i586' for Windows platform. (Sync with other make systems.)
Viktor Szakats
2008-11-04 18:33:22 +00:00
da3a714803
2008-11-04 17:28 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/hvm.c * harbour/source/vm/mainstd.c * force linking main() function in OpenWatcom OS2 builds
Przemyslaw Czerpak
2008-11-04 16:27:40 +00:00
6fd1776d74
2008-11-04 13:06 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbextern.ch * common.mak * source/codepage/Makefile * source/codepage/cpeswinm.c - source/codepage/cpes850.c + source/codepage/cpes850c.c * source/codepage/cpesiso.c + source/codepage/cpesisoc.c * source/codepage/cpeswin.c + source/codepage/cpeswinc.c * source/codepage/cpesisom.c * Spanish language support cleaned: Modern collation made the default, fixed CP linkage in ESWIN collations, Clipper compatibility versions renamed to have an ending 'C' Now the following collations are supported: ES850C - Clipper compatibility CP: IBM850 ESWINC - Clipper compatibility CP: Windows-1252 ESISOC - Clipper compatibility CP: ISO-8859-1 ESWIN - Modern CP: Windows-1252 ESISO - Modern CP: ISO-8859-1 ESMWIN - Compatibility with previous Harbour versions and xhb. (this collation has wrong linkage, so everyone is encouraged to use ESWIN or ESISO instead.) Intentionally not added to hbextern.ch. ; TODO: Add ES850. ; TODO: Check whether Clipper compatibility is indeed true.
Viktor Szakats
2008-11-04 12:15:17 +00:00
5dc1c6278b
2008-11-04 12:52 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/rddsql/mysqldd.c ! Excluded sizeof() in #ifdef to compile with MinGW.
Viktor Szakats
2008-11-04 11:52:53 +00:00
23db8de299
2008-11-04 09:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbextern.ch + Added HB_CODEPAGE_SVISO.
Viktor Szakats
2008-11-04 08:47:17 +00:00
de26bf0591
2008-11-04 02:08 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/thread.c * removed casting to void* thread startup function passed as _beginthread() parameter in OS2 builds. It should be checked if it does not breaks GCC builds.
Przemyslaw Czerpak
2008-11-04 01:07:55 +00:00
132148e871
typo
Viktor Szakats
2008-11-03 23:16:38 +00:00
4adf066d99
2008-11-04 00:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * common.mak * source/codepage/Makefile + source/codepage/cpitwin.c + Added ITWIN. Same as ITISO, with a different attached CP and name.
Viktor Szakats
2008-11-03 23:15:41 +00:00
916688f3d9
2008-11-03 14:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * common.mak * source/codepage/Makefile + source/codepage/cpsviso.c + Added SVISO, which is the same as SVWIN, except it's internally using ISO-8859-1 CP in sync with its name.
Viktor Szakats
2008-11-03 13:32:08 +00:00
2862e26a68
2008-11-03 12:13 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbextern.ch ! Synced codepage list with recent changes.
Viktor Szakats
2008-11-03 11:13:39 +00:00
45f8921082
2008-11-03 11:20 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * common.mak * source/codepage/Makefile - source/codepage/cpesmwin.c + source/codepage/cpeswinm.c + source/codepage/cpesiso.c + source/codepage/cpesisom.c * Renamed cpesmwin -> cpeswinm (ESMWIN -> ESWINM) (INCOMPATIBLE) + Added Spanish ISO natsort modules. Besides their ID, they are idendical with current ESWIN* natsorts, because the WIN versions for some reason are using ISO-8859 CP instead of Windows-*. This is IMO wrong, even if these CPs are similar or identical for the Spanish language.
Viktor Szakats
2008-11-03 10:21:11 +00:00
5434b42adb
2008-11-03 09:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/fileio.ch * Formatting.
Viktor Szakats
2008-11-03 08:56:31 +00:00
f3e34b59f1
2008-11-03 08:57 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * common.mak * source/codepage/Makefile + source/codepage/cproiso.c + source/codepage/cpfriso.c + source/codepage/cpfrwin.c + Added new CPs.
Viktor Szakats
2008-11-03 07:58:22 +00:00
b89516b58d
2008-11-03 00:56 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/thread.c + added temporary workaround for non GCC OS2 ST builds
Przemyslaw Czerpak
2008-11-02 23:55:26 +00:00
a5463c23e1
2008-11-02 14:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbextern.ch ! Readded HB_LANG_EN.
Viktor Szakats
2008-11-02 13:56:22 +00:00
294d83814d
2008-11-02 14:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbextern.ch ! Added all missing LANG and CODEPAGE modules. [TOMERGE 1.0]
Viktor Szakats
2008-11-02 13:29:00 +00:00
962bc260b9
2008-11-02 13:36 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbexprb.c ! fixed possible GPF/internal memory corruption in code like: ? HB_I18N_GETTEXT_NOOP( "Ala ma kota" + " !!!" ) Mindaugas, the fix is also the answer for the question you left in TODO.
Przemyslaw Czerpak
2008-11-02 12:35:30 +00:00
5064f64927
2008-11-02 12:25 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/dynlibhb.c * forced casting in OS2 builds to eliminate problems with possible differences between compilers in 'char' type sign
Przemyslaw Czerpak
2008-11-02 11:24:58 +00:00
b56888018a
minor
Viktor Szakats
2008-11-02 06:50:13 +00:00
659c0030be
2008-11-02 07:39 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/version.c ! Added missing header from previous change.
Viktor Szakats
2008-11-02 06:43:45 +00:00
dddbc1c824
2008-11-02 07:33 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbstdgen.ch - Removed HB_VERSION mistakenly left there.
Viktor Szakats
2008-11-02 06:34:42 +00:00
0b9428bb37
2008-11-01 22:58 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/hbi18n.c * Modified __I18N_GETTEXT() to not RTE when trs table is non-array (like NIL). * USHORT -> ULONG in a few places.
Viktor Szakats
2008-11-01 22:01:15 +00:00
a7df2a4a46
2008-11-01 17:52 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtwvt/gtwvt.c + Added support for HB_GTI_ICONRES, HB_GTI_ICONFILE before the window is created. ! Fixed resource leak when HB_GTI_ICONFILE was used. ! Fixed problem with HB_GTI_ICONRES when it was resetting the icon if a non-string/non-numeric parameter was passed passed, which included simply trying to read the value using hb_gtInfo( HB_GTI_ICONRES ). If this was an intented feature, pls speak up. ; Please review these changes.
Viktor Szakats
2008-11-01 21:18:52 +00:00
709ab59c03
2008-11-01 21:13 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/itemseri.c ! fixed 8-bytes integer numbers deserialization + added support for serializing number with information about size and decimal places. It can be activated by passing .T. as second parameter to HB_SERIALIZE() function. Mindaugas please test if this is what you asked for.
Przemyslaw Czerpak
2008-11-01 20:12:42 +00:00
8323c50cbf
2008-11-01 20:09 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/gtwvt/gtwvt.h * harbour/source/rtl/gtwvt/gtwvt.c ! fixed HB_GTI_SETPOS_ROWCOL and HB_GTI_SETPOS_XY parameters decoding * automatically resize caret when cell size is changed * show window after setting its all parameters to eliminate visible resizing and repositioning. It did not eliminate multiple calls to hb_gt_wvt_FitSize() when windows is created. This has to be fixed yet or at least low level actions in this function not repeated when window and font dimensions are the same as in last call. Please test it in real MS-Windows. It should reduce startup flickering and increase the speed of initial code.
Przemyslaw Czerpak
2008-11-01 19:09:06 +00:00
7ea5f756b4
2008-11-01 17:52 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtwvt/gtwvt.h * source/rtl/gtwvt/gtwvt.c + Added support for HB_GTI_ICONRES, HB_GTI_ICONFILE before the window is created. ! Fixed resource leak when HB_GTI_ICONFILE was used. ! Fixed problem with HB_GTI_ICONRES when it was resetting the icon if a non-string/non-numeric parameter was passed passed, which included simply trying to read the value using hb_gtInfo( HB_GTI_ICONRES ). If this was an intented feature, pls speak up. ; Please review these changes.
Viktor Szakats
2008-11-01 16:55:11 +00:00
e1e96bf597
2008-11-01 15:47 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/hbi18n.c % Removed 'comment' field from language file header. Any text can be added simply by adding it to the translation table.
Viktor Szakats
2008-11-01 14:56:01 +00:00
8ac56e0192
2008-11-01 15:20 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbdefs.h + added #define INCL_LONGLONG to include native compiler LONGLONG definition. It's necessary for OpenWatcom. Please check how it will interact with other OS2 compilers (GCC)
Przemyslaw Czerpak
2008-11-01 14:19:35 +00:00