André Hentschel
|
e0f3e6bcf2
|
winecrt0: Android NDK doesn't have _init and _fini.
|
2013-03-11 11:44:23 +01:00 |
Ken Thomases
|
449e2655c2
|
winemac: Add support for delay-rendered (a.k.a. promised) clipboard data.
|
2013-03-11 10:53:38 +01:00 |
Ken Thomases
|
69e631e04e
|
winemac: Add support for "query" events which wait for synchronous responses.
|
2013-03-11 10:53:32 +01:00 |
Ken Thomases
|
bf824ed38c
|
winemac: Implement setting of clipboard data with support for text formats.
|
2013-03-11 10:53:26 +01:00 |
Ken Thomases
|
764a8edb09
|
winemac: Implement GetClipboardData() with support for text formats.
|
2013-03-11 10:53:21 +01:00 |
Ken Thomases
|
7cf3e0596f
|
winemac: Implement EnumClipboardFormats() with support for text formats.
|
2013-03-11 10:53:15 +01:00 |
Ken Thomases
|
af10783e18
|
winemac: Implement IsClipboardFormatAvailable() with support for text formats.
|
2013-03-11 10:53:05 +01:00 |
Ken Thomases
|
6b2b3e69f7
|
winemac: Implement CountClipboardFormats() with support for text formats.
|
2013-03-11 10:52:59 +01:00 |
André Hentschel
|
41658157b1
|
include: Remove SPARC support.
|
2013-03-11 10:51:27 +01:00 |
André Hentschel
|
a7e240194a
|
winapi: Remove SPARC support.
|
2013-03-11 10:50:44 +01:00 |
André Hentschel
|
fc08021151
|
libport: Remove SPARC support.
|
2013-03-11 10:50:40 +01:00 |
André Hentschel
|
1948f3253b
|
winedump: Remove SPARC support.
|
2013-03-11 10:50:35 +01:00 |
André Hentschel
|
0ee8e2b5b1
|
winebuild: Remove SPARC support.
|
2013-03-11 10:50:12 +01:00 |
André Hentschel
|
ee7ffdcb53
|
winegcc: Remove SPARC support.
|
2013-03-11 10:50:10 +01:00 |
André Hentschel
|
478401dce7
|
widl: Remove SPARC and Alpha support.
|
2013-03-11 10:50:06 +01:00 |
André Hentschel
|
40e7f7b787
|
winedbg: Remove SPARC support.
|
2013-03-11 10:49:14 +01:00 |
Dmitry Timoshkov
|
2cca510a5b
|
gdiplus: Protect from mixing BrushTypeLinearGradient and BrushTypePathGradient.
|
2013-03-11 10:46:33 +01:00 |
Dmitry Timoshkov
|
65bd8f2b26
|
gdiplus: Print a passed in rectangle in GdipCombineRegionRect.
|
2013-03-11 10:46:06 +01:00 |
Nikolay Sivov
|
e5a48b2d75
|
xmllite: Fix a test failure on Windows 8.
|
2013-03-11 10:45:47 +01:00 |
Nikolay Sivov
|
88d7b66be2
|
xmllite: Make another read attempt if we don't have enough data initially.
|
2013-03-11 10:45:43 +01:00 |
Nikolay Sivov
|
9377514583
|
xmllite: Support resuming to comments and PIs while on Content part.
|
2013-03-11 10:45:38 +01:00 |
Nikolay Sivov
|
4d1a65c1ba
|
xmllite: Support CDATA nodes.
|
2013-03-11 10:45:33 +01:00 |
Nikolay Sivov
|
c38c471b64
|
xmllite: Actually resume comment and PI parsing while on Misc part.
|
2013-03-11 10:45:27 +01:00 |
Nikolay Sivov
|
c87a85cce3
|
xmllite: Support resuming for start tag.
|
2013-03-11 10:45:20 +01:00 |
Nikolay Sivov
|
d1c52fe168
|
xmllite: Support pending input reads for PI nodes.
|
2013-03-11 10:45:14 +01:00 |
Detlef Riekenberg
|
3826193f33
|
kernel32/tests: Fix failures with virtual Drives (AppVirt Client).
|
2013-03-11 10:44:51 +01:00 |
Ken Thomases
|
4d51a688e3
|
winemac: Override -[NSOpenGLContext clearDrawable] to not hide the GL surface.
This fixes a problem with flickering when repeatedly attaching and detaching
a GL context from a window, such as for each WM_PAINT.
|
2013-03-11 10:44:26 +01:00 |
Ken Thomases
|
89a4e5a6d1
|
winemac: Don't defer attaching OpenGL context to view if it is backed by a window device.
This fixes a problem with certain OpenGL programs which create a context very
briefly before destroying it, like while handling WM_PAINT.
|
2013-03-11 10:44:13 +01:00 |
Andrew Talbot
|
fd00c806bf
|
dwrite: Avoid signed-unsigned integer comparisons.
|
2013-03-11 10:43:01 +01:00 |
Andrew Talbot
|
3e2c44af7d
|
joy.cpl: Avoid signed-unsigned integer comparisons.
|
2013-03-11 10:42:56 +01:00 |
Andrew Talbot
|
956219b5d9
|
msvcp60: Avoid signed-unsigned integer comparisons.
|
2013-03-11 10:42:51 +01:00 |
Vincent Povirk
|
636e60b6e0
|
gdiplus: Fix GdipCreateBitmapFromGraphics implementation.
|
2013-03-11 10:42:40 +01:00 |
Jacek Caban
|
3157534347
|
wininet: Skip test_open_url_async on IEs older than 7.
|
2013-03-11 10:42:18 +01:00 |
Hans Leidekker
|
8981bbd464
|
dnsapi: Increase maximum packet size.
|
2013-03-11 10:41:26 +01:00 |
Filip Navara
|
7ca40003d2
|
iphlpapi: Use prefixed WS_ structures to avoid misalignment on OS X builds.
Thanks to Hans Leidekker for diagnosing the problem.
|
2013-03-11 10:41:18 +01:00 |
Akihiro Sagawa
|
0010ee021a
|
msvcrt: Fix incorrect casts in _wcstoi64_l and _wcstoui64_l.
|
2013-03-11 10:41:09 +01:00 |
Akihiro Sagawa
|
564b682447
|
msvcrt/tests: Add _wcstoi64/_wcstoui64 tests.
|
2013-03-11 10:41:07 +01:00 |
Daniel Jelinski
|
6ad51d509c
|
comctl32/listview: Fix overwriting of item values.
|
2013-03-11 10:40:42 +01:00 |
Francois Gouget
|
8f6497c782
|
d3dx9_34: Add a space between the spec entry name and the implementation function.
|
2013-03-11 10:40:26 +01:00 |
Daniel Jelinski
|
cb8ce94e4d
|
comctl32/imagelist: Use proper color format for merged image lists.
|
2013-03-08 19:35:21 +01:00 |
Alexandre Julliard
|
a27ecc40ba
|
jscript: Return after assert(0) to silence warnings.
|
2013-03-08 19:35:20 +01:00 |
Jacek Caban
|
9d11eee03d
|
wininet: Added a test of request reading from cache.
|
2013-03-08 18:11:05 +01:00 |
Jacek Caban
|
d1ce8ba053
|
wininet: Don't pass expected cache file size to CreateUrlCacheEntry if it's unknown.
|
2013-03-08 18:11:05 +01:00 |
Jacek Caban
|
8b0b99103c
|
urlmon: Fixed some test failures on IE10.
|
2013-03-08 18:11:05 +01:00 |
Jacek Caban
|
9323dc57af
|
jscript: Avoid direct access to string buffer in a few more places.
|
2013-03-08 18:11:05 +01:00 |
Jacek Caban
|
d7f24b0956
|
jscript: Reuse static instance of 'undefined' string.
|
2013-03-08 18:11:05 +01:00 |
Jacek Caban
|
c7c71b87b8
|
jscript: Pass msg as jsstr_t to create_error.
|
2013-03-08 18:11:05 +01:00 |
Piotr Caban
|
b8e2edf19c
|
cryptnet: Don't ignore HttpEndRequestW error in HTTP_RetrieveEncodedObjectW.
|
2013-03-08 18:11:05 +01:00 |
Piotr Caban
|
437df58dce
|
cryptnet: Open file with FILE_SHARE_READ flag in File_RetrieveEncodedObjectW.
|
2013-03-08 18:11:04 +01:00 |
Piotr Caban
|
4f89321577
|
cryptnet: Lock cache file while accessing it.
|
2013-03-08 18:11:04 +01:00 |