Jacek Caban
|
88e78eb16e
|
jscript: Use jsstr_flush in variant_change_type.
|
2013-03-05 12:43:26 +01:00 |
Jacek Caban
|
0eeb5c17b4
|
jscript: Use jsstr_flush in jsval_to_variant.
|
2013-03-05 12:43:24 +01:00 |
Jacek Caban
|
721d3ec1b4
|
jscript: Use jsstr_flush in jsstr_concat.
|
2013-03-05 12:43:22 +01:00 |
Jacek Caban
|
3f30c34827
|
jscript: Use jsstr_flush in construct_function.
|
2013-03-05 12:43:20 +01:00 |
Jacek Caban
|
55f67035c4
|
jscript: Use jsstr_flush in Error_toString.
|
2013-03-05 12:43:18 +01:00 |
Jacek Caban
|
29ff14493d
|
jscript: Added jsstr_flush helper and use it in array_join.
|
2013-03-05 12:43:16 +01:00 |
André Hentschel
|
0effd926b6
|
server: Remove SPARC support.
|
2013-03-05 11:04:07 +01:00 |
André Hentschel
|
6c02f66075
|
ntdll: Remove SPARC support.
|
2013-03-05 11:01:27 +01:00 |
André Hentschel
|
56dbef9b19
|
kernel32/tests: Remove SPARC support.
|
2013-03-05 11:01:16 +01:00 |
André Hentschel
|
c174b3f5ec
|
dbghelp: Remove SPARC support.
|
2013-03-05 11:01:11 +01:00 |
André Hentschel
|
e7bdde3601
|
winetest: Remove SPARC support.
|
2013-03-05 11:00:52 +01:00 |
Michael Stefaniuc
|
3c3959cfd3
|
mpr: Use offsetof for the size of structs with varlen arrays.
|
2013-03-05 10:41:31 +01:00 |
Andrew Talbot
|
e6f5829ae1
|
wined3d: Avoid signed-unsigned integer comparisons.
|
2013-03-05 09:50:03 +01:00 |
Andrew Talbot
|
97295b3a36
|
wineps.drv: Avoid signed-unsigned integer comparisons.
|
2013-03-05 09:50:03 +01:00 |
Alessandro Pignotti
|
4910121972
|
quartz: The filter graph manager should handle GetCurrentPosition itself.
|
2013-03-05 09:50:03 +01:00 |
Alessandro Pignotti
|
ae771fee02
|
qedit: Implement IMediaSeeking and IMediaPosition in sample grabber.
|
2013-03-05 09:50:02 +01:00 |
Alessandro Pignotti
|
f53fa4f05b
|
strmbase: Remove code duplicated by every user of ISeekingPassThruImpl.
|
2013-03-05 09:50:02 +01:00 |
Ken Thomases
|
c76f0beeab
|
winemac: Fail gracefully and early when run from a non-GUI session.
|
2013-03-05 09:50:02 +01:00 |
Jörg Höhle
|
7b21da56ec
|
mmsystem: MIDIHDR.dwOffset exists since Win 32 only, not in 16 bit code.
|
2013-03-05 09:50:00 +01:00 |
Jörg Höhle
|
fe7a057a32
|
winmm: Don't log the uninitialised MCI output buffer in case of error.
|
2013-03-05 09:37:46 +01:00 |
Tijl Coosemans
|
afd7dc5947
|
winebuild: Don't register cleanup function when --save-temps is passed after --output.
|
2013-03-05 09:37:29 +01:00 |
Andrew Eikum
|
db92670f97
|
winmm/tests: Add another valid return code.
|
2013-03-04 19:28:26 +01:00 |
Jacek Caban
|
125583c4d9
|
wininet: Use secure variable instead of ssl_s handle in a few more places.
|
2013-03-04 19:28:21 +01:00 |
Francois Gouget
|
b039192d3b
|
mshtml/tests: Make test_insert_adjacent_elems() static.
|
2013-03-04 17:32:07 +01:00 |
Francois Gouget
|
06489c6501
|
gdiplus/tests: Skip the tests if unable to load the TIFF image.
On Windows XP most versions of gdiplus (i.e. older than 5.2) do not support TIFF.
|
2013-03-04 17:32:02 +01:00 |
Alexandre Julliard
|
4391deb930
|
winex11: Wait for the client window to be created on the server side.
|
2013-03-04 13:34:28 +01:00 |
Alexandre Julliard
|
f15a5ff70f
|
winex11: Explicitly set the border pixel when creating the client window.
|
2013-03-04 13:34:11 +01:00 |
Daniel Jelinski
|
704412b459
|
comctl32/listview: Fix custom draw prepaint handling.
|
2013-03-04 11:44:37 +01:00 |
Daniel Jelinski
|
0ee1df5926
|
comctl32/listview: Fix font handling in custom draw.
|
2013-03-04 11:39:20 +01:00 |
Daniel Jelinski
|
634d190478
|
comctl32/imagelist: Fixed merging of images without mask.
|
2013-03-04 11:39:00 +01:00 |
Alexandre Julliard
|
591a31ba67
|
gdi32: Increment the face refcount when loading the same font file multiple times.
|
2013-03-04 11:36:04 +01:00 |
Alexandre Julliard
|
93c1389b7c
|
gdi32: Store the font stat information when loading it.
|
2013-03-04 11:35:28 +01:00 |
Frédéric Delanoy
|
d0d269ab7f
|
vbscript: Specify correct variable in memory allocation check (coverity).
|
2013-03-04 11:19:56 +01:00 |
Alexandre Julliard
|
1e7d7d0985
|
vbscript: Tweak enum macros to avoid confusing winapi_extract.
|
2013-03-04 11:19:50 +01:00 |
Jacek Caban
|
20e85dd21b
|
jscript: Use jsstr_substr in jsregexp.c where possible.
|
2013-03-04 11:19:30 +01:00 |
Jacek Caban
|
6e3895ad76
|
jscript: Added jsstr_substr helper and use it in String object implementation.
|
2013-03-04 11:19:27 +01:00 |
Dmitry Timoshkov
|
464b8b4160
|
gdiplus: Add some tests for string format alignment.
|
2013-03-04 11:19:20 +01:00 |
Dmitry Timoshkov
|
9fb88c7999
|
gdiplus: GdipDrawString should not clip the string if StringFormatFlagsNoClip is specified.
|
2013-03-04 11:19:18 +01:00 |
Dmitry Timoshkov
|
737790603c
|
Revert "gdiplus: Add support for StringFormatFlagsNoClip.".
This reverts commit bfa35f37a7 .
This patch breaks string alignment.
|
2013-03-04 11:19:16 +01:00 |
Michael Stefaniuc
|
9a436a98f4
|
inetcomm: COM cleanup for the IStream iface.
|
2013-03-04 11:18:15 +01:00 |
Michael Stefaniuc
|
c7d05df81d
|
inetcomm: Include the object instead of IMimeBody in struct body_t.
Avoids COM interface to COM object transitions.
|
2013-03-04 11:18:13 +01:00 |
Michael Stefaniuc
|
4e35ec4777
|
inetcomm: COM cleanup for the IMimeBody iface.
|
2013-03-04 11:18:07 +01:00 |
Michael Stefaniuc
|
3a9d744f12
|
inetcomm: Use a static interface instance for IMimeAllocator.
|
2013-03-04 11:18:02 +01:00 |
Michael Stefaniuc
|
f44d66c617
|
inetcomm: COM cleanup for the IMimeSecurity iface.
|
2013-03-04 11:17:58 +01:00 |
Michael Stefaniuc
|
d50b3b2068
|
inetcomm: Pass the object instead of an iface to a helper function.
|
2013-03-04 11:17:54 +01:00 |
Michael Stefaniuc
|
f18d156352
|
inetcomm: COM cleanup for the IMimeMessage iface.
|
2013-03-04 11:17:51 +01:00 |
Nikolay Sivov
|
431e77bec4
|
msxml3: CDATA nodes can't have children.
|
2013-03-04 11:16:25 +01:00 |
Nikolay Sivov
|
2d5c9f4f46
|
msxml3: Filter unsupported child nodes in insertBefore() for elements.
|
2013-03-04 11:16:20 +01:00 |
Petr Kočandrle
|
ce4291c513
|
po: Completed WineMine Czech translation.
|
2013-03-04 11:16:10 +01:00 |
Jeff Muizelaar
|
03cae02611
|
dbghelp: Store the vendor id in the correct order.
|
2013-03-04 11:15:57 +01:00 |