Henri Verbeet
b279d6574a
d3d10core: Add a stub ID3D10RenderTargetView implementation.
2009-01-23 13:13:13 +01:00
Henri Verbeet
bae1ec98ca
wined3d: Don't use drawStridedFast() for drawing pretransformed vertices.
...
This was exposed by adding EXT_vertex_array_bgra support, previously we would
almost never hit this because color data being present would already prevent
us from using drawStridedFast(). Thanks to Stefan for spotting this.
2009-01-23 13:12:58 +01:00
Henri Verbeet
0cc5f0d3eb
wined3d: Don't use drawStridedFast() when pointsize data is present.
2009-01-23 13:12:52 +01:00
Henri Verbeet
e82eef28f9
wined3d: Take EXT_vertex_array_bgra into account in send_attribute() and loadNumberedArrays().
2009-01-23 13:12:47 +01:00
Anders Jonsson
2ce82aec19
winefile: Update Swedish translation.
2009-01-23 13:12:40 +01:00
Anders Jonsson
4e733f98e3
winhlp32: Update Swedish translation.
2009-01-23 13:12:36 +01:00
Nikolay Sivov
2ddcb295b6
kernel32: Added DeleteTimerQueue.
2009-01-23 13:12:31 +01:00
Jacek Caban
da5372beed
shdocvw: Fixed tests on IE7.
2009-01-23 13:12:28 +01:00
Andrew Talbot
149ee9bf3b
rsaenh: Declare some functions static.
2009-01-23 13:12:22 +01:00
Detlef Riekenberg
cbaa2e5bd7
comdlg32: Remove dead code (GetModuleHandleA can't fail).
2009-01-23 13:12:17 +01:00
Aric Stewart
3aebdbb65d
shdocvw: Stub implementation of IEParseDisplayNameWithBCW.
2009-01-23 13:11:59 +01:00
Austin English
337067a89d
iphlpapi: Include netinet/if_inarp.h for NetBSD.
2009-01-23 13:11:42 +01:00
Gerald Pfeifer
bcfc2027fb
comctl32: Simplify ten functions by removing unused parameters.
2009-01-23 12:57:02 +01:00
Alistair Leslie-Hughes
a44ff54d81
mshtml: Implement IHTMLDocument3 getElementsByTagName.
2009-01-22 15:28:24 +01:00
Alistair Leslie-Hughes
d77acecbff
msxml3: Implement IXMLDOMDocument2 IPersistStream_Save.
2009-01-22 15:28:24 +01:00
Alistair Leslie-Hughes
5bedc409d5
msxml3: IXMLDOMDocument2 async default value is VARIANT_TRUE.
2009-01-22 15:28:24 +01:00
Alistair Leslie-Hughes
ceed55a46a
msxml3: Register missing SAXXMLReader Components.
2009-01-22 15:28:24 +01:00
Austin English
b0e000ca88
updspapi: Add missing functions and forward to setupapi.
2009-01-22 15:28:24 +01:00
Jeff Latimer
c5bc4b2c9a
user32: Check the instance id on DdeCreateDataHandle and retire a couple of todos.
2009-01-22 15:28:24 +01:00
Huw Davies
10dfcfb9a0
comdlg32: Rename pagesetup data type to reflect upcoming unicode/ansi merge.
2009-01-22 15:28:24 +01:00
Nikolay Sivov
32cc4011ee
kernel32: Make GetOverlappedResult crash on NULL args as native does.
2009-01-22 15:28:24 +01:00
Austin English
8b1959134e
iphplapi: Include <sys/timeout.h> for OpenBSD/NetBSD.
2009-01-22 15:28:24 +01:00
Austin English
0b98f45bf0
iphplapi: Reorder includes for NetBSD.
2009-01-22 15:28:23 +01:00
Juan Lang
5e5b53666c
rpcrt4: Use pseudo-random numbers to generate UUIDs rather than using the (old, deprecated) MAC-address-and-time generation algorithm.
2009-01-22 15:28:23 +01:00
Juan Lang
669ced3a67
quartz: Only test for the presence or absence of a single filter in a loop. Testing for more than one depends on the order of enumeration, which isn't guaranteed.
2009-01-22 15:28:23 +01:00
Jacek Caban
e13781a315
wininet: Set dwError to 0 in first INTERNET_STATUS_REQUEST_COMPLETE notification.
2009-01-22 15:28:23 +01:00
Jacek Caban
7bd79152a5
jscript: Fixed Math.round with no argument.
2009-01-22 15:28:23 +01:00
Jacek Caban
a20a9166a2
jscript: Added Math.random implementation.
2009-01-22 15:28:23 +01:00
Anders Jonsson
890a48adc5
progman: Add Swedish translation.
2009-01-22 15:28:23 +01:00
Vincent Pelletier
7d0ee98716
dinput: Add test to show that effects are stopped after Unacquire + Acquire and preserved in dinput.
2009-01-22 15:28:23 +01:00
Vincent Pelletier
41be1096c0
dinput: On Unacquire, stop all effects and unload them.
2009-01-22 15:28:23 +01:00
Vincent Pelletier
a0c10c2af2
dinput: Use tested DirectInput version instead of latest.
2009-01-22 15:28:23 +01:00
Nikolay Sivov
e49cb3bfcb
richedit: Update EM_GETOLEINTERFACE documentation status.
2009-01-22 15:28:22 +01:00
Dylan Smith
8f7a99fb96
richedit: Implemented ITextServices_TxGetVScroll & TxGetHScroll.
2009-01-22 15:28:22 +01:00
Dylan Smith
94146a72ad
richedit: Removed some unused invalidation code.
...
The ME_InvalidateFromOfs and ME_QueueInvalidateFromCursor functions are
never called, and the nInvalidOfs variable had its value set but never
used.
2009-01-22 15:28:22 +01:00
Dylan Smith
a6c7b6fdb2
richedit: Typing is ignored while mouse is captured.
...
I noticed a while ago that on Windows XP richedit controls ignored
characters typed while the mouse is captured (e.g. from holding the left
or middle button down). Arrow keys, delete, and backspace, copying,
cutting, pasting, and everything else handled on WM_CHAR and WM_KEYDOWN
messages are also ignored.
2009-01-22 15:28:22 +01:00
Dylan Smith
9b7825f6f6
richedit: Added test for scroll position after EM_SETTEXTEX.
2009-01-22 15:28:22 +01:00
Henri Verbeet
9b5f3ed8f3
ddraw: Rename the main vtables to lpVtbl.
2009-01-22 15:28:22 +01:00
Huw Davies
4126e8bfa5
comdlg32: Simplify the preview change function a little.
2009-01-22 15:28:22 +01:00
Huw Davies
048b57d102
comdlg32: Rewrite the 1000ths inch conversion function to use the is_metric helper.
2009-01-22 15:28:22 +01:00
Huw Davies
53149c5413
comdlg32: Rewrite the 10ths mm conversion function to use the is_metric helper.
2009-01-22 15:28:22 +01:00
Huw Davies
bfa384504a
comdlg32: Move handling of the 'Properties' button to a separate function.
2009-01-22 15:28:22 +01:00
Alexandre Julliard
e280bf6644
user32/tests: Don't display window info for hooks that don't contain a window.
...
Ignore some more registered messages.
Fix some other failures on Win2k.
2009-01-22 15:28:05 +01:00
Alexandre Julliard
d3078e0bac
user32/tests: Ignore WM_IME_SELECT message. Skip mouse hovering test if the mouse isn't where we want.
2009-01-22 13:11:38 +01:00
Henri Verbeet
c0e72b0556
ddraw: Get rid of CONVERT and CONVERT_REV.
2009-01-22 12:05:18 +01:00
Henri Verbeet
b09b0fbf95
ddraw: Get rid of ddcomimpl.h.
2009-01-22 12:05:14 +01:00
Henri Verbeet
802f9c7e29
ddraw: Get rid of ICOM_OBJECT.
2009-01-22 12:05:07 +01:00
Henri Verbeet
8c4cc2af46
ddraw: Get rid of ICOM_THIS_FROM.
2009-01-22 12:05:03 +01:00
Michael Stefaniuc
08e3742f37
shlwapi: Remove superfluous pointer casts.
2009-01-22 12:04:57 +01:00
Michael Stefaniuc
c0a9281c1e
wineoss.drv: Remove superfluous pointer casts.
2009-01-22 12:04:55 +01:00