wine
17 years agowinecfg: Remove some old dead code and associated language resources.
Vitaliy Margolen [Mon, 20 Nov 2006 02:23:18 +0000 (19:23 -0700)] 
winecfg: Remove some old dead code and associated language resources.

17 years agowinecfg: Update Russian translation.
Vitaliy Margolen [Mon, 20 Nov 2006 02:22:59 +0000 (19:22 -0700)] 
winecfg: Update Russian translation.

17 years agomshtml: Add basic support for ITimer interface.
Matthew Kehrer [Sun, 19 Nov 2006 22:59:43 +0000 (16:59 -0600)] 
mshtml: Add basic support for ITimer interface.

17 years agouser32: Add support for DdeEnableCallback(EC_DISABLE) command.
Dmitry Timoshkov [Tue, 21 Nov 2006 06:43:48 +0000 (14:43 +0800)] 
user32: Add support for DdeEnableCallback(EC_DISABLE) command.

17 years agoriched20: Simplify an array size calculation.
Mike McCormack [Tue, 21 Nov 2006 04:48:16 +0000 (13:48 +0900)] 
riched20: Simplify an array size calculation.

17 years agomsi: Fix use of integer fields in MsiFormatRecord.
Mike McCormack [Tue, 21 Nov 2006 07:40:14 +0000 (16:40 +0900)] 
msi: Fix use of integer fields in MsiFormatRecord.

17 years agomsi: Test MsiRecordGetString on an integer record fields with a NULL output buffer.
Mike McCormack [Tue, 21 Nov 2006 06:21:27 +0000 (15:21 +0900)] 
msi: Test MsiRecordGetString on an integer record fields with a NULL output buffer.

17 years agomsi: Add a test for formatting records with strings.
Mike McCormack [Tue, 21 Nov 2006 06:21:13 +0000 (15:21 +0900)] 
msi: Add a test for formatting records with strings.

17 years agomsi: Don't access the list of controls after the dialog is destroyed.
Mike McCormack [Tue, 21 Nov 2006 04:48:07 +0000 (13:48 +0900)] 
msi: Don't access the list of controls after the dialog is destroyed.

17 years agomsi: Create a function to free control data.
Mike McCormack [Tue, 21 Nov 2006 04:47:58 +0000 (13:47 +0900)] 
msi: Create a function to free control data.

17 years agomsi: Fix an access after freeing memory.
Mike McCormack [Tue, 21 Nov 2006 04:47:42 +0000 (13:47 +0900)] 
msi: Fix an access after freeing memory.

17 years agowineconsole: Updated Norwegian Bokmål translation.
Alexander Nicolaysen Sørnes [Mon, 20 Nov 2006 17:00:58 +0000 (18:00 +0100)] 
wineconsole: Updated Norwegian Bokmål translation.

17 years agoregedit: Updated Norwegian Bokmål translation.
Alexander Nicolaysen Sørnes [Mon, 20 Nov 2006 17:00:58 +0000 (18:00 +0100)] 
regedit: Updated Norwegian Bokmål translation.

17 years agouser32: Add some optional messages to the button message test.
Dmitry Timoshkov [Mon, 20 Nov 2006 14:20:54 +0000 (22:20 +0800)] 
user32: Add some optional messages to the button message test.

17 years agocomctl32: Set the result to IDOK on 'Finish'.
Huw Davies [Mon, 20 Nov 2006 12:21:17 +0000 (12:21 +0000)] 
comctl32: Set the result to IDOK on 'Finish'.

17 years agowinecfg: Don't try to load the arts driver, the arts library is too buggy.
Alexandre Julliard [Tue, 21 Nov 2006 11:13:27 +0000 (12:13 +0100)] 
winecfg: Don't try to load the arts driver, the arts library is too buggy.

17 years agowinecfg: Add ability to change colors and non-client sizes.
Vitaliy Margolen [Sat, 18 Nov 2006 17:58:21 +0000 (10:58 -0700)] 
winecfg: Add ability to change colors and non-client sizes.

17 years agowinecfg: Move controls on "Desktop Integration" tab to make more room for the next...
Vitaliy Margolen [Sat, 18 Nov 2006 17:57:48 +0000 (10:57 -0700)] 
winecfg: Move controls on "Desktop Integration" tab to make more room for the next patch.

17 years agontdll: Don't bother with async I/O on regular files.
Alexandre Julliard [Mon, 20 Nov 2006 13:15:43 +0000 (14:15 +0100)] 
ntdll: Don't bother with async I/O on regular files.

17 years agontdll: Store the fd type in the cache and return it in server_get_unix_fd.
Alexandre Julliard [Mon, 20 Nov 2006 13:15:06 +0000 (14:15 +0100)] 
ntdll: Store the fd type in the cache and return it in server_get_unix_fd.

17 years agoserver: Return an fd type in the get_handle_fd request.
Alexandre Julliard [Mon, 20 Nov 2006 13:14:04 +0000 (14:14 +0100)] 
server: Return an fd type in the get_handle_fd request.

17 years agoUpdated Norwegian Bokmål translations.
Alexander Nicolaysen Sørnes [Sun, 19 Nov 2006 20:12:48 +0000 (21:12 +0100)] 
Updated Norwegian Bokmål translations.

17 years agowinex11.drv: Correct the count of characters matching with layout.
Ken Thomases [Fri, 17 Nov 2006 20:47:31 +0000 (14:47 -0600)] 
winex11.drv: Correct the count of characters matching with layout.

17 years agowinex11.drv: Enable code for picking layout-independent vkey as second pass.
Ken Thomases [Fri, 17 Nov 2006 20:47:16 +0000 (14:47 -0600)] 
winex11.drv: Enable code for picking layout-independent vkey as second pass.

17 years agowinex11.drv: Changed indenting of some dead code.
Ken Thomases [Fri, 17 Nov 2006 20:46:58 +0000 (14:46 -0600)] 
winex11.drv: Changed indenting of some dead code.

17 years agowinex11.drv: Move some dead code from inside a loop to just after the loop.
Ken Thomases [Fri, 17 Nov 2006 20:46:46 +0000 (14:46 -0600)] 
winex11.drv: Move some dead code from inside a loop to just after the loop.

17 years agowinex11.drv: Replace no-longer-existent VK_A, VK_Z, VK_0, and VK_9 constants.
Ken Thomases [Fri, 17 Nov 2006 20:46:31 +0000 (14:46 -0600)] 
winex11.drv: Replace no-longer-existent VK_A, VK_Z, VK_0, and VK_9 constants.

17 years agowinex11.drv: Track which vkeys have already been assigned to keycodes.
Ken Thomases [Fri, 17 Nov 2006 20:46:13 +0000 (14:46 -0600)] 
winex11.drv: Track which vkeys have already been assigned to keycodes.

17 years agowinex11.drv: Reset the keyc2vkey table to empty before rebuilding it.
Ken Thomases [Fri, 17 Nov 2006 20:46:00 +0000 (14:46 -0600)] 
winex11.drv: Reset the keyc2vkey table to empty before rebuilding it.

17 years agomsi: Split msi_set_sourcedir_props into a separate function.
Mike McCormack [Mon, 20 Nov 2006 07:27:36 +0000 (16:27 +0900)] 
msi: Split msi_set_sourcedir_props into a separate function.

17 years agomsi: Spelling fixes.
Mike McCormack [Mon, 20 Nov 2006 07:17:03 +0000 (16:17 +0900)] 
msi: Spelling fixes.

17 years agomsi: Add another test for the SourceDir property.
Mike McCormack [Mon, 20 Nov 2006 07:16:50 +0000 (16:16 +0900)] 
msi: Add another test for the SourceDir property.

17 years agomsi: Clean up parameters of msi_media_get_disk_info().
Mike McCormack [Mon, 20 Nov 2006 07:15:40 +0000 (16:15 +0900)] 
msi: Clean up parameters of msi_media_get_disk_info().

17 years agomsi: Fix some memory leaks.
Mike McCormack [Mon, 20 Nov 2006 07:15:18 +0000 (16:15 +0900)] 
msi: Fix some memory leaks.

17 years agomsi: Don't leak row handles.
Mike McCormack [Mon, 20 Nov 2006 07:15:07 +0000 (16:15 +0900)] 
msi: Don't leak row handles.

17 years agokernel32/tests: Avoid crash on Win95 (GetLongPathNameW).
Detlef Riekenberg [Sun, 19 Nov 2006 15:31:51 +0000 (16:31 +0100)] 
kernel32/tests: Avoid crash on Win95 (GetLongPathNameW).

17 years agokernel32/tests: Load tests on Win9x again (VirtualAllocEx+VirtualFreeEx).
Detlef Riekenberg [Sun, 19 Nov 2006 15:05:47 +0000 (16:05 +0100)] 
kernel32/tests: Load tests on Win9x again (VirtualAllocEx+VirtualFreeEx).

17 years agowine.inf: Add setupapi to fake dlls.
Louis Lenders [Sat, 18 Nov 2006 20:32:54 +0000 (20:32 +0000)] 
wine.inf: Add setupapi to fake dlls.

17 years agowined3d: Only copy the depth buffer if there is one.
H. Verbeet [Sat, 18 Nov 2006 16:08:17 +0000 (17:08 +0100)] 
wined3d: Only copy the depth buffer if there is one.

17 years agowined3d: Make sure render target textures aren't bound when we start drawing.
H. Verbeet [Sat, 18 Nov 2006 16:08:03 +0000 (17:08 +0100)] 
wined3d: Make sure render target textures aren't bound when we start drawing.

17 years agowined3d: Support cube map FBO attachments.
H. Verbeet [Sat, 18 Nov 2006 16:07:47 +0000 (17:07 +0100)] 
wined3d: Support cube map FBO attachments.

17 years agowined3d: Fix GL_ARB_texture_cube_map extension support.
H. Verbeet [Sat, 18 Nov 2006 16:07:32 +0000 (17:07 +0100)] 
wined3d: Fix GL_ARB_texture_cube_map extension support.

17 years agowinmm: Avoid using sizeof() in traces.
Alexandre Julliard [Mon, 20 Nov 2006 10:27:18 +0000 (11:27 +0100)] 
winmm: Avoid using sizeof() in traces.

17 years agokernel32: Replace magic numbers with descriptive defines.
James Hawkins [Sat, 18 Nov 2006 02:13:03 +0000 (18:13 -0800)] 
kernel32: Replace magic numbers with descriptive defines.

17 years agouser32: Cast-qual warnings fix.
Andrew Talbot [Sat, 18 Nov 2006 14:23:01 +0000 (14:23 +0000)] 
user32: Cast-qual warnings fix.

17 years agouser32: Cast-qual warnings fix.
Andrew Talbot [Sat, 18 Nov 2006 14:22:13 +0000 (14:22 +0000)] 
user32: Cast-qual warnings fix.

17 years agouser32: Cast-qual warnings fix.
Andrew Talbot [Sat, 18 Nov 2006 14:21:29 +0000 (14:21 +0000)] 
user32: Cast-qual warnings fix.

17 years agouser32: Cast-qual warnings fix.
Andrew Talbot [Sat, 18 Nov 2006 14:24:55 +0000 (14:24 +0000)] 
user32: Cast-qual warnings fix.

17 years agontdll: Converted bitmask into TRUE/FALSE.
Marcus Meissner [Sat, 18 Nov 2006 10:09:36 +0000 (11:09 +0100)] 
ntdll: Converted bitmask into TRUE/FALSE.

17 years agokernel32: Added missing shift by 8.
Marcus Meissner [Sat, 18 Nov 2006 10:07:32 +0000 (11:07 +0100)] 
kernel32: Added missing shift by 8.

17 years agowined3d: Allow the depth buffer to be shared between onscreen and offscreen rendering...
H. Verbeet [Fri, 17 Nov 2006 12:24:04 +0000 (13:24 +0100)] 
wined3d: Allow the depth buffer to be shared between onscreen and offscreen rendering modes.

17 years agowined3d: Add FBO support for offscreen rendering.
H. Verbeet [Fri, 17 Nov 2006 12:24:00 +0000 (13:24 +0100)] 
wined3d: Add FBO support for offscreen rendering.

17 years agowined3d: Make the offscreen render mode a registry setting.
H. Verbeet [Fri, 17 Nov 2006 12:23:53 +0000 (13:23 +0100)] 
wined3d: Make the offscreen render mode a registry setting.

17 years agowined3d: Fix depth buffer formats to use actual depth textures.
H. Verbeet [Fri, 17 Nov 2006 14:02:02 +0000 (15:02 +0100)] 
wined3d: Fix depth buffer formats to use actual depth textures.

17 years agowined3d: Rename renderUpsideDown to render_offscreen.
H. Verbeet [Fri, 17 Nov 2006 12:23:41 +0000 (13:23 +0100)] 
wined3d: Rename renderUpsideDown to render_offscreen.

17 years agomsxml3: Implement createElement.
Huw Davies [Fri, 17 Nov 2006 14:32:17 +0000 (14:32 +0000)] 
msxml3: Implement createElement.

17 years agosetupapi: Add tests for SetupGet{SourceFileLocation, SourceInfo, TargetPath}.
Hans Leidekker [Fri, 17 Nov 2006 12:48:38 +0000 (13:48 +0100)] 
setupapi: Add tests for SetupGet{SourceFileLocation, SourceInfo, TargetPath}.

17 years agomshtml: Remove nscstring and nscwstring typedefs.
Jacek Caban [Fri, 17 Nov 2006 12:08:51 +0000 (13:08 +0100)] 
mshtml: Remove nscstring and nscwstring typedefs.

17 years agomshtml: Added semi-stub createStyleSheet implementation.
Jacek Caban [Fri, 17 Nov 2006 12:08:09 +0000 (13:08 +0100)] 
mshtml: Added semi-stub createStyleSheet implementation.

17 years agomshtml: Added put_fontSize implementation.
Jacek Caban [Fri, 17 Nov 2006 12:07:12 +0000 (13:07 +0100)] 
mshtml: Added put_fontSize implementation.

17 years agomshtml: Added put_backgroundColor implementation.
Jacek Caban [Fri, 17 Nov 2006 12:06:30 +0000 (13:06 +0100)] 
mshtml: Added put_backgroundColor implementation.

17 years agomshtml: Added put_fontFamily implementation.
Jacek Caban [Fri, 17 Nov 2006 12:05:48 +0000 (13:05 +0100)] 
mshtml: Added put_fontFamily implementation.

17 years agomshtml: Store nsIDOMCSSStyleDeclaration in HTMLStyle.
Jacek Caban [Fri, 17 Nov 2006 12:05:01 +0000 (13:05 +0100)] 
mshtml: Store nsIDOMCSSStyleDeclaration in HTMLStyle.

17 years agomshtml: Added get_style implementation.
Jacek Caban [Fri, 17 Nov 2006 12:04:06 +0000 (13:04 +0100)] 
mshtml: Added get_style implementation.

17 years agoinclude: Install adshlp.h too.
Alexandre Julliard [Fri, 17 Nov 2006 14:47:16 +0000 (15:47 +0100)] 
include: Install adshlp.h too.

17 years agoinclude: Get rid of heap.h.
Alexandre Julliard [Fri, 17 Nov 2006 14:29:40 +0000 (15:29 +0100)] 
include: Get rid of heap.h.

17 years agogdi32: Get rid of the gdi.h include.
Alexandre Julliard [Fri, 17 Nov 2006 13:52:07 +0000 (14:52 +0100)] 
gdi32: Get rid of the gdi.h include.

17 years agogdi32: Stop exporting GDI_GetObjPtr and GDI_ReleaseObj.
Alexandre Julliard [Fri, 17 Nov 2006 13:39:04 +0000 (14:39 +0100)] 
gdi32: Stop exporting GDI_GetObjPtr and GDI_ReleaseObj.

17 years agowinex11.drv: Store the palette mapping in an X context instead of the GDI object.
Alexandre Julliard [Fri, 17 Nov 2006 13:38:43 +0000 (14:38 +0100)] 
winex11.drv: Store the palette mapping in an X context instead of the GDI object.

17 years agogdi32: Get rid of the palette mapping handling and leave it up to the driver.
Alexandre Julliard [Fri, 17 Nov 2006 13:38:11 +0000 (14:38 +0100)] 
gdi32: Get rid of the palette mapping handling and leave it up to the driver.

17 years agowinex11.drv: Abstract accesses to the palette color mapping.
Alexandre Julliard [Fri, 17 Nov 2006 13:36:34 +0000 (14:36 +0100)] 
winex11.drv: Abstract accesses to the palette color mapping.

17 years agowinex11.drv: Avoid some direct accesses to the PALETTEOBJ structure.
Alexandre Julliard [Fri, 17 Nov 2006 12:47:39 +0000 (13:47 +0100)] 
winex11.drv: Avoid some direct accesses to the PALETTEOBJ structure.

17 years agogdi32: Moved the system palette flags to winex11.drv.
Alexandre Julliard [Fri, 17 Nov 2006 12:13:34 +0000 (13:13 +0100)] 
gdi32: Moved the system palette flags to winex11.drv.

17 years agogdi32: Avoid accessing the internal palette object from dib.c.
Alexandre Julliard [Fri, 17 Nov 2006 13:34:20 +0000 (14:34 +0100)] 
gdi32: Avoid accessing the internal palette object from dib.c.

17 years agod3d9: Include wingdi.h, not gdi.h.
Alexandre Julliard [Fri, 17 Nov 2006 11:46:15 +0000 (12:46 +0100)] 
d3d9: Include wingdi.h, not gdi.h.

17 years agourlmon: Cast-qual warnings fix.
Andrew Talbot [Thu, 16 Nov 2006 21:55:05 +0000 (21:55 +0000)] 
urlmon: Cast-qual warnings fix.

17 years agowinecfg: Allow editing of broken drive links.
Vitaliy Margolen [Thu, 16 Nov 2006 19:28:49 +0000 (12:28 -0700)] 
winecfg: Allow editing of broken drive links.

17 years agomsvcrt: Add _fstat64 and _stat64 to msvcrt.spec.
Louis Lenders [Thu, 16 Nov 2006 11:49:47 +0000 (11:49 +0000)] 
msvcrt: Add _fstat64 and _stat64 to msvcrt.spec.

17 years agomsi: Fix a memory leak in load_folder().
Mike McCormack [Fri, 17 Nov 2006 08:50:41 +0000 (17:50 +0900)] 
msi: Fix a memory leak in load_folder().

17 years agomsi: Remove unnecessary includes.
Mike McCormack [Fri, 17 Nov 2006 06:16:13 +0000 (15:16 +0900)] 
msi: Remove unnecessary includes.

17 years agomsi: Remove a level of indent in resolve_folder().
Mike McCormack [Fri, 17 Nov 2006 06:15:56 +0000 (15:15 +0900)] 
msi: Remove a level of indent in resolve_folder().

17 years agomsi: Add a test showing the _Properties table is a bit strange.
Mike McCormack [Fri, 17 Nov 2006 06:15:42 +0000 (15:15 +0900)] 
msi: Add a test showing the _Properties table is a bit strange.

17 years agomsi: Add a test showing which tables are special.
Mike McCormack [Fri, 17 Nov 2006 06:15:03 +0000 (15:15 +0900)] 
msi: Add a test showing which tables are special.

17 years agomsi: Remove some redundant else statements.
Mike McCormack [Fri, 17 Nov 2006 06:14:39 +0000 (15:14 +0900)] 
msi: Remove some redundant else statements.

17 years agowinedump: Print new DLL characteristics.
Kevin Koltzau [Fri, 17 Nov 2006 03:43:25 +0000 (22:43 -0500)] 
winedump: Print new DLL characteristics.

17 years agowinnt.h: Add AMD64 relocation types.
Kevin Koltzau [Fri, 17 Nov 2006 04:29:29 +0000 (23:29 -0500)] 
winnt.h: Add AMD64 relocation types.

17 years agowinnt.h: Add defines for new DLL characteristics.
Kevin Koltzau [Fri, 17 Nov 2006 03:23:14 +0000 (22:23 -0500)] 
winnt.h: Add defines for new DLL characteristics.

17 years agomsxml3: Implement createProcessingInstruction with a stub PI object.
Huw Davies [Thu, 16 Nov 2006 23:17:00 +0000 (23:17 +0000)] 
msxml3: Implement createProcessingInstruction with a stub PI object.

17 years agokernel32: Use the appropriate Unix locale for GetLocaleInfo when a default LCID is...
Alexandre Julliard [Thu, 16 Nov 2006 21:11:58 +0000 (22:11 +0100)] 
kernel32: Use the appropriate Unix locale for GetLocaleInfo when a default LCID is used.

For instance LOCALE_SDATE is looked up in the lcid corresponding to
LC_TIME, LOCALE_IDIGITS in the LC_NUMERIC lcid, etc.

17 years agokernel32: Added the locale name entry to all locale definitions.
Alexandre Julliard [Thu, 16 Nov 2006 21:11:36 +0000 (22:11 +0100)] 
kernel32: Added the locale name entry to all locale definitions.

17 years agokernel32: Rewrote the locale matching to match more elements and to support Windows...
Alexandre Julliard [Thu, 16 Nov 2006 21:11:19 +0000 (22:11 +0100)] 
kernel32: Rewrote the locale matching to match more elements and to support Windows-format locale names.

Added implementation for LocaleNameToLCID and LCIDToLocaleName.

17 years agoole32: CoRegisterMessageFilter shouldn't crash on an uninitialized apartment.
Huw Davies [Thu, 16 Nov 2006 17:49:31 +0000 (17:49 +0000)] 
ole32: CoRegisterMessageFilter shouldn't crash on an uninitialized apartment.

17 years agoshell32: Fix a function name in a comment.
Detlef Riekenberg [Thu, 16 Nov 2006 16:10:44 +0000 (17:10 +0100)] 
shell32: Fix a function name in a comment.

17 years agokernel32: Add a basic PE loader test.
Dmitry Timoshkov [Thu, 16 Nov 2006 15:50:57 +0000 (23:50 +0800)] 
kernel32: Add a basic PE loader test.

17 years agosetupapi: Implement SetupGetTargetPath{A,W}.
Hans Leidekker [Thu, 16 Nov 2006 13:26:01 +0000 (14:26 +0100)] 
setupapi: Implement SetupGetTargetPath{A,W}.

17 years agolocalspl/tests: Add test for ConfigurePortW.
Detlef Riekenberg [Tue, 14 Nov 2006 23:20:58 +0000 (00:20 +0100)] 
localspl/tests: Add test for ConfigurePortW.

17 years agouser32: Renamed the user/ directory to user32.
Alexandre Julliard [Thu, 16 Nov 2006 13:49:25 +0000 (14:49 +0100)] 
user32: Renamed the user/ directory to user32.

17 years agod3d9: Forward port d3d8 refcount tests.
Markus Amsler [Wed, 15 Nov 2006 22:33:20 +0000 (23:33 +0100)] 
d3d9: Forward port d3d8 refcount tests.

17 years agod3d8: Show that the implicit surfaces are not freed if refcount reaches 0.
Markus Amsler [Wed, 15 Nov 2006 22:32:57 +0000 (23:32 +0100)] 
d3d8: Show that the implicit surfaces are not freed if refcount reaches 0.

17 years agoshlwapi: Cast-qual warnings fix.
Andrew Talbot [Wed, 15 Nov 2006 22:02:48 +0000 (22:02 +0000)] 
shlwapi: Cast-qual warnings fix.