Jacek Caban
db08d9ad16
docobj.idl: Added some new OLECMDID values.
2014-03-31 15:36:33 +02:00
Huw Davies
fa50baf31f
riched20: Keep track of fractions of WHEEL_DELTA when scrolling.
2014-03-31 15:29:02 +02:00
Huw Davies
2f07df59f9
riched20: Add a helper to return the default line height and use that in EM_LINESCROLL.
2014-03-31 15:29:00 +02:00
Jacek Caban
e168cd28db
kernel32: Skip reserved TLS tests on WinXP SP1.
2014-03-31 15:28:55 +02:00
Francois Gouget
ebd9918830
user32/tests: Fix compilation on systems that don't support nameless unions.
2014-03-31 15:28:45 +02:00
Thomas Faber
6754c35589
advapi32: Fix uneven length handling in CredUnmarshalCredential.
2014-03-31 12:39:35 +02:00
Thomas Faber
309b5366e8
advapi32: Set output type earlier in CredUnmarshalCredential.
2014-03-31 12:39:30 +02:00
Thomas Faber
27c8e9013f
advapi32/tests: Use a loop for CredUnmarshalCredential test cases.
2014-03-31 12:39:23 +02:00
Thomas Faber
0868486d17
advapi32: Remove unnecessary buffer copy in CredMarshalCredentialW.
2014-03-31 12:39:13 +02:00
Thomas Faber
f9fae1b3f6
advapi32: Fix stack corruption in CredIsMarshaledCredentialW.
...
In its currrent implementation, cred_decode with input length 6 writes
6 bytes to the output buffer. This overflows the DWORD passed in
CredIsMarshaledCredentialW.
2014-03-31 12:39:03 +02:00
Julian Rüger
c810f07f40
po: Update German translation.
2014-03-31 11:46:51 +02:00
Francois Gouget
16b94cdd23
netcfgx/tests: Make create_configuration() static.
2014-03-31 11:46:37 +02:00
Francois Gouget
1eb2e8b3e1
wbemprox/tests: Make test_GetNames() static.
2014-03-31 11:46:34 +02:00
Nikolay Sivov
93bd41c3f7
msxml3/tests: Check return values (Coverity).
2014-03-31 11:46:09 +02:00
Nikolay Sivov
ddbcd24178
qcap/tests: Check method return values (Coverity).
2014-03-31 11:45:57 +02:00
Nikolay Sivov
c824cfa08c
scrrun: Implement DriveLetter property for a drive.
2014-03-31 11:44:45 +02:00
Nikolay Sivov
61a3bd3302
scrrun: Implement AvailableSpace property for a drive.
2014-03-31 11:44:42 +02:00
Nikolay Sivov
2377fc099d
scrrun: Implement TotalSize property for a drive.
2014-03-31 11:44:39 +02:00
Nikolay Sivov
f6efe2268b
scrrun: Added IsReady property for a drive.
2014-03-31 11:44:34 +02:00
Hugh McMaster
2aad5d7caf
regsvr32: Fix filename in version definition.
2014-03-28 20:09:07 +01:00
Hans Leidekker
db094db851
riched20: Don't return DLGC_HASSETSEL from WM_GETDLGCODE if the control style includes ES_SAVESEL.
2014-03-28 17:57:19 +01:00
Erich E. Hoover
5963d7f09c
ws2_32: Ask the server to process unsupported WSAIoctl operations.
2014-03-28 17:46:04 +01:00
Alexandre Julliard
598c5816d9
kernel32: Don't allocate FLS index 0.
2014-03-28 17:46:03 +01:00
Jacek Caban
93920c3893
ntdll: Reserve TLS slot 0 for broken apps that compare index to 0 instead of TLS_OUT_OF_INDEXES.
2014-03-28 16:19:55 +01:00
Stefan Dösinger
f3488d0fea
wined3d: Translate shader model 2.0+ EXPP to EX2.
2014-03-27 18:57:50 +01:00
Stefan Dösinger
9ccaacf60d
wined3d: Translate LOGP to LG2 in the ARB shader backend.
2014-03-27 18:57:46 +01:00
Stefan Dösinger
c2541a5887
wined3d: Handle RCP in shader_hw_scalar_op.
2014-03-27 18:57:40 +01:00
Stefan Dösinger
5114507f19
wined3d: Handle LOG and LOGP in shader_hw_scalar_op.
2014-03-27 18:57:37 +01:00
Stefan Dösinger
f20173e51b
wined3d: Select the component by editing the swizzle.
2014-03-27 18:57:33 +01:00
Jactry Zeng
2a55f8d663
riched20: Fix a typo in CreateIRichEditOle.
2014-03-27 16:59:31 +01:00
Robert Naumann
cd3b688331
mgmtapi: Fix a typo in the export of SnmpMgrRequest.
2014-03-27 16:59:24 +01:00
Piotr Caban
de21941178
user32: Change SetForegroundWindow behavior on windows with parent and no WS_CHILD flag.
2014-03-27 16:18:05 +01:00
Alexandre Julliard
7420b7fe73
kernel32/tests: Move allocation tests into heap.c.
2014-03-27 16:16:04 +01:00
Jacek Caban
bdd1fcd89e
vbscript/tests: Added more error tests.
2014-03-27 14:53:32 +01:00
Jacek Caban
4effb57f88
vbscript: Return only code part of HRESULT for vbscript errors as Err.number.
2014-03-27 14:53:16 +01:00
Jacek Caban
ccf1567555
vbscript: Map some known error codes to vbscript errors.
...
Special thanks to Eric Lippert for the list of such errors.
2014-03-27 14:53:04 +01:00
Thomas Faber
b8c42020a9
setupapi: Fix buffer overflow in SetupGetFileCompressionInfoW.
2014-03-27 14:52:30 +01:00
Aurimas Fišeras
c8269c2cd7
po: Update Lithuanian translation.
2014-03-27 12:06:08 +01:00
Nikolay Sivov
195168351f
msi: Fix a record leak on failure removing a column (Coverity).
2014-03-27 12:06:04 +01:00
Nikolay Sivov
203d282a78
msi: Fix a record leak on error path (Coverity).
2014-03-27 12:06:04 +01:00
Nikolay Sivov
c01c0b52ed
msi: Fix a leak of allocated string buffer on error path (Coverity).
2014-03-27 12:06:04 +01:00
Nikolay Sivov
dc33b13581
msi: Fix a record leak on error paths (Coverity).
2014-03-27 12:06:04 +01:00
Nikolay Sivov
d78a0612ed
gdiplus: Fix image attributes leak (Coverity).
2014-03-27 12:06:03 +01:00
Javier Cantero
ee5c64f583
user32/tests: New test cases for SubtractRect().
2014-03-27 12:06:03 +01:00
Austin English
5b5556308b
wine.inf: Add %AppData%\Microsoft and %LocalAppData%\Microsoft folders:.
2014-03-26 19:31:04 +01:00
Michael Stefaniuc
c13e106e73
shell32: COM cleanup for IEnumIDList.
2014-03-26 19:28:00 +01:00
Michael Stefaniuc
0aff99771d
shell32: Simplify the creation of an IEnumIDList.
2014-03-26 19:27:57 +01:00
Piotr Caban
1cf3d8caa4
user32: Change SetFocus behavior on windows with parent and no WS_CHILD flag.
2014-03-26 19:20:44 +01:00
Alistair Leslie-Hughes
b816a8e629
dbghelp: Improve dwarf support.
2014-03-26 19:20:42 +01:00
Kai Tietz
83b6b22ff8
corerror.h: Merge with mingw-w64's extensions.
2014-03-26 19:20:32 +01:00