2009-12-21 22:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* ChangeLog
! Fixed UTF offset for my commits from last week.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-12-21 22:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* ChangeLog
|
||||
! Fixed UTF offset for my commits from last week.
|
||||
|
||||
2009-12-21 22:18 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/rdd/wafunc.c
|
||||
* harbour/contrib/rddsql/hbrddsql.h
|
||||
@@ -32,7 +36,7 @@
|
||||
* contrib/hbqt/qth/QMenu.qth
|
||||
! Fixed some warning reported at the time of auto generation.
|
||||
|
||||
2009-12-21 21:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-21 21:38 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbqt/generator/hbqtgen.prg
|
||||
! Fixed to use 'hbqt_gcRelease_*' instead of 'release_*' names
|
||||
for public release callbacks.
|
||||
@@ -70,7 +74,7 @@
|
||||
to keep 8.3 plain DOS names (harbour[m].dxe)
|
||||
! added -U to DXE3GEN parameters
|
||||
|
||||
2009-12-21 16:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-21 16:13 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ Enabled -shared support for dos/djgpp. Not tested.
|
||||
+ Enabled -hbdyn support for dos/djgpp. Blind coding, not tested.
|
||||
@@ -170,7 +174,7 @@
|
||||
parameters.
|
||||
TODO: make HB_DYN_LIBS definition common for dyn.mk and lib.mk
|
||||
|
||||
2009-12-21 02:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-21 02:49 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbqt/hbqt.ch
|
||||
* contrib/hbxbp/xbp.ch
|
||||
+ Using HB_TRACE() macro. This means that now .prg level
|
||||
@@ -180,7 +184,7 @@
|
||||
* contrib/hbwin/tests/testwmtx.prg
|
||||
- Deleted some bits added by me as per Xavi's suggestions.
|
||||
|
||||
2009-12-21 00:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-21 00:59 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* include/hbextern.ch
|
||||
+ Added new trace functions.
|
||||
; TODO: Use these new functions in HBQT, HBXBP. [DONE]
|
||||
@@ -270,7 +274,7 @@
|
||||
|
||||
TODO: <Global> and <Replace without prompting> features.
|
||||
|
||||
2009-12-20 16:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-20 16:15 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbwin/tests/testdll.prg
|
||||
* contrib/hbwin/win_dll.c
|
||||
+ Added support for passing parameters by reference in win64 mode.
|
||||
@@ -283,7 +287,7 @@
|
||||
; Please test/review and contribute to this, current state is pretty
|
||||
much the extent I'm willing and capable of implementing this.
|
||||
|
||||
2009-12-20 12:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-20 12:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbwin/win_dll.c
|
||||
+ Added support for Win64 dll calls to functions with no
|
||||
parameter.
|
||||
@@ -294,7 +298,7 @@
|
||||
* Renamed some constants, functions and variables.
|
||||
; TODO: Add logic to enable UNICODE mode when needed.
|
||||
|
||||
2009-12-20 05:01 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-20 05:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/vm/dynlibhb.c
|
||||
* src/rtl/hbinet.c
|
||||
* src/compiler/hbcmplib.c
|
||||
@@ -302,18 +306,18 @@
|
||||
! Suppressing MSVC C mode warnings by ( void * ) casting
|
||||
in hb_xfree() calls.
|
||||
|
||||
2009-12-20 04:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-20 04:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
+ contrib/hbwin/tests/testwmtx.prg
|
||||
+ Added Windows mutex example.
|
||||
|
||||
2009-12-20 04:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-20 04:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbwin/Makefile
|
||||
+ contrib/hbwin/wapi_winbase_mutex.c
|
||||
+ Added Windows mutex wrappers.
|
||||
Contributed by Xavi <jarabal/at/gmail.com>.
|
||||
! Added SVN header, some minor formatting.
|
||||
|
||||
2009-12-20 04:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-20 04:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbwin/win_dll.c
|
||||
+ Added portable Win64 support (both x86_64 and IA64 and anything else).
|
||||
; TODO: double parameters and return value.
|
||||
@@ -323,7 +327,7 @@
|
||||
* Using HB_BOOL.
|
||||
! Fixed to return NIL when CTYPE_VOID is requested. (was 0 before)
|
||||
|
||||
2009-12-20 02:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-20 02:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbwin/win_dll.c
|
||||
* Little cleanup to FARPROC casting. Now cast is done at Harbour
|
||||
interface points, not internally. It now generates more
|
||||
@@ -337,12 +341,12 @@
|
||||
+ Implemented ::goto() method. Invoke it by "Goto Line" icon.
|
||||
+ Implemented save/restore position of various dialogs.
|
||||
|
||||
2009-12-20 01:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-20 01:53 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbbtree/hb_btree.c
|
||||
* Fixed 'const' usage in some cast. (some cast were not
|
||||
required anymore, two has been changed to not strip const)
|
||||
|
||||
2009-12-19 23:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-19 23:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbqt/tests/demoqt.prg
|
||||
! Fixed to use :pPtr instead of now dummy QT_PTROF() macro.
|
||||
|
||||
@@ -357,7 +361,7 @@
|
||||
* contrib/hbxbp/xbpqtuiloader.prg
|
||||
! Minor.
|
||||
|
||||
2009-12-19 22:48 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-19 22:48 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbwin/hbwapi.h
|
||||
! Fixed some wapi_ret_*() macros. This caused that several WAPI_TREEVIEW*()
|
||||
functions were not returning a value. Thanks to Petr Chornyj for
|
||||
@@ -397,13 +401,13 @@
|
||||
pacify 64-compiler warning
|
||||
* removed unnecessary casts (I hope)
|
||||
|
||||
2009-12-19 13:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-19 13:45 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
* config/global.mk
|
||||
! Not considering /opt and /opt/harbour as "system location" for
|
||||
Harbour, following Lorenzo's advice.
|
||||
|
||||
2009-12-19 13:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-19 13:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/rtl/sha2.c
|
||||
! Added trick to make it compile with Pelles C 6.00.6.
|
||||
Without this trick Pelles C compiler exits with internal error.
|
||||
@@ -411,7 +415,7 @@
|
||||
* doc/whatsnew.txt
|
||||
+ Added NOTE about Pelles C 6.
|
||||
|
||||
2009-12-19 12:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-19 12:46 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/codepage/Makefile
|
||||
+ src/codepage/cpel437.c
|
||||
- src/codepage/cpgr437.c
|
||||
@@ -477,7 +481,7 @@
|
||||
* contrib/hbxbp/xbpwindow.prg
|
||||
! Fixed "lSuccess" issue.
|
||||
|
||||
2009-12-18 18:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-18 18:53 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* doc/whatsnew.txt
|
||||
+ Added text documenting whatsnew missing parts.
|
||||
|
||||
@@ -485,11 +489,11 @@
|
||||
! Potential fix to external commands when using script and called
|
||||
in a loop.
|
||||
|
||||
2009-12-18 14:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-18 14:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* package/winuni/RELNOTES
|
||||
+ Added Cairo version.
|
||||
|
||||
2009-12-18 14:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-18 14:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* package/winuni/RELNOTES
|
||||
* Updated FreeImage component version missed form prev commit.
|
||||
|
||||
@@ -499,17 +503,17 @@
|
||||
current HB_USER_LIBS has different meaning in build process then
|
||||
in the past
|
||||
|
||||
2009-12-18 12:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-18 12:54 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/rtl/gtxwc/gtxwc.c
|
||||
* Prefixed static vars with s_.
|
||||
|
||||
2009-12-18 12:43 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-18 12:43 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbwin/mapi.c
|
||||
! Fixed typo in r13235 patch. This could have caused memory
|
||||
corruption and MAPI errors.
|
||||
; Please retest.
|
||||
|
||||
2009-12-18 12:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-18 12:31 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* package/winuni/RELNOTES
|
||||
+ Updated packages used by upcoming release.
|
||||
|
||||
@@ -518,7 +522,7 @@
|
||||
+ accept "TEXT" selections is better forms cannot be found
|
||||
* removed hack not necessary after recent code cleanup
|
||||
|
||||
2009-12-18 10:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-18 10:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbqt/hbqt.h
|
||||
* contrib/hbqt/hbqt_destruct.cpp
|
||||
! Added missing 'extern'.
|
||||
@@ -545,7 +549,7 @@
|
||||
! Cleaned up QT_PTROF() macro altogether.
|
||||
A few instances are left in the HBXBP scheduled to be reviewed later.
|
||||
|
||||
2009-12-18 10:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-18 10:19 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* INSTALL
|
||||
+ Added more generic link for QT OSS downloads.
|
||||
|
||||
@@ -554,7 +558,7 @@
|
||||
(Please list only '* contrib/hbqt/*' to avoid growing ChangeLog
|
||||
with several hundred entries each time the generator changes)
|
||||
|
||||
2009-12-18 09:58 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-18 09:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbqt/hbqt_hbdbfmodel.cpp
|
||||
* contrib/hbqt/generator/hbqtgen.prg
|
||||
* contrib/hbqt/hbqt_hbqtableview.cpp
|
||||
@@ -567,7 +571,7 @@
|
||||
to have a lib specific prefix.
|
||||
; TODO: Regenerate. [DONE]
|
||||
|
||||
2009-12-18 09:47 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-18 09:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* INSTALL
|
||||
+ Added direct link to QT Windows 4.5.3 pkg.
|
||||
|
||||
@@ -673,13 +677,13 @@
|
||||
* contrib/hbxbp/xbptreeview.prg
|
||||
+ Added METHOD hbCreateFromQtPtr(), skeletons only.
|
||||
|
||||
2009-12-17 22:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-17 22:59 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbwin/mapi.c
|
||||
! Fixed typo causing GPF when using 'long' calling form.
|
||||
! Fixed not counting recipients when using 'simple' calling form.
|
||||
; Toninho, could you pls retest?
|
||||
|
||||
2009-12-17 22:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-17 22:21 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbqt/hbqt_misc.prg
|
||||
* contrib/hbide/hbide.prg
|
||||
- Deleted hack which moved HBXBP specific functionality
|
||||
@@ -1014,7 +1018,7 @@
|
||||
probably using remote XServers it was able to retrieve only the
|
||||
1-st type of selection (if any).
|
||||
|
||||
2009-12-16 21:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-16 21:38 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbwin/hbwin.ch
|
||||
* contrib/hbwin/tests/testmapi.prg
|
||||
* contrib/hbwin/mapi.c
|
||||
@@ -1030,7 +1034,7 @@
|
||||
% One minor optimization in WIN_MAPISENDMAIL().
|
||||
+ Added example for simple form of WIN_MAPISENDMAIL() call.
|
||||
|
||||
2009-12-16 21:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-16 21:18 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbwin/mapi.c
|
||||
* WIN_MAPISENDMAIL() fixed to set sender as MAPI_ORIG.
|
||||
This is the default value (zero), but we shouldn't assume such things.
|
||||
@@ -1061,7 +1065,7 @@
|
||||
+ added code to test clipboard (CTRL+INS shows clipboard text and
|
||||
CTRL+END set new text in clipboard).
|
||||
|
||||
2009-12-16 18:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
2009-12-16 18:28 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* harbour-win-spec
|
||||
* harbour-wce-spec
|
||||
* include/hbver.h
|
||||
|
||||
Reference in New Issue
Block a user