wine
18 years agowinedump: Dump the EMF files as any other file types.
Eric Pouech [Wed, 29 Nov 2006 20:40:21 +0000 (21:40 +0100)] 
winedump: Dump the EMF files as any other file types.

Internally, make use of the PRD function for checking available file ranges.

18 years agowinedump: Use same scheme for dumping lnk files as the executables (through the PRD...
Eric Pouech [Wed, 29 Nov 2006 20:40:16 +0000 (21:40 +0100)] 
winedump: Use same scheme for dumping lnk files as the executables (through the PRD macro and a full mapped image).

18 years agowinedump: Use a uniform scheme for dumping file contents.
Eric Pouech [Wed, 29 Nov 2006 20:40:12 +0000 (21:40 +0100)] 
winedump: Use a uniform scheme for dumping file contents.

18 years agowinedump: Header file pe.h is useless, get rid of it.
Eric Pouech [Wed, 29 Nov 2006 20:40:08 +0000 (21:40 +0100)] 
winedump: Header file pe.h is useless, get rid of it.

18 years agowinedump: Changed PE, NE, LE dumping so that they are consistent in terms of dump...
Eric Pouech [Wed, 29 Nov 2006 20:40:00 +0000 (21:40 +0100)] 
winedump: Changed PE, NE, LE dumping so that they are consistent in terms of dump function signatures.

Avoid passing around the base of the module, but use instead the PRD function.

18 years agoadvapi32: Remove redundant NULL checks before CRYPT_Free.
James Hawkins [Thu, 30 Nov 2006 04:50:58 +0000 (20:50 -0800)] 
advapi32: Remove redundant NULL checks before CRYPT_Free.

18 years agomsi: Use mi->source if the source is not a full path.
James Hawkins [Thu, 30 Nov 2006 04:30:01 +0000 (20:30 -0800)] 
msi: Use mi->source if the source is not a full path.

18 years agowinex11.drv: Fix SetWindowPos parameters in the spec file.
Pierre d'Herbemont [Thu, 30 Nov 2006 01:23:12 +0000 (02:23 +0100)] 
winex11.drv: Fix SetWindowPos parameters in the spec file.

18 years agofonts: Add Ukrainian symbols in System font.
Konstantin Kondratyuk [Wed, 29 Nov 2006 17:12:15 +0000 (20:12 +0300)] 
fonts: Add Ukrainian symbols in System font.

18 years agofonts: Add ukrainian symbols in Courier.
Konstantin Kondratyuk [Wed, 29 Nov 2006 17:06:00 +0000 (20:06 +0300)] 
fonts: Add ukrainian symbols in Courier.

18 years agofonts: Add Ukrainian symbols in MS Sans Serif.
Konstantin Kondratyuk [Wed, 29 Nov 2006 17:09:58 +0000 (20:09 +0300)] 
fonts: Add Ukrainian symbols in MS Sans Serif.

18 years agofonts: Add Ukrainian symbols in Small fonts.
Konstantin Kondratyuk [Wed, 29 Nov 2006 17:11:14 +0000 (20:11 +0300)] 
fonts: Add Ukrainian symbols in Small fonts.

18 years agomsi: Add handling for the InstallODBC action.
James Hawkins [Tue, 28 Nov 2006 02:20:33 +0000 (18:20 -0800)] 
msi: Add handling for the InstallODBC action.

18 years agomsi: Don't fail if we can't remove an existing install file.
James Hawkins [Tue, 28 Nov 2006 02:18:51 +0000 (18:18 -0800)] 
msi: Don't fail if we can't remove an existing install file.

18 years agowinspool/tests: Add initial tests for AddPort.
Detlef Riekenberg [Mon, 27 Nov 2006 23:50:57 +0000 (00:50 +0100)] 
winspool/tests: Add initial tests for AddPort.

18 years agowinspool: Implement AddPortA.
Detlef Riekenberg [Mon, 27 Nov 2006 23:49:54 +0000 (00:49 +0100)] 
winspool: Implement AddPortA.

18 years agowinspool: Implement AddPortW.
Detlef Riekenberg [Mon, 27 Nov 2006 23:49:06 +0000 (00:49 +0100)] 
winspool: Implement AddPortW.

18 years agowinspool/tests: Add initial test for DeletePort.
Detlef Riekenberg [Mon, 27 Nov 2006 23:48:04 +0000 (00:48 +0100)] 
winspool/tests: Add initial test for DeletePort.

18 years agowinspool: Implement DeletePortA.
Detlef Riekenberg [Mon, 27 Nov 2006 23:47:08 +0000 (00:47 +0100)] 
winspool: Implement DeletePortA.

18 years agowinspool: Implement DeletePortW.
Detlef Riekenberg [Mon, 27 Nov 2006 23:46:28 +0000 (00:46 +0100)] 
winspool: Implement DeletePortW.

18 years agouser32: Factorize driver's SetWindowPos in user32.
Pierre d'Herbemont [Sun, 26 Nov 2006 22:21:02 +0000 (23:21 +0100)] 
user32: Factorize driver's SetWindowPos in user32.

18 years agosetupapi: Added AssertFail stub.
Christian Gmeiner [Mon, 27 Nov 2006 13:02:53 +0000 (14:02 +0100)] 
setupapi: Added AssertFail stub.

18 years agocomdlg32: Make some data const.
Dmitry Timoshkov [Wed, 29 Nov 2006 10:04:52 +0000 (18:04 +0800)] 
comdlg32: Make some data const.

18 years agoadvapi32: Make some data const.
Dmitry Timoshkov [Wed, 29 Nov 2006 10:04:27 +0000 (18:04 +0800)] 
advapi32: Make some data const.

18 years agodsound: Make some data const.
Dmitry Timoshkov [Wed, 29 Nov 2006 10:05:06 +0000 (18:05 +0800)] 
dsound: Make some data const.

18 years agowinedos: Make some data const.
Dmitry Timoshkov [Wed, 29 Nov 2006 10:03:59 +0000 (18:03 +0800)] 
winedos: Make some data const.

18 years agoriched20: Make some data const.
Dmitry Timoshkov [Wed, 29 Nov 2006 10:06:16 +0000 (18:06 +0800)] 
riched20: Make some data const.

18 years agoquartz: Make some data const and static.
Dmitry Timoshkov [Wed, 29 Nov 2006 10:05:43 +0000 (18:05 +0800)] 
quartz: Make some data const and static.

18 years agomshtml: Make some data const.
Dmitry Timoshkov [Wed, 29 Nov 2006 10:05:31 +0000 (18:05 +0800)] 
mshtml: Make some data const.

18 years agocomctl32: Make some data const.
Dmitry Timoshkov [Wed, 29 Nov 2006 10:04:40 +0000 (18:04 +0800)] 
comctl32: Make some data const.

18 years agowinspool.drv: Make some data const.
Dmitry Timoshkov [Wed, 29 Nov 2006 10:04:13 +0000 (18:04 +0800)] 
winspool.drv: Make some data const.

18 years agourlmon: Make some data const.
Dmitry Timoshkov [Wed, 29 Nov 2006 10:03:44 +0000 (18:03 +0800)] 
urlmon: Make some data const.

18 years agoshdocvw: Make some data const.
Dmitry Timoshkov [Wed, 29 Nov 2006 10:03:30 +0000 (18:03 +0800)] 
shdocvw: Make some data const.

18 years agomsi: Make some data const and static.
Dmitry Timoshkov [Wed, 29 Nov 2006 10:03:14 +0000 (18:03 +0800)] 
msi: Make some data const and static.

18 years agowinex11.drv: Make some data const.
Dmitry Timoshkov [Wed, 29 Nov 2006 10:03:00 +0000 (18:03 +0800)] 
winex11.drv: Make some data const.

18 years agontdll: Make some data const.
Dmitry Timoshkov [Wed, 29 Nov 2006 10:02:45 +0000 (18:02 +0800)] 
ntdll: Make some data const.

18 years agosecur32: Improve version detection, move all the version detection to ntlm.c.
Kai Blin [Wed, 29 Nov 2006 09:58:02 +0000 (10:58 +0100)] 
secur32: Improve version detection, move all the version detection to ntlm.c.

Also, as starting with Samba 3.0.24, ntlm_auth will have all the features
we need, require that as minimal version and remove odd old-version
compatibility hacks.

18 years agomsi: Update the UI in one place only in ACTION_ProcessComponents.
Mike McCormack [Wed, 29 Nov 2006 07:36:58 +0000 (16:36 +0900)] 
msi: Update the UI in one place only in ACTION_ProcessComponents.

18 years agomsi: Advertise components of a feature that has the msidbFeatureAttributesFavorAdvert...
Mike McCormack [Wed, 29 Nov 2006 07:37:07 +0000 (16:37 +0900)] 
msi: Advertise components of a feature that has the msidbFeatureAttributesFavorAdvertise property.

18 years agocomctl32: Cast-qual warnings fix.
Andrew Talbot [Tue, 28 Nov 2006 22:23:42 +0000 (22:23 +0000)] 
comctl32: Cast-qual warnings fix.

18 years agows2_32: Implement SO_GET_MAX_MSG_SIZE for getsockopt.
Kai Blin [Tue, 28 Nov 2006 17:43:49 +0000 (18:43 +0100)] 
ws2_32: Implement SO_GET_MAX_MSG_SIZE for getsockopt.

18 years agomsi: Synchronize msi exports with what PSDK has.
Dmitry Timoshkov [Tue, 28 Nov 2006 13:49:09 +0000 (21:49 +0800)] 
msi: Synchronize msi exports with what PSDK has.

18 years agolocalspl: Add initial tests for AddPortW.
Detlef Riekenberg [Mon, 27 Nov 2006 23:45:10 +0000 (00:45 +0100)] 
localspl: Add initial tests for AddPortW.

18 years agospoolss: Implement AllocSplStr + DllFreeSplStr.
Detlef Riekenberg [Mon, 27 Nov 2006 23:42:28 +0000 (00:42 +0100)] 
spoolss: Implement AllocSplStr + DllFreeSplStr.

18 years agowinedump: Add partial COFF library support.
Dmitry Timoshkov [Tue, 28 Nov 2006 10:40:13 +0000 (18:40 +0800)] 
winedump: Add partial COFF library support.

18 years agomlang: Implement LcidToRfc1766 and GetRfc1766FromLcid.
Dmitry Timoshkov [Tue, 28 Nov 2006 10:39:53 +0000 (18:39 +0800)] 
mlang: Implement LcidToRfc1766 and GetRfc1766FromLcid.

18 years agoshlwapi: Make some data const.
Dmitry Timoshkov [Tue, 28 Nov 2006 10:39:32 +0000 (18:39 +0800)] 
shlwapi: Make some data const.

18 years agooleaut32: Make some data const and static.
Dmitry Timoshkov [Tue, 28 Nov 2006 10:39:22 +0000 (18:39 +0800)] 
oleaut32: Make some data const and static.

18 years agoole32: Make some data const.
Dmitry Timoshkov [Tue, 28 Nov 2006 10:39:10 +0000 (18:39 +0800)] 
ole32: Make some data const.

18 years agoshell32: Make some data static and const.
Dmitry Timoshkov [Tue, 28 Nov 2006 10:38:58 +0000 (18:38 +0800)] 
shell32: Make some data static and const.

18 years agouser32: Make some data const.
Dmitry Timoshkov [Tue, 28 Nov 2006 10:38:46 +0000 (18:38 +0800)] 
user32: Make some data const.

18 years agokernel32: Make some data const.
Dmitry Timoshkov [Tue, 28 Nov 2006 10:38:34 +0000 (18:38 +0800)] 
kernel32: Make some data const.

18 years agowinedump: Make some data const.
Dmitry Timoshkov [Tue, 28 Nov 2006 10:38:22 +0000 (18:38 +0800)] 
winedump: Make some data const.

18 years agokernel32: Add more obscure PE images that XP is able to load.
Dmitry Timoshkov [Tue, 28 Nov 2006 10:38:07 +0000 (18:38 +0800)] 
kernel32: Add more obscure PE images that XP is able to load.

18 years agowined3d: Set the initial FBO depth stencil when creating the device.
H. Verbeet [Mon, 27 Nov 2006 19:51:11 +0000 (20:51 +0100)] 
wined3d: Set the initial FBO depth stencil when creating the device.

18 years agowined3d: Delete the device's FBO when destroying the device.
H. Verbeet [Mon, 27 Nov 2006 19:51:07 +0000 (20:51 +0100)] 
wined3d: Delete the device's FBO when destroying the device.

18 years agowined3d: Use the texture sampling function in a few more instructions (GLSL).
H. Verbeet [Mon, 27 Nov 2006 19:51:01 +0000 (20:51 +0100)] 
wined3d: Use the texture sampling function in a few more instructions (GLSL).

18 years agowined3d: Use the texture sampling function in a few more instructions (ARB asm shaders).
H. Verbeet [Mon, 27 Nov 2006 19:50:57 +0000 (20:50 +0100)] 
wined3d: Use the texture sampling function in a few more instructions (ARB asm shaders).

18 years agowined3d: Fix the texm3x3tex instruction to sample properly.
H. Verbeet [Mon, 27 Nov 2006 19:50:51 +0000 (20:50 +0100)] 
wined3d: Fix the texm3x3tex instruction to sample properly.

18 years agowined3d: Create a separate function for sampling a texture.
H. Verbeet [Mon, 27 Nov 2006 19:50:47 +0000 (20:50 +0100)] 
wined3d: Create a separate function for sampling a texture.

18 years agowined3d: Select the right shader backend when creating the device.
H. Verbeet [Mon, 27 Nov 2006 19:50:43 +0000 (20:50 +0100)] 
wined3d: Select the right shader backend when creating the device.

18 years agowined3d: Move some code specific to the different shader backends into the respective...
H. Verbeet [Mon, 27 Nov 2006 19:50:37 +0000 (20:50 +0100)] 
wined3d: Move some code specific to the different shader backends into the respective source files.

18 years agomsi: Use MSI_IterateRecords in ACTION_AppSearch.
Mike McCormack [Tue, 28 Nov 2006 08:46:25 +0000 (17:46 +0900)] 
msi: Use MSI_IterateRecords in ACTION_AppSearch.

18 years agomsi: Use MSI_QueryGetRecord in ACTION_AppSearchIni.
Mike McCormack [Tue, 28 Nov 2006 08:45:46 +0000 (17:45 +0900)] 
msi: Use MSI_QueryGetRecord in ACTION_AppSearchIni.

18 years agomsi: Use MSI_QueryGetRecord in ACTION_AppSearchDr.
Mike McCormack [Tue, 28 Nov 2006 08:46:05 +0000 (17:46 +0900)] 
msi: Use MSI_QueryGetRecord in ACTION_AppSearchDr.

18 years agoriched20: Make EM_SETPARAFORMAT use ME_RewrapRepaint instead of ME_UpdateRepaint.
Matt Finnicum [Tue, 28 Nov 2006 08:51:56 +0000 (02:51 -0600)] 
riched20: Make EM_SETPARAFORMAT use ME_RewrapRepaint instead of ME_UpdateRepaint.

18 years agoriched20: Make EM_SETCHARFORMAT call ME_RewrapRepaint instead of ME_UpdateRepaint.
Matt Finnicum [Tue, 28 Nov 2006 08:50:25 +0000 (02:50 -0600)] 
riched20: Make EM_SETCHARFORMAT call ME_RewrapRepaint instead of ME_UpdateRepaint.

18 years agoriched20: Make WM_SETFONT call RewrapRepaint instead of UpdateRepaint.
Matt Finnicum [Tue, 28 Nov 2006 07:35:58 +0000 (01:35 -0600)] 
riched20: Make WM_SETFONT call RewrapRepaint instead of UpdateRepaint.

18 years agoriched20: EM_EXLIMITTEXT: ignore wParam and properly cast lParam.
Matt Finnicum [Tue, 28 Nov 2006 05:56:25 +0000 (23:56 -0600)] 
riched20: EM_EXLIMITTEXT: ignore wParam and properly cast lParam.

18 years agoriched20: Make ME_StreamIn create undos properly.
Matt Finnicum [Tue, 28 Nov 2006 05:35:50 +0000 (23:35 -0600)] 
riched20: Make ME_StreamIn create undos properly.

18 years agowinecfg: Update German translation.
Frank Richter [Mon, 27 Nov 2006 19:14:39 +0000 (20:14 +0100)] 
winecfg: Update German translation.

18 years agows2_32: Add WS_SIO_ADDRESS_LIST_QUERY stub to make native dplay error output more...
Kai Blin [Mon, 27 Nov 2006 19:09:46 +0000 (20:09 +0100)] 
ws2_32: Add WS_SIO_ADDRESS_LIST_QUERY stub to make native dplay error output more readable.

18 years agomshtml: Add missing '\n' in Wine trace.
Francois Gouget [Mon, 27 Nov 2006 18:20:14 +0000 (19:20 +0100)] 
mshtml: Add missing '\n' in Wine trace.

18 years agocmdlgtst: Add a Portuguese translation (contributed by Americo Jose Melo).
Francois Gouget [Mon, 27 Nov 2006 18:21:20 +0000 (19:21 +0100)] 
cmdlgtst: Add a Portuguese translation (contributed by Americo Jose Melo).

18 years agooledlg: Add a Portuguese translation (contributed by Americo Jose Melo).
Francois Gouget [Mon, 27 Nov 2006 18:22:00 +0000 (19:22 +0100)] 
oledlg: Add a Portuguese translation (contributed by Americo Jose Melo).

18 years agoregedit: Add a Portuguese translation (contributed by Americo Jose Melo).
Francois Gouget [Mon, 27 Nov 2006 18:21:15 +0000 (19:21 +0100)] 
regedit: Add a Portuguese translation (contributed by Americo Jose Melo).

18 years agowineconsole: Add a Portuguese translation (contributed by Americo Jose Melo).
Francois Gouget [Mon, 27 Nov 2006 18:21:05 +0000 (19:21 +0100)] 
wineconsole: Add a Portuguese translation (contributed by Americo Jose Melo).

18 years agowinefile: Add a Portuguese translation (contributed by Americo Jose Melo).
Francois Gouget [Mon, 27 Nov 2006 18:20:58 +0000 (19:20 +0100)] 
winefile: Add a Portuguese translation (contributed by Americo Jose Melo).

18 years agoshell32: Add a Portuguese translation (contributed by Americo Jose Melo).
Francois Gouget [Mon, 27 Nov 2006 18:21:50 +0000 (19:21 +0100)] 
shell32: Add a Portuguese translation (contributed by Americo Jose Melo).

18 years agoshdocvw: Add a Portuguese translation (contributed by Americo Jose Melo).
Francois Gouget [Mon, 27 Nov 2006 18:21:53 +0000 (19:21 +0100)] 
shdocvw: Add a Portuguese translation (contributed by Americo Jose Melo).

18 years agowinecfg: Add a Portuguese translation (contributed by Americo Jose Melo).
Francois Gouget [Mon, 27 Nov 2006 18:21:10 +0000 (19:21 +0100)] 
winecfg: Add a Portuguese translation (contributed by Americo Jose Melo).

18 years agowinmm: Add a Portuguese translation (contributed by Americo Jose Melo).
Francois Gouget [Mon, 27 Nov 2006 18:21:25 +0000 (19:21 +0100)] 
winmm: Add a Portuguese translation (contributed by Americo Jose Melo).

18 years agowininet: Add a Portuguese translation (contributed by Americo Jose Melo).
Francois Gouget [Mon, 27 Nov 2006 18:21:30 +0000 (19:21 +0100)] 
wininet: Add a Portuguese translation (contributed by Americo Jose Melo).

18 years agowinemine: Add a Portuguese translation (contributed by Americo Jose Melo).
Francois Gouget [Mon, 27 Nov 2006 18:20:50 +0000 (19:20 +0100)] 
winemine: Add a Portuguese translation (contributed by Americo Jose Melo).

18 years agouser32: Add a Portuguese translation (contributed by Americo Jose Melo).
Francois Gouget [Mon, 27 Nov 2006 18:21:34 +0000 (19:21 +0100)] 
user32: Add a Portuguese translation (contributed by Americo Jose Melo).

18 years agoshlwapi: Add a Portuguese translation (contributed by Americo Jose Melo).
Francois Gouget [Mon, 27 Nov 2006 18:21:46 +0000 (19:21 +0100)] 
shlwapi: Add a Portuguese translation (contributed by Americo Jose Melo).

18 years agomsrle32: Add a Portuguese translation (contributed by Americo Jose Melo).
Francois Gouget [Mon, 27 Nov 2006 18:20:31 +0000 (19:20 +0100)] 
msrle32: Add a Portuguese translation (contributed by Americo Jose Melo).

18 years agontdll: Unset the WINESERVERSOCKET variable after we have retrieved it.
Alexandre Julliard [Mon, 27 Nov 2006 19:05:56 +0000 (20:05 +0100)] 
ntdll: Unset the WINESERVERSOCKET variable after we have retrieved it.

18 years agowinsock: Get rid of already disabled WS prefix, thus fix Wine compilation on big...
Pierre d'Herbemont [Mon, 27 Nov 2006 17:19:03 +0000 (18:19 +0100)] 
winsock: Get rid of already disabled WS prefix, thus fix Wine compilation on big-endian.

18 years agowinsock: Add WS_ prefix on WSAIoctl constants.
Alexandre Julliard [Mon, 27 Nov 2006 17:48:58 +0000 (18:48 +0100)] 
winsock: Add WS_ prefix on WSAIoctl constants.

18 years agodbghelp: Silence typedefs children in sub program block.
Eric Pouech [Sat, 25 Nov 2006 09:31:30 +0000 (10:31 +0100)] 
dbghelp: Silence typedefs children in sub program block.

18 years agowinedbg: Added basic support for printing 64bit wide entities.
Eric Pouech [Fri, 24 Nov 2006 21:18:51 +0000 (22:18 +0100)] 
winedbg: Added basic support for printing 64bit wide entities.

18 years agowinedbg: Host references lookup.
Eric Pouech [Fri, 24 Nov 2006 21:18:47 +0000 (22:18 +0100)] 
winedbg: Host references lookup.

Since more and more information in now available through the CPU
registers, those require DLV_HOST access to be a bit better handled
than it is...

18 years agowinedbg: Various information printing issues.
Eric Pouech [Fri, 24 Nov 2006 21:18:42 +0000 (22:18 +0100)] 
winedbg: Various information printing issues.

- in backtraces, (void) functions should be listed with '()' as arguments instead of ''
- factorized code for diplaying information about a local/parameter
- fixed a couple of bugs here
- rewrote format specifiers for print commands (do no waste space for padding data)
- added support for new wine's dbghelp extension for local/parameter
  variables being out of scope

18 years agodbghelp: Removed the alpha status FIXME for the dwarf code.
Eric Pouech [Fri, 24 Nov 2006 21:18:39 +0000 (22:18 +0100)] 
dbghelp: Removed the alpha status FIXME for the dwarf code.

18 years agodbghelp: Correctly store the addresses of blocks.
Eric Pouech [Fri, 24 Nov 2006 21:18:35 +0000 (22:18 +0100)] 
dbghelp: Correctly store the addresses of blocks.

They are stored internally as offsets to the start of the function
which embeds the block.

18 years agodbghelp: Properly handle the void type in some declarations.
Eric Pouech [Fri, 24 Nov 2006 21:18:31 +0000 (22:18 +0100)] 
dbghelp: Properly handle the void type in some declarations.

18 years agodbghelp: We can now remove the default name prefix as all the non conforming cases...
Eric Pouech [Fri, 24 Nov 2006 21:18:26 +0000 (22:18 +0100)] 
dbghelp: We can now remove the default name prefix as all the non conforming cases have been eliminated.

Got rid of dwarf2_find_name which is now useless.

18 years agodbghelp: Extend support for inlined functions and handle them as generic blocks insid...
Eric Pouech [Fri, 24 Nov 2006 21:18:20 +0000 (22:18 +0100)] 
dbghelp: Extend support for inlined functions and handle them as generic blocks inside functions
(except for parameters which are converted into local variables).

Rewrote dwarf2_find_attribute so that it takes into account the
abstract origin information when available.

A+

18 years agodbghelp: Be a bit more strict on where we do actually expect default names to be...
Eric Pouech [Fri, 24 Nov 2006 21:18:16 +0000 (22:18 +0100)] 
dbghelp: Be a bit more strict on where we do actually expect default names to be generated

(removed this feature for UDTs, structures' fields, enums, typedefs, compilands)