Jacek Caban
9050c3725f
jscript: Always use bytecode version of literal expressions.
2011-11-24 20:57:01 +01:00
Jacek Caban
e4f92ef473
jscript: Use bytecode for regexp literals.
2011-11-24 20:57:01 +01:00
Jacek Caban
83c53d855a
jscript: Use bytecode for null literal.
2011-11-24 20:57:01 +01:00
Jacek Caban
ea0ebbfeb2
mshtml: Properly remove event listeners.
2011-11-24 20:57:01 +01:00
Piotr Caban
66520ea08a
msvcrt: Fix FILE critical section initialization.
2011-11-24 20:57:01 +01:00
Hans Leidekker
8e5d5bf58a
ws2_32: Pass NULL nodename on to native getaddrinfo.
2011-11-24 17:17:30 +01:00
Marcus Meissner
ad5340f63a
winhttp: Check return value of CLSIDFromProgID (Coverity).
2011-11-24 17:17:23 +01:00
Marcus Meissner
da2089fed4
mshtml: Switch two checks (Coverity).
2011-11-24 17:17:14 +01:00
Marcus Meissner
e410f3fc66
winhttp: Added missing LeaveCriticalSection (Coverity).
2011-11-24 17:17:11 +01:00
Huw Davies
0ab46cd5e9
gdi32: Avoid reading past the end of the indices array.
...
Spotted by Marcus Meissner.
2011-11-24 17:17:07 +01:00
Huw Davies
224e51fcf5
gdi32: Add an option to allow pen_lines to draw a closed figure.
2011-11-24 17:17:04 +01:00
Henri Verbeet
376ffdf3d5
wined3d: Get rid of the WINED3DADAPTER_IDENTIFIER typedef.
2011-11-24 17:10:09 +01:00
Henri Verbeet
2fb21e0a2e
wined3d: Get rid of the WINED3DTRIPATCH_INFO typedef.
2011-11-24 17:10:06 +01:00
Henri Verbeet
0acd48d89f
wined3d: Trace the minimum buffer map alignment in wined3d_adapter_init_gl_caps().
...
There's not much else we need to do for ARB_map_buffer_alignment. There's
still a pretty decent chance that we'll get lucky with alignment even on
drivers that don't support the extension, since mmap is going to return page
aligned memory. Tiny buffers might get packed together in a page though.
2011-11-24 17:10:03 +01:00
Henri Verbeet
bca0ec8182
ddraw: Fail surface creation if the cooperative level isn't set yet.
2011-11-24 17:09:57 +01:00
Henri Verbeet
21bd722c46
ddraw: Set the render target to the wined3d frontbuffer on D3D device cleanup.
...
We don't need any specific render target here, since without a D3D device we
can't do any rendering anyway. We just want to avoid pointing to something
that was free'd.
2011-11-24 17:09:48 +01:00
Alexandre Julliard
f69968bb4a
windowscodecs/tests: Avoid size_t in a trace.
2011-11-23 23:28:26 +01:00
Piotr Caban
a3c395b791
msvcp90: Added empty locale constructor and destructor implementation.
2011-11-23 20:34:27 +01:00
Piotr Caban
b7b0c1b18b
msvcp90: Added partial locale::_Locimp implementation.
2011-11-23 20:34:25 +01:00
Andy Clayton
da11075000
wininet: Avoid calling HTTP_ReceiveRequestData before reading headers.
2011-11-23 18:08:48 +01:00
Jacek Caban
e034ddee5e
mshtml: Added IMutable::SetMutable implementation.
2011-11-23 17:34:58 +01:00
Jacek Caban
42d98d2a3e
mshtml: Use codepage reported by http headers.
2011-11-23 17:34:56 +01:00
Jacek Caban
3a3daead74
mshtml: Added nsIChannel::SetContentCharset implementation.
2011-11-23 17:34:53 +01:00
Jacek Caban
dd61c7953e
mshtml: Use IUri for IHTMLLocation::get_hostname implementation.
2011-11-23 17:34:50 +01:00
Piotr Caban
3fe5e6ee8a
msvcrt: Keep FILE critical section initialized after closing file.
2011-11-23 14:14:39 +01:00
Dmitry Timoshkov
517d0800df
ntdll: Revert 33b0f0edff
.
...
The tests clearly show that this commit is wrong.
2011-11-23 14:14:25 +01:00
Dmitry Timoshkov
277259157b
ntdll: Change the virtual memory test to accept both READWRITE and WRITECOPY protections.
2011-11-23 14:14:17 +01:00
Alexandre Julliard
79691e7afa
gdi32: Specify an initial allocation size for paths to avoid some reallocations.
2011-11-23 14:00:22 +01:00
Alexandre Julliard
c2491ccc2d
gdi32: Get rid of the Hungarian line noise in the gdi_path structure.
2011-11-23 13:37:14 +01:00
Alexandre Julliard
aefb608752
gdi32: Get rid of the GdiPath typedef.
2011-11-23 13:32:22 +01:00
Alexandre Julliard
ccc3b9caae
gdi32: Get rid of the no longer needed path states.
2011-11-23 13:25:31 +01:00
Alexandre Julliard
2201d08834
gdi32: Only store the path in the DC when it's closed.
...
Open paths are stored only in the path physdev.
2011-11-23 13:24:12 +01:00
Jacek Caban
a218e06854
jscript: Use bytecode for double literal.
2011-11-23 12:29:22 +01:00
Jacek Caban
e5e7803a55
jscript: Use bytecode for string literal.
2011-11-23 12:29:17 +01:00
Jacek Caban
13d96df4bd
jscript: Use bytecode for bool literal implementation.
2011-11-23 12:29:14 +01:00
Jacek Caban
b3feafab41
jscript: Use bytecode for int literal implementation.
2011-11-23 12:29:10 +01:00
Jacek Caban
1c824ea606
jscript: Use bytecode for 'in' expression implementation.
2011-11-23 12:29:05 +01:00
Henri Verbeet
2ecbe2aa0f
wined3d: Get rid of the WINED3DRECTPATCH_INFO typedef.
2011-11-23 09:13:58 +01:00
Henri Verbeet
7416953e81
wined3d: Get rid of the WINED3DLINEPATTERN typedef.
2011-11-23 09:13:54 +01:00
Henri Verbeet
74345201ad
ddraw: Move setting ddraw->d3d_target out of ddraw_attach_d3d_device().
2011-11-23 09:13:49 +01:00
Henri Verbeet
08e8b0a70a
wined3d: Don't return a surface for a NULL dc in wined3d_device_get_surface_from_dc().
2011-11-23 09:13:44 +01:00
Henri Verbeet
a8504f4f57
wined3d: Remove the special case for loop and rep in shader_get_registers_used().
...
SM4 loops don't have control parameters.
2011-11-23 09:13:33 +01:00
Matteo Bruni
ca83e14aba
ddraw: Reorder formats in EnumTextureFormats.
2011-11-23 09:13:28 +01:00
Matteo Bruni
1ac60004dc
wined3d: Update sRGB GL texture state.
2011-11-23 09:13:21 +01:00
Frédéric Delanoy
40179bedee
shell32: Avoid hardcoding array lengths.
2011-11-23 09:11:36 +01:00
Frédéric Delanoy
c55db752a2
oleaut32: Avoid hardcoding array lengths.
2011-11-23 09:11:29 +01:00
Frédéric Delanoy
520a92de33
msvcrt: Avoid hardcoding array lengths.
2011-11-23 09:11:22 +01:00
Nikolay Sivov
c2976f2d5f
msxml3: Fixed ISupportErrorInfo for IXMLDOMNamedNodeMap.
2011-11-23 09:11:08 +01:00
Alexandre Julliard
9687ceaf1d
user32: Don't allow activating a WS_CHILD top-level window through SetFocus.
2011-11-22 21:39:46 +01:00
Nikolay Sivov
63e6dbc139
msxml3: Add a couple of tests for unusual behaviour of ISupporterrorInfo.
2011-11-22 18:25:19 +01:00
Jörg Höhle
7c5b90006c
mmdevapi: SHAREDMODE_EXCLUSIVE + EVENTCALLBACK is too ... exclusive for now.
2011-11-22 18:24:53 +01:00
Alexander Morozov
9d63e6f944
crypt32: Initialize a pointer for dynamic data.
2011-11-22 18:24:41 +01:00
Alexander Morozov
fc78c2242e
crypt32/tests: Add some tests for CryptDecodeObjectEx without CRYPT_DECODE_ALLOC_FLAG.
2011-11-22 18:24:37 +01:00
Alexandre Julliard
dbdf356f72
msxml3: Don't return REFIID to avoid compiler warnings.
2011-11-22 18:19:31 +01:00
Alexandre Julliard
1998c22d1b
kernel32/tests: Avoid size_t in traces.
2011-11-22 18:19:06 +01:00
Andrew Eikum
2da60016af
winecoreaudio.drv: Make driver sample accurate.
2011-11-22 17:17:34 +01:00
Andrew Eikum
ca18b8ffb3
winecoreaudio.drv: Fix latency calculation.
2011-11-22 17:17:32 +01:00
Jacek Caban
b1b0aadaab
jscript: Use bytecode for '+' expression implementation.
2011-11-22 17:17:13 +01:00
Jacek Caban
dcca57fd87
jscript: Added tests of unary '+' on not existent property.
2011-11-22 17:17:05 +01:00
Alexandre Julliard
3d818c3aa8
shlwapi: Convert dialogs to po files.
2011-11-22 14:20:49 +01:00
Alexandre Julliard
0159389484
browseui: Make sure that common controls are loaded before creating the dialog.
2011-11-22 14:20:49 +01:00
Alexandre Julliard
cdaf3c0017
browseui: Convert dialogs to po files.
2011-11-22 14:20:47 +01:00
Alexandre Julliard
97b7bb2bab
sane: Convert dialogs to po files.
2011-11-22 14:20:45 +01:00
Alexandre Julliard
479857cb1a
gphoto2: Convert dialogs to po files.
2011-11-22 14:20:38 +01:00
Hans Leidekker
3ad3a184d5
msi: Perform a case insensitive match on the volume label.
2011-11-22 12:43:59 +01:00
Alexandre Julliard
a214a3c3da
gdi32: Store a pointer to the path in the DC and make the path structure opaque.
2011-11-22 12:07:24 +01:00
Alexandre Julliard
ddc9860a42
gdi32: Return a new path from PATH_WidenPath instead of replacing the DC path.
2011-11-22 12:07:18 +01:00
Alexandre Julliard
f388827c8d
gdi32: Return a new path from PATH_FlattenPath instead of replacing the DC path.
2011-11-22 12:05:35 +01:00
Alexandre Julliard
ac1643caec
gdi32: Return the region directly from PATH_PathToRegion.
2011-11-22 11:31:27 +01:00
Alexandre Julliard
7698b636e7
gdi32: Add helper functions for allocating and freeing paths.
2011-11-22 11:25:21 +01:00
Alexandre Julliard
26b1bfa52b
gdi32: Use reallocs when growing a path instead of doing it by hand.
2011-11-22 11:23:53 +01:00
Dmitry Timoshkov
ed95814ed8
kernel32: Add a test for main module image section protections.
2011-11-22 11:10:03 +01:00
Dmitry Timoshkov
bed1e5c8f5
kernel32: Add a test to show that Windows changes the WRITECOPY to WRITE protection on an image section write.
2011-11-22 11:10:02 +01:00
Dmitry Timoshkov
30882eb08e
kernel32: Add a test to see how a page protection changes after write.
2011-11-22 11:10:02 +01:00
Frédéric Delanoy
9853580608
mountmgr.sys: Avoid hardcoding array lengths.
2011-11-22 10:54:03 +01:00
Frédéric Delanoy
ebf4ae03b5
krnl386.exe16: Avoid hardcoding array lengths.
2011-11-22 10:53:54 +01:00
Frédéric Delanoy
954e6eba7e
comctl32: Avoid hardcoding array lengths.
2011-11-22 10:53:33 +01:00
Henri Verbeet
2e1c0d83c1
wined3d: Get rid of the WINED3DGAMMARAMP typedef.
2011-11-22 10:52:45 +01:00
Henri Verbeet
be8917cd91
wined3d: Get rid of the WINED3DVIEWPORT typedef.
2011-11-22 10:52:40 +01:00
Henri Verbeet
14cf780fde
wined3d: Recognize the SM4 xor opcode.
2011-11-22 10:52:33 +01:00
Henri Verbeet
d695dd3af4
wined3d: Recognize the SM4 ushr opcode.
2011-11-22 10:52:29 +01:00
Henri Verbeet
9afff037e5
wined3d: Recognize the SM4 udiv opcode.
2011-11-22 10:52:25 +01:00
Francois Gouget
cc1bfa7969
gphoto2.ds: Remove an unused and untranslatable listview label.
...
Spotted by Luca Bennati.
2011-11-22 10:52:20 +01:00
Michael Stefaniuc
24da40fa85
qedit/tests: Add SampleGrabber COM aggregation test.
2011-11-22 10:52:07 +01:00
Jacek Caban
35b9c42f53
jscript: Use bytecode for unary '+' expression.
2011-11-21 16:16:44 +01:00
Jacek Caban
2d83bdcfbe
jscript: Use bytecode for binary negation implementation.
2011-11-21 16:16:42 +01:00
Bruno Jesus
06d759ed7e
ws2_32: Invert SIOCATMARK logic.
2011-11-21 16:16:34 +01:00
Nikolay Sivov
0ba0f4ccf8
msxml3: Added IDispatchEx support for SAXReader.
2011-11-21 15:35:09 +01:00
Hans Leidekker
9990f6c4a5
winhttp: Make the standard utilities available to PAC scripts.
2011-11-21 13:44:39 +01:00
Hans Leidekker
b81b3d1af5
winhttp: Fix a memory leak in run_script.
2011-11-21 13:43:05 +01:00
Hans Leidekker
654b0eeaea
winhttp: Reverse the order of arguments passed to Invoke.
2011-11-21 13:42:59 +01:00
Francois Gouget
3d23617bad
inetcpl: Remove a couple of unused and untranslatable listview and trackbar labels.
...
Spotted by Luca Bennati.
2011-11-21 13:08:29 +01:00
Francois Gouget
f005fab082
dinput: Remove an unused and untranslatable listview label.
...
Spotted by Luca Bennati.
2011-11-21 13:07:17 +01:00
Francois Gouget
4ad16fa60c
dxdiagn: Fix a string resource so its format placeholders can be reordered.
2011-11-21 13:06:18 +01:00
Francois Gouget
750463f21c
setupapi: Fix a string resource so its format placeholders can be reordered.
2011-11-21 13:05:33 +01:00
Francois Gouget
229f7073ec
comdlg32: Fix a couple of string resources so their format placeholders can be reordered.
2011-11-21 12:55:47 +01:00
Francois Gouget
eede26f5e4
cryptui: Fix a string resource so its format placeholders can be reordered.
2011-11-21 12:48:12 +01:00
Alexandre Julliard
9efb9d480d
winex11: Don't allocate the glyph cache without Xrender, and cleanup initialization.
2011-11-21 12:17:56 +01:00
Alexandre Julliard
b61a534853
winex11: Get rid of the non-Xrender client-side font rendering.
2011-11-21 12:17:31 +01:00
Alexandre Julliard
670f25cc8f
gdi32: Add support for anti-aliasing in the null driver text output fallback.
2011-11-21 12:15:53 +01:00
Alexandre Julliard
1b63d5a610
gdi32: Add a helper function to determine anti-aliasing flags.
2011-11-21 11:52:30 +01:00
Alexandre Julliard
5282ffadad
gdi32: Add a null driver fallback implementation for non-antialiased text output.
2011-11-21 11:52:26 +01:00
Huw Davies
04396063c8
gdi32: Add solid_line primitives.
2011-11-21 11:51:47 +01:00
Huw Davies
f168f838f1
gdi32: Simplify the Bresenham line drawing.
2011-11-21 11:51:23 +01:00
Michael Stefaniuc
8cd1d5839f
user32/tests: Drop superfluous function pointer casts.
2011-11-21 11:51:12 +01:00
Alexandre Julliard
e6cf9fbcc2
comctl32: Merge imagelist definitions into the C file.
2011-11-21 11:47:24 +01:00
Alexandre Julliard
d0b1b4c7b0
comctl32: Avoid accessing imagelist internals.
2011-11-21 11:43:06 +01:00
Alexandre Julliard
ee462a7801
comctl32: Take the total bitmap size into account when reading a bottom-up image list.
2011-11-21 11:42:48 +01:00
Frédéric Delanoy
ce3dd89b54
shlwapi: Avoid harcoding array lengths.
2011-11-21 11:05:08 +01:00
Frédéric Delanoy
a46790b32d
shell32: Avoid harcoding array lengths.
2011-11-21 11:05:06 +01:00
Frédéric Delanoy
a7cb73d39e
oleaut32: Avoid harcoding array lengths.
2011-11-21 11:05:04 +01:00
Frédéric Delanoy
ea67d804f3
ntdll/tests: Avoid harcoding array lengths.
2011-11-21 11:05:00 +01:00
Nikolay Sivov
9d6204b297
shell32: Avoid null pointer dereference in traces.
2011-11-21 11:04:22 +01:00
Nikolay Sivov
85ce39ddca
msxml3: Support IDispatchEx for IXMLDOMNodeList too.
2011-11-21 11:04:09 +01:00
Nikolay Sivov
ed908b7b18
msxml3: Forward IDispatch to IDispatchEx when supported.
2011-11-21 11:03:30 +01:00
Nikolay Sivov
a9d8f9a0a2
msxml3: Fix support for IXMLDOMDocument3.
2011-11-21 11:03:19 +01:00
Nikolay Sivov
b26ad412d3
msxml3: Added common ISupportErrorInfo implementation.
2011-11-21 11:03:13 +01:00
Aric Stewart
25d43d7a09
usp10: Cache the script with the feature so that in caches with multiple scripts we do not fetch the wrong feature from the cache.
2011-11-21 11:02:53 +01:00
Aric Stewart
9097226a3c
usp10: Itemize numbers outside of the basic ascii set in a seperate script.
2011-11-21 11:02:39 +01:00
Aric Stewart
2fe60ff696
usp10: Windows breaks punctuation into 2 different script types.
2011-11-21 11:02:34 +01:00
Aric Stewart
714408684d
usp10: Handle Combining Diacritical Marks.
2011-11-21 11:02:28 +01:00
Aric Stewart
2abb8193b9
usp10: Add a facility to mark itemization test elements as broken.
2011-11-21 11:02:22 +01:00
Aric Stewart
fce22eadc1
usp10: Some unicode code points will force us into bidi mode.
2011-11-21 11:02:10 +01:00
Aric Stewart
bba75dd0a7
usp10: Improve handling for ZWJ and ZWNJ in itemization.
2011-11-21 11:01:58 +01:00
Aric Stewart
ed15053837
usp10: In Arabic only fallback to presentation form B for isolated glyphs.
2011-11-21 11:01:50 +01:00
Francois Gouget
361e3b1a00
windowscodecs/tests: Fix compilation on systems that don't support nameless unions.
2011-11-21 11:01:14 +01:00
Francois Gouget
3315918eac
ddraw/tests: Fix compilation on systems that don't support nameless unions.
2011-11-21 11:01:10 +01:00
Henri Verbeet
02bb70fc3b
wined3d: Get rid of the WINED3DMATERIAL typedef.
2011-11-21 11:01:02 +01:00
Henri Verbeet
f597359727
wined3d: Get rid of the WINED3DLIGHT typedef.
2011-11-21 11:00:57 +01:00
Henri Verbeet
e2d099a14d
wined3d: Recognize the SM4 round_ni opcode.
2011-11-21 11:00:50 +01:00
Henri Verbeet
829e28cb4d
wined3d: Recognize the SM4 ge opcode.
2011-11-21 11:00:46 +01:00
Henri Verbeet
af11214562
wined3d: Recognize the SM4 eq opcode.
2011-11-21 11:00:42 +01:00
Jacek Caban
418af7eda9
jscript: Use bytecode interpreter for logical negation expression.
2011-11-18 15:37:08 +01:00
Jacek Caban
32602170a5
jscript: Use bytecode interpreter for '!==' expressions.
2011-11-18 15:37:08 +01:00
Jacek Caban
b473f5d5c6
jscript: Added minimal bytecode compiler/interpreter and use it for '===' expressions.
2011-11-18 15:37:08 +01:00
Jacek Caban
8b66110e51
jscript: Store expression type in expression_t.
2011-11-18 15:37:07 +01:00
Jacek Caban
fe9cb0c266
jscript: Use a helper function to allocate expression structs.
2011-11-18 15:37:07 +01:00
Jacek Caban
2a9d63f822
mshtml: Use CLEAR_CALLED instead of SET_CALLED in some places.
2011-11-18 15:37:06 +01:00
Jacek Caban
0574a30f65
ieframe: Fixed tests on IE9.
2011-11-18 15:37:06 +01:00
Jacek Caban
1243dc9fe4
mshtml: Implement nsIStandardURL interface in nsWineURI object.
2011-11-18 15:37:06 +01:00
Jörg Höhle
31eb83359a
mmdevapi/tests: Add PCM format tests.
2011-11-18 15:37:05 +01:00
Erich Hoover
d202990851
user32: Prioritize focus for dialog owner on EndDialog.
2011-11-18 15:37:05 +01:00
Bernhard Loos
66e98122b6
ntoskrnl: irp.AssociatedIrp.SystemBuffer is also used for METHOD_IN/OUT_DIRECT ioctls.
2011-11-18 15:37:05 +01:00
Hans Leidekker
768300c8aa
winhttp: Implement WinHttpGetProxyForUrl.
2011-11-18 15:37:05 +01:00
Frédéric Delanoy
67181743a6
ole32: Avoid hardcoding array lengths.
2011-11-18 15:37:02 +01:00
Frédéric Delanoy
eae3c2ae27
comctl32: Avoid hardcoding array lengths.
2011-11-18 15:36:53 +01:00
Alexandre Julliard
11c2150dd9
comctl32/syslink: Wrap the link text on \n characters.
2011-11-18 14:26:17 +01:00
Henri Verbeet
37a0f7ad65
wined3d: Get rid of the WINED3DMATRIX typedef.
2011-11-18 14:26:16 +01:00
Henri Verbeet
8e6f5c34a2
ddraw: We can't render to the desktop window either.
2011-11-18 14:26:16 +01:00
Henri Verbeet
8dd50e9a20
wined3d: Recognize the SM4 deriv_rty opcode.
2011-11-18 14:26:16 +01:00