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 |
Vitaliy Margolen
|
564ad7da8c
|
dinput: Move keyboard event queue into base device class.
This removes [Get|Set]Property and GetDeviceData.
|
2006-12-05 11:32:38 +01:00 |
Vitaliy Margolen
|
ce0c3cdae7
|
dinput: Implement [Get|Set]Property and GetDeviceData in base Device object.
Also add queue_event to replace big macro GEN_EVENT.
|
2006-12-05 11:32:34 +01:00 |
Mike McCormack
|
97419aea80
|
msi: Examine the attributes of all features before setting a component's state.
|
2006-12-05 11:29:02 +01:00 |
Mike McCormack
|
bccab7bb9d
|
msi: Add the names of features/components to debugging output.
|
2006-12-05 11:28:45 +01:00 |
Francois Gouget
|
c66628b73f
|
Consistently use SUBLANG_NEUTRAL for Italian resources.
|
2006-12-05 11:28:38 +01:00 |
Francois Gouget
|
bb8e625b5b
|
Assorted spelling fixes.
|
2006-12-05 10:31:47 +01:00 |
Francois Gouget
|
bf9865d302
|
mshtml: Add '\n' to Wine trace.
|
2006-12-05 10:31:47 +01:00 |
Francois Gouget
|
9c297ffed2
|
msxml3: Add '\n' to Wine trace.
|
2006-12-05 10:31:47 +01:00 |
Francois Gouget
|
ff3fbfff57
|
vmm.vxd: PC_WRITABLE spelling fix.
|
2006-12-05 10:31:47 +01:00 |
Andrew Talbot
|
f6c09a2bc6
|
atl: Change storage class of dll_count to static.
|
2006-12-05 10:31:47 +01:00 |
Rob Shearman
|
878d5e9cec
|
ole32: Implement the GetData function of the data cache to using the
existing LoadData function and fix GetData to also return data that
has been set, rather than loaded.
|
2006-12-04 20:19:28 +01:00 |
Rob Shearman
|
1b244baf48
|
ole32: Fix HandsOffStorage in the data cache.
|
2006-12-04 20:19:03 +01:00 |
Rob Shearman
|
6235ac9f58
|
ole32: Implement the DiscardCache function in the data cache.
|
2006-12-04 20:18:56 +01:00 |
Huw Davies
|
9108eede84
|
winspool.drv: Outlook 2003 relies on the buffer size returned by EnumPrintersA being big enough to hold the buffer returned by EnumPrintersW.
|
2006-12-04 20:18:50 +01:00 |
Jan Zerebecki
|
9c58bce158
|
wined3d: Add err for failure case in CheckDepthStencilMatch.
|
2006-12-04 20:05:09 +01:00 |
Jan Zerebecki
|
ee44a19966
|
wined3d: Fix CreateFakeGLContext to work with a foreign context.
|
2006-12-04 20:00:50 +01:00 |
Jan Zerebecki
|
1075367493
|
wined3d: Avoid XFree on NULL in CheckDeviceType.
|
2006-12-04 18:53:19 +01:00 |
Jan Zerebecki
|
3d6ffee021
|
wined3d: Rearrange code in CheckDeviceType.
|
2006-12-04 18:37:59 +01:00 |
Jan Zerebecki
|
0d66f794d1
|
wined3d: Add warn trace for INVALIDCALL case in CheckDeviceType.
|
2006-12-04 18:37:23 +01:00 |
Roderick Colenbrander
|
3e2ed5e4e5
|
Remove glut32.
|
2006-12-04 18:14:56 +01:00 |
Damjan Jovanovic
|
526e1353e6
|
ws2_32: Added tests for closesocket cancelling pending I/O operations.
|
2006-12-04 18:02:17 +01:00 |
Alexandre Julliard
|
24b64534e5
|
server: Explicitly shutdown destroyed sockets to force pending poll() calls to return.
|
2006-12-04 18:02:02 +01:00 |
Alexandre Julliard
|
28c5396436
|
kernel32: Store the LC_MESSAGES value under the "Locale" value.
Some apps depend on the value. Reported by Karsten Elfenbein.
|
2006-12-04 18:00:55 +01:00 |
Eric Pouech
|
a274689b09
|
winedbg: Dwarf can emit REGREL symbol information, so handle it.
Factorize a bit more some symbol handling code.
|
2006-12-04 14:03:19 +01:00 |