Duane Clark
88c25c86e5
Reinitialize thumb when trackbar size is changed.
2003-12-30 19:10:15 +00:00
Ferenc Wagner
d8e98d3a0a
Fix undeleted temporary file.
...
Correct error messages and comments, break long lines.
2003-12-30 19:09:08 +00:00
Marcus Meissner
e12ef562a8
Dimensions with cElements=0 are valid and needed by InstallShield.
...
SafeArrayGetElement: fixed BSTR and LPUNKNOWN handling.
Added testcases for above cases.
2003-12-30 19:06:41 +00:00
Marcus Meissner
09c8cc97f7
Added more argument numbers for _invoke().
2003-12-30 19:06:21 +00:00
Jon Griffiths
b3401e66a3
I8/UI8 are accepted in arrays in recent native dlls.
...
Test UDTs, array coercion and new functions.
2003-12-15 21:11:25 +00:00
Jon Griffiths
d95ee19dfd
Use the SafeArray conversion functions when coercing arrays.
...
Simplify VariantChangeTypeEx.
Replace calls to dump_Variant() with TRACE's.
2003-12-15 21:10:53 +00:00
Jon Griffiths
c2d6a6b451
Rewrite: Support I8/UI8,RECORD.
...
Store array bounds in the same order as native.
Add CreateEx, CreateVectorEx, VectorFromBstr, BstrFromVector.
2003-12-15 21:08:42 +00:00
Uwe Bonnes
545a3b7118
Patch and test for scanf %i.
2003-12-15 21:06:19 +00:00
Hans Leidekker
73593d7eed
Check if a function exists before testing it.
2003-12-15 20:18:50 +00:00
Dmitry Timoshkov
06464999f1
Implement support for many MCIWndClass MCI_ and MCIWNDM_ messages.
...
Convert MCIWndClass implementation to unicode.
2003-12-15 20:17:11 +00:00
Hans Leidekker
513670551b
MoveFile returns ERROR_ALREADY_EXISTS, not ERROR_FILE_EXISTS.
2003-12-15 20:15:20 +00:00
Marcus Meissner
cf50f9a04e
Implemented VarInt, VarPow.
...
Added R4 (float) support to VarAdd.
Added DATE support to VarSub.
2003-12-15 20:14:32 +00:00
Steven Edwards
6bbba607c9
Porting fix for winmm resources (patch by Filip Navara).
2003-12-15 19:52:14 +00:00
Hans Leidekker
9f12d22657
[Global|Local]ReAlloc don't fail with size 0.
...
Fixed typos.
2003-12-15 19:51:17 +00:00
Marcus Meissner
7d7ce505f4
Older versions of freetype do not have FT_Get_First_Char.
2003-12-15 19:50:59 +00:00
Marcus Meissner
20c338acd2
Explicitly clear vm86 flag in DIOCRegs_2_CONTEXT.
2003-12-15 19:50:22 +00:00
Ferenc Wagner
20c1d1e0f9
Added snprintf test.
2003-12-15 19:50:05 +00:00
Steven Edwards
7803bb5e5a
Porting fix.
2003-12-15 19:49:34 +00:00
Martin Fuchs
499519d5d3
Added include of "wine/port.h" for MSVC.
2003-12-15 19:48:52 +00:00
Christian Costa
00bfb75485
Exported widMessage function.
2003-12-15 19:48:15 +00:00
Marcus Meissner
30ccb3bd22
Yet another useful hint for missing stdole32.tlb.
2003-12-15 19:47:51 +00:00
Uwe Bonnes
599c4522a8
HTTP_DealWithProxy: Only add http:// to proxy string when needed.
2003-12-15 19:47:31 +00:00
Marcus Meissner
2567881312
Do not clear the pointer we just allocated, just the first byte it
...
points to.
2003-12-15 19:47:10 +00:00
Marcus Meissner
34528b91a9
Fixed potentially uninitialised sz.
2003-12-15 19:46:51 +00:00
Ge van Geldorp
d1632bf652
Pass dtp parameter on from DrawTextExA to DrawTextExW.
2003-12-13 03:25:57 +00:00
Aric Stewart
3dc71b65a7
Better handling of some service functions.
2003-12-13 03:25:37 +00:00
Alexandre Julliard
8543a5db9a
Added exception handlers in FindResourceExA/W (based on a patch by
...
Richard Cohen).
2003-12-13 01:36:14 +00:00
Francois Gouget
8f63a714b2
Try not to display uninitialized data in traces (found by Valgrind).
2003-12-13 01:34:40 +00:00
Mike Hearn
a25b352f47
Remove flat scrollbar stub fixmes.
2003-12-13 01:33:51 +00:00
Steven Edwards
26aa197552
Added implib rule for building import libs.
2003-12-13 01:33:19 +00:00
Jerry Jenkins
4e6fab5349
Fix managed state of some windows.
2003-12-13 00:05:53 +00:00
Andrew de Quincey
eb4d6e079d
- Implemented HELPDIR subkeys properly in RegisterTypeLib().
...
- Implemented UnRegisterTypeLib().
- Fixed various minor bugs.
2003-12-13 00:04:06 +00:00
Kirill Smelkov
12b36ecb4a
Added CreateAsyncBindCtx and IsAsyncMoniker stubs.
2003-12-13 00:03:30 +00:00
Alexandre Julliard
65ff814617
Return an error in wine_pthread_mutex_unlock if we don't own the
...
critical section, this should avoid trouble caused by a locking bug
inside Xlib.
2003-12-12 06:19:25 +00:00
Steven Edwards
c49064a838
- The last of the major Win16/32 split for commdlg (for real this
...
time).
- Moved most of the 16bit stuff to cdlg16.h.
- A few small cleanups.
2003-12-12 06:09:13 +00:00
Alexandre Julliard
54b951a480
Make Char{Lower,Upper}A call Char{Lower,Upper}BuffA.
...
Small optimization to avoid a memory allocation.
Fixed sign extension in Char{Lower,Upper}A (reported by Andreas
Rosenberg).
2003-12-12 06:07:28 +00:00
Alexandre Julliard
6fee8c95b2
Avoid long long constants (reported by Gerald Pfeifer).
...
Added a few missing parentheses in macros.
2003-12-12 06:02:31 +00:00
Robert Shearman
fa7d78f118
- Url Cache improvements.
...
- In Internet{Set,Query}Option functions, hInternet can be NULL.
- Add traces to Internet* functions.
2003-12-12 06:01:20 +00:00
Vik Kumar
755762426c
Added eucJP charset.
2003-12-12 05:59:54 +00:00
Vik Kumar
103f9893ca
Font changes from MS P Gothic to MS UI Gothic.
2003-12-12 05:59:14 +00:00
Vik Kumar
7ad932efda
Added Japanese translation.
2003-12-12 05:57:22 +00:00
Jon Griffiths
ae0ca56453
Added RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLastWin32Error,
...
RtlGUIDFromString, RtlStringFromGUID.
2003-12-12 05:56:44 +00:00
Jeremy Shaw
f7cae99969
Move the data around when the ring buffer is resized so that the empty
...
messages are between the tosave and toget indexes.
2003-12-12 05:55:26 +00:00
Eric Pouech
1da37e6ac4
Moved all remaining console related code to dlls/kernel directory.
2003-12-12 04:10:52 +00:00
Gerald Pfeifer
15be906293
Fix types in WSAHtonl.
2003-12-12 04:09:46 +00:00
Alexandre Julliard
bd13ab8d78
Store a pointer to the client-side class structure in the server and
...
return it on create_window and destroy_class.
Only create a single instance of the desktop class for the whole
session.
Added some missing locking in the client-side class management.
2003-12-11 05:34:53 +00:00
Jon Griffiths
97fc6c3a06
Oops - VT_EMPTY->VT_RECORD is not allowed.
2003-12-11 05:25:59 +00:00
Jon Griffiths
17ce98503b
Test almost all of the low level variant functions
2003-12-11 05:25:44 +00:00
Rein Klazes
965b285238
Do conversions between the font size specified in points (or
...
decipoints) and height specified in logical units.
2003-12-11 05:17:05 +00:00
Kirill Smelkov
32f296b6d5
Added stub and prototype for WSAJoinLeaf.
2003-12-11 05:16:48 +00:00