Louis Lenders
|
8819ae1e66
|
kernel32: Fix GetTempFileName with invalid path.
Found by Oskar Eisemuth.
|
2010-10-22 17:19:12 +02:00 |
Damjan Jovanovic
|
32f9173998
|
windowscodecs: Add COM proxies and stubs.
|
2010-10-22 15:49:37 +02:00 |
Aric Stewart
|
2914d65579
|
winegstreamer: Add wine GStreamer parser filter framework.
|
2010-10-22 15:49:19 +02:00 |
Paul Vriens
|
b185c6a9c3
|
winspool.drv: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
|
2010-10-22 14:22:30 +02:00 |
Austin Lund
|
f18554c735
|
advapi32/tests: Fix test for WoW64 handle size differences.
|
2010-10-22 12:37:14 +02:00 |
Paul Vriens
|
b8b66a5387
|
comdlg32: Add the Serbian (Cyrillic) translation.
Translation by Đorđe Vasiljević.
|
2010-10-22 12:35:25 +02:00 |
Paul Vriens
|
b88deb5eb7
|
comdlg32: Fix Serbian (Latin) translations.
Translation by Đorđe Vasiljević.
|
2010-10-22 12:35:16 +02:00 |
Paul Vriens
|
bfe9232850
|
shdocvw: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
|
2010-10-22 12:35:07 +02:00 |
David Adam
|
0a90271d69
|
ddraw: SETFOCUSWINDOW lives independently of other flags.
|
2010-10-22 12:08:07 +02:00 |
Hans Leidekker
|
031c70c965
|
msi: Register service arguments in the InstallServices action.
|
2010-10-22 12:07:00 +02:00 |
Hans Leidekker
|
7f5204e1bc
|
msi: Register service dependencies in the InstallServices action.
|
2010-10-22 12:06:54 +02:00 |
Hans Leidekker
|
7a460eba71
|
msi: The LoadOrderGroup, StartName and Password fields from the ServiceInstall table are formatted strings.
|
2010-10-22 12:06:49 +02:00 |
Hans Leidekker
|
d7dbb7e08d
|
msi: Register the service description in the InstallServices action.
|
2010-10-22 12:06:44 +02:00 |
Hans Leidekker
|
5a0a53820a
|
msi/tests: Add tests for msidbFeatureAttributesUIDisallowAbsent.
|
2010-10-22 12:06:39 +02:00 |
Hans Leidekker
|
ded22a58c0
|
msi: Don't inline msi_feature_set_state and msi_component_set_state.
|
2010-10-22 12:06:33 +02:00 |
Paul Vriens
|
c125fc1502
|
mshtml: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
|
2010-10-22 12:06:07 +02:00 |
Paul Vriens
|
06cc8ff6b5
|
browseui: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
|
2010-10-22 12:05:53 +02:00 |
Yaron Shahrabani
|
5474811fe1
|
mapi32: Added Hebrew translation.
|
2010-10-22 12:05:37 +02:00 |
Yaron Shahrabani
|
081f055aa0
|
mshtml: Added Hebrew translation.
|
2010-10-22 12:05:18 +02:00 |
Konstantin Kondratyuk
|
018eabfa8c
|
jscript: Update Russian translation.
|
2010-10-22 12:05:09 +02:00 |
Juan Lang
|
30435a5951
|
secur32: Trace flags as hex values.
|
2010-10-22 12:03:45 +02:00 |
Vincent Povirk
|
a5a7d6c9f0
|
windowscodecs: Support Run-length encoded TGA images.
|
2010-10-22 12:02:10 +02:00 |
Vincent Povirk
|
a64400ec98
|
windowscodecs: Add support for 32-bit TGA images.
|
2010-10-22 12:02:05 +02:00 |
Vincent Povirk
|
6ecb81976f
|
windowscodecs: Handle TGA attribute bits.
|
2010-10-22 12:02:00 +02:00 |
Vincent Povirk
|
a2e5321b01
|
d3dx9_36: Check for the TGA container format.
|
2010-10-22 12:01:55 +02:00 |
Vincent Povirk
|
c2533f3691
|
windowscodecs: Implement CopyPixels for the TGA decoder.
|
2010-10-22 12:01:43 +02:00 |
Yaron Shahrabani
|
2309f93337
|
wineps: Added Hebrew translation.
|
2010-10-21 17:19:50 +02:00 |
Yaron Shahrabani
|
19fa8dae03
|
oledlg: Added Hebrew translation.
|
2010-10-21 17:19:39 +02:00 |
Jacek Caban
|
c4ae314330
|
mshtml: Use IUri in nsIURI::Equals implementation.
|
2010-10-21 16:18:11 +02:00 |
David Adam
|
f8690a6bda
|
ddraw: Remove a useless function.
|
2010-10-21 16:18:05 +02:00 |
Paul Vriens
|
6a69aa7ced
|
avifil32: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
|
2010-10-21 16:16:30 +02:00 |
Juan Lang
|
2b8cad3235
|
crypt32/tests: Fix test failures on Win98/NT4.
|
2010-10-21 16:16:14 +02:00 |
David Hedberg
|
aefe637b56
|
shell32: Replace bitwise XOR with a contextually more proper operator.
|
2010-10-21 16:16:00 +02:00 |
David Hedberg
|
c143f805cd
|
shell32: Handle INameSpaceTreeControlEvents::OnSelectionChanged.
|
2010-10-21 16:15:47 +02:00 |
Henri Verbeet
|
7f8ea7fffc
|
wined3d: Pass a sub-resource index instead of a miplevel to volume texture methods.
For volume textures this is mostly just a conceptual change, it'll only make a
difference for texture arrays and cube textures.
|
2010-10-21 16:15:38 +02:00 |
Henri Verbeet
|
2b58f80c27
|
wined3d: Use surface_blt_to_drawable() in IWineD3DSurfaceImpl_BltOverride().
|
2010-10-21 16:15:31 +02:00 |
Henri Verbeet
|
574169174e
|
wined3d: Check if we can do the blit before messing with surface flags in IWineD3DSurfaceImpl_BltOverride().
As an added benefit blit_supported() will now get the rectangles in the
correct coordinate system.
|
2010-10-21 16:15:25 +02:00 |
Henri Verbeet
|
b0c8b4dd95
|
wined3d: Flip destination coordinates when blitting to an offscreen target in arbfp_blit_surface().
|
2010-10-21 16:15:20 +02:00 |
Adam Martinson
|
fd9bcfcfe8
|
msxml3: Fix a regression bug in domdoc_loadXML().
Caused by commit 776a8662f0 . Fixes parse
failures for BSTR's where encoding is explicitly UTF-16.
|
2010-10-21 16:15:15 +02:00 |
Adam Martinson
|
0abee56788
|
msxml3: IXMLDOMSchemaCollection2 stubs.
|
2010-10-21 16:14:57 +02:00 |
Adam Martinson
|
70f10e1a9f
|
msxml3: Implement schema_cache_get().
|
2010-10-21 16:14:44 +02:00 |
Adam Martinson
|
d87b8b8eb9
|
msxml3: Implement schema_cache_get_namespaceURI().
|
2010-10-21 16:14:36 +02:00 |
Adam Martinson
|
491ec41f5a
|
msxml3: Implement schema_cache_addCollection().
|
2010-10-21 16:14:26 +02:00 |
Adam Martinson
|
eac6ed018c
|
msxml3: Implement schema_cache_remove().
|
2010-10-21 16:14:16 +02:00 |
Adam Martinson
|
f8bdf8b5af
|
msxml3: Implement schema_cache_get_length().
|
2010-10-21 16:14:09 +02:00 |
Adam Martinson
|
ab136a4fc2
|
msxml3/tests: Internal schema doc storage tests.
|
2010-10-21 16:14:00 +02:00 |
Andrew Nguyen
|
ed357e5ca6
|
msvcrt: Implement _ultoa_s.
|
2010-10-21 12:30:44 +02:00 |
Andrew Nguyen
|
a622af49a7
|
msvcrt: Implement _mbsnbcat_s.
|
2010-10-21 12:30:35 +02:00 |
Nikolay Sivov
|
88adaa0617
|
msxml3: Partially implement ::setAttributeNode().
|
2010-10-21 12:29:53 +02:00 |
David Hedberg
|
a5caff3bac
|
ole32: Pass failures from delegate object's ::QueryInterface in default handler.
|
2010-10-21 12:28:51 +02:00 |