Nathan Beckmann
75841d8323
gdiplus: Implement BMP encoding.
...
Implement the encoding function for GDI+ images so that
GdipSaveImageToStream can encode images as BMP files.
2008-03-10 20:22:43 +01:00
Nathan Beckmann
9475e3f53b
gdiplus: Implement GdipSaveImageToStream using encoders.
...
Add the correct framework for a fully-functional implementation of
image encoding (not a hack like before). Currently, only a stub for
BMP encoding is supported. New tests added as well.
2008-03-10 20:22:27 +01:00
Nathan Beckmann
7900947ce3
gdiplus: Implement GdipSaveImageToFile via GdipSaveImageToStream.
...
Still need to implement saving the image based on the encoder
parameter.
Basic tests included.
2008-03-10 20:21:14 +01:00
Nathan Beckmann
f4b4d03a19
gdiplus: Remove unnecessary IStream_AddRef from GdipLoadImageFromFile.
2008-03-10 20:20:50 +01:00
Chris Robinson
c925e3abc8
quartz: Don't print errors for handled return values.
2008-03-10 20:20:32 +01:00
Rob Shearman
0e7b25349d
rpcrt4: Fix the pointer level being passed into call_unmarshaller in client_do_args_old_format for base return parameters.
...
NdrBaseTypeUnmarshall expects a pointer to a pointer to a base type.
pRetVal contains a pointer to a base type, so we need to pass the
address of pRetVal into call_unmarshaller here.
2008-03-10 19:25:55 +01:00
Rob Shearman
259ccc573c
rpcrt4: Fix -Oi interpreter for base types.
...
Don't call memory sizing rountines to compute the size of a type, since
memory sizing routines have side effects like checking there is enough
space in the buffer for the type and incrementing the buffer pointer.
Instead, create a function which returns the necessary size of the
limited set of types we can encounter and remove call_memory_sizer which
is no longer needed.
2008-03-10 19:12:54 +01:00
Rob Shearman
a5599028ea
rpcrt4: Check that the input to RPCRT4_strndupW was not NULL before assuming that the string couldn't be allocated due to lack of memory.
2008-03-10 19:12:54 +01:00
Rob Shearman
4500836635
makefiles: Simplify the use of the MODULE variable in static import libraries.
...
Don't include platform-specific information when declaring the name of
the static import libary to build. Instead, add this information in
Makeimplib.rules.in.
2008-03-10 19:12:54 +01:00
Rob Shearman
088ae3b81c
secur32: Fix ntlm_GetCachedCredential to not call strlenW on a NULL pointer.
...
pszHost should just be set to pszTargetName if pszTargetName doesn't
contain any other information.
2008-03-10 19:12:54 +01:00
Rob Shearman
0be05ab6aa
wininet: Retrieve the maximum token length from the SSP and use a buffer of that length in calls to InitializeSecurityContextW.
...
Otherwise, InitializeSecurityContextW could run out of space with our
small, fixed buffer and fail.
2008-03-10 19:12:54 +01:00
Rob Shearman
7631bdf0c1
wininet: Allow HTTP_DoAuthorization to accept a NULL username/domain in the non-Basic case.
...
When using SSPI, pass in a NULL identity in this case so that the SSP
can try to use cached credentials.
2008-03-10 19:12:54 +01:00
Rob Shearman
8c6ac00820
wininet: Don't call DeleteSecurityContext and FreeCredentialsHandle on invalid handles.
2008-03-10 19:12:54 +01:00
Rob Shearman
bdc81d9963
wininet: Make the reference count of WININETHANDLEHEADER thread-safe by using InterlockedIncrement/InterlockedDecrement.
2008-03-10 19:12:54 +01:00
Francois Gouget
8ffad44397
d3d9/tests: Fix compilation on systems that don't support nameless unions.
2008-03-10 19:12:54 +01:00
Paul Vriens
ef5a4a447c
comctl32/tests: Free the library after use.
2008-03-10 19:12:54 +01:00
Huw Davies
0436a5d14a
gdi32: Store the Windows path (if it's available) in the font registry entries.
2008-03-10 19:12:54 +01:00
Alistair Leslie-Hughes
036953842d
msxml3: Implemented IXMLDOMText_insertData.
2008-03-10 19:12:53 +01:00
Alistair Leslie-Hughes
b77af27067
msxml3: Support IXMLDOMCharacterData lookup in IXMLDOMText QueryInterface.
2008-03-10 19:12:53 +01:00
Alexandre Julliard
653c4140b4
winex11: Added an exception handler to catch bad pointers in X11DRV_SetImageBits.
2008-03-10 19:12:53 +01:00
Alexandre Julliard
5953a86ab1
gdi32: Properly handle SetDIBits failure in StretchDIBits.
2008-03-10 19:12:53 +01:00
Alexander Dorofeyev
fc064cb04b
wined3d: Use primary_render_target_is_p8 in read_from_framebuffer.
2008-03-10 12:55:02 +01:00
Alexander Dorofeyev
785e6fa61f
d3d8/tests: Cover one more case in p8_texture_test.
...
Test if a P8 texture gets properly updated if there was a palette change while
this texture wasn't bound to any stage.
2008-03-10 12:54:54 +01:00
Alexander Dorofeyev
8f8076c3f7
wined3d: Get rid of spurious err when locking with WINED3DLOCK_DISCARD.
2008-03-10 12:54:48 +01:00
Paul Vriens
6c63ebefc3
comctl32/tests: Don't use FreeLibrary with GetModuleHandle.
2008-03-10 12:54:00 +01:00
Paul Vriens
d1a3bad723
advpack/tests: Free the library after use.
2008-03-10 12:53:56 +01:00
Alistair Leslie-Hughes
675ed5a9b4
msxml3: Implement IXMLDOMCDATASection_appendData.
2008-03-10 12:23:17 +01:00
Alistair Leslie-Hughes
c7f3dfc1a1
msxml3: Implement IXMLDOMCDATASection_substringData.
2008-03-10 12:23:06 +01:00
Alistair Leslie-Hughes
777aa3382d
msxml3: Implement IXMLDOMComment_substringData.
2008-03-10 12:22:53 +01:00
Detlef Riekenberg
741fa21f95
winspool: Cleanup for DEVMODEdupWtoA.
2008-03-10 12:16:28 +01:00
Detlef Riekenberg
94a878414f
winspool: Implement SpoolerInit.
2008-03-10 12:15:39 +01:00
Detlef Riekenberg
f11b5831b9
winspool: Export ConvertAnsiDevModeToUnicodeDevMode and ConvertUnicodeDevModeToAnsiDevMode.
2008-03-10 12:15:33 +01:00
Nathan Beckmann
e3f8f30a21
gdiplus: Return an error for consecutive GdipLockBitmapBit calls.
2008-03-10 12:09:50 +01:00
Nathan Beckmann
eabc62db00
gdiplus: Update bitmap state in GdipUnlockBitmapBits.
2008-03-10 12:09:40 +01:00
Nathan Beckmann
08d49d3e33
gdiplus: Fix memory leak in GdipLockBitmapBits.
2008-03-10 12:09:32 +01:00
Nathan Beckmann
738e74a14b
gdiplus: Tests for GdipLockBitmapBits/GdipUnlockBitmapBits.
2008-03-10 12:09:18 +01:00
Jeremy White
5e1dd9577d
gdi32: Revise CreateScalableFontResourceA to pass through CreateScalableFontResourceW.
2008-03-10 12:08:55 +01:00
Alexandre Julliard
fea9fb4f47
msvcrt/tests: The new string functions don't have to exist.
2008-03-10 11:30:45 +01:00
Jacek Caban
fa23a2c4b6
jscript: Added stub DLL.
2008-03-10 11:30:19 +01:00
Jacek Caban
bbfae3deff
urlmon: Fixed MapUrlToZone test on IE7.
2008-03-10 11:23:52 +01:00
Jacek Caban
75fe97dc0b
mshtml: Use load group to find NSContainer in AsyncOpen if URI has no associated container.
2008-03-10 11:23:45 +01:00
Jacek Caban
134dad7ecd
mshtml: Added IHTMLScriptElement:get_type implementation.
2008-03-10 11:23:42 +01:00
Andrew Talbot
5ecd33e2f9
ntdll: Assign to structs instead of using memcpy.
2008-03-10 11:23:30 +01:00
Andrew Talbot
40c7031d24
qmgr: Assign to structs instead of using memcpy.
2008-03-10 11:23:26 +01:00
Andrew Talbot
0167d2c8a6
netapi32: Assign to struct instead of using memcpy.
2008-03-10 11:23:24 +01:00
Huw Davies
025d84e644
gdi32: Update both winnt and win9x font keys and factor out the cleanup code.
2008-03-10 11:23:19 +01:00
Paul Vriens
af7172c186
ntdll/tests: ProcessImageFileName is not supported before XP.
2008-03-10 11:22:49 +01:00
Paul Vriens
470a0a0cae
user32/tests: Use A-call.
2008-03-10 11:22:38 +01:00
Paul Vriens
58665f08d1
users32/tests: Win9x doesn't like FILE_ALL_ACCESS.
2008-03-10 11:22:34 +01:00
Paul Vriens
a85c7594dc
dinput/tests: Don't treat old dinput versions as an error.
2008-03-10 11:22:30 +01:00
Paul Vriens
ee69858ebe
shell32/tests: Make tests run again on win95 and NT.
2008-03-10 11:22:23 +01:00
Jacek Caban
b84626bdf0
mshtml: Added IHTMLDocument2::write implementation.
2008-03-10 11:22:11 +01:00
Alexandre Julliard
533380817b
mscms: Fix a couple of compiler warnings when lcms is missing.
2008-03-07 12:26:36 +01:00
Louis Lenders
81ae4182f5
shdocvw: Return something more useful for WebBrowser_get_ReadyState.
2008-03-07 11:29:23 +01:00
Nathan Beckmann
366854a7cc
gdiplus: Implement GdipGetImageEncoders.
2008-03-07 11:29:05 +01:00
Nathan Beckmann
7f50e42bbc
oleaut32: Replace bitmap integer constants with symbolic constants.
2008-03-07 11:28:59 +01:00
Dan Hipschman
275f00f54d
qmgr: Only have one BackgroundCopyManager per system.
2008-03-07 11:15:39 +01:00
Alistair Leslie-Hughes
4b89de772a
netapi32: Correct test for NetUserChangePassword.
2008-03-07 11:13:52 +01:00
Jason Green
d0b8fd0a13
d3d9: Fix a few ok() comparisons to not always return true in the visual tests.
2008-03-07 11:13:47 +01:00
Alexandre Julliard
b7d103b634
user32: Force the window position to be on-screen in SetWindowPlacement.
2008-03-07 11:01:07 +01:00
Stefan Dösinger
5f14acc0bf
d3d9: Add a point size test.
2008-03-07 11:01:07 +01:00
Stefan Dösinger
20e57ea607
wined3d: Mark constants dirty in the EXT_gpu_program_parameters path.
2008-03-07 11:01:07 +01:00
Stefan Dösinger
8a3ef776f4
wined3d: gl_FragCoord isn't exact.
2008-03-07 11:01:07 +01:00
Stefan Dösinger
c00c89eb51
d3d9: Add a test for the vPos register.
...
The vPos register returns the unnormalised position of the current
fragment to the pixel shader. This test tests for its functionality in
both onscreen and offscreen render targets. On- and offscreen targets
are used because of the inverted y coordinate.
2008-03-07 11:01:07 +01:00
Andrew Talbot
32d7a9e668
msvcrt: Assign to structs instead of using memcpy.
2008-03-07 11:01:07 +01:00
Andrew Talbot
0d80791371
msvfw32: Assign to structs instead of using memcpy.
2008-03-07 11:01:07 +01:00
Andrew Talbot
6661f43438
msi: Assign to structs instead of using memcpy.
2008-03-07 11:01:07 +01:00
James Hawkins
d52f48fed4
msi: Fix handling of published installer properties.
2008-03-07 10:52:46 +01:00
Mikołaj Zalewski
d3608cf4b2
comctl32: rebar: Fix SizeToHeight when no bands visible.
2008-03-07 10:52:38 +01:00
Dan Kegel
1eba6c7644
winex11: wintab.c: use atan2 instead of atan.
2008-03-07 10:52:25 +01:00
Paul Vriens
81e0ef44e9
advapi32/tests: Fix a few typos.
2008-03-07 10:52:20 +01:00
Huw Davies
60ee0c3eff
ole32: Fix CopyTo to work correctly with LARGE_INTEGERs.
2008-03-07 10:52:15 +01:00
Ove Kaaven
be874f1a26
msi: Fix bug in handling of multivolume CAB files.
2008-03-07 10:52:11 +01:00
Rob Shearman
76e089692e
adsiid: Add static import library for active directory GUIDs.
2008-03-06 17:53:11 +01:00
Rob Shearman
630e273d17
uuid: Add CLSID_InProcFreeMarshaler.
...
Remove its initialisation from ole32.
2008-03-06 17:43:19 +01:00
Rob Shearman
38a541186a
user32: Add test for calling CreateDesktop on already created desktop name.
2008-03-06 17:43:16 +01:00
Rob Shearman
3b0ea978fd
mshtml: Move some public GUIDs to shlguid.h.
2008-03-06 17:43:12 +01:00
Rob Shearman
a1e4bcda1a
rpcrt4: Use closesocket to close sockets and define it to close on Unix platforms to make the code more portable.
2008-03-06 17:39:31 +01:00
Huw Davies
0aedac346a
ole32: Fix CopyTo to work correctly with LARGE_INTEGERs.
2008-03-06 17:39:27 +01:00
Francois Gouget
a555658ba1
hal: Add a stub for HalGetBusData() to make 3DMark2001SE happy in WinNT mode.
2008-03-06 17:39:22 +01:00
Francois Gouget
f5ea0fd2e4
ws2_32: s/#if/#ifdef/ so it still works if HAVE_XXX is not defined.
2008-03-06 17:38:59 +01:00
Ethan Chen
e0552c1bc6
gdiplus: Implemented GdipCreateBitmapFromFileICM.
2008-03-06 17:38:54 +01:00
James Hawkins
c8acf21e0c
msi: Break out the publishing tests into their respective actions.
2008-03-06 16:24:39 +01:00
Lei Zhang
0831be5adc
quartz: Validate input for FilterGraph2_AddFilter.
2008-03-06 13:19:34 +01:00
Nathan Beckmann
66067423d1
gdiplus: Fix errors in image dimensions.
2008-03-06 13:19:29 +01:00
Rico Schüller
7cbdb29884
wined3d: Fix copy and past error.
2008-03-06 12:46:50 +01:00
Rico Schüller
4188af790a
ddraw: Fix diffuse and specular color types.
2008-03-06 12:46:46 +01:00
Andrew Talbot
8841da666f
msdmo: Assign to structs instead of using memcpy.
2008-03-06 12:46:33 +01:00
Andrew Talbot
d52b9ddd67
mshtml: Assign to structs instead of using memcpy.
2008-03-06 12:46:29 +01:00
Andrew Talbot
5f160e561e
msacm32.drv: Assign to structs instead of using memcpy.
2008-03-06 12:45:05 +01:00
Hans Leidekker
3e3ce1fa5e
winhttp: Add a stub implementation of WinHttpDetectAutoProxyConfigUrl.
2008-03-06 12:45:00 +01:00
Alexandre Julliard
41f36c49e0
makefiles: Support non-standard import lib names in the global dll rules.
2008-03-06 11:54:03 +01:00
Alexandre Julliard
51d3d620cf
winex11: Reset the cursor window when re-creating the client window.
2008-03-05 20:52:14 +01:00
Hans Leidekker
22f146f011
winex11.drv: Retrieve X color profile in GetICMProfile.
2008-03-05 19:46:59 +01:00
Hans Leidekker
81e9b43fb2
gdi32: Move GetICMProfile to the driver.
2008-03-05 19:46:03 +01:00
Tony Wasserka
459b92a009
d3dx9: Implement D3DXDebugMute.
2008-03-05 19:26:28 +01:00
Huw Davies
f372280928
shell32: Add a test for ABM_GETTASKBARPOS.
2008-03-05 19:26:13 +01:00
Huw Davies
b24ec72f89
shell32: ABM_GETAUTOHIDEBAR should return a HWND or NULL.
2008-03-05 19:26:02 +01:00
Huw Davies
c9c77ba7f7
shell32: Fix return type of SHAppBarMessage.
2008-03-05 19:25:41 +01:00
Stefan Dösinger
d20768c120
wined3d: Support shininess > 128 if opengl does.
2008-03-05 19:23:06 +01:00
Stefan Dösinger
73ba896e8e
d3d9: Add a test testing two texbem instructions in one shader.
2008-03-05 19:22:53 +01:00
Stefan Dösinger
167a271434
wined3d: Support more than one texbem instruction per shader.
2008-03-05 19:22:44 +01:00
Stefan Dösinger
739278baf1
wined3d: Add a number to the ARB program shader bumpenvmat matrices.
2008-03-05 19:22:31 +01:00
Alexandre Julliard
b383690f52
user32: Added stubs for Cascade/TileChildWindows.
2008-03-05 19:22:23 +01:00
Alexandre Julliard
a5b887a8c2
user32: Moved Cascade/TileChildWindows16 to wnd16.c.
2008-03-05 19:20:43 +01:00
Alexandre Julliard
ee45bf9ef4
winex11: Don't set the fullscreen hint on maximized windows.
2008-03-05 17:20:03 +01:00
Alexandre Julliard
d0e14bf709
winex11: Wait for a window to move out of withdrawn state before withdrawing it again.
2008-03-05 16:52:22 +01:00
Alexandre Julliard
3b6f95c663
winex11: Add a DestroyNotify handler to catch a situation that is not supposed to happen.
2008-03-05 16:51:09 +01:00
Alexandre Julliard
d6a17d2c93
user32/tests: Make the initial timeout longer in flush_events() for machines with slower round-trip times.
2008-03-05 16:48:04 +01:00
Alexandre Julliard
96fc6e317e
ntdll: Fixed handling of fake dlls when loading a builtin. Reported by Jacek Caban.
2008-03-05 12:21:19 +01:00
Francois Gouget
369f4ccdfe
ntdll/tests: Don't use 0x55/0xaa to avoid any confusion when running with +heap.
2008-03-05 12:19:25 +01:00
Francois Gouget
891e3d17fd
comctl32/tests: Don't use 0xaa to avoid any confusion when running with +heap.
2008-03-05 12:19:17 +01:00
Francois Gouget
9381f22653
ddraw/tests: Don't use 0xaa to avoid any confusion when running with +heap.
2008-03-05 12:18:36 +01:00
Francois Gouget
508d58c210
kernel32/tests: Don't use 0xaa to avoid any confusion when running with +heap.
2008-03-05 12:18:31 +01:00
Francois Gouget
c099b40509
user32/tests: Don't use 0x55 to avoid any confusion when running with +heap.
2008-03-05 12:18:11 +01:00
Francois Gouget
e27922ddf5
user32/tests: Add the trailing '\n' to a couple of ok() calls.
2008-03-05 12:18:05 +01:00
Francois Gouget
bd4dcad02f
shlwapi/tests: Skip the string tests for the functions that are not available on Win9x.
2008-03-05 12:17:54 +01:00
Francois Gouget
d573ca8332
shlwapi/tests: The function pointers are global so initialize them on startup, before they are used.
2008-03-05 12:17:38 +01:00
Francois Gouget
34b5e424e0
shlwapi/tests: Add skip statements for missing functions to the string tests.
2008-03-05 12:17:26 +01:00
Maarten Lankhorst
c978bbee87
oleaut32: Handle TKIND_ALIAS properly when passed as pointer.
2008-03-05 11:46:44 +01:00
Alexandre Julliard
6f14ba7387
winex11: Retrieve the current window placement in MapNotify before modifying it.
2008-03-05 11:25:27 +01:00
Alexandre Julliard
db43e7a582
winex11: Ignore Map/UnmapNotify if the window is already in the appropriate state.
2008-03-05 11:24:40 +01:00
Paul Vriens
2c22e9aeb6
msi/tests: Make tests run on win9x/NT4 again.
2008-03-05 11:21:56 +01:00
Stefan Dösinger
6ea0880e43
wined3d: Fix a small bug in a patch from yesterday.
2008-03-05 11:21:51 +01:00
Dan Hipschman
eb70436993
qmgr: Implement IBackgroundCopyJob_Resume.
2008-03-05 11:21:28 +01:00
Lei Zhang
5637c779d2
shell32: Remove unused variable.
2008-03-05 11:21:24 +01:00
Andrew Talbot
4c656d8802
mciavi32: Assign to struct instead of using memcpy.
2008-03-05 11:21:11 +01:00
Andrew Talbot
1a540fa4ce
mciwave: Assign to struct instead of using memcpy.
2008-03-05 11:21:08 +01:00
Andrew Talbot
c604e075ec
mpr: Assign to struct instead of using memcpy.
2008-03-05 11:21:04 +01:00
Andrew Talbot
18f78c721f
mapi32: Assign to structs instead of using memcpy.
2008-03-05 11:21:01 +01:00
Alistair Leslie-Hughes
24433c36c2
ntdll: Added support for Windows 2008.
2008-03-05 11:20:51 +01:00
Alistair Leslie-Hughes
077e9d8945
msxml3: Remove Byte since it's not a valid datatype.
2008-03-05 11:20:38 +01:00
Alistair Leslie-Hughes
8ac57e940b
msxml3: Stopped seg faults during regression tests on windows.
2008-03-05 11:20:26 +01:00
Eric Pouech
2bbb39d601
ntdll: Removed conflict for FAILED (defined both in our winerror.h and in linux/scsi.h).
2008-03-05 11:20:10 +01:00
Mikołaj Zalewski
aa3ad44edf
shell32: Improve SHRegisterDragDrop and SHRevokeDragDrop.
2008-03-05 11:20:03 +01:00
Rob Shearman
0c694d710e
makefiles: Split AR into AR and ARFLAGS.
2008-03-04 20:55:24 +01:00
Rob Shearman
48000893f9
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
...
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
2008-03-04 20:55:01 +01:00
Tony Wasserka
0b5ae28061
d3dx9_36: Create d3dx9 importlib.
2008-03-04 20:51:12 +01:00
Tony Wasserka
4f148c28a1
d3dx9: Implement D3DXCheckVersion.
2008-03-04 20:50:11 +01:00
Alexandre Julliard
e6a3d80828
user32: Store the window placement information directly in the main window structure.
2008-03-04 20:45:40 +01:00
Alexandre Julliard
accfce21d3
user32: Fix a couple of message test failures.
2008-03-04 20:01:41 +01:00
Alexandre Julliard
8ac29dd4a8
user32/tests: Fix most message tests to pass on Vista.
2008-03-04 20:00:13 +01:00
Karsten Elfenbein
0fe3a59b46
winealsa: Use "default" as the default card name instead of "default:0".
2008-03-04 13:03:20 +01:00
Stefan Dösinger
8b28ca720e
wined3d: Use GL_EXT_gpu_program_parameters if available.
2008-03-04 12:15:32 +01:00
Stefan Dösinger
aeb0e43e3e
wined3d: Hardcode local constants in ARB shaders if possible.
2008-03-04 12:15:26 +01:00
Stefan Dösinger
107e80a79c
wined3d: Implement a different constant dirtification algorithm.
...
Add a new property of the shader backend which indicates whether the
shader backend is able to dirtify single constants rather than
dirtifying vshader and pshader constants as a whole. Depending on this
a different Set*ConstantF implementation is used which marks constants
dirty. The ARB shader backend uses this and marks constants clean
after uploading.
2008-03-04 12:15:16 +01:00
Rob Shearman
0aec3fcf86
wininet: Fix compile with MinGW.
2008-03-04 12:01:40 +01:00
Roy Shea
dc484a9b93
qmgr: Implement IBackgroundCopyJob_GetProgress.
2008-03-04 11:54:21 +01:00
Roy Shea
a0fd05f09e
qmgr: Implement Skip and Reset for IEnumBackgroundCopyJobs.
2008-03-04 11:54:21 +01:00
Dan Hipschman
1317e3115a
qmgr: Implement IEnumBackgroundCopyJobs_Next.
2008-03-04 11:54:21 +01:00
Roy Shea
8dfba77c8c
qmgr: Implement IEnumBackgroundCopyJobs_GetCount.
2008-03-04 11:54:21 +01:00
James Hawkins
4609eccd72
msi: Add tests for MsiGetProductInfoEx.
2008-03-04 11:54:21 +01:00
James Hawkins
ad70693539
msi: Implement MsiGetProductInfoEx.
2008-03-04 11:54:21 +01:00
Stefan Leichter
b5cc68f629
shell32: Added tests for SHGetFolderPathAndSubDirA.
2008-03-04 11:54:21 +01:00
Roderick Colenbrander
257d82705c
wgl: Add aux buffers support for use with wglChoosePixelFormatARB.
2008-03-04 11:54:21 +01:00
Andrew Talbot
54a376f228
kernel32: Assign to structs instead of using memcpy.
2008-03-04 11:54:20 +01:00
Stefan Dösinger
b0269c9486
d3d9: Remove D3D9GetSWInfo.
2008-03-03 20:53:00 +01:00
Stefan Dösinger
086dd8178f
d3d9: Reorder the spec file.
2008-03-03 20:52:55 +01:00
Stefan Dösinger
d7098076e1
d3d9: Implement Direct3DCreate9Ex + tests.
2008-03-03 20:50:29 +01:00
Stefan Dösinger
c1a0037b88
d3d9: IDirect3DDevice9Ex stub.
2008-03-03 20:48:50 +01:00
Stefan Dösinger
d9f9725993
d3d9: Add an IDirect3D9Ex stub.
2008-03-03 20:48:05 +01:00
Stefan Dösinger
069b9c8c1c
ddraw: Catch No-op SetRenderTarget operations.
2008-03-03 20:45:54 +01:00
Stefan Dösinger
5709a0b4b6
wined3d: Call fixup_extensions before destroying the fake context.
2008-03-03 20:45:48 +01:00
Jacek Caban
d597fd12fc
wininet: Moved InternetReadFileExA to vtbl.
2008-03-03 20:45:31 +01:00
Alexandre Julliard
4fd668d010
Replace some instances of LoadStringA by LoadStringW.
2008-03-03 20:07:37 +01:00
Alexandre Julliard
28d2930074
user32: Reimplement LoadStringA to avoid memory allocations and to pass the tests.
2008-03-03 20:06:54 +01:00
Christopher Berner
4b130aa0b0
user32/tests: Conformance tests for LoadStringW and LoadStringA.
2008-03-03 20:06:22 +01:00
Alexandre Julliard
9ac7f20514
user32/tests: Skip tests instead of crashing if global hook cannot be set.
2008-03-03 17:51:42 +01:00
Paul Vriens
bfc290f6d0
advapi32/tests: Skip not available functions.
2008-03-03 15:38:57 +01:00
Alexandre Julliard
c52d921f34
kernel32: Added a winoldap.mod 16-bit exe to launch 32-bit processes.
...
Based on a patch by Dmitry Timoshkov.
2008-03-03 15:25:50 +01:00
Alexandre Julliard
c72b9b2820
dlls: Move installation rules for 16-bit placeholders to the top-level makefile.
2008-03-03 15:18:57 +01:00
Jacek Caban
df294844a4
mshtml: Added IHTMLScriptElement stub implementation.
2008-03-03 12:27:50 +01:00
Nathan Beckmann
484abd472e
gdiplus: Implement GdipLoadImageFromFile.
2008-03-03 12:20:29 +01:00
Nathan Beckmann
3d802924cb
gdiplus: Add tests for GdipCreateBitmapFromFile.
2008-03-03 12:20:15 +01:00
Nathan Beckmann
f49c7bb450
gdiplus: Fix IStream_Release in GdipCreateBitmapFromFile.
2008-03-03 12:19:59 +01:00
Francois Gouget
dcb8dd3ce3
winmm/tests: Don't use 0x55 to avoid any confusion when running with +heap.
2008-03-03 12:07:02 +01:00
Francois Gouget
29ef0b90ee
Assorted spelling, punctuation and case fixes.
2008-03-03 12:04:48 +01:00
Francois Gouget
89bdd639df
wininet/tests: FtpCommandA() is not available on Win9x. So load it dynamically and skip some tests.
2008-03-03 12:04:10 +01:00
Francois Gouget
dd50ac4e15
wintrust/tests: Crypt(En,De)codeObjectEx() are not available on Win9x. So load them dynamically and skip some tests.
2008-03-03 12:04:04 +01:00
Francois Gouget
a764731983
gdiplus/tests: Add the trailing '\n' to a couple of ok() calls.
2008-03-03 12:03:58 +01:00
Francois Gouget
e637e83ec4
gdi32/tests: Add the trailing '\n' to a couple of ok() calls.
2008-03-03 12:03:52 +01:00
Roderick Colenbrander
2e0d35aa2f
wined3d: Add D32F_LOCKABLE to getDepthStencilBits.
2008-03-03 12:00:39 +01:00
Jacek Caban
ca39a55e88
wininet: Don't use INTERNET_ReadFile in HTTP_DrainContent.
2008-03-03 12:00:32 +01:00
Jacek Caban
352b4212a1
wininet: Move FTP structs and functions declarations from internet.h.
2008-03-03 12:00:27 +01:00
Jacek Caban
3b4ca69e18
wininet: Move InternetReadFile to vtbl.
2008-03-03 12:00:20 +01:00
Jacek Caban
9a5c046129
wininet: Move INTERNET_STATUS_REQUEST_COMPLETE call from INTERNET_ReadFile.
2008-03-03 12:00:06 +01:00
Jacek Caban
d3682dd33f
wininet: Fixed some tests.
2008-03-03 12:00:00 +01:00
Marcus Meissner
088a33729a
shlwapi: Handle buffer overflow on A->W converter.
2008-03-03 11:59:11 +01:00
Stefan Dösinger
dd997c1de6
wined3d: Catch NOP palette changes.
2008-03-03 11:59:05 +01:00
Stefan Dösinger
aedb8873c0
d3d9: Fix an ok line.
2008-03-03 11:58:19 +01:00
Stefan Dösinger
32be503c62
wined3d: Give occlusion queries their own vtable.
2008-03-03 11:58:10 +01:00
Stefan Dösinger
071d4afb2b
wined3d: Subclass queries.
2008-03-03 11:57:59 +01:00
Alistair Leslie-Hughes
6dee6819b2
msxml3: Implement IXMLDOMProcessingInstruction_get_nodeName.
2008-03-03 11:57:49 +01:00
Alistair Leslie-Hughes
56da338e5c
msxml3: Implmented IXMLDOMCDATASection_get_data.
2008-03-03 11:57:42 +01:00
Alistair Leslie-Hughes
c43b0706a3
msxml3: Implement IXMLDOMCDATASection_get_nodeValue.
2008-03-03 11:57:28 +01:00
Alistair Leslie-Hughes
f9c5856c8c
msxml3: Implement IXMLDOMText_appendData.
2008-03-03 11:57:20 +01:00
Alexandre Julliard
9238ccca48
winex11: Set the appropriate _NET_WM_STATE properties for maximized windows.
2008-03-01 13:30:58 +01:00
Alexandre Julliard
254c17f841
ntdll: Only grab the loader lock once we actually call external functions.
2008-03-01 13:30:34 +01:00
Maarten Lankhorst
1032ba6dc3
kernel32: Fix GetVolumeInformation for fat32 partitions.
2008-03-01 12:32:27 +01:00
Jon Yang
29bc9ba14e
gdiplus: Implemented GdipDrawImageRectRectI.
2008-03-01 12:21:19 +01:00
James Hawkins
0c3ecefbc3
msi: Include query.h to pull in the definition of STREAMS_CreateView.
2008-03-01 12:18:54 +01:00
James Hawkins
6febb8fda8
msi: Remove a pointless wrapper of RegCreateKey.
2008-03-01 12:18:43 +01:00
James Hawkins
4439e0b57d
msi: Make local functions static.
2008-03-01 12:18:40 +01:00
James Hawkins
617eb48d5b
msi: Implement the UILevel property of the Installer object.
2008-03-01 12:18:24 +01:00
James Hawkins
724c8da734
msi: Don't bail out if the row to modify is not found as not all modify commands need the row.
2008-03-01 12:17:31 +01:00
James Hawkins
e4c1227ec9
janitorial: Remove links to any microsoft site.
2008-03-01 12:17:17 +01:00
James Hawkins
7b56757cf6
janitorial: Remove links to any microsoft site.
2008-03-01 12:17:13 +01:00
James Hawkins
c29c740de0
janitorial: Remove links to any microsoft site.
2008-03-01 12:17:10 +01:00
James Hawkins
c2a627c6e8
janitorial: Remove links to any microsoft site.
2008-03-01 12:17:07 +01:00
James Hawkins
26ad93947b
janitorial: Remove links to any microsoft site.
2008-03-01 12:04:09 +01:00
James Hawkins
eedfacdfe7
janitorial: Remove links to any microsoft site.
2008-03-01 12:04:03 +01:00
James Hawkins
00394486df
janitorial: Remove links to any microsoft site.
2008-03-01 12:03:59 +01:00
Maarten Lankhorst
109943cc4c
cfgmgr32: Forward some more functions to setupapi.
2008-03-01 12:03:47 +01:00
Maarten Lankhorst
ba8642639a
setupapi: Implement CM_Get_Device_ID and add a stub for CM_Get_Parent.
2008-03-01 12:03:44 +01:00
Andrew Talbot
f6cbd9a045
itss: Assign to structs instead of using memcpy.
2008-03-01 12:02:34 +01:00
Andrew Talbot
5e8253aaf9
gdiplus: Assign to structs instead of using memcpy.
2008-03-01 12:02:26 +01:00
Andrew Talbot
da0a48d235
dinput: Assign to structs instead of using memcpy.
2008-03-01 12:02:19 +01:00
Andrew Talbot
53e9e24aa2
dbghelp: Assign to struct instead of using memcpy.
2008-03-01 12:02:13 +01:00
Alexandre Julliard
5625c6079e
Get rid of the global thread.h header.
2008-03-01 11:57:00 +01:00
Alexandre Julliard
848383ac82
msi/tests: Replace a printf() by a trace().
2008-02-29 20:55:42 +01:00
Divan Burger
dab0c65fe4
user32: Correct the button sizes of the caption bar.
2008-02-29 20:29:19 +01:00
Rob Shearman
de75fe0a08
gdi32: Move 16-bit printing functions to printdrv16.c.
2008-02-29 20:08:21 +01:00
Andrew Talbot
2b217ea9af
comdlg32: Assign to structs instead of using memcpy.
2008-02-29 20:07:13 +01:00
Hans Leidekker
8349a9f52e
mscms: Create a copy of memory based profiles.
2008-02-29 20:07:13 +01:00
Royal Chan
6e7b5347e3
gdiplus: Implement GdipDrawLinesI based on GdipDrawLines.
2008-02-29 20:07:13 +01:00
Jacek Caban
a78727d73b
urlmon: Don't call ReportProgress(BINDSTATUS_DIRECTBIND) in MkProtocol::Start (current IE doesn't call it).
2008-02-29 20:07:13 +01:00
Jacek Caban
3314184597
wininet: Move InternetQueryDataAvailable to vtbl.
2008-02-29 20:07:13 +01:00
Alistair Leslie-Hughes
a7c9fbc65c
msxml3: Implemented IXMLDOMText substringData.
2008-02-29 20:07:13 +01:00
Alexandre Julliard
b2ad268a8b
kernel32: Implement the fiber local storage functions.
2008-02-29 19:56:04 +01:00
Alexandre Julliard
6d6e9a42b1
ntdll: Added definitions and structures for fiber local storage.
2008-02-29 19:55:34 +01:00
Alexandre Julliard
bb27b37599
user32: Moved win.h to the user32 directory.
2008-02-29 17:21:04 +01:00
Alexandre Julliard
7af2a9a902
winex11: Avoid depending on win.h.
2008-02-29 13:44:55 +01:00
Alexandre Julliard
5785ee08d0
winex11: Avoid accessing the internals of the window structure in the Map/UnmapNotify handlers.
2008-02-29 13:43:13 +01:00
Jon Yang
84d260ec60
gdiplus: Implemented and tested GdipGetImageDimension().
2008-02-29 12:49:26 +01:00
Detlef Riekenberg
81dadcb1a1
winspool: Implement Level 9 for GetPrinter.
2008-02-29 12:48:50 +01:00
Rob Shearman
c9b588b88b
inetcomm: Add default case to sub_stream_Seek to avoid using uninitialised memory.
2008-02-29 12:39:33 +01:00
Rob Shearman
5dd2f1efa8
Include config.h and wine/port.h in files that use snprintf.
2008-02-29 12:39:28 +01:00
Rob Shearman
1c0122d14e
quartz: Don't assume that strlenW of a constant string can be determined at compile time.
...
Use sizeof instead to calculate the size of wszKeyName in
FilterMapper2_CreateCategory.
2008-02-29 12:39:10 +01:00
Rob Shearman
8d2af8e3f3
kernel32: Fix typo in UTUnRegister.
2008-02-29 12:37:01 +01:00
Rob Shearman
45ba200f19
kernel32: Fix use of uninitialised nameW and typeW in find_resourceA.
2008-02-29 12:36:55 +01:00
Rob Shearman
cebc73e373
dxdiagn: Fix the variable that the result of GetFileVersionInfoW is assigned to in DXDiag_AddFileDescContainer.
2008-02-29 12:36:05 +01:00
Rob Shearman
e6539d967d
msisys.ocx: Fix the signature of DllGetClassObject to match that declared in the headers.
2008-02-29 12:35:52 +01:00
Alistair Leslie-Hughes
c61937b6d4
msxml3: Correct IXMLDOMProcessingInstruction_put_data function.
2008-02-29 12:35:43 +01:00
Andrew Talbot
ad606f4d26
hlink: Assign to struct instead of using memcpy.
2008-02-29 12:35:37 +01:00
Andrew Talbot
23dd9dc088
imm32: Assign to structs instead of using memcpy.
2008-02-29 12:35:31 +01:00
Andrew Talbot
18da6f23a2
hid: Assign to struct instead of using memcpy.
2008-02-29 12:35:07 +01:00
Dmitry Timoshkov
e49e8b20db
kernel32: Add stubs for fiber local storage APIs.
2008-02-29 11:48:13 +01:00
Roy Shea
c8a0e98b71
qmgr: Implement job lists for IBackgroundCopyManager.
2008-02-29 10:56:21 +01:00
Roy Shea
e6cbde105f
qmgr: Implement IBackgroundCopyFile_GetProgress.
2008-02-29 10:56:10 +01:00
Roy Shea
4866d1bde6
qmgr: Implement GetLocalName and GetRemoteName for IBackgroundCopyFile.
2008-02-29 10:55:57 +01:00