Alexandre Julliard
48ab8eb3fd
user32: Fix the WM_CONTEXTMENU parameter for 64-bit.
2010-02-02 23:44:10 +01:00
Alexandre Julliard
aa47784130
winex11: Synchronize the shaped flag with the window region before determining the window size.
2010-02-02 20:28:21 +01:00
Alexandre Julliard
4356e49411
atl: The object map entries for version 1 don't have the last two fields.
2010-02-02 20:13:56 +01:00
Paul Chitescu
d643748c94
qcap: Test the correct variable when deciding how to grab V4L frame.
2010-02-02 14:11:14 +01:00
Henri Verbeet
cee8e9d881
wined3d: Select the shader backend during adapter initialization.
2010-02-02 14:11:02 +01:00
Henri Verbeet
fb21551b2d
wined3d: Select the fragment pipeline during adapter initialization.
2010-02-02 14:10:56 +01:00
Henri Verbeet
93c49f1777
wined3d: Update the swapchain's present parameters when changing the backbuffer.
...
This fixes a bug exposed by commit b5907e23cc
.
2010-02-02 14:10:52 +01:00
Henri Verbeet
97700f05a9
wined3d: TRACE IWineD3DDeviceImpl_CreateSurface() parameters.
2010-02-02 14:10:44 +01:00
Henri Verbeet
42c83f0260
wined3d: Dump ARB program shaders on compile failure.
...
Similar to the patch for GLSL.
2010-02-02 14:10:40 +01:00
Stefan Dösinger
e2f83db007
d3d8: Test buffer lock flags.
2010-02-02 14:10:27 +01:00
Stefan Dösinger
8912b372ed
d3d9: Move the vertex buffer alignment test into buffer.c.
2010-02-02 14:10:11 +01:00
Stefan Dösinger
1d486a5abe
d3d9: Test buffer lock flags.
2010-02-02 14:09:57 +01:00
Stefan Dösinger
224043d6cf
wined3d: Implement dynamic buffers with GL_ARB_map_buffer_range.
2010-02-02 14:09:14 +01:00
Stefan Dösinger
f6bb86e196
wined3d: Add GL_ARB_map_buffer_range.
2010-02-02 14:09:04 +01:00
Alexandre Julliard
8fc1fc49fd
user: Add internal functions for cursor/icon 16<->32 conversion to replace the typecasting macros.
2010-02-02 12:14:10 +01:00
Alexandre Julliard
3d55d1430b
user: Call the 16-bit CreateIconFromResourceEx from LoadIconHandler16.
2010-02-02 12:08:59 +01:00
Alexandre Julliard
e474bfe0f3
user: Reimplement GetIconInfo16 using the 16-bit icon structure directly.
2010-02-02 12:08:54 +01:00
Huw Davies
7e42fd8b4e
oleaut32: If the font name property is changed, don't insist on the current charset when selecting a new font.
2010-02-02 12:00:25 +01:00
Huw Davies
cf602ca422
oleaut32: Realize the font in getter functions.
2010-02-02 12:00:17 +01:00
Jörg Höhle
bc76916b90
winmm: Reset MIDIHDR flags prior to return from midiStreamOut.
2010-02-02 12:00:07 +01:00
André Hentschel
1b51c21fb3
oleaut32: Rewrite RollUdate to be easier to change and to support more conversions.
2010-02-02 11:59:28 +01:00
Alexandre Julliard
c4568edd64
user32/tests: Dispatch a message in case we can a WM_PAINT.
2010-02-02 11:47:20 +01:00
Jörg Höhle
ffeef37be2
winecoreaudio: Fix a float cast in the computation of MIDI volume.
2010-02-02 11:47:20 +01:00
Michael Stefaniuc
2004db1bb1
dinput: Don't use HIWORD to check if a REFGUID is a DIPROP.
2010-02-02 11:47:20 +01:00
Detlef Riekenberg
e977672661
mapi32/tests: Fix a typo in a comment.
2010-02-02 11:47:20 +01:00
Dan Kegel
20430f6ede
ntdll: Fix large block realloc annotation.
2010-02-02 11:47:20 +01:00
Maarten Lankhorst
83486aaf66
userenv: Implement DestroyEnvironmentBlock.
2010-02-02 11:47:20 +01:00
Hans Leidekker
743ead45c8
msi: Test duplicating files from a nonexistent component.
2010-02-02 11:47:19 +01:00
André Hentschel
3299bfd471
msi: Fix crash with access to component.
2010-02-02 11:47:19 +01:00
Jörg Höhle
b0d2f77cc9
winmm: Have xyzGetDevCaps return MMSYSERR_BADDEVICEID, not INVALHANDLE.
2010-02-02 11:47:19 +01:00
Juan Lang
ab270f9966
wintrust: Fix copy-paste error.
2010-02-02 11:47:19 +01:00
Juan Lang
0f632c0caf
wintrust: Fix uninitialized return value (Coverity).
2010-02-02 11:47:19 +01:00
Paul Vriens
086711818b
msi/tests: Fix some test failures on Win9x up to W2K.
2010-02-02 11:47:19 +01:00
Jaime Rave
88f81550b4
appwiz.cpl: Added Spanish translation.
2010-02-02 11:47:19 +01:00
Alexandre Julliard
03f7bbdbf7
shell: Explicitly convert icons to 16-bit instead of casting handles.
2010-02-02 11:47:19 +01:00
Alexandre Julliard
5f27257e57
user.exe: Make CreateIcon16 available as 32-bit export.
2010-02-02 11:47:19 +01:00
Alexandre Julliard
5c9753e2b6
kernel32/tests: Remove leftover Sleep() call.
2010-02-01 16:19:21 +01:00
Huw Davies
7aaaf738ec
oleaut32: Fix font handle lifetimes.
2010-02-01 15:40:58 +01:00
Huw Davies
439d585218
oleaut32: Add tests to explore the lifetime of font handles.
2010-02-01 15:39:44 +01:00
Huw Davies
ad9843faab
oleaut32: Fix an ole font leak.
2010-02-01 15:39:33 +01:00
Jörg Höhle
06d6dd3e72
winmm: Perform stricter MIDI-related error checking.
2010-02-01 15:39:28 +01:00
Jörg Höhle
ed7a366202
midimap: Perform stricter error-checking.
2010-02-01 15:39:24 +01:00
Henri Verbeet
c43c2a2845
wined3d: Use the absolute source value in shader_glsl_rsq().
2010-02-01 14:16:26 +01:00
Henri Verbeet
adf4ca2e23
wined3d: Handle a zero source value for WINED3DSIH_RSQ.
2010-02-01 14:16:22 +01:00
Henri Verbeet
ef82681d59
wined3d: Handle a zero source value for WINED3DSIH_RCP.
2010-02-01 14:16:18 +01:00
Henri Verbeet
4a8f93bade
wined3d: Handle a zero source value for WINED3DSIH_LOG.
2010-02-01 14:16:15 +01:00
Henri Verbeet
bef792f5ff
wined3d: Handle zero-length vectors for WINED3DSIH_NRM.
...
Unfortunately there's no reliable way to generate infinity in GLSL, but a
sufficiently large value will probably do. The important part of the patch is
that we don't generate NaN, because that will keep propagating through the
entire shader.
2010-02-01 14:16:11 +01:00
Jörg Höhle
f1373d57c1
winmm: midiStreamPosition can select an alternative MMTIME format.
2010-02-01 14:11:04 +01:00
Jörg Höhle
ebd55d9890
winmm: The MIDI MAPPER is not available with MIDI IN.
2010-02-01 14:11:04 +01:00
Maarten Lankhorst
96ca708706
advapi32: Fix RegGetValue on REG_BINARY data.
2010-02-01 14:11:04 +01:00
Maarten Lankhorst
89d458a128
powrprof: Add stubs for PowerGetActiveScheme and PowerReadDCValue.
2010-02-01 14:11:04 +01:00
Maarten Lankhorst
737ed17f1b
devenum: Scan special device categories more often.
2010-02-01 13:56:06 +01:00
Maarten Lankhorst
201c9a14bf
quartz: Add some tests for dsound renderer.
2010-02-01 13:56:01 +01:00
Maarten Lankhorst
965e2ebba6
mmdevapi: Add some basic property store tests.
2010-02-01 13:55:56 +01:00
Alexandre Julliard
5f9f260e42
kernel32: Avoid truncating the output buffer length in GetCurrentDirectoryA.
2010-02-01 13:22:41 +01:00
Alexandre Julliard
76e5c01209
kernel: Only start the BIOS timer if there is an actual access to selector 0x40.
2010-02-01 12:58:29 +01:00
Paul Vriens
6c136e862b
wininet/tests: Fix some memory leaks (Valgrind).
2010-02-01 12:49:48 +01:00
Paul Vriens
a9113f7b3c
dxgi/tests: Fix a test failure when no adapters are present.
2010-02-01 12:49:41 +01:00
Paul Vriens
7cc429312e
d3d10core/tests: Fix a test failure when no adapters are present.
2010-02-01 12:49:37 +01:00
Christian Costa
4296852b88
d3drm: Implement partially IDirect3DRMMeshBuilderImpl_Load.
2010-02-01 12:49:29 +01:00
Christian Costa
aaf2ef418e
d3drm: Add some tests.
2010-02-01 12:49:14 +01:00
Christian Costa
4d79c26306
d3dxof: Do not expect a separator when there is no element.
2010-02-01 12:48:55 +01:00
Christian Costa
65b7bdcef9
d3dxof: Add other debug channel for parsing.
2010-02-01 12:48:50 +01:00
Luca Bennati
1d91e3ba4f
mshtml: Add Italian translation.
2010-02-01 12:48:32 +01:00
Luca Bennati
48b411ce3c
msvfw32: Add Italian translation.
2010-02-01 12:48:25 +01:00
Luca Bennati
2197da7770
msi: Fix Italian translation.
2010-02-01 12:48:13 +01:00
Luca Bennati
293589ebb3
credui: Add Italian translation.
2010-02-01 12:48:10 +01:00
Luca Bennati
9f3c90973f
wined3d: Add newer ATI/AMD cards vendor recognition.
2010-02-01 12:46:23 +01:00
Andrew Nguyen
ad2fdafee9
mapi32/tests: Invoke MAPIInitialize before performing the HexFromBin tests.
...
This avoids crashes with the native Outlook extended MAPI provider.
2010-02-01 12:45:27 +01:00
Andrew Nguyen
491201a871
mapi32/tests: Fix prototype of FBinFromHex function pointer.
2010-02-01 12:45:19 +01:00
Andrew Nguyen
5ed70a69df
mapi32/tests: Centralize utility function pointer initialization.
2010-02-01 12:45:11 +01:00
Andrew Nguyen
4ed80f3bcb
mapi32/tests: Invoke MAPIInitialize before performing the FPropContainsProp tests.
...
This avoids crashes with the native Outlook extended MAPI provider.
2010-02-01 12:43:23 +01:00
Andrew Nguyen
2da6570ca4
pdh: Implement and test PdhGetDllVersion.
2010-02-01 12:41:30 +01:00
Alexandre Julliard
a86adcca61
kernel32/tests: Fix heap flag tests for the page alloc case.
2010-02-01 12:35:43 +01:00
Alexandre Julliard
156d66ec24
ntdll: Avoid reporting a freed block twice to Valgrind.
2010-02-01 12:35:32 +01:00
Detlef Riekenberg
c318f4f76b
shlwapi/tests: UrlUnescape* is not present on Win95B (winetestbot).
2010-02-01 12:35:09 +01:00
Detlef Riekenberg
ce7eb256bc
shlwapi/tests: UrlIs* is not present on Win95B (winetestbot).
2010-02-01 12:35:00 +01:00
Detlef Riekenberg
4f4a47a1c9
shlwapi/tests: UrlHash* is not present on Win95B (winetestbot).
2010-02-01 12:34:52 +01:00
Detlef Riekenberg
fb81d89a81
shlwapi/tests: UrlGetPart* is not present on Win95B (winetestbot).
2010-02-01 12:34:44 +01:00
Detlef Riekenberg
5d1820e70e
shlwapi/tests: UrlEscape* is not present on Win95B (winetestbot).
2010-02-01 12:34:36 +01:00
Detlef Riekenberg
cbcdd6c846
shlwapi/tests: UrlCreateFromPath* is not present on Win95B (winetestbot).
2010-02-01 12:34:27 +01:00
Detlef Riekenberg
10abf0fb2f
shlwapi/tests: UrlCombine* is not present on Win95B (winetestbot).
2010-02-01 12:34:16 +01:00
Detlef Riekenberg
2cd5b05d49
shlwapi/tests: UrlCanonicalize* is not present on Win95B (winetestbot).
2010-02-01 12:34:07 +01:00
Detlef Riekenberg
4c6a4f66bd
shlwapi/tests: UrlApplyScheme* is not present on Win95B (winetestbot).
2010-02-01 12:34:01 +01:00
Detlef Riekenberg
e3b3b1e27d
shlwapi/tests: PathCreateFromUrl* is not present on Win95B (winetestbot).
2010-02-01 12:33:21 +01:00
Detlef Riekenberg
cb3e537b03
shlwapi/tests: HashData is not present on Win95B (winetestbot).
2010-02-01 12:31:52 +01:00
Detlef Riekenberg
29edebe0cc
shlwapi/tests: ChrCmpI* is not present on Win95B (winetestbot).
2010-02-01 12:31:48 +01:00
Hans Leidekker
246f9305e9
msi: Don't fail if the service to start is already running.
2010-02-01 12:11:18 +01:00
Erich Hoover
1863a9c76d
hhctrl.ocx: Remove a superfluous line that uses an uninitialized variable.
2010-02-01 12:10:52 +01:00
Piotr Caban
6981816388
userenv: Added GetAllUsersProfileDirectory[AW] stubs.
2010-02-01 12:10:44 +01:00
Piotr Caban
9310ee0ef4
shlwapi: Invoke ExpandEnvironmentStringsForUser on SHExpandEnvironmentStringsForUser call.
2010-02-01 12:10:40 +01:00
Piotr Caban
17736b90e7
shlwapi: Invoke RegGetValue on SHRegGetValue call.
2010-02-01 12:10:01 +01:00
Piotr Caban
dfe535226a
shlwapi: Update SHRegGetValue definition.
2010-02-01 12:09:46 +01:00
Piotr Caban
09a78cd566
shlwapi: Added OS_VISTAORGREATER flag to IsOS (undocumented).
2010-02-01 12:09:20 +01:00
Vincent Povirk
4d53a4c9f5
gdiplus: Implement GetPixel for indexed color bitmaps.
2010-02-01 12:09:14 +01:00
Vincent Povirk
3815add31b
gdiplus: Test getting/setting pixels of indexed color bitmaps.
2010-02-01 12:09:06 +01:00
Vincent Povirk
762845ca8c
gdiplus: Implement GdipSetImageAttributesGamma.
2010-02-01 12:08:59 +01:00
Igor Paliychuk
2c9f51089e
shdoclc: Add Ukrainian translations.
2010-02-01 12:08:36 +01:00
Igor Paliychuk
4e2e10f24e
msvidc32: Add Ukrainian translations.
2010-02-01 12:08:26 +01:00
Igor Paliychuk
a0fc95e038
msrle32: Add Ukrainian translations.
2010-02-01 12:08:13 +01:00
Igor Paliychuk
26193bc99f
cryptdlg: Add Ukrainian translations.
2010-02-01 12:08:02 +01:00
Michael Stefaniuc
8b9ae4d35f
oleaut32: The Ukrainian translation is in UTF8.
2010-02-01 12:00:03 +01:00
Michael Stefaniuc
8a3ed2dffc
atl: Use IS_INTRESOURCE not HIWORD to check a resource.
2010-02-01 11:59:59 +01:00
Michael Stefaniuc
32ea7ce1a7
shlwapi: Use IS_INTRESOURCE not HIWORD to check a resource.
2010-02-01 11:59:53 +01:00
Matijn Woudt
3ed5df1e3c
winhttp: Implement WINHTTP_OPTION_{CONNECT, SEND, RECEIVE}_TIMEOUT.
2010-01-29 17:28:18 +01:00
Matijn Woudt
d0983e9ec2
winhttp: Add timeout for session handles and implement for WinHttpSetTimeouts.
2010-01-29 17:28:03 +01:00
Matijn Woudt
a09e659a37
winhttp/tests: Add timeout tests for WinHttp{Set, Query}Option.
2010-01-29 17:27:30 +01:00
Christian Costa
607cb33fd5
amstream: Register media stream filter.
2010-01-29 17:27:19 +01:00
Erich Hoover
425c30f544
hhctrl.ocx: Fix a NULL dereference mistake in the Contents tab.
2010-01-29 17:26:46 +01:00
Erich Hoover
207ce6fcb2
hhctrl.ocx: Fix (re)allocating string blocks.
2010-01-29 17:26:38 +01:00
Erich Hoover
db94b0c636
hhctrl.ocx: Support jumping to a help topic with 'mapid'.
2010-01-29 17:26:13 +01:00
Erich Hoover
3a824542a5
hhctrl.ocx: Fix a double-click bug in the Contents tab introduced by the Index tab code.
2010-01-29 17:26:06 +01:00
Michael Stefaniuc
a0774cabab
msi: Avoid using HIWORD() on string pointers.
2010-01-29 17:25:49 +01:00
Christian Costa
5b6eada53f
d3drm: Add stubbed implementation of IDirect3DRMMeshBuilder.
2010-01-29 14:59:53 +01:00
Maarten Lankhorst
bf6f0750cd
qcap: Add optional dependency on libv4l.
2010-01-29 14:59:03 +01:00
Maarten Lankhorst
3d7aabd887
kernel32: Work around safety check on siglongjmp.
2010-01-29 14:59:03 +01:00
Stefan Dösinger
a9f969094c
ddraw: Convert VB lock flags to wined3d flags.
2010-01-29 14:59:02 +01:00
Stefan Dösinger
f0266ee519
ddraw: Test invalid buffer lock parameters.
2010-01-29 14:59:02 +01:00
Stefan Dösinger
d499073c10
wined3d: Catch invalid buffer map parameters.
2010-01-29 14:59:02 +01:00
Nikolay Sivov
a03bc72690
msxml3: Implement IXMLDOMText::deleteData().
2010-01-29 14:59:02 +01:00
Nikolay Sivov
173c4884ac
msxml3: Implement IXMLDOMCDATASection::deleteData() with tests.
2010-01-29 14:59:02 +01:00
Michael Stefaniuc
0a866d0e45
crypt32: Avoid using HIWORD() on a string pointer.
...
The stray IS_INTRESOURCE() is applied to a true resource. The other
strings are OIDs and not resources.
2010-01-29 14:59:02 +01:00
Michael Stefaniuc
1dcbbfe1ee
cryptnet: Don't use HIWORD() on a string pointer.
2010-01-29 14:59:02 +01:00
Jacek Caban
4b5dcc9e6b
mshtml: Optimize more nsAString handling.
2010-01-29 14:59:02 +01:00
Jacek Caban
248db8d806
mshtml: Optimize and clean up HTMLFormElement_get_dispid implementation.
2010-01-29 14:58:44 +01:00
Jacek Caban
456e53bcf9
mshtml: Optimize more nsAString handling.
2010-01-29 13:30:08 +01:00
Jacek Caban
673c90382d
mshtml: Optimize nsAString handling in htmlelem*.c.
2010-01-29 13:30:07 +01:00
Jacek Caban
c3ae1356d6
mshtml: Optimize nsAString handling.
2010-01-29 13:30:07 +01:00
Jacek Caban
22d493763b
mshtml: Use NS_StringContainerInit2 instead of NS_StringContainerInit.
2010-01-29 13:30:07 +01:00
Jacek Caban
4a400e154b
mshtml: Pass dispex info to HTMLElement_Init in HTMLElement_Create.
2010-01-29 13:30:07 +01:00
Jacek Caban
398161dcee
mshtml: Added textarea element IDispatchEx support.
2010-01-29 13:30:06 +01:00
Henri Verbeet
9f21f2c2f2
wined3d: Dump the GLSL shader source on link failure.
...
Mostly to help Mesa developers diagnose bug reports involving GLSL compile
failures, but it's convenient in general to have the source all in one place.
2010-01-29 13:30:06 +01:00
Henri Verbeet
c03d367d3c
wined3d: Get rid of an unnecessary GetContainer() call in surface_blt_to_drawable().
2010-01-29 13:30:06 +01:00
Henri Verbeet
d66f5345e6
wined3d: Prune invalid states from the state table.
2010-01-29 13:30:06 +01:00
Henri Verbeet
19516bf69f
wined3d: Add some basic state table validation.
2010-01-29 13:30:05 +01:00
Henri Verbeet
9bbccb7f80
wined3d: Add a debug function for state names.
2010-01-29 13:30:05 +01:00
Igor Paliychuk
8777a2cf6e
wldap32: Add Ukrainian translations.
2010-01-29 13:30:04 +01:00
Igor Paliychuk
0076d8663a
oleaut32: Add Ukrainian translations.
2010-01-29 13:30:04 +01:00
Igor Paliychuk
b88a56de7f
msvfw32: Add Ukrainian translations.
2010-01-29 13:30:04 +01:00
Igor Paliychuk
0ee3836844
msi: Add Ukrainian translations.
2010-01-29 13:30:04 +01:00
Igor Paliychuk
d165f18905
mshtml: Add Ukrainian translations.
2010-01-29 13:30:04 +01:00
Juan Lang
428fc17934
wintrust: Return error directly from WINTRUST_CreateChainForSigner.
2010-01-29 13:30:03 +01:00
Juan Lang
711ca0f4f3
wintrust: Fail creating a chain if a store couldn't be created.
2010-01-29 13:30:03 +01:00
Juan Lang
59dcf9c9ee
wintrust: Return error directly from WINTRUST_CopyChain.
2010-01-29 13:30:03 +01:00
Juan Lang
c9c23190f7
wintrust: Simplify error handling in SoftpubLoadSignature.
2010-01-29 13:30:03 +01:00
Juan Lang
47e75329e3
wintrust: Return error directly from WINTRUST_SaveSigner.
2010-01-29 13:30:03 +01:00
Juan Lang
1781878b00
wintrust: Return error directly from WINTRUST_VerifySigner.
2010-01-29 13:30:03 +01:00
Alexandre Julliard
9e47c59427
comctl32: Actually grow the array in DPA_Grow.
2010-01-29 13:30:00 +01:00
Alexandre Julliard
6bc1a359f8
msacm32: Clear the type field when deleting a driver.
2010-01-29 13:29:21 +01:00
Alexandre Julliard
91502b0634
cabinet/tests: Fix accesses to an invalid pointer.
2010-01-29 13:29:21 +01:00
Alexandre Julliard
221c115e98
kernel32/tests: Fix some of the heap tests for 64-bit.
2010-01-29 13:29:21 +01:00
Alexandre Julliard
7ffb1c102e
ntdll: Fix the various heap debug checks for 64-bit.
2010-01-29 13:28:57 +01:00
Alexandre Julliard
0692bfda5f
ntdll: Don't require heap sizes to be 64K aligned.
2010-01-28 19:47:01 +01:00
Alexandre Julliard
b7b8929f0b
ntdll: Support delayed freeing of heap blocks to catch use-after-free bugs.
2010-01-28 19:43:38 +01:00
Alexandre Julliard
a75ae7936e
ntdll: Disable debug flags when running on Valgrind.
...
The extra debug checks cause more harm than good under Valgrind.
2010-01-28 19:42:48 +01:00
Alexandre Julliard
2a07163901
dbghelp: Fix the Mac OS build.
2010-01-28 15:52:32 +01:00
Uwe Bonnes
0d16965832
msvcrt: read_i should pull in LF after CR only in unbuffered mode.
2010-01-28 15:30:26 +01:00
Uwe Bonnes
92ac665d37
msvcrt: Check for EOF before correcting CR/LF.
2010-01-28 15:30:26 +01:00
Hans Leidekker
1d0db2b19b
msi: Don't create all directories in the CreateFolders action.
...
The CreatFolders action should create only the directories listed in the
CreateFolder table, the rest will be created during the InstallFiles action.
Fixes the EndNote 8 installer.
2010-01-28 15:30:26 +01:00
Hans Leidekker
aa19638cb9
msi: Improve some traces.
2010-01-28 15:30:25 +01:00
Hans Leidekker
7c9cb1e1be
msi: Name and arguments in the service control table are formatted strings.
2010-01-28 15:30:25 +01:00
Hans Leidekker
4d14ea47f7
msi: Add a test for MsiSetTargetPath.
2010-01-28 15:30:25 +01:00
Alexandre Julliard
49be8db6b1
shell32: Put the temp directory inside the user profile directory.
2010-01-28 15:30:13 +01:00
Alexandre Julliard
6beb82e2d6
kernel32: Append the user PATH value to the system one.
2010-01-28 14:53:24 +01:00
Alexandre Julliard
17dea24f48
kernel32: Make sure the volatile environment is always loaded.
2010-01-28 13:35:03 +01:00
Alexandre Julliard
0daf0528da
kernel32: Load USERNAME and USERPROFILE from the volatile environment.
2010-01-28 13:34:05 +01:00
Alexandre Julliard
2c0e31cfdc
kernel32: Treat PWD as a special environment variable.
2010-01-28 13:29:53 +01:00
Igor Paliychuk
1da6d263b5
msacm32: Add Ukrainian translations.
2010-01-28 12:17:12 +01:00
Igor Paliychuk
bfd9a31008
mpr: Add Ukrainian translations.
2010-01-28 12:17:03 +01:00
Igor Paliychuk
16ff05f8ab
hhctrl.ocx: Add Ukrainian translations.
2010-01-28 12:16:48 +01:00
Igor Paliychuk
17f674c2e7
crypt32: Add Ukrainian translations.
2010-01-28 12:16:37 +01:00
Juan Lang
4c1e554d19
wintrust: Close file handle on error loading a message from it.
2010-01-28 12:14:02 +01:00
Juan Lang
dce2a4590d
wintrust: Return error directly from SOFTPUB_LoadCertMessage.
2010-01-28 12:13:59 +01:00
Juan Lang
6099adf79a
wintrust: Return error directly from SOFTPUB_DecodeInnerContent.
2010-01-28 12:13:56 +01:00
Juan Lang
8085ea5fe0
wintrust: Return error directly from SOFTPUB_CreateStoreFromMessage.
2010-01-28 12:13:53 +01:00
Juan Lang
568b0025c7
wintrust: Return error directly from SOFTPUB_GetMessageFromFile.
2010-01-28 12:13:50 +01:00
Juan Lang
2c12de4b7e
wintrust: Return error directly from SOFTPUB_GetSIP.
2010-01-28 12:13:47 +01:00
Juan Lang
b5fbb87470
wintrust: Return error directly from SOFTPUB_GetFileSubject.
2010-01-28 12:13:44 +01:00
Juan Lang
fc1fbf6107
wintrust: Return error directly from SOFTPUB_OpenFile.
2010-01-28 12:13:41 +01:00
Juan Lang
528876c402
wintrust: Return error directly from SOFTPUB_LoadCatalogMessage.
2010-01-28 12:13:38 +01:00
Juan Lang
9e8e14ed12
wintrust: Return error directly from SOFTPUB_LoadFileMessage.
2010-01-28 12:13:35 +01:00
Matijn Woudt
5a712037af
winhttp/tests: Add tests for WinHttpSetTimeouts.
2010-01-28 12:13:27 +01:00
Erich Hoover
6ae7fe659e
hhctrl.ocx: Handle Index tab sub-topics.
2010-01-28 11:58:46 +01:00
Erich Hoover
50f67cbab1
hhctrl.ocx: Make the Index tab functional.
2010-01-28 11:58:33 +01:00
Erich Hoover
5912b0c92f
hhctrl.ocx: Separate the HTML Help stream reader code from the Contents tab.
2010-01-28 11:58:11 +01:00
Jörg Höhle
8894da4a6e
midimap: Refuse to open when asked for yet unimplemented callbacks.
2010-01-28 11:10:46 +01:00
Jörg Höhle
9fac9d8ffd
winmm: Fix MIDI resource leaks.
2010-01-28 11:10:19 +01:00
Jacek Caban
7bf41fac63
mshtml: Added script element IDispatchEx support.
2010-01-28 11:10:06 +01:00
Jacek Caban
b00bd14e77
mshtml: Moved common element tids to macro.
2010-01-28 11:09:40 +01:00
Marcus Meissner
a01d392153
winhttp: On NULL request, skip the other tests (Coverity).
2010-01-28 11:09:10 +01:00
Henri Verbeet
a3e1a6f2ee
wined3d: Use correct texture stage limits in a couple of places.
2010-01-28 11:08:14 +01:00
Henri Verbeet
daf0aeb34a
wined3d: Make sure all contexts are finished drawing before calling SwapBuffers().
...
This causes a small performance hit when multiple GL contexts are used. As an
optimization we could use ARB_sync to only wait for the last draw call instead
of all GL commands.
2010-01-28 11:08:07 +01:00
Henri Verbeet
ce42470138
wined3d: Ensure draw ordering across contexts.
2010-01-28 11:07:59 +01:00
Henri Verbeet
b2e511f391
wined3d: Trace the GLSL version string.
...
At some point we'll use the GLSL version to check if certain features are
available. For now just print the version.
2010-01-28 11:07:52 +01:00
Henri Verbeet
08c2a23599
wined3d: Just use the GL 1.1 texture format constants.
...
We assume GL 1.1 is available everywhere else.
2010-01-28 11:07:48 +01:00
André Hentschel
0e1bc3ef2b
oleaut32/tests: Add tests for backrolled time.
2010-01-28 11:07:42 +01:00
André Hentschel
2e48ecd924
oleaut32/tests: Add a test for DosTime.
2010-01-28 11:07:37 +01:00
Erich Hoover
d3bd40d627
hhctrl.ocx: Add a ListView for the Index tab.
2010-01-27 18:46:09 +01:00
Michael Stefaniuc
5b389bacc5
comdlg32: Use IS_INTRESOURCE instead of HIWORD to check a resource.
2010-01-27 18:46:09 +01:00
Nikolay Sivov
6b912966a9
xmllite/tests: Fix node type names array, indices are sparse.
2010-01-27 18:46:09 +01:00