Alexandre Julliard
|
4468a0122f
|
iphlpapi: Remove an unnecessary DllMain entry point.
|
2013-02-14 21:37:55 +01:00 |
Alexandre Julliard
|
79e1723e72
|
dpnhpast: Remove an unnecessary DllMain entry point.
|
2013-02-14 21:37:53 +01:00 |
Alexandre Julliard
|
a4cdc0e90d
|
cryptnet: Remove an unnecessary DllMain entry point.
|
2013-02-14 21:37:52 +01:00 |
Alexandre Julliard
|
731a3fea91
|
twain_32: Remove an unnecessary DllMain entry point.
|
2013-02-14 21:37:50 +01:00 |
Alexandre Julliard
|
981f79dbf8
|
odbccu32: Remove an unnecessary source file.
|
2013-02-14 21:37:48 +01:00 |
Aric Stewart
|
9a59d81f72
|
usp10: Correct error with ScriptLayout log2vis.
Issue found and test written by Huw Davies.
|
2013-02-14 20:05:11 +01:00 |
Jacek Caban
|
851866e22a
|
wininet: Set available bytes in InternetQueryDataAvailable even if it ends up in async call.
|
2013-02-14 20:05:05 +01:00 |
Jacek Caban
|
5f14eb564e
|
urlmon: Allow available_bytes to be set before protocol_continue call.
|
2013-02-14 20:05:01 +01:00 |
Jactry Zeng
|
79b236c2d1
|
msvcr90: Sync _wstat32i64 and _stat32i64 implementation.
|
2013-02-14 17:41:11 +01:00 |
Jactry Zeng
|
669f1bdfd9
|
msvcr80: Sync _wstat32i64 and _stat32i64 implementation.
|
2013-02-14 17:41:10 +01:00 |
Jactry Zeng
|
e7a3b7bcc7
|
msvcr100: Added _stat32i64 implementation.
|
2013-02-14 17:40:29 +01:00 |
Jactry Zeng
|
ead3ccc18e
|
msvcr100: Added _wstat32i64 implementation.
|
2013-02-14 17:40:24 +01:00 |
Jörg Höhle
|
f67bc43e22
|
winmm: Handle GetTickCount overflow in MIDI player.
|
2013-02-14 17:37:14 +01:00 |
Huw Davies
|
ab6bb56988
|
riched20: Simplify selection painting by drawing a selected run twice with appropriate clipping.
|
2013-02-14 17:35:24 +01:00 |
Huw Davies
|
d528e76076
|
riched20: Use the point from char helpers to calculate the selection rectangle.
|
2013-02-14 17:35:20 +01:00 |
Huw Davies
|
2a6f99efcc
|
riched20: The string len parameter is no longer necessary.
|
2013-02-14 17:35:06 +01:00 |
Huw Davies
|
42b0c6ea33
|
riched20: Make it possible to perform point -> char conversion while holding a context.
|
2013-02-14 17:35:03 +01:00 |
Huw Davies
|
530c546a3f
|
riched20: Remove the special case tab handling now that we handle that in draw_space.
|
2013-02-14 17:35:00 +01:00 |
Huw Davies
|
4cbe94f42a
|
riched20: Move the white space painting operations to a common function.
|
2013-02-14 17:34:57 +01:00 |
Huw Davies
|
4178de89ef
|
riched20: Move text color determination to a helper function.
|
2013-02-14 17:34:48 +01:00 |
Huw Davies
|
681a9e1de6
|
riched20: Move y offset calculation to a helper function.
|
2013-02-14 17:34:41 +01:00 |
Huw Davies
|
c2c5121d19
|
riched20: Move underline pen creation to a helper function.
|
2013-02-14 17:34:31 +01:00 |
Huw Davies
|
82c8e567fb
|
riched20: Pass the run to the text drawing routine.
|
2013-02-14 17:34:23 +01:00 |
Huw Davies
|
941775e311
|
riched20: The run width is always passed so we don't need to calculate it again.
|
2013-02-14 17:34:13 +01:00 |
Austin English
|
3b7c3f61bd
|
wininet: Add a stub for LoadUrlCacheContent.
|
2013-02-14 17:33:23 +01:00 |
Nozomi Kodama
|
5038a7d915
|
d3dx9: Use const instead of CONST.
|
2013-02-14 17:32:22 +01:00 |
Dmitry Timoshkov
|
88b9ae1ec2
|
gdi32: ExcludeClipRect should update actual clipping region for a EMF DC.
|
2013-02-14 11:14:47 +01:00 |
Dmitry Timoshkov
|
47b89a8fac
|
gdi32: IntersectClipRect should update actual clipping region for a EMF DC.
|
2013-02-14 11:14:45 +01:00 |
Dmitry Timoshkov
|
756736ae42
|
gdi32: OffsetClipRgn should update actual clipping region for a EMF DC.
|
2013-02-14 11:14:43 +01:00 |
Dmitry Timoshkov
|
498b18f25f
|
gdi32: Add more EMF clipping tests.
|
2013-02-14 11:14:41 +01:00 |
Michael Stefaniuc
|
f128551439
|
wineoss.drv: Use offsetof to calculate the size of a struct with variable length array.
|
2013-02-14 11:01:11 +01:00 |
Andrew Talbot
|
1a1577d791
|
msctf: Avoid signed-unsigned integer comparisons.
|
2013-02-14 11:01:01 +01:00 |
Andrew Talbot
|
78d9ee8a1a
|
msdaps: Avoid signed-unsigned integer comparisons.
|
2013-02-14 11:00:52 +01:00 |
Roman Dadkov
|
b8d081b0a8
|
mpr/tests: Test to check the return values of WNetGetUniversalNameA.
|
2013-02-13 20:44:11 +01:00 |
Roman Dadkov
|
8a4557ac8b
|
ole32/tests: Add test for SetClientSite.
|
2013-02-13 20:39:42 +01:00 |
Jacek Caban
|
16d1b3b026
|
oleaut32: Added some SysFreeString tests.
|
2013-02-13 19:10:17 +01:00 |
Jacek Caban
|
ed9d78d2b9
|
oleaut32: Don't free a string in SysFreeString if it's already in cache.
|
2013-02-13 19:10:14 +01:00 |
André Hentschel
|
22c3993226
|
ntdll: Implement RtlUnwind for ARM.
|
2013-02-13 17:44:06 +01:00 |
Jörg Höhle
|
d4b2d48f24
|
winmm: More compatible waveIn/Out[Un]Prepare WHDR_* flag handling.
|
2013-02-13 17:19:43 +01:00 |
Jörg Höhle
|
b95910ccbc
|
winmm: More compatible midiIn/Out[Un]Prepare MHDR_* flag handling.
|
2013-02-13 17:19:43 +01:00 |
Alexandre Julliard
|
097867debd
|
loader: Rename the elf_hash function to avoid conflicts.
|
2013-02-13 17:19:43 +01:00 |
Alexandre Julliard
|
3b8ab28c40
|
loader: Define our own auxv structure.
|
2013-02-13 17:19:42 +01:00 |
Alexandre Julliard
|
fc7e81be15
|
server: Don't support debug registers in ptrace if sys/user.h is missing.
|
2013-02-13 17:19:42 +01:00 |
Alexandre Julliard
|
76b8612c3e
|
winex11: Preserve the client window when changing the window visual.
|
2013-02-13 17:19:40 +01:00 |
Hans Leidekker
|
9779c4b5ea
|
msi/tests: Move a couple of tests from install.c to msi.c.
|
2013-02-13 16:13:54 +01:00 |
Dmitry Timoshkov
|
9a2688e690
|
gdi32: Make sure that actual clipping region is updated for a EMF DC.
|
2013-02-13 16:13:54 +01:00 |
Austin English
|
0130eca6a0
|
d3d11: Add a stub for D3D11CreateDevice.
|
2013-02-13 16:13:54 +01:00 |
Jeff Latimer
|
9f3ff9240d
|
wmvcore: Add stub implementation for WMCreateEditor.
|
2013-02-13 16:13:54 +01:00 |
André Hentschel
|
dd8ec9994b
|
winedbg: Add PState to cpu_register_map for ARM64.
|
2013-02-13 10:19:32 +01:00 |
Andrew Talbot
|
ce41fc0441
|
mlang: Avoid signed-unsigned integer comparisons.
|
2013-02-13 10:19:18 +01:00 |