Huw Davies
7cc7ad5ec4
gdi32/tests: Win98 and WinMe actually do set error codes.
2009-02-17 15:14:29 +01:00
Huw Davies
c404d00b3d
gdi32/tests: GetTextFaceA called with a NULL buffer returns 0 on win98 and winMe.
2009-02-17 15:14:25 +01:00
Alexandre Julliard
b55f6dfed5
ole32/tests: Don't hang forever in the child process.
2009-02-17 14:58:45 +01:00
Alexandre Julliard
f9e405692f
user32/tests: Skip message tests if queuing keyboard events doesn't work.
2009-02-17 14:58:45 +01:00
Alexandre Julliard
0aef71f8df
user32/tests: Test for failure to change system parameters even if getting them succeeded.
2009-02-17 14:58:34 +01:00
Alistair Leslie-Hughes
8c47530070
mshtml: Implement IHTMLStyle get/put minHeight.
2009-02-17 13:59:38 +01:00
Alistair Leslie-Hughes
6307522232
mshtml: Add VT_I4 support to set_nsstyle_attr_var.
2009-02-17 13:59:16 +01:00
Alexandre Julliard
853d993830
shell32: Default to the more modern location for the user profile directory.
2009-02-17 13:50:07 +01:00
Michael Stefaniuc
03f04e15fe
wintrust/tests: Fix typos in ok() strings.
2009-02-17 12:51:44 +01:00
Stefan Dösinger
4386a827e9
wined3d: Pass the requested srgb flag to PreLoad.
...
Add a new wined3d-internal PreLoad function to textures and surfaces
that takes a parameter specifying wether the rgb or srgb texture
should be loaded.
2009-02-17 12:51:36 +01:00
Stefan Dösinger
68c251f327
wined3d: Add a debug function for surface locations.
2009-02-17 12:51:17 +01:00
Stefan Dösinger
c585b4de99
wined3d: Duplicate GL textures for srgb switching.
...
This reduces the number of srgb switching reloads quite a lot. The only
situation in which a reload is needed is if the rgb copy is modified on the GL
side and the srgb copy is needed.
2009-02-17 12:48:05 +01:00
Rob Shearman
2803516d26
ole32: Round the extected size in the marshal and moniker tests using the results of sizing a global, not a heap pointer.
...
The rounding isn't the same on Win9x, and the size being compared to
is that of a global handle.
2009-02-17 12:47:53 +01:00
Rob Shearman
88cb399a28
include: Add WDT_INPROC64_CALL cases to unions in wtypes.idl.
2009-02-17 12:47:50 +01:00
Nikolay Sivov
a3048451d9
gdiplus: Fix a docheader typo, add some missed headers.
2009-02-17 12:47:46 +01:00
Alistair Leslie-Hughes
ef2f455cdf
urlmon: Fix PutProperty_CLASSIDPROP check under win98 to w2k.
2009-02-17 12:47:42 +01:00
Michael Stefaniuc
056359cc4e
gdi32: SetAbortProc is not a 16bit function but a 32bit one.
2009-02-17 12:47:32 +01:00
Dylan Smith
68e887004a
hhctrl.ocx: Handle quoted filenames in doWinMain.
2009-02-17 12:47:27 +01:00
Dylan Smith
3903a110fb
richedit: Removed unused ME_Document structure.
...
The ME_TextBuffer structure is what is used to store the document (as
a linked list), so the ME_Document structure isn't being used. There
was also a document pointer in the ME_Paragraph structure that was
also unused, so I removed it because it is probably related to this
used structure.
2009-02-17 12:46:56 +01:00
David Adam
32064cb553
d3drm: D3DRMQuaternionSlerp should be tested against returned Windows values.
2009-02-17 12:46:50 +01:00
Alexandre Julliard
c1a8484089
ntdll/tests: Don't pass uninitialized object attributes to symlink functions.
2009-02-17 12:46:44 +01:00
Alexandre Julliard
2274fc1ade
makefiles: Do not install progman, uninstaller and winebrowser in the bin directory.
2009-02-17 12:46:08 +01:00
Huw Davies
3fa05ae6a7
gdi32/tests: Only test the lowest byte of GdiRealizationInfo flags so that the test passes on Vista.
2009-02-16 16:01:38 +01:00
Aurimas Fischer
b18f5ee51b
winecfg: Add Lithuanian translation.
2009-02-16 16:01:38 +01:00
Alexandre Julliard
2b87a5dbc2
user32: Make sure to not corrupt last error in the message spy.
2009-02-16 16:01:37 +01:00
Nikolay Sivov
ba42bf380a
gdiplus/tests: Use expectf macro for floating point tests.
2009-02-16 16:01:37 +01:00
Nikolay Sivov
df9831d60a
gdiplus/tests: Some tests for Image raw format value.
2009-02-16 16:01:37 +01:00
Aric Stewart
bc1e27d99a
msctf: Add Enable key and User key for language profile.
2009-02-16 16:01:37 +01:00
Huw Davies
e93d348109
gdi32: Improve calculation of the character code text metrics.
2009-02-16 16:01:37 +01:00
Gerald Pfeifer
9d9880bd34
comctl32: Simplify eight TOOLBAR_ function invocations.
2009-02-16 16:01:37 +01:00
Gerald Pfeifer
91df8fd59c
comctl32: Simplify fifteen tooltips function invocations.
2009-02-16 16:01:37 +01:00
Hwang YunSong(황윤성)
0e21db9a3f
cryptui: Updated Korean resource.
2009-02-16 16:01:37 +01:00
Michael Stefaniuc
25e90e2251
mshtml: Remove superfluous pointer casts.
2009-02-16 16:01:37 +01:00
Michael Stefaniuc
e3bb1c8243
rpcrt4: Remove superfluous pointer casts.
2009-02-16 16:01:37 +01:00
Michael Stefaniuc
ff2da8ec00
vwin32.vxd: Remove superfluous pointer casts.
2009-02-16 16:01:37 +01:00
Michael Stefaniuc
ce486bb959
vwin32.vxd: Remove unused macros.
2009-02-16 16:01:36 +01:00
Michael Stefaniuc
6a48bb4217
advapi32: Remove superfluous pointer casts.
2009-02-16 16:01:36 +01:00
Detlef Riekenberg
d10ca7d9c4
spoolss: Implement EnumPorts.
2009-02-16 16:01:36 +01:00
Detlef Riekenberg
190ed7fc77
spoolss: Properly initialize the backends.
2009-02-16 16:01:36 +01:00
Rein Klazes
da257e3301
comctl32: Fix for owner draw statusbar.
...
Ownerdraw status bar should update on receiveing a SB_SETTEXT message,
even if the 'text' parameter has not changed. Fix with conformance
test.
2009-02-16 16:01:23 +01:00
Rein Klazes
788add572b
ole32: In PropVariantCopy() fix calculation size of array that contain pointers, not characters.
2009-02-16 15:35:15 +01:00
David Adam
2347862571
d3dx8: Implement the spherical interpolation part for D3DXQuaternionSlerp.
2009-02-16 15:35:15 +01:00
David Adam
687ce93882
d3drm: Simplify some functions.
2009-02-16 15:35:15 +01:00
David Adam
f877cb9a89
d3drm: Allow output pointer to be equal to input pointer.
2009-02-16 15:35:15 +01:00
David Adam
44e74969e3
d3drm: Implement the spherical interpolation part of D3DRMQuaternionSlerp.
2009-02-16 15:35:15 +01:00
David Adam
a737dcf03d
d3drm: Remove unneeded includes.
2009-02-16 15:35:15 +01:00
Alexandre Julliard
cf63bb880e
wrc: Print better error messages for functions that set errno.
2009-02-16 15:35:15 +01:00
Alexandre Julliard
4d135d9a71
configure: Don't set target flags if build and host are the same.
2009-02-16 15:35:15 +01:00
Alexandre Julliard
95251a78e8
configure: Try to avoid warnings in checks to support configuring with -Werror.
2009-02-16 15:35:15 +01:00
Nikolay Sivov
5c31643452
gdiplus: Implemented GdipIsVisiblePathPoint with tests.
2009-02-16 15:35:15 +01:00