Austin English
87cc3e19bc
winhttp: Fix a missing include for OpenBSD.
2008-12-29 11:38:36 +01:00
Austin English
fe8879e6d1
configure: Fix libpng detection on OpenBSD.
2008-12-29 11:38:11 +01:00
Austin English
51094be4f9
configure: Fix sysctl.h check for OpenBSD.
2008-12-29 11:37:07 +01:00
Francois Gouget
2166afceb7
Assorted spelling fixes.
2008-12-29 11:36:49 +01:00
Francois Gouget
da1a352972
configure: Fix the linux/ipx.h check.
2008-12-29 11:35:58 +01:00
Francois Gouget
cbf19c30e0
browseui/tests: Make some functions static.
2008-12-29 11:35:37 +01:00
Francois Gouget
a9d3d0e942
winedbg: Remove an unused debug channel (winedbg).
2008-12-29 11:35:37 +01:00
Francois Gouget
0216e3e6c6
winecoreaudio.drv: Remove an unused debug channel (midi).
2008-12-29 11:35:37 +01:00
Francois Gouget
352a1bdb0b
advapi32/tests: Add a trailing '\n' to ok() calls.
2008-12-29 11:35:37 +01:00
Francois Gouget
f2c5f6a288
wnaspi32: Add a trailing '\n' to a Wine trace.
2008-12-29 11:35:37 +01:00
Francois Gouget
b7ad9c87b5
shell32/tests: Add a trailing '\n' to ok() calls.
2008-12-29 11:35:36 +01:00
Francois Gouget
770d28d180
kernel32: Fix a comment in LocalInit16().
2008-12-29 11:35:36 +01:00
Vincent Pelletier
143bd931b6
wined3d: Detect intel 945 GM.
2008-12-29 11:35:36 +01:00
Ricardo Filipe
b15ba7696b
oleacc: Add stub for AccessibleObjectFromPoint.
2008-12-27 20:35:19 +01:00
Ricardo Filipe
bd17f0a6f3
oleacc: Fix LresultFromObject return type.
2008-12-27 20:34:39 +01:00
Gerald Pfeifer
3ba9986325
wpp: Add missing #include <ctype.h>.
2008-12-27 20:28:47 +01:00
Gerald Pfeifer
6eb33b932e
comctl32: Simplify NATIVEFONT_Create.
2008-12-27 20:28:37 +01:00
Gerald Pfeifer
568a4bdd2a
comctl32: Simplify COMBOEX_Command.
2008-12-27 20:28:30 +01:00
Gerald Pfeifer
d7876a2cd4
comctl32: Simplify DATETIME_Char.
2008-12-27 20:28:22 +01:00
Gerald Pfeifer
d7d6ceb4da
comctl32: Shed off some unused parameters.
2008-12-27 20:28:13 +01:00
Nikolay Sivov
be7d21255c
gdiplus: Stub for GdipRotateLineTransform.
2008-12-27 20:27:07 +01:00
Nikolay Sivov
f4c017eac1
gdiplus: Stub for GdipScalePenTransform.
2008-12-27 20:27:00 +01:00
Nikolay Sivov
62512971fe
gdiplus: Stub for GdipResetPenTransform.
2008-12-27 20:26:53 +01:00
Vitaliy Margolen
7915569511
dinput: Replace perror with more appropriate ERR and WARN.
2008-12-27 20:24:12 +01:00
Vitaliy Margolen
a179f491fd
dinput: Warn if failed to open device.
2008-12-27 20:23:57 +01:00
Vitaliy Margolen
e0152e85e9
dinput: snprintf zero-terminates string no need to do it explicitly.
2008-12-27 20:23:41 +01:00
Vitaliy Margolen
ae26ca6c28
dinput: Make find_joydevs re-entrant.
2008-12-27 20:23:22 +01:00
Rob Shearman
2e0aefc1fd
widl: Structures and arrays with pointers should be complex when generating code for 64-bit platforms.
...
The non-complex variants depend on the wire size of the
structure/array matching the buffer size, but this no longer applies
when pointers are 8 bytes instead of 4.
2008-12-27 20:23:19 +01:00
Rob Shearman
07e8ab45c9
mshtml: Check for the container's doc being NULL in nsTooltipListener_OnShowTooltip and nsTooltipListener_OnHideTooltip.
...
They could be called after NSContainer_Release is called.
2008-12-27 20:23:15 +01:00
Damjan Jovanovic
83b081f73c
winemenubuilder: Improve icon generation.
2008-12-27 20:23:08 +01:00
Huw Davies
c50a368e46
comdlg32: Use [G|S]etPropW instead of [G|S]etPropA.
2008-12-27 20:23:01 +01:00
Christian Costa
00c574d117
d3dxof: Initialize object member names correctly.
2008-12-27 20:22:58 +01:00
Dylan Smith
c9977df853
richedit: Prevented a dereference of a freed pointer.
...
On WM_DESTROY the editor was getting freed, then it was used to obtain
a handle to the editor. This patch moves it just before the editor is
freed within ME_DestroyEditor.
2008-12-27 20:22:53 +01:00
Aleksey Bragin
a8a97091fe
ntdll: Fix memory corruption in RtlSetBits.
2008-12-27 20:22:46 +01:00
Alexandre Julliard
e5ad41bce3
libport: Check for ENOTSUP being defined before using it.
2008-12-27 20:06:28 +01:00
Alexandre Julliard
c03cd0850c
ntdll: Add support for relay debugging on x86_64.
2008-12-27 20:03:25 +01:00
Alexandre Julliard
f55476359c
ntdll: Make the relay debug code more generic to allow supporting 64-bit platforms.
2008-12-27 20:02:34 +01:00
Alexandre Julliard
01722d6010
winebuild: Generate relay debugging thunks for x86_64.
2008-12-27 19:59:55 +01:00
Alexandre Julliard
913354e75b
winebuild: Fix delay load code to preserve stack alignment and save the correct registers.
2008-12-27 19:58:42 +01:00
Alexandre Julliard
8a87aaa9d9
winebuild: Generate the __wine_call_from_32_regs function along with the 16-bit kernel routines.
2008-12-27 19:50:25 +01:00
Alexandre Julliard
3ece9e9002
include: Move the DEFINE_REGS_ENTRYPOINT macros to the dlls that use it.
2008-12-27 19:47:46 +01:00
Alexandre Julliard
0ce0af5f16
kernel32: Move AllocMappedBuffer/FreeMappedBuffer to thunk.c.
2008-12-27 19:45:52 +01:00
Alexandre Julliard
186ca36d38
winetest: Link against the Wine import libraries for the dist version too.
2008-12-26 21:02:04 +01:00
Alexandre Julliard
4a9a3d7fff
configure: Improve check for libresolv.
2008-12-26 19:52:04 +01:00
Alexandre Julliard
424cb27e6a
configure: When cross-compiling, propagate the target specification to winebuild.
2008-12-26 17:55:29 +01:00
Alexandre Julliard
53626dbd93
widl: Add support for generating 32-bit and/or 64-bit code for proxies/clients/servers.
2008-12-26 17:22:25 +01:00
Alexandre Julliard
b1ab7d88b3
widl: Add --win32/--win64 options to select the type of code generated.
2008-12-26 17:21:12 +01:00
Alexandre Julliard
9ca1382eae
widl: Store the size of a pointer in a variable instead of hardcoding the value of the host compiler.
2008-12-26 17:20:53 +01:00
Alexandre Julliard
a011f0cd5b
widl: Move determination of the exact type of structures and array to the code generation phase.
...
The exact type can depend on the size of the type in memory, and that
can vary depending on whether we are generating 32-bit or 64-bit code.
2008-12-26 17:16:06 +01:00
Detlef Riekenberg
e9e12744b5
shdocvw/tests: Add tests for ParseURLFromOutsideSource.
2008-12-26 13:45:12 +01:00