Eric Pouech
20fc25bc55
dbghelp: Use the location info structure thoughout the code to handle the location of a data variable.
2006-11-27 17:54:39 +01:00
Eric Pouech
d5c4e55d36
dbghelp: Added struct location to help computing a location.
...
Make use of it in dwarf.c to handle correctly variable location computation.
Split code to handle both location with parse time computation
(current code) and yet to come run-time computation
2006-11-27 17:54:08 +01:00
Eric Pouech
848f8c41c0
dbghelp: Pass .debug_loc section info from the ELF loader to the dwarf parser.
2006-11-27 17:53:52 +01:00
Eric Pouech
1a723f237c
dbghelp: Store compiland's address in internal structures.
2006-11-27 17:49:50 +01:00
Eric Pouech
4bcca691d1
dbghelp: When looking up for a local variable (or parameter), pass the function pointer.
2006-11-27 17:49:27 +01:00
Eric Pouech
32c96adddd
dbghelp: Added a process field to the modules pair structure.
...
This makes the code simpler to read, a bit more efficient, and
furthermore it'll be needed in future patches.
2006-11-27 17:49:01 +01:00
Eric Pouech
04c7c203fc
dbghelp: Simplify code with function to get section size.
2006-11-27 17:48:44 +01:00
Kirill K. Smirnov
3cd3ca68fe
ole32: Fix logic in Storage32Impl_SmallBlocksToBigBlocks function.
2006-11-27 17:44:47 +01:00
Louis Lenders
532f57a243
crypt32: Add test for I_CryptInstallOssGlobal.
2006-11-27 17:21:02 +01:00
Louis Lenders
3fa930cb3b
crypt32: Better stub for I_CryptInstallOssGlobal.
2006-11-27 17:20:57 +01:00
Vitaliy Margolen
da36762297
wineshelllink: Use FreeDesktop standard to create Wine menu structure.
2006-11-27 17:20:47 +01:00
Vitaliy Margolen
ada881cee6
winemenubuilder: Downgrade some ERR to WARN.
2006-11-27 17:20:40 +01:00
Alexandre Julliard
d5ee62342a
winex11.drv: Don't use the specified DC when mapping RGB colors for a DIB.
...
The DC palette only matters for DIB_PAL_COLORS.
2006-11-27 17:04:19 +01:00
Andrew Talbot
4659870d0d
winex11.drv: Cast-qual warnings fix.
2006-11-27 17:03:52 +01:00
Andrew Talbot
c8e64830f9
winex11.drv: Cast-qual warnings fix.
2006-11-27 17:03:52 +01:00
Andrew Talbot
3be7b8b64c
winex11.drv: Cast-qual warnings fix.
2006-11-27 17:03:51 +01:00
Vitaliy Margolen
b417435744
winex11drv: State of side mouse buttons (X-buttons) is not returned from XQueryPointer.
2006-11-27 17:03:51 +01:00
Francois Gouget
5d531fc1d5
winepath: Fix --unix so it works whether the Windows path refers to an existing file/directory or not.
2006-11-27 17:03:51 +01:00
Alexandre Julliard
86ba62a563
gphoto2.ds: Don't warn about libjpeg if gphoto support is not enabled.
2006-11-27 13:47:17 +01:00
Roderick Colenbrander
57ff710cde
wgl: Unify pixel format code.
2006-11-27 13:46:47 +01:00
Mike McCormack
54ab47ef59
msi: Use MSI_QueryGetRecord in ACTION_AppSearchReg.
2006-11-27 13:46:37 +01:00
Mike McCormack
fa6bc9e50b
msi: Use MSI_QueryGetRecord in ACTION_AppSearchComponents.
2006-11-27 13:46:32 +01:00
Mike McCormack
a1c969ee23
msi: Use MSI_QueryGetRecord in ACTION_AppSearchGetSignature.
2006-11-27 13:46:09 +01:00
Mike McCormack
0670ebc67b
msi: Use MSI_IterateRecords when cloning properties.
2006-11-27 13:46:06 +01:00
Clinton Stimpson
78584b6ee1
riched20: Only send EN_CHANGE when it is supposed to be sent.
2006-11-27 13:46:02 +01:00
Dmitry Timoshkov
7669035472
winedump: Constify some data.
2006-11-27 13:45:17 +01:00
Dmitry Timoshkov
d8725b8850
winedump: Fix a copy/paste typo.
2006-11-27 13:45:12 +01:00
Dmitry Timoshkov
5b0eb0998a
winedump: Remove a not needed include.
2006-11-27 13:45:07 +01:00
Dmitry Timoshkov
2d0ca5b2a9
winedump: Make the implementation match the prototype.
2006-11-27 13:45:03 +01:00
Dmitry Timoshkov
eea1b5e219
include: Add some structures a definitions required for the COFF library dumper.
2006-11-27 13:44:58 +01:00
Alexander Nicolaysen Sørnes
34f7bde859
oleview: Add Norwegian Bokmål translation.
2006-11-27 13:44:47 +01:00
Alexander Nicolaysen Sørnes
6908df76dd
winecfg: Updated Norwegian Bokmål translation.
2006-11-27 13:44:44 +01:00
Kevin Koltzau
44685c234f
winex11.drv: Process browser and multimedia key events.
2006-11-27 13:44:35 +01:00
Kevin Koltzau
80db3ad8bb
user32: Generate WM_APPCOMMAND messages for browser and multimedia keys.
2006-11-27 13:44:31 +01:00
Kevin Koltzau
00ad155a40
winuser.h: Add some HSHELL and APPCOMMAND defines.
2006-11-27 13:43:29 +01:00
Kevin Koltzau
baaefe9783
winuser.h: Define browser and multimedia keys.
2006-11-27 13:43:25 +01:00
Dmitry Timoshkov
f4b444249b
kernel32: Improve the PE loader test.
2006-11-27 13:43:17 +01:00
Andrew Talbot
92dc74016a
wined3d: Cast-qual warnings fix.
2006-11-27 13:43:10 +01:00
Andrew Talbot
f3a515ce19
wined3d: Cast-qual warnings fix.
2006-11-27 13:43:05 +01:00
Andrew Talbot
5381dd2cf6
wined3d: Cast-qual warnings fix.
2006-11-27 13:43:00 +01:00
Francois Gouget
48af421a8b
msi: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-27 13:42:53 +01:00
Francois Gouget
a8cd5acdb8
msacm32: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-27 13:42:50 +01:00
Francois Gouget
bc32fb64c8
mpr: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-27 13:42:47 +01:00
Francois Gouget
cb4faf425f
comdlg32: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-27 13:42:44 +01:00
Francois Gouget
7965efd252
comctl32: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-27 13:42:42 +01:00
Francois Gouget
c5b5aaa082
avifil32: Add a Portuguese translation (contributed by Americo Jose Melo).
2006-11-27 13:42:39 +01:00
Alexandre Julliard
573595a639
Release 0.9.26.
2006-11-24 17:18:04 +01:00
Markus Amsler
3fd8fe089c
d3d: Fix partially applied patch: Remove AddRef from GetDirect3D.
2006-11-24 12:57:01 +01:00
Christoph Frick
53620bc77b
dinput: Simplify the code that finds the offset of the given linux event.
2006-11-24 12:56:50 +01:00
Marcus Meissner
caa301a736
oleaut32: Protect against integer overflow in SysAllocStringLen.
2006-11-24 12:56:42 +01:00