YongHao Hu
edb68e7b22
msvcp90/tests: Add cout<< double test.
2014-10-08 17:43:22 +02:00
Austin English
96e920e01f
kernel32: Add a stub for SetSystemFileCacheSize.
2014-10-08 16:34:29 +02:00
Austin English
2a5299ea32
kernel32: Add a stub for GetSystemFileCacheSize.
2014-10-08 16:34:17 +02:00
Iván Matellanes
9fda14a9d6
msvcrt: Added _fclose_nolock() implementation.
2014-10-08 14:47:46 +02:00
Nikolay Sivov
1e65a32e26
dwrite: Pass stream pointer to OpenType parsing code.
2014-10-08 13:13:38 +02:00
André Hentschel
fdc7728219
winedump: Update minidump output.
2014-10-08 13:13:37 +02:00
Henri Verbeet
710694d9ca
wined3d: Track format conversion per-texture.
2014-10-08 13:13:37 +02:00
Henri Verbeet
4c454fd4ab
wined3d: Only prepare the texture in device_update_volume().
2014-10-08 13:13:37 +02:00
Henri Verbeet
ee8a5b7dd1
wined3d: Track texture allocation per-texture.
2014-10-08 13:13:37 +02:00
Henri Verbeet
0c0a2adc71
wined3d: Handle GL texture allocation in the texture code.
2014-10-08 13:13:37 +02:00
Henri Verbeet
77646173a0
wined3d: Move the color key conversion helpers to util.c.
2014-10-08 13:13:37 +02:00
Nikolay Sivov
d861dc5e61
uxtheme: Use E_NOT_SUFFICIENT_BUFFER definition.
2014-10-08 13:13:37 +02:00
Nikolay Sivov
8735cfc086
urlmon: Use E_NOT_SUFFICIENT_BUFFER definition.
2014-10-08 13:13:37 +02:00
Nikolay Sivov
6ebe8d5a2a
shlwapi: Use E_NOT_SUFFICIENT_BUFFER definition.
2014-10-08 13:13:37 +02:00
Nikolay Sivov
730e744e3b
shell32: Use E_NOT_SUFFICIENT_BUFFER definition.
2014-10-08 13:13:36 +02:00
Nikolay Sivov
a7b848f32e
propsys: Use E_NOT_SUFFICIENT_BUFFER definition.
2014-10-08 13:13:36 +02:00
Nikolay Sivov
8f971bfee6
msi: Use E_NOT_SUFFICIENT_BUFFER definition.
2014-10-08 13:13:36 +02:00
Nikolay Sivov
37a02acc6a
dwrite: Use E_NOT_SUFFICIENT_BUFFER definition.
2014-10-08 10:19:00 +02:00
Alistair Leslie-Hughes
a5df09b404
ws2_32: Make SOCKET output consistent.
2014-10-08 10:18:55 +02:00
Stefan Leichter
ee19362f9a
ksuser: New stub dll.
2014-10-07 20:22:16 +02:00
Michael Müller
15d013067d
ntdll: Wait until builtin dlls are unloaded before releasing the virtual view.
2014-10-07 20:22:15 +02:00
André Hentschel
6e4d52a752
winhttp/tests: Fix potential crash on BSD.
2014-10-07 20:22:14 +02:00
Sebastian Lackner
5272ca241b
ntdll: Set ldr.EntryPoint for main executable.
2014-10-07 20:22:13 +02:00
Sebastian Lackner
9d30002f7d
kernel32/tests: Add tests for K32GetModuleInformation.
2014-10-07 20:22:12 +02:00
Francois Gouget
9f8d221869
d2d1: Make the IDWriteTextRenderer methods static.
2014-10-07 20:22:11 +02:00
Nikolay Sivov
d7eec962e2
msxml3: Implement 'name' and 'nodeName' properties for doctype node.
2014-10-07 20:22:10 +02:00
Jacek Caban
379b9f6775
ieframe: Don't crash if output parameter is NULL in WebBrowser::get_RegisterAsDropTarget.
2014-10-07 20:22:09 +02:00
Nikolay Sivov
fb36148f47
dwmapi: Added DwmAttachMilContent() and DwmDetachMilContent() stubs.
2014-10-07 20:22:09 +02:00
Stefan Dösinger
537febf2e8
d3d9/tests: Don't load user32 functions at runtime.
2014-10-07 20:22:08 +02:00
Henri Verbeet
bd1afdb3c3
wined3d: Get rid of surface_prepare_texture_internal().
2014-10-07 20:22:07 +02:00
Henri Verbeet
6da1cff518
wined3d: Get rid of d3dfmt_convert_surface().
2014-10-07 20:22:06 +02:00
Henri Verbeet
71b59afe03
wined3d: Return the destination format from d3dfmt_get_conv().
2014-10-07 20:22:05 +02:00
Henri Verbeet
c0e49c5c40
ws2_32: Simplify some address calculations for SIO_ADDRESS_LIST_QUERY.
2014-10-07 20:22:04 +02:00
Henri Verbeet
32724def72
ws2_32: Return an error if "out_buff" is NULL for SIO_ADDRESS_LIST_QUERY.
2014-10-07 20:22:03 +02:00
Nikolay Sivov
3b1e8bf824
dwrite: Use public macro to define OpenType tags.
2014-10-07 20:22:02 +02:00
Nikolay Sivov
07dc8b66e4
dwrite: Move font table related data to a separate structure.
...
Eventually we should get rid of separate allocations on every
TryGetFontTable(), that's not how local loader works. Instead it maps
font file and returns pointers to a mapping, context is always NULL in
this case.
2014-10-07 20:22:02 +02:00
Nikolay Sivov
c9bb307c35
dwrite: Store OpenType language tag in shaping cache.
2014-10-07 20:22:01 +02:00
Nikolay Sivov
cb8556c171
dwrite: Introduce cache to be used by shaping engines.
2014-10-07 20:22:00 +02:00
Nikolay Sivov
d92d108a1b
fusion: Use E_NOT_SUFFICIENT_BUFFER definition.
2014-10-07 20:21:59 +02:00
Nikolay Sivov
477dfbca59
dmsynth: Use E_NOT_SUFFICIENT_BUFFER definition.
2014-10-07 20:21:58 +02:00
Nikolay Sivov
6db64236a1
advpack: Use E_NOT_SUFFICIENT_BUFFER definition.
2014-10-07 20:21:57 +02:00
Michael Müller
9e69715900
ntdll: Fix handling of page fault if a guard page and write watch is triggered at the same time.
2014-10-07 20:21:56 +02:00
Sebastian Lackner
53611dfbab
kernel32/tests: Add tests for PAGE_GUARD memory protection.
2014-10-07 20:21:54 +02:00
Michael Stefaniuc
89e9d6db33
comctl32/tests: Add some ImageList_BeginDrag() tests.
2014-10-07 10:14:25 +02:00
Michael Stefaniuc
0a191f85ad
comctl32: Don't start a new ImageList Drag if another one is ongoing.
2014-10-07 10:14:23 +02:00
Michael Stefaniuc
753de28cd5
comctl32: Correctly handle the ImageList index in BeginDrag().
2014-10-07 10:14:21 +02:00
Julian Rüger
cf8e3c9a11
po: Update German translation.
2014-10-07 10:13:39 +02:00
Henri Verbeet
b914a6461b
ws2_32: Return WSAEINVAL if "out_size" is smaller than the minimum size for SIO_ADDRESS_LIST_QUERY.
2014-10-06 19:38:12 +02:00
Henri Verbeet
4e6ebd633a
ws2_32: Return the needed buffer size for SIO_ADDRESS_LIST_QUERY.
2014-10-06 19:38:10 +02:00
Jacek Caban
2bcbbea534
ieframe: Return some verbs in IEnumOLEVERB:Next.
2014-10-06 17:37:57 +02:00