Tom Wickline
c24c30fffc
Add newdev, updated DMusic section, small fix to dpnhpast.
2003-12-31 00:11:25 +00:00
Gerald Pfeifer
6969a9b02d
Remove URLCache_FindEntry() which is not used any longer.
2003-12-31 00:11:02 +00:00
Ulrich Czekalla
9655a5fdc5
Add stubbed version of newdev.dll.
2003-12-30 22:19:30 +00:00
Rein Klazes
62fb1919f8
- Add a bitmap resource with the font icons: TrueType, printer,
...
OpenType and Type 1. Modify the code so that they will be used if or
when the needed bits are passed to the FontEnumProc.
- Use EnumFontFamiliesEx instead of EnumFontFamilies.
- Fix the fixme in the WM_MEASUREITEM message handler.
2003-12-30 22:08:17 +00:00
Stefan Leichter
a0d658aeed
Make use of/handle the first parameter of the function Extract.
2003-12-30 21:55:52 +00:00
Dmitry Timoshkov
1a620f29d2
Add MDI child creation tests.
2003-12-30 21:54:54 +00:00
David Beck
ef7087a5ee
Added RFTHREAD flag in rfork call.
2003-12-30 21:53:32 +00:00
Robert Shearman
e14e101fed
- Fixed buffer overflow in IFilterMapper2::RegisterFilter.
...
- Fixed buffer overflow in DEVENUM_IPropertyBag_Read.
- Fixed NULL pointer de-ref in DllRegisterServer when IFilterMapper2
is not registered.
- Allowed returning the moniker in IFilterMapper2::RegisterFilter.
- Enumerate special categories without causing infinite loop.
2003-12-30 21:52:45 +00:00
Sami Aario
bc08f32742
Fix some return values of dplayx API calls.
2003-12-30 21:50:56 +00:00
Alexandre Julliard
5c92266987
Fixed RtlUnwind signature (reported by Pierre d'Herbemont).
2003-12-30 19:26:19 +00:00
Martin Fuchs
963dd34ec0
- correct return value of SHGetPathFromIDList[AW]() for virtual
...
folders like "My Computer"
- correct path parsing in ISF_Desktop_fnParseDisplayName()
- handle CLSID paths in ISF_MyComputer_fnParseDisplayName()
- return CLSID path in ISF_MyComputer_fnGetDisplayNameOf()
2003-12-30 19:24:22 +00:00
Juan Lang
c02488b5f0
Read the Policy{Account,Primary}DomainInformation from the registry,
...
rather than hardcoding it to "DOMAIN".
2003-12-30 19:21:11 +00:00
Ge van Geldorp
fc5134d52e
Enclose application name in double quotation marks, as it may contain
...
spaces.
2003-12-30 19:20:11 +00:00
Michael Stefaniuc
0bdf5d8c91
Fixed mem leak on error path.
2003-12-30 19:19:46 +00:00
Vik Kumar
c04cf2d12c
Fixed MS UI Gothic font names.
2003-12-30 19:19:18 +00:00
Hans Leidekker
ccf25f0359
Translate msrle32 and oledlg resources.
2003-12-30 19:17:59 +00:00
Mike McCormack
bbe0e2ce80
Sort the output of wcmd's set command.
2003-12-30 19:17:31 +00:00
Mike McCormack
9acaadea3f
Return an SID when GetTokenInformation is called with class
...
TokenOwner.
2003-12-30 19:17:05 +00:00
Sylvain Petreolle
fabfea59c7
Added stubs for options CONNECT_TIMEOUT and DATA_RECEIVE_TIMEOUT.
2003-12-30 19:16:37 +00:00
Marcus Meissner
04f96a864e
DWL_USER might be used otherwise, so use an internal window property
...
for data storage.
2003-12-30 19:15:43 +00:00
Zimler Attila
14f7446f70
Fixed Hungarian keyboard layout.
2003-12-30 19:14:59 +00:00
Sami Aario
bee1f7c8df
Fixed a typo.
2003-12-30 19:14:35 +00:00
David Miller
09901d5927
Removed explicit ordinals.
2003-12-30 19:14:11 +00:00
Lionel Ulmer
266223ddf1
Also remove in the D3D code the pedantic check on the GetProcAddress
...
extension.
2003-12-30 19:13:32 +00:00
Robert Shearman
3f854103ad
- Fix IGraphBuilder::ConnectDirect.
...
- Register IFilterMapper and IFilterMapper2 in DllRegisterServer.
2003-12-30 19:13:05 +00:00
Ivan Leo Murray-Smith
5d7957a36d
Updated Italian translations.
2003-12-30 19:12:38 +00:00
Rein Klazes
66e5a82c15
When a directory is entered in the 16 bits file dialog, it should not
...
be returned the user. Instead the directory must be changed and the
dialog work from there.
2003-12-30 19:10:53 +00:00
Duane Clark
88c25c86e5
Reinitialize thumb when trackbar size is changed.
2003-12-30 19:10:15 +00:00
Mike Hearn
9a1e0a097e
Prevent false matches in WIN_FindWindow.
2003-12-30 19:09:50 +00:00
Ferenc Wagner
9644428385
Solaris sh portability fix.
2003-12-30 19:09:25 +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
Michael Stefaniuc
610e89ecc5
Search for mingw-$prog too.
2003-12-30 19:08:46 +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
Kirill Smelkov
599b0b73c5
Added mfc/Include and mfc/src as possible places for includes and the
...
library.
2003-12-15 21:06:55 +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
Eric Pouech
48f97983d7
- get rid of winedbg internal channels for output
...
- move all standard (old MESG channel) output to stdout
- move all other outputs (TRACE, WARN...) to a new wine debugging
channel (winedbg)
- replaced quite a few #ifdef:ed out output to new channels (mainly in
symbol management area...)
- added a new maintenance commands to ease up debugging
- updated documentation accordingly
2003-12-15 19:53:08 +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
Martin Fuchs
f74e715bab
Fixed options for winebuild.
2003-12-15 19:50:42 +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