Detlef Riekenberg
29873b7e06
localspl: Implement InitializePrintProvidor.
2007-10-04 11:33:04 +02:00
Detlef Riekenberg
cf122bab8c
spoolss/tests: Add tests for SplInitializeWinSpoolDrv.
2007-10-04 11:32:55 +02:00
Detlef Riekenberg
a2b70095f6
spoolss: Implement SplInitializeWinSpoolDrv.
2007-10-04 11:31:42 +02:00
Detlef Riekenberg
3e6307f20a
winspool: Add a missing export.
2007-10-04 11:29:32 +02:00
Detlef Riekenberg
7f655802a3
msi: Dump the database name in a FIXME.
2007-10-04 11:28:53 +02:00
Lionel Debroux
57a67ebcce
advapi32/tests: Fix a typo.
2007-10-03 12:02:48 +02:00
Lionel Debroux
40c66b8977
advapi32/tests: Fix memory leaks (found by Smatch).
2007-10-03 12:02:38 +02:00
Chris Robinson
d053049fd5
winex11: Load and use GLX_MESA_copy_sub_buffer for swapping buffers on a GLXPixmap.
2007-10-03 11:57:00 +02:00
Chris Robinson
37d835bf9a
winex11: Use a GLXPixmap for offscreen OpenGL rendering when XComposite isn't available.
2007-10-03 11:56:55 +02:00
Chris Robinson
3629ea4cfd
winex11: Track async GL drawable changes.
2007-10-03 11:47:14 +02:00
Chris Robinson
86a9b76076
winex11: Pass a display parameter when destroying glxpixmaps.
2007-10-03 11:47:02 +02:00
Chris Robinson
00633e37bc
winex11: Use an offscreen redirected window for child OpenGL rendering.
2007-10-03 11:46:52 +02:00
Chris Robinson
ebfba49e27
wgl: Remove GL scissors/viewport override.
2007-10-03 11:40:12 +02:00
Chris Robinson
a8124f97e6
winex11: Store a GL-specific drawable with the window.
2007-10-03 11:39:07 +02:00
Rob Shearman
00bc3d9e48
advapi32: Allow GetFileSecurityA/W to work on files that have been opened already with restricted sharing flags.
...
Only use the minimum required access rights for the information being retrieved.
2007-10-03 11:17:04 +02:00
Rob Shearman
1262d7dbef
advapi32: Implement SetFileSecurityW on top of NtSetSecurityObject.
2007-10-03 11:16:59 +02:00
Rob Shearman
5356bfde2c
server: Add a new get_security_object call for getting the security descriptor of an object.
...
Use it to implement NtQuerySecurityObject.
2007-10-03 11:16:45 +02:00
Stefan Dösinger
3d3369a77c
wined3d: d3d ignores the sign of the input value in the log instruction.
2007-10-03 11:03:12 +02:00
Stefan Dösinger
6dc11616d5
wined3d: Take care against overwriting a source register in cmp.
2007-10-03 11:02:56 +02:00
Stefan Dösinger
9c6cdda147
wined3d: Reverse the position fixup if the pshader is reading vpos.
2007-10-03 11:02:48 +02:00
Rémi Assailly
06b3967978
user32: Renamed and moved SetDeskPattern.
2007-10-03 11:02:34 +02:00
Rémi Assailly
6e9fea22f8
user32: Moved some 16-bit functions.
2007-10-03 11:02:28 +02:00
Marcus Meissner
263cb44d76
setupapi: Use correct parameter in pointer init.
2007-10-03 11:01:54 +02:00
Marcus Meissner
4a31362d53
d3d9/tests: Initialize shader to NULL.
2007-10-03 11:01:47 +02:00
Huw Davies
05bb6f6ce4
gdi32: Let the WINE_GGO_GRAY16_BITMAP case load a bitmap.
2007-10-03 11:01:21 +02:00
Huw Davies
70c212937a
gdi32: Only cache the glyph metrics when rendering to a monochrome bitmap or when just retrieving the metrics.
2007-10-03 11:01:15 +02:00
Huw Davies
5af70f49c6
gdi32: TrueType fonts from the data directory should be added to the registry.
2007-10-03 11:01:10 +02:00
Jacek Caban
f5ef66a369
mshtml: Pass the IDispatch interface of the element right-clicked on to IDocHostUIHandler_ShowContextMenu if applicable instead of always the document's one.
...
Found by Rob Shearman.
2007-10-03 11:00:52 +02:00
Jacek Caban
42349000c4
mshtml: Added get_tagName implementation.
2007-10-03 11:00:46 +02:00
Juan Lang
dc7ee864b5
ntdll: Fix a typo.
2007-10-03 10:08:41 +02:00
Alexandre Julliard
cbf8838dfb
ntdll: Fix the HEAP_CreateSubHeap return value (spotted by Allan Tong).
2007-10-03 10:08:34 +02:00
Alexandre Julliard
1e25c7b5b6
winenas.drv: Add workaround for INT64 type too.
2007-10-02 15:03:07 +02:00
Alexandre Julliard
5bd4038f6e
user32/tests: Replace GWL_WNDPROC by GWLP_WNDPROC.
2007-10-02 15:01:29 +02:00
Alexandre Julliard
9fd7032462
imagehlp: Fixed UpdateDebugInfoFile definition.
2007-10-02 14:58:10 +02:00
Alexandre Julliard
4a5ba4c732
kernel32: Improve tracing in GlobalAlloc.
2007-10-02 13:31:59 +02:00
Dmitry Timoshkov
5a218e97af
user32: Add a message test for ownerdrawn listbox, make it pass under Wine.
2007-10-02 13:31:46 +02:00
Marcus Meissner
b59153997e
pdh: Removed superflous NULL ptr check.
2007-10-02 13:31:42 +02:00
Marcus Meissner
64920b5176
mpr: Initialize lpwSystem.
2007-10-02 13:31:37 +02:00
Marcus Meissner
524caf26c6
kernel32: Test IsBadReadPtr/ IsBadCodePtr / IsBadWritePtr.
2007-10-02 13:31:31 +02:00
Dmitry Timoshkov
5b8f591192
gdi32: Prefer a Microsoft cmap table over other platform ones.
2007-10-02 12:28:28 +02:00
Juan Lang
5b09287713
crypt32: Don't check decoded length against encoded length for indefinite-form sequences.
2007-10-02 12:28:20 +02:00
Louis Lenders
127fd82a9b
faultrep: Add stub for ReportFault.
2007-10-02 12:28:15 +02:00
Gerald Pfeifer
47032fd07c
mshtml: Removed unused function get_child_text_node().
2007-10-02 12:28:09 +02:00
Gerald Pfeifer
fe534ddde1
winex11.drv: Move X11DRV_XRender_Installed under #ifdef SONAME_LIBXRENDER.
2007-10-02 11:45:25 +02:00
Gerald Pfeifer
9498ada7a2
kernel32: Fix types for the FreeBSD implementation of GlobalMemoryStatusEx().
2007-10-02 11:45:14 +02:00
Gerald Pfeifer
d328c07bd3
kernel32: Fix signedess for FreeBSD-specific implementation of GetSystemInfo().
2007-10-02 11:44:31 +02:00
Andrew Talbot
edbcf7c215
oleaut32: Fix some memory leaks.
2007-10-02 11:44:13 +02:00
Andrew Talbot
001d36b10e
ole32: Fix some memory leaks.
2007-10-02 11:44:09 +02:00
Maarten Lankhorst
546447152e
dsound: Fix IDirectSoundBuffer_GetPosition.
2007-10-02 11:43:49 +02:00
Jacek Caban
8f6f252ee8
urlmon: Get rid of no longer needed IHttpNegotiate wrapper.
2007-10-02 11:42:39 +02:00
Jacek Caban
b090ec13f3
urlmon: Added more RegiterBindStatusCallback tests.
2007-10-02 11:42:34 +02:00
Jacek Caban
ef01bdb18a
urlmon: Added more strict QueryInterface tests.
2007-10-02 11:42:27 +02:00
Jacek Caban
b285d562b3
urlmon: Wrap callback in RegisterBindStatusCallback.
2007-10-02 11:42:22 +02:00
Jacek Caban
f185e0499d
urlmon: Added IID_IBindStatusCallbackHolder to uuid.
2007-10-02 11:42:14 +02:00
Kai Blin
5afd341aec
secur32: Remove hardcoded assumption that the SECBUFFER_DATA is always at index 1 for en/decrypting.
2007-10-02 11:42:10 +02:00
Alexandre Julliard
e599584a68
ntdll: Make the heap structure more compatible with the NT layout.
2007-10-02 11:23:40 +02:00
Alexandre Julliard
80a6bb1d8b
ntdll: Convert the subheap list to a standard list.
2007-10-02 11:23:38 +02:00
Alexandre Julliard
1d063ae18d
ntdll: Remove assumptions that the subheap is at the beginning of the memory block.
2007-10-02 11:23:36 +02:00
Alexandre Julliard
d73dbecf68
ntdll: Clear heap blocks also for WARN_ON(heap).
2007-10-01 19:55:20 +02:00
Alexandre Julliard
3ee3058677
shlwapi: Fix GetAcceptLanguagesA to not read past the end of the buffer.
2007-10-01 18:09:11 +02:00
Alexandre Julliard
78af9e6d01
user32/tests: Compare against ASCII string first since it may not be a valid Unicode string in that case.
2007-10-01 18:08:21 +02:00
Alexandre Julliard
cd2780e2a7
msi: Avoid accessing a freed object.
2007-10-01 18:07:49 +02:00
Alexandre Julliard
868b5397d3
mshtml: The HTMLDocument URL is a standard WCHAR string, not a BSTR.
2007-10-01 18:07:30 +02:00
Alexandre Julliard
ed147bb102
comctl32/tests: Avoid destroying a DPA twice.
2007-10-01 18:03:51 +02:00
Konstantin Kondratyuk
7fb98bfba5
mpr: Implement WNetGetResourceInformation functions.
2007-10-01 14:17:53 +02:00
Stefan Leichter
6706a1b3fd
user32: Define WINE_FILEVERSION in version resource of user.exe.
2007-10-01 14:17:48 +02:00
Stefan Leichter
f81f82f3ed
kernel32: Define WINE_FILEVERSION in version resource of krnl386.exe.
2007-10-01 14:17:41 +02:00
Stefan Leichter
87a9a4d44b
gdi32: Define WINE_FILEVERSION in version resource of gdi.exe.
2007-10-01 14:17:30 +02:00
Stefan Leichter
b511912446
ole32: Define WINE_FILEVERSION in version resource of ole2nls.dll too.
2007-10-01 14:17:21 +02:00
Roderick Colenbrander
03fa9f8730
ddraw: Fix RegDeleteTreeA/W compile issues when building ddraw for Windows.
2007-10-01 14:17:09 +02:00
Damjan Jovanovic
b9bdb2a6c2
ole32: Implement win16 COCREATEGUID.
2007-10-01 14:16:57 +02:00
Stefan Dösinger
c5eb531249
wined3d: Bem is an instruction and uses registers.
2007-10-01 13:00:25 +02:00
Stefan Dösinger
822030e329
wined3d: Enable the mNxN implementation for pixel shaders.
2007-10-01 13:00:19 +02:00
Stefan Dösinger
d4019780b5
wined3d: Implement texbeml in arb shaders.
2007-10-01 13:00:12 +02:00
Stefan Dösinger
1c18112339
wined3d: Add proper input register handling to texreg2ar/gb.
2007-10-01 13:00:05 +02:00
Stefan Dösinger
6644704039
wined3d: Add texreg2rgb support to arb shaders.
2007-10-01 12:59:59 +02:00
Rob Shearman
dbfb6b0414
user32: Add tests for DefWindowProc processing the undocumented 0x3B message.
2007-10-01 12:44:10 +02:00
Maarten Lankhorst
58e26451db
wineoss: Seperate wave-in and wave-outs shared use of a single OSS_DEVICE struct.
2007-10-01 12:43:45 +02:00
Maarten Lankhorst
847d5565fc
dsound: Call waveInUnPrepareHeader and waveInPrepareHeader when submitting new buffer.
2007-10-01 12:42:57 +02:00
Maarten Lankhorst
3bafbb22b8
dsound: Use smaller buffers for wavein capture.
2007-10-01 12:42:42 +02:00
Hans Leidekker
290869b03d
pdh: Skip tests when running on non-english locale.
2007-10-01 12:41:25 +02:00
Hans Leidekker
cf8b16bc9e
pdh: Fix parameter handling in PdhAddEnglishCounter{A, W} and PdhCollectQueryDataWithTime.
2007-10-01 12:41:18 +02:00
Hans Leidekker
a83509c7d3
pdh: Implement PdhCalculateCounterFromRawValue.
2007-10-01 12:41:10 +02:00
Hans Leidekker
0389ec60d9
pdh: Implement and test PdhCollectQueryDataEx.
2007-10-01 12:40:17 +02:00
Hans Leidekker
2f80bc0e68
pdh: Serialize access to performance counters and queries.
2007-10-01 12:36:32 +02:00
Hans Leidekker
9209582048
pdh: Add tests for PdhValidatePath{, Ex}{A, W}.
2007-10-01 12:36:24 +02:00
Hans Leidekker
504e7c2ff7
pdh: Implement PdhValidatePath{, Ex}{A, W}.
2007-10-01 12:36:17 +02:00
Roderick Colenbrander
9ad3807c15
wined3d: Only call ENTER_GL for the parts in ActivateContext that actually need it.
2007-10-01 12:35:47 +02:00
Roderick Colenbrander
001f380ac9
wined3d: CreateContext should not be called between ENTER_GL/LEAVE_GL.
2007-10-01 12:35:36 +02:00
Roderick Colenbrander
46f33f4f38
wined3d: CreateFakeGLContxt/ReleaseFakeGLContext doesn't need ENTER_GL/LEAVE_GL and they are making GDI calls.
...
The removal of ENTER_GL from the fake context code, requires the
addition of ENTER_GL/LEAVE_GL to FillGLCaps which was protected by the
fake context code before.
2007-10-01 12:35:01 +02:00
Andrew Talbot
1a36ccc0a8
msvfw32: Fix a memory leak.
2007-10-01 12:34:25 +02:00
Vitaliy Margolen
355b39cd71
dinput: Fix typo.
2007-10-01 12:34:12 +02:00
Jacek Caban
47c91d4d18
mshtml: Use GetWineURL in before_async_open.
2007-10-01 12:34:03 +02:00
Jacek Caban
2826a0f08b
mshtml: Remove no longer used defines.
2007-10-01 12:33:57 +02:00
Juan Lang
fa355b2180
wintrust: Add stub for WVTAsn1SpcSpOpusInfoDecode.
2007-10-01 12:33:43 +02:00
Juan Lang
2fb3d53347
crypt32: Correct copying a signer info's attributes.
2007-10-01 12:33:35 +02:00
Juan Lang
07979b9975
wintrust: Don't warn for generic cert verify action.
2007-10-01 12:33:07 +02:00
Juan Lang
d7d4a5c4a9
wintrust: In SoftpubLoadSignature, don't assume a message is present.
2007-10-01 12:33:01 +02:00
Juan Lang
5fa5518641
wintrust: Improve SoftpubLoadMessage for WTD_CHOICE_CERT.
2007-10-01 12:32:55 +02:00
Juan Lang
5adeae168b
wintrust: Implement SoftpubDefCertInit.
2007-10-01 12:32:49 +02:00
Juan Lang
661525c606
crypt32: Be more strict about format of serialized store files.
2007-10-01 12:32:44 +02:00
Juan Lang
15cab33041
crypt32: Implement opening file name stores from files that contain PKCS7 messages.
2007-10-01 12:32:20 +02:00
Juan Lang
99981716b2
crypt32: Allow file stores to support more than one type of file.
2007-10-01 12:32:12 +02:00
Juan Lang
60fcce5558
crypt32: Create file store directly in CRYPT_FileNameOpenStoreW.
2007-10-01 12:32:03 +02:00
Juan Lang
2373b8bc80
crypt32: Add a helper function to create a file store from an already-initialized memory store.
2007-10-01 12:31:55 +02:00
Dmitry Timoshkov
4830966498
user32: WM_IME_SETCONTEXT messages are optional.
2007-10-01 12:25:50 +02:00
Maarten Lankhorst
10834ee5c7
gdi32: Fix 3 tiny bugs in bidi.
2007-10-01 12:24:31 +02:00
Maarten Lankhorst
6b2a6a2bcf
gdi32: Fix meaning and use of bidirectionality flags.
2007-10-01 12:24:14 +02:00
Alexandre Julliard
455a4994d5
msvcirt: Added stub implementation of msvcirt.dll.
2007-09-28 20:43:43 +02:00
Andrey Turkin
308f73c06d
kernel32: Pass completion value to ntdll layer.
2007-09-28 13:20:36 +02:00
Andrey Turkin
d1a8155882
server: Allow completion object to be attached to an fd object.
2007-09-28 13:17:18 +02:00
Juan Lang
f6ebeba5a2
crypt32: Move CertSaveStore to serialize.c.
2007-09-28 11:35:03 +02:00
Juan Lang
9c55a71f8f
crypt32: Use CertSaveStore to save file stores.
2007-09-28 11:31:32 +02:00
Juan Lang
6471621f5e
crypt32: Implement CertSaveStore.
2007-09-28 11:31:26 +02:00
Juan Lang
bba9587f40
crypt32: Implement CRYPT_WriteSerializedStoreToFile using CRYPT_WriteSerializedStoreToStream.
2007-09-28 11:31:08 +02:00
Juan Lang
779dd45e6b
crypt32: Add a function to serialize a store to an arbitrary stream.
2007-09-28 11:31:01 +02:00
Juan Lang
bc81929519
crypt32: Rename a couple of functions.
2007-09-28 11:30:48 +02:00
Juan Lang
36886f7dd1
crypt32: Add/improve some traces.
2007-09-28 11:30:40 +02:00
Mikolaj Zalewski
a8b8ddd865
advapi32: Fix GetServiceDisplayNameA for cchBuffer == 0.
2007-09-28 11:30:00 +02:00
Mikolaj Zalewski
8fd1cf0f56
advapi32: Implement GetPrivateObjectSecurity (with test).
2007-09-28 11:26:45 +02:00
Mikolaj Zalewski
0590dc9b5c
advapi32: In ConvertStringSecurityDescriptorToSecurityDescriptor "AU" should be checked before "A" (with testcase).
2007-09-28 11:26:25 +02:00
Mikolaj Zalewski
8188ce6fb1
advapi32: Make ConvertStringSecurityDescriptorToSecurityDescriptor write the ACL.
2007-09-28 11:26:18 +02:00
Mikolaj Zalewski
611f57bc20
advapi32/ntdll: GetSecurityDescriptorOwner/Group should fill isDefaulted also for NULL sids.
2007-09-28 11:26:10 +02:00
Mikolaj Zalewski
3c51b2c645
advapi32/ntdll: MakeRelativeSD should preserve NULL pointers (with testcase).
2007-09-28 11:26:00 +02:00
Mikolaj Zalewski
cf84cbac5b
msi: Add some already implemented function to the spec file.
2007-09-28 11:00:04 +02:00
Alex Villacís Lasso
63b12f8602
riched20: Minimal fix for WM_SETTEXT without ES_MULTILINE style.
2007-09-28 10:59:59 +02:00
Stefan Leichter
71d70f0fa1
ole32: Added version resource for ole2nls.dll.
2007-09-27 21:11:18 +02:00
Juan Lang
f8ff1c3237
crypt32: Support PKCS messages wrapped in a PKCS content info in CryptQueryObject.
2007-09-27 21:03:16 +02:00
Juan Lang
f880982176
crypt32: Fix CryptQueryObject for embedded PKCS7 signatures.
2007-09-27 21:03:12 +02:00
Alexandre Julliard
d78a58298a
gdi32: Don't hold the GDI lock while calling the driver SelectFont function.
2007-09-27 21:01:00 +02:00
Alexandre Julliard
e9f1638de6
gdi32: Don't hold the GDI lock while calling the SelectObject backends.
2007-09-27 21:00:44 +02:00
Alexandre Julliard
af6c0a09c5
gdi32: Move the object refcount handling to the SelectObject backend functions.
2007-09-27 20:57:02 +02:00
Alexandre Julliard
a1e31397e1
gdi32: Don't pass an object pointer to the SelectObject backend functions.
2007-09-27 20:14:13 +02:00
Alexandre Julliard
e36ed76139
winex11.drv: Always drag the full window for top-level windows to avoid having to grab the server.
2007-09-27 20:13:57 +02:00
Alexandre Julliard
b7df430831
rpcrt4/tests: Remove static keywords that hide test failures.
2007-09-27 20:13:21 +02:00
Francois Gouget
b2bc712323
Assorted spelling fixes.
2007-09-27 20:12:53 +02:00
Francois Gouget
17c57737c9
ntoskrnl.exe: Fix the PsCreateSystemThread() prototype and declare it in wdm.h.
...
Add a prototype for PsTerminateSystemThread().
2007-09-27 20:12:17 +02:00
Francois Gouget
d32d8ac862
riched20/tests: Add '\n's to ok() calls.
2007-09-27 20:12:06 +02:00
Francois Gouget
02b1ef8920
wineoss.drv: Add support for $MIDIDEV to match $AUDIODEV and $MIXERDEV.
2007-09-27 20:12:02 +02:00
Andrew Talbot
344e8acb8e
kernel32: Fix a memory leak.
2007-09-27 19:25:06 +02:00
Andrew Talbot
dfac0635f6
gdiplus: Fix some memory leaks.
2007-09-27 19:25:00 +02:00
Alexandre Julliard
161821155d
gdi32: Fix typo in FIXME (spotted by Rob Shearman).
2007-09-27 18:05:57 +02:00
Alexandre Julliard
809af590a1
winex11.drv: Don't call GDI functions while holding the X11 lock.
2007-09-27 18:02:26 +02:00
Mikolaj Zalewski
2ba324738d
advapi32: The lpServiceStartName should default to LocalSystem for Win32 services.
2007-09-27 12:49:35 +02:00
Maarten Lankhorst
cb92675953
wineoss: Only initialise midi once.
2007-09-27 12:49:23 +02:00
Peter Oberndorfer
715edc1633
winhttp: Add WinHttpGetIEProxyConfigForCurrentUser stub.
2007-09-27 12:49:10 +02:00
Peter Oberndorfer
073dd7dde2
ntdll: NtAreMappedFilesTheSame semi stub.
2007-09-27 12:47:15 +02:00
Hans Leidekker
2c061dbae6
kernel32: Check for NULL output buffer in FormatMessage{A, W}.
2007-09-27 12:47:07 +02:00
Konstantin Kondratyuk
227966402b
mpr: Correct usage of dwScope and dwEnumScopes.
2007-09-27 12:46:24 +02:00
Lionel_Debroux
333451411b
mlang: Fix memory leaks in error paths (found by Smatch).
2007-09-27 12:00:27 +02:00
Lionel_Debroux
8ae0d17d59
mlang: Fix memory leaks in error path (found by Smatch).
2007-09-27 12:00:20 +02:00
Alex Villacís Lasso
03f3a40a03
riched20: EM_SETCHARFORMAT must fail and return 0 with TM_PLAINTEXT and SF_SELECTION.
2007-09-27 11:58:52 +02:00
Stefan Leichter
c14bf9223c
amstream: Remove 'recursive registry key delete' function.
2007-09-27 11:58:38 +02:00
Stefan Leichter
fcec1b3651
browseui: Remove 'recursive registry key delete' function.
2007-09-27 11:58:32 +02:00
Anatoly Lyutin
7a67035a44
gdi32: printdrv: Use umask for creating a spool file.
2007-09-27 11:58:21 +02:00
Chris Robinson
909f7ffcb9
winex11: Be compatible with older XComposite headers.
2007-09-27 11:57:54 +02:00
Stefan Dösinger
20872abc9c
wined3d: Add sincos support to arb shaders.
2007-09-27 11:57:41 +02:00
Stefan Dösinger
daf2290ea4
wined3d: Implement the nrm instruction in arb.
2007-09-27 11:57:29 +02:00
Stefan Dösinger
1407bdb2cf
wined3d: Add dp2add support to arb shaders.
2007-09-27 11:57:20 +02:00
Stefan Dösinger
09fa208d7a
wined3d: Add crs and pow instruction support.
2007-09-27 11:57:12 +02:00
Stefan Dösinger
c29112b60a
wined3d: Handle modifiers in cmp.
2007-09-27 11:57:05 +02:00
Jacek Caban
e65e53488e
mshtml: Use get_nsinterface in set_ns_editmode and get_editor_controller.
2007-09-27 11:11:24 +02:00
Jacek Caban
cf403fa484
mshtml: Use get_nsinterface in exec_print and do_ns_command.
2007-09-27 11:11:21 +02:00
Jacek Caban
fa58e6ce5d
mshtml: Added generic get_nsinterface function and use it in get_ns_command_state.
2007-09-27 11:11:16 +02:00
Jacek Caban
124f0290e4
mshtml: Added IDM_COPY in browse mode implementation.
2007-09-27 11:11:10 +02:00
Jacek Caban
8966cfe42a
mshtml: Ignore app's User-Agent header and Content-Type if there is no data to post.
2007-09-27 11:11:04 +02:00
Jacek Caban
e27f185440
mshtml: Forward IHTMLTextContainer::put_scrollTop and put_scrollLeft calls to IHTMLElement2 interface.
2007-09-27 11:09:04 +02:00
Jacek Caban
0a0d72ac5d
mshtml: Added IHTMLElement2::put_scrollTop and put_scrollLeft implementation.
2007-09-27 11:08:59 +02:00
Jacek Caban
cb776f7d5b
mshtml: Added get_compatMode implementation.
2007-09-27 11:08:54 +02:00
Jacek Caban
9ba65105d5
mshtml: Added IHTMLDocument5 interface stub implementation.
2007-09-27 11:08:48 +02:00
Jacek Caban
e805fe50bc
hlink: Added HlinkGetSpecialReference stub.
2007-09-27 11:08:30 +02:00
Michael Stefaniuc
a624fb044c
crypt32: Add missing parameter to a TRACE.
2007-09-27 11:08:23 +02:00
Michael Stefaniuc
790424f0ad
advapi32: Move the storage specifier to the beginning of the declaration.
2007-09-27 11:08:21 +02:00
Maarten Lankhorst
6506dff8b8
dsound: Check if hardware buffer is big enough before accepting it.
2007-09-27 11:08:05 +02:00
Maarten Lankhorst
30392be1e0
wineoss: Silence some harmless warnings.
2007-09-27 11:08:02 +02:00
Alex Villacís Lasso
be5105e894
riched20: EM_SETCHARFORMAT must return 0, not assert, on invalid struct size.
2007-09-27 11:07:54 +02:00
Dan Hipschman
723c8bacfa
widl: Fix string codes in pointer descriptions.
2007-09-27 10:09:38 +02:00
Dan Hipschman
347f2a2da2
widl: Fix top-level conformant arrays with pointer attributes.
2007-09-27 10:09:32 +02:00
Alexandre Julliard
3363d65f16
gdi32: Move the generic part of FontIsLinked() to font.c.
2007-09-26 20:21:34 +02:00
Alexandre Julliard
543270dfb5
gdi32: Don't pass a DC handle to WineEngGetFontUnicodeRanges.
2007-09-26 20:17:13 +02:00
Alexandre Julliard
1abc24d29c
gdi32: Don't hold the gdi lock while calling DC driver functions.
2007-09-26 17:51:41 +02:00
Alexandre Julliard
7480bd3204
gdi32: Don't hold the gdi lock while creating a DC.
2007-09-26 17:39:25 +02:00
Alex Villacís Lasso
fa5230fb54
riched20: EM_SETCHARFORMAT must return 1 on success, not 0.
2007-09-26 14:40:54 +02:00
Juan Lang
8e1151ec18
crypt32: Partially implement CryptQueryObject.
2007-09-26 14:27:02 +02:00
Andrey Turkin
477582401b
server: Implement server-side completion queues and operations on them.
2007-09-26 13:56:43 +02:00
Andrew Talbot
edac40ad3c
itss: Fix a typo.
2007-09-26 12:21:38 +02:00
Thomas Weidenmueller
1244e8c7d4
shell32: Implement SHCreatePropSheetExtArrayEx.
2007-09-26 12:15:45 +02:00
Mikołaj Zalewski
4db3b1bba8
shell32: shlview: Change some more ANSI calls to Unicode.
2007-09-26 12:15:34 +02:00
Mikołaj Zalewski
212c36048a
shell32: Make the shell view control Unicode.
2007-09-26 12:15:27 +02:00
Alexandre Julliard
000736ae11
wineps.drv: Fix end of list check in PSDRV_UpdateDevCaps().
2007-09-26 12:15:14 +02:00
Mikolaj Zalewski
6d5d0eaafa
advapi32: Make ConvertSidToStringSid use helper functions of ConvertSecurityDescriptorToStringSecurityDescriptor.
2007-09-26 12:15:14 +02:00
Mikolaj Zalewski
3198809fd5
advapi32: Implement ConvertSecurityDescriptorToStringSecurityDescriptor[AW].
2007-09-26 12:15:14 +02:00
Detlef Riekenberg
3e83b75038
ntdll: Avoid segfault with snoop for exefiles with a broken export table.
2007-09-26 12:15:14 +02:00
Stefan Leichter
6be7eba918
comcat: Remove 'recursive registry key delete' function.
2007-09-26 11:32:31 +02:00
Stefan Leichter
4677e50a06
d3dxof: Remove 'recursive registry key delete' function.
2007-09-26 11:32:26 +02:00
Dmitry Timoshkov
d4193a94e4
user32: Make message test pass cleanly under XP SP2.
2007-09-25 14:28:33 +02:00
L. Rahyen
43601c282b
user32: Implement initial stubs for all raw input functions.
2007-09-25 14:18:40 +02:00
Christian Gmeiner
bb3a968d30
advapi32: fix some compiler warnings when using -Wsign-compare.
2007-09-25 14:12:46 +02:00
Philip Nilsson
65dbd2b114
ws2_32/tests: Add a testcase for binding with IPv6 and IPv4 on the same port.
2007-09-25 13:51:47 +02:00
Philip Nilsson
1399a6eaf8
ws2_32: Set IPV6_V6ONLY when required to be compatible with Windows.
2007-09-25 13:51:40 +02:00