Aric Stewart
2a8958ec18
gdi32: Use usp10 to optionally generate glyphs for bidi strings.
2010-05-13 19:44:35 +02:00
Matteo Bruni
745b5fe8f1
d3dx9: Add sampler dcl instruction support to the shader assembler.
2010-05-13 19:44:13 +02:00
Matteo Bruni
6cbd511475
d3dx9: Add input dcl instruction support to the shader assembler.
2010-05-13 19:44:08 +02:00
Matteo Bruni
efec8bb361
d3dx9: Complete output dcl instruction support.
2010-05-13 19:44:01 +02:00
Matteo Bruni
b627d13ea8
d3dx9: Add output dcl instruction partial support to the shader assembler.
2010-05-13 19:43:55 +02:00
Thomas Mullaly
c79be42057
urlmon: CreateUri should return E_INVALIDARG for NULL args.
2010-05-13 12:27:17 +02:00
Mike Kaplinskiy
3aa93e11ad
server: Use a less hackish approach to not POLLIN when we have a hung up socket.
2010-05-13 11:54:27 +02:00
Mike Kaplinskiy
535f878e3d
server: Keep polling sockets after we got a 0 recv, but not for POLLIN.
2010-05-13 11:53:31 +02:00
Mike Kaplinskiy
f928580ac3
server: Set FD_READ in only 1 place (cleanup).
2010-05-13 11:51:34 +02:00
Mike Kaplinskiy
688b94b43d
ws2_32/tests: Add some socket event tests.
2010-05-13 11:51:28 +02:00
Gerald Pfeifer
00d5f87d30
comctl32: Remove document of (already removed) infoPtr from LISTVIEW_StyleChanged.
2010-05-13 11:51:19 +02:00
Paul Vriens
f3b4bd2bbc
kernel32: Return the correct processor arch and type in wow64 mode.
2010-05-13 11:51:11 +02:00
Vincent Povirk
57ddceea34
ole32: Use a temporary variable in TransactedSnapshotImpl_EnsureReadEntry.
...
CreateStubEntry can change the value of This->entries, in which case the
assignment can go to the wrong place. So instead, assign to a temporary
variable, and copy the data back after all CreateStubEntry calls are finished.
2010-05-13 11:51:07 +02:00
Marcus Meissner
f10af18f28
msvcrt: Add some missing CDECL.
2010-05-13 11:51:00 +02:00
Marcus Meissner
2ecd1dfaba
ntdll: Implement bsearch, lfind to use correct comparator functions.
2010-05-13 11:50:51 +02:00
Gerald Pfeifer
b2ff743ccb
comctl32: Remove unused variable infoPtr from TVIEW_StyleChanging.
2010-05-12 18:48:11 +02:00
Hans Leidekker
e60bf536eb
msi: Improve some traces.
2010-05-12 18:46:35 +02:00
Hans Leidekker
6475c11c1f
msi: Only extract a file when its disk id matches the media disk id.
...
This makes sure that an updated file is extracted from the cabinet stream
included in the patch, instead of the original source.
2010-05-12 18:46:32 +02:00
Hans Leidekker
376c2fd02b
msi: Store the disk id in the MSIFILE structure.
2010-05-12 18:46:28 +02:00
Michael Stefaniuc
cd6ba3519a
jscript: Avoid using long.
2010-05-12 14:13:15 +02:00
Alexandre Julliard
5ee89aad68
winex11: Update the cursor also for events ignored by a hook.
2010-05-12 14:13:15 +02:00
Marcus Meissner
364242fcf3
ntdll: Rename mergesort to NTDLL_mergesort.
2010-05-12 14:13:15 +02:00
Matteo Bruni
9847d28753
d3dx9: Add predicate support to the shader assembler.
2010-05-12 14:13:15 +02:00
Matteo Bruni
93b2648c49
d3dx9: Add other flow control instructions in the shader assembler.
2010-05-12 14:13:15 +02:00
Matteo Bruni
25c929ab61
d3dx9: Support some flow control instructions in the shader assembler.
2010-05-12 14:13:15 +02:00
Gerald Pfeifer
5fd618a0cd
quartz: Remove unused variable pOutputPin from MPEGSplitter_process_sample.
2010-05-12 14:13:15 +02:00
Gerald Pfeifer
879328f3da
user32/tests: Make checks in test_LoadImageFile and test_LoadImage more comprehensive.
2010-05-12 14:13:14 +02:00
Sven Baars
d6b23f444d
start: Update Dutch translation.
2010-05-12 13:45:33 +02:00
Damjan Jovanovic
a432a7fbdb
winemenubuilder: Fix a char/widechar typo in association .desktop paths.
2010-05-12 13:45:26 +02:00
Thomas Mullaly
92c48ef29a
urlmon/tests: Fixed IUri tests so they fail gracefully on machines with IE <7.
2010-05-12 13:45:13 +02:00
Michael Stefaniuc
24592a7a62
secur32: Avoid using long.
2010-05-12 13:44:40 +02:00
Michael Stefaniuc
693ccc2556
oleview: Replace long with LONG.
2010-05-12 13:44:22 +02:00
André Hentschel
af84fc4d1b
wordpad: Update German translation.
2010-05-12 13:44:16 +02:00
Sven Baars
32b821d057
wordpad: Update Dutch translation.
2010-05-12 13:44:11 +02:00
Aurimas Fišeras
246aa6385a
wordpad: Update Lithuanian translation.
2010-05-12 13:44:06 +02:00
André Hentschel
1a8fdf07b4
winemaker: Add missing linefeed.
2010-05-12 13:44:00 +02:00
Jacek Caban
25d8616d48
mshtml: Added IHTMLTextAreaElement::readOnly property implementation.
2010-05-11 18:05:28 +02:00
Jacek Caban
d9427e3922
mshtml: Added IHTMLFormElement::action property implementation.
2010-05-11 18:05:25 +02:00
Jacek Caban
5bb9172af2
mshtml: Added IHTMLFormElement::item implementation.
2010-05-11 18:05:21 +02:00
Jacek Caban
68e9bd281e
mshtml: Moved getting form's elements by index to separated function.
2010-05-11 18:05:17 +02:00
Jacek Caban
5847928bc6
mshtml: Added IHTMLSelectElement::item implementation.
2010-05-11 18:05:10 +02:00
Jacek Caban
b52bdff841
mshtml: Moved getting select's option element by index to separated function.
2010-05-11 18:05:06 +02:00
Jacek Caban
061fee45c0
mshtml: Added IHTMLTextAreaElement::put_value implementation.
2010-05-11 18:05:01 +02:00
Jacek Caban
85f079362f
mshtml: Added IHTMLOptionElement::selected property implementation.
2010-05-11 18:04:56 +02:00
Huw Davies
c7a9e3a1b2
comctl32: Fix an hfont leak.
2010-05-11 17:44:25 +02:00
Kai Blin
8a00bdddc0
ws2_32: Stub out WS_SIO_UDP_CONNRESET WSioctl.
2010-05-11 16:28:33 +02:00
Hans Leidekker
dd305c3700
msi: Set the SourceDir property to the registered source if the product is installed.
2010-05-11 16:28:18 +02:00
Hans Leidekker
41a7f025e4
msi: Avoid A->W conversions in msi_publish_install_properties.
2010-05-11 16:28:12 +02:00
Hans Leidekker
347bb13fc7
msi: Set install properties just once.
2010-05-11 16:28:07 +02:00
Hans Leidekker
4d2fb55e4e
msi: Add a test to show that the InstallSource property is unchanged after an upgrade.
2010-05-11 16:28:02 +02:00