Commit Graph

93750 Commits

Author SHA1 Message Date
André Hentschel
b288f7be18 ntdll: Set TPIDRURW to TEB on thread init for ARM. 2013-02-07 18:10:43 +01:00
Ken Thomases
7494f5bc5e secur32: On Mac, add support for cipher suites defined in 10.8 SDK. 2013-02-07 16:37:49 +01:00
Jörg Höhle
4f6db78ca0 ntdll: Use the monotonic time counter also for timer queues. 2013-02-07 15:54:34 +01:00
Akihiro Sagawa
9aa8300f99 gdi32: Ensure a fixed-pitch full-width character has double advance of a half-width character. 2013-02-07 15:53:48 +01:00
Huw Davies
68d72f4792 riched20: Move SplitRun to wrap.c and make it static. 2013-02-07 15:51:11 +01:00
Michael Stefaniuc
20f1016bc8 d3dx9_36: Remove ERR() on HeapAlloc failure for small sizes known at compile time. 2013-02-07 15:48:26 +01:00
Michael Stefaniuc
d86ecd4bb4 d3d9: Remove ERR() on HeapAlloc failure for small sizes known at compile time. 2013-02-07 15:48:20 +01:00
Michael Stefaniuc
14c3895573 d3d8: Remove ERR() on HeapAlloc failure for small sizes known at compile time. 2013-02-07 15:48:18 +01:00
Michael Stefaniuc
1eff4669ff d3d10core: Remove ERR() on HeapAlloc failure for small sizes known at compile time. 2013-02-07 15:48:14 +01:00
Ken Thomases
033fe9a7c2 winemac: Process clicks in an inactive window in addition to activating it. 2013-02-07 12:04:51 +01:00
Ken Thomases
572324bae3 winemac: Implement MOUSE_MOVED(_ABSOLUTE) events. 2013-02-07 12:04:49 +01:00
Ken Thomases
6289a612ae winemac: Add WineApplication methods to convert from Cocoa to Win32 coordinate space.
Cocoa coordinate space has its origin in the lower left of the primary screen
and y increases up.
2013-02-07 12:04:46 +01:00
Ken Thomases
5f06bf80db winemac: Implement SysCommand() to prevent Alt keypresses from activating system menu. 2013-02-07 12:04:42 +01:00
Michael Stefaniuc
9f6f8bfc00 usp10: Let C look like C. 2013-02-07 12:04:05 +01:00
Michael Stefaniuc
6c1b292f0b riched20: Let C look like C. 2013-02-07 12:04:01 +01:00
Michael Stefaniuc
9affa153fd d3drm: Let C look like C. 2013-02-07 12:03:58 +01:00
Michael Stefaniuc
2f67eb99ef qedit: Let C look like C. 2013-02-07 12:03:54 +01:00
Michael Stefaniuc
1cc6710aee iphlpapi: Let C look like C. 2013-02-07 12:03:50 +01:00
Michael Stefaniuc
f59d0ac743 gphoto2.ds: Let C look like C. 2013-02-07 12:03:46 +01:00
Michael Stefaniuc
68c447d87e krnl386.exe16: Let C look like C. 2013-02-07 12:03:42 +01:00
Daniel Jelinski
f9c3a612af comctl32/listview: Do not touch icon spacing if set explicitly. 2013-02-07 12:02:27 +01:00
Hans Leidekker
0fb3458728 wbemprox: Trace the qualifier value in IWbemClassObject::GetNames. 2013-02-06 20:28:29 +01:00
Hans Leidekker
ba02cb25d3 windowscodecs: Implement IWICComponentFactory::CreateDecoderFromFileHandle. 2013-02-06 20:28:29 +01:00
Hans Leidekker
d855ed4153 windowscodecs: Convert the source bitmap to the requested pixel format in IWICColorTransform::Initialize. 2013-02-06 20:28:29 +01:00
Hans Leidekker
d9bfbd61d8 windowscodecs: Add a stub IWICColorTransform implementation. 2013-02-06 20:28:29 +01:00
Hans Leidekker
b64eb8a8d6 windowscodecs: Implement IWICColorContext::InitializeFromFilename. 2013-02-06 20:28:29 +01:00
Ken Thomases
956ec43201 winemac: Implement fake support for the active Windows keyboard layout. 2013-02-06 20:28:29 +01:00
Ken Thomases
2b4d95cd47 winemac: Implement GetKeyNameText(). 2013-02-06 20:28:28 +01:00
Ken Thomases
80baa3a0e9 winemac: Implement VkKeyScanEx(). 2013-02-06 20:28:28 +01:00
Ken Thomases
a649d845ed winemac: Implement MapVirtualKeyEx(). 2013-02-06 20:28:28 +01:00
Ken Thomases
3fcb69b7ca winemac: Implement Beep(). 2013-02-06 20:28:28 +01:00
Michael Stefaniuc
0c183c4e79 ieframe: Let C look like C. 2013-02-06 20:28:28 +01:00
Alexandre Julliard
0e5f84a148 wintab32: Retrieve the graphics driver module from gdi32. 2013-02-06 13:19:43 +01:00
Alexandre Julliard
a73c5d5c81 explorer: Return a simple boolean instead of a window in the wine_create_desktop entry point. 2013-02-06 12:50:04 +01:00
Alexandre Julliard
3e24a17c03 explorer: Retrieve the graphics driver module from gdi32. 2013-02-06 12:46:14 +01:00
Alexandre Julliard
0d7108c629 gdi32: Return the correct module handle for the initial display driver load. 2013-02-06 12:21:33 +01:00
Daniel Jelinski
aeefa82185 comctl32/listview: Always use large icon size when calculating icon spacing. 2013-02-06 10:16:17 +01:00
Daniel Jelinski
cb77ab1a00 comctl32/listview: Correct icon spacing calculation when set to 0 or -1. 2013-02-06 10:16:00 +01:00
Frédéric Delanoy
72989b5b03 msi: Fix memory leak (coverity). 2013-02-06 10:11:32 +01:00
Marcus Meissner
fd9becb907 comdlg32: Free files on errorpath (Coverity). 2013-02-06 10:08:55 +01:00
Ludger Sprenker
5c1e82ce54 windowscodecs: Add enum type WICTiffCompressionOption. 2013-02-06 10:06:45 +01:00
Alistair Leslie-Hughes
575571c9fc fusion: Return correct error for null public token. 2013-02-06 10:05:46 +01:00
Michael Stefaniuc
50a9fb579c wined3d: Remove ERR() on HeapAlloc failure for small sizes known at compile time. 2013-02-06 09:04:41 +01:00
Aric Stewart
ef4b7c5948 usp10: Update diacritical script handling for non OpenType Itemization. 2013-02-05 20:15:47 +01:00
Aric Stewart
e70b9b1c1e usp10: Split the core Itemize function out to be able to support differences between the normal and OpenType versions. 2013-02-05 20:15:38 +01:00
Aric Stewart
8077975e70 usp10: Fix typo with Script_Khmer_Numeric. 2013-02-05 20:15:38 +01:00
Huw Davies
5168d66be7 riched20: Move the text to the paragraph level. 2013-02-05 20:15:37 +01:00
Huw Davies
b730efc9b4 riched20: Pass character ptrs to the whitespace finding functions. 2013-02-05 20:15:37 +01:00
Huw Davies
872a2ad031 riched20: Pass a character ptr and length to SplitParagraph. 2013-02-05 20:15:36 +01:00
Michael Stefaniuc
6af92365ea crypt32: Use assignment instead of memcpy to copy structs. 2013-02-05 20:15:36 +01:00