Paul Vriens
fd15939497
ntdll/tests: Fix typo.
2006-12-07 11:23:50 +01:00
Francois Gouget
da5e750a16
gdi32: Add a prototype for GetFontUnicodeRanges().
2006-12-07 11:23:46 +01:00
Alexandre Julliard
834d20024b
gdi32: Only mmap a given font file once.
...
FT_New_Face always creates a new mapping of the font file, so do the
mapping by hand and use FT_New_Memory_Face instead.
2006-12-06 21:31:53 +01:00
Markus Amsler
4745618487
d3d8: Fix implicit surface refcounting.
2006-12-06 12:41:27 +01:00
Markus Amsler
0a3f417359
d3d8: Handle volume refcount forwarding in d3d8.
2006-12-06 12:40:24 +01:00
Markus Amsler
0d725490d6
d3d8: Handle surface refcount forwarding in d3d8.
2006-12-06 12:40:12 +01:00
Markus Amsler
3fd04308ab
d3d: Callback infrastructure for implicit depth stencil surface destruction in IWineD3DDevice.
2006-12-06 12:39:30 +01:00
Markus Amsler
50a0c21265
d3d: Callback infrastructure for implicit volume destruction in IWineD3DVolumeTexture.
2006-12-06 12:39:14 +01:00
Markus Amsler
cb8652947a
d3d: Callback infrastructure for implicit render target destruction in IWineD3DSwapChain.
2006-12-06 12:39:00 +01:00
Markus Amsler
2946f7a267
d3d: Callback infrastructure for implicit surface destruction in IWineD3DCubeTexture.
2006-12-06 12:38:51 +01:00
Markus Amsler
04ae4596ff
d3d: Callback infrastructure for implicit surface destruction in IWineD3DTexture.
2006-12-06 12:38:37 +01:00
Stefan Dösinger
3d8cdfb190
wine/list.h: Added list_move_head and list_move_tail.
2006-12-06 12:38:31 +01:00
Francois Gouget
13b974bdff
dmime: Remove resolve_STREAM_SEEK(), it is unused.
2006-12-06 12:15:18 +01:00
Francois Gouget
dd6e948d84
ole32: Convert dump_user_flags() into debugstr_user_flags(), a proper debug trace function.
2006-12-06 12:15:11 +01:00
Francois Gouget
f0ccd389d4
ole32: Convert dump_FORMATETC() into debugstr_formatetc(), a proper debug trace function.
2006-12-06 12:14:55 +01:00
Francois Gouget
baf85ad931
msvcmaker: Link with msvcrt(d).dll rather than with the static C library.
2006-12-06 12:14:35 +01:00
Francois Gouget
f1698c4b0c
msvcmaker: Tweak the .dsp formatting to better match Visual Studio.
2006-12-06 12:13:52 +01:00
Francois Gouget
72d5c0ddca
msvcmaker: Remove unneeded -I.. for the msvcrt tests.
2006-12-06 12:13:47 +01:00
Francois Gouget
bcf4a22a5e
msvcmaker: Fix the code that sets __WINETEST_OUTPUT_DIR so it does not pollute $output_dir.
2006-12-06 12:13:41 +01:00
Chris Robinson
28c2ebb937
wgl: Fix for missing NV GLX extension.
2006-12-06 11:42:24 +01:00
Mike McCormack
01cc2c3234
msi: More tests for the SourceDir property.
2006-12-06 11:40:59 +01:00
Mike McCormack
3578bf64d6
msi: Add some tests for the ALTER query.
2006-12-06 11:40:55 +01:00
Eric Pouech
32a8b2fa59
winedbg: Added support for constant values passed by dbghelp.
2006-12-06 11:38:53 +01:00
Eric Pouech
75033503e8
dbghelp: Added ability to internal store / reload a symbol with a constant value.
...
Let dwarf and msc use this new feature.
As we also add global symbol without addresses, don't take those
constant symbols into account for searches by address.
2006-12-06 11:38:43 +01:00
Eric Pouech
a1a879363d
dbghelp: Added a field to the hash table to store the number of elements in the hash table.
...
Make use of it to get rid to module_compute_num_syms.
2006-12-06 11:37:38 +01:00
Eric Pouech
4806320b48
dbghelp: In find_nearest, now return the symbol instead of its index in module->sorttable.
2006-12-06 11:37:10 +01:00
Eric Pouech
08712bc3a9
dbghelp: Simplify the way we find the debug header.
2006-12-06 11:36:59 +01:00
Detlef Riekenberg
ec8393d3d5
dplayx: Display requested provider.
2006-12-06 11:36:32 +01:00
Roderick Colenbrander
900094cbfe
wgl: Cleanup wglMakeCurrent.
2006-12-06 11:34:50 +01:00
Huw Davies
9a2c4f7114
wineps.drv: When we're using a GlyphDirectory we should clear the offsets and lengths of the loca and glyf tables in addition to changing their names.
...
Should fix printing on Mac based cups servers.
2006-12-06 11:34:42 +01:00
Detlef Riekenberg
44f663e8a4
kernel32/tests: Add tests for GetWindowsDirectory.
2006-12-06 11:27:18 +01:00
Detlef Riekenberg
ef851bc6dd
kernel32/tests: Add tests for GetSystemDirectory.
2006-12-06 11:27:08 +01:00
Paul Vriens
d01e76de05
version/tests: Free memory after use.
2006-12-06 11:26:55 +01:00
Paul Vriens
cae03f7658
wininet/test: Free memory after use.
2006-12-06 11:26:52 +01:00
Paul Vriens
3d3529d605
advapi32/tests: Free memory after use.
2006-12-06 11:26:48 +01:00
Alexandre Julliard
e60a52e74a
kernel32: Always read a full block from the CD-ROM to avoid problems on raw devices.
2006-12-05 23:33:40 +01:00
Huw Davies
104e1cf6dd
user32: For LBS_OWNERDRAWVARIABLE listboxes return the fixed item height if the listbox is empty.
2006-12-05 16:49:52 +01:00
James Hawkins
0b652fe8c6
msi: Initialize sid_str to NULL.
2006-12-05 16:49:48 +01:00
James Hawkins
00fa70dbc1
msi: Fail if stg is NULL.
2006-12-05 16:49:45 +01:00
Kai Blin
829e6f14aa
ws2_32: Rewrite setsockopt to be more readable.
2006-12-05 16:49:41 +01:00
Alexandre Julliard
a10c40df23
ntdll: Added support for the HEAP_CREATE_ENABLE_EXECUTE flag.
2006-12-05 15:43:13 +01:00
Alexandre Julliard
338fc52491
kthread: Don't make the stack executable by default.
2006-12-05 15:42:53 +01:00
Alexandre Julliard
822be6c90f
ntdll: Force exec permissions on all mmaps unless the app is marked NX-compatible.
2006-12-05 15:42:29 +01:00
Thomas Fitzsimmons
4b30ece829
dbghelp: Recognize DT_GNU_HASH.
2006-12-05 11:49:15 +01:00
Andrew Talbot
d05fabb660
advapi32: Eliminate wild pointers.
2006-12-05 11:37:57 +01:00
Andrew Talbot
70797560b7
comcat/tests: Cast-qual warnings fix.
2006-12-05 11:37:51 +01:00
Lei Zhang
581321d420
riched20: Move EM_EXSETSEL fix into ME_SetSelection.
2006-12-05 11:37:46 +01:00
Vitaliy Margolen
03fa9106cf
dinput: Remove no longer used GEN_EVENT.
2006-12-05 11:33:03 +01:00
Vitaliy Margolen
aa7eed9394
dinput: Move joystick event queue into base device class.
2006-12-05 11:32:55 +01:00
Vitaliy Margolen
fb5884203b
dinput: Move mouse event queue into base device class.
2006-12-05 11:32:46 +01:00