Alexandre Julliard
33017b0d93
wpp: config.h and wine/port.h should be included first.
2008-06-30 12:52:00 +02:00
Alexandre Julliard
8e5f281276
ntdll: Add some sanity checks for invalid relocation blocks.
2008-06-30 12:51:35 +02:00
Alexandre Julliard
aa68258b7a
Fix a few %ll printf formats.
2008-06-30 12:50:07 +02:00
James Hawkins
0cf9bd9c40
lz32: Fix a test failure in win9x.
2008-06-30 12:49:09 +02:00
James Hawkins
e71e3efe77
ole32: Fix a test failure in win9x.
2008-06-30 12:47:57 +02:00
James Hawkins
b9b25c73e0
advapi32: Fix a test failure on a non-admin XP system.
2008-06-30 12:47:52 +02:00
James Hawkins
192dbae550
oleaut32: Trace the failing VarCmp result.
2008-06-30 12:47:47 +02:00
James Hawkins
e95bb17b4a
comctl32: Remove an assumption that causes test failures if default icon spacing is not 43x43.
2008-06-30 12:47:42 +02:00
H. Verbeet
8d6dc9daa7
wined3d: Move setting a palette up a couple of lines in BltOverride().
...
This prevents a few failures in the ddraw tests when using FBOs due to
using P8 surfaces without a palette set.
2008-06-30 12:47:34 +02:00
H. Verbeet
469e791f00
wined3d: Invert "upsidedown" in fb_copy_to_texture_direct() and fb_copy_to_texture_hwstretch() rather than BltOverride().
...
This inversion is specific to the blit implementation being used,
stretch_rect_fbo() doesn't need it.
2008-06-30 12:47:25 +02:00
Juan Lang
60bb8bd808
cryptdlg: Implement DllRegisterServer/DllUnregisterServer.
2008-06-30 12:46:36 +02:00
Juan Lang
35ce6318f5
cryptdlg: Include cryptdlg.h.
2008-06-30 12:46:22 +02:00
Juan Lang
71e7a29252
cryptdlg: Add header.
2008-06-30 12:46:11 +02:00
Juan Lang
183f27b0c4
cryptui: Add header.
2008-06-30 12:45:57 +02:00
Juan Lang
4b45b24d9d
inetmib1: Free memory when DLL is unloaded.
2008-06-30 12:37:46 +02:00
Juan Lang
3646816247
inetmib1: Don't prefer the native version, it doesn't do much anyway.
2008-06-30 12:37:42 +02:00
Juan Lang
8f66c13e35
inetmib1: Support the MIB2 UDP table.
2008-06-30 12:37:37 +02:00
Juan Lang
cf3d35cf15
inetmib1: Make table searching function into a generic helper.
2008-06-30 12:37:32 +02:00
Gerald Pfeifer
3e57f56fd2
iphlpapi: Include <netinet/in_systm.h> if present.
2008-06-30 12:13:26 +02:00
Vladimir Pankratov
2025d14503
winhlp32: Update Russian translation.
2008-06-30 12:12:31 +02:00
Vladimir Pankratov
79f4ec5cd4
winecfg: Update Russian translation.
2008-06-30 12:12:21 +02:00
Jacek Caban
876153976b
mshtml: Added IHTMLWindow2::clearInterval implementation.
2008-06-30 12:12:09 +02:00
Jacek Caban
8d3aa6799c
mshtml: Added IHTMLWindow2::clearTimeout implementation.
2008-06-30 12:12:04 +02:00
Jacek Caban
74f29f1087
mshtml: Added IHTMLWindow3::setInterval implementation.
2008-06-30 12:11:58 +02:00
Jacek Caban
0d56f1058f
mshtml: Forward IHTMLWindow2::setInterval to IHTMLWindow3.
2008-06-30 12:11:52 +02:00
Jacek Caban
44223acceb
mshtml: Added VT_BSTR support to IHTMLWindow3::setTimeout.
...
Resend without test depending on JScript.
2008-06-30 12:11:46 +02:00
Jacek Caban
6971db7ee3
oleaut32: Added test showing need to QueryInterface on dual interface in ITypeInfo::Invoke.
2008-06-30 12:11:40 +02:00
Jeremy White
082e39f951
configure: On Solaris, libpng requires libm.
2008-06-30 12:11:00 +02:00
Mikołaj Zalewski
659542aafc
browseui: progressdlg: don't leak the event.
2008-06-30 12:10:52 +02:00
Dylan Smith
1bec9bb440
richedit: Calculate tab positions relative to end of selection bar.
2008-06-30 12:10:18 +02:00
Dylan Smith
66f948c010
richedit: Clicking below end of text now selects closest character.
...
Before the end of the text was selected when clicking below the end of
the text, rather than using the x position to find the appropriate
character on the last row that is closest to the pixel position.
2008-06-30 12:10:02 +02:00
Huw Davies
3e90d918db
gdiplus: Fix a typo in the parameter validation check.
2008-06-30 12:09:52 +02:00
Alexandre Julliard
73e5475593
Release 1.1.0.
2008-06-27 16:24:42 +02:00
Alexandre Julliard
dfb308a6b1
configure: Fix the netinet header checks for Mac OS and Solaris.
2008-06-27 14:06:47 +02:00
Dmitry Timoshkov
da88293338
wordpad: Pass correct parameters to WM_SIZE message handler.
2008-06-27 12:32:21 +02:00
Dmitry Timoshkov
3a934e7323
user32: Add a test for focus behaviour on minimize/restore.
2008-06-27 12:32:18 +02:00
Przemysław Białek
864384e75d
gdiplus: Implementation of function GdipDrawEllipse.
2008-06-27 12:32:14 +02:00
Kai Blin
ce81d843c6
netapi32: Don't test NetUserChangePassword for now.
2008-06-27 12:31:57 +02:00
Kai Blin
ac7511b9fa
netapi32: Remove double free test from apibuf tests.
2008-06-27 12:26:11 +02:00
Alistair Leslie-Hughes
1fc1bb654d
msxml3: Added support for creating DOMFreeThreadedDocument.
2008-06-27 11:40:17 +02:00
Zac Brown
7a42aba9da
shell32: Add stub implementation for SHGetIconOverlayIndex[AW].
2008-06-27 11:32:10 +02:00
Andrew Talbot
1dcc70ac17
gdi32: Pass correct pointer value to HeapFree().
2008-06-27 11:29:58 +02:00
Kirill K. Smirnov
a470c0b017
kernel32: Add stubs for [G|S]etConsoleDisplayMode.
2008-06-27 11:29:07 +02:00
Nikolay Sivov
02a9b6ae2e
gdiplus: Implemented GdipGetPenDashCap197819.
2008-06-27 11:26:34 +02:00
Nikolay Sivov
314396ae9c
gdiplus: Implemented GdipGetPenWidth.
2008-06-27 11:26:26 +02:00
Nikolay Sivov
c4b7281f06
gdiplus: Implemetned GdipGetPenUnit.
2008-06-27 11:26:18 +02:00
Nikolay Sivov
b672dad1b6
gdiplus: Added GdipGetPenStartCap.
2008-06-27 11:26:10 +02:00
Nikolay Sivov
cf55dba6a1
gdiplus: Implemented GdipGetPenLineJoin, GdipGetPenMiterLimit.
2008-06-27 11:25:58 +02:00
Nikolay Sivov
6eadf3da08
gdiplus: Implemented GdipGetPenEndCap.
2008-06-27 11:25:49 +02:00
Nikolay Sivov
71310541f4
gdiplus: Implemented GdipCloneImageAttributes.
2008-06-27 11:25:41 +02:00