Alexandre Julliard [Mon, 29 Aug 2005 12:26:19 +0000 (12:26 +0000)]
Moved the implementation of a couple of system.drv entry points to
system.c.
Oliver Stieber [Mon, 29 Aug 2005 12:20:02 +0000 (12:20 +0000)]
Added support for DXT2 and DXT4.
Juan Lang [Mon, 29 Aug 2005 12:18:15 +0000 (12:18 +0000)]
Added a LIST_FOR_EACH_ENTRY_SAFE helper macro.
Juan Lang [Mon, 29 Aug 2005 12:18:00 +0000 (12:18 +0000)]
Implemented memory cert stores.
Phil Krylov [Mon, 29 Aug 2005 12:17:42 +0000 (12:17 +0000)]
Improved header control performance by maintaining an internal order
array.
Alexandre Julliard [Mon, 29 Aug 2005 10:56:54 +0000 (10:56 +0000)]
Implemented wine_ldt_alloc_fs and wine_ldt_init_fs for Mac OS.
Alexandre Julliard [Mon, 29 Aug 2005 10:50:26 +0000 (10:50 +0000)]
Use __wine_unimplemented_stub from crt0 for 16-bit spec files too.
Alexander N. Sørnes [Mon, 29 Aug 2005 10:48:15 +0000 (10:48 +0000)]
Norwegian language support.
Jonathan Ernst [Mon, 29 Aug 2005 10:47:02 +0000 (10:47 +0000)]
French resources.
Frank Richter [Mon, 29 Aug 2005 10:46:45 +0000 (10:46 +0000)]
If a MINSIZEn property is not present, fall back to actual size of nth
image to determine whether it is suitable.
Alexandre Julliard [Mon, 29 Aug 2005 10:27:25 +0000 (10:27 +0000)]
Removed a few no longer used 16-bit exports.
Alexandre Julliard [Mon, 29 Aug 2005 10:26:48 +0000 (10:26 +0000)]
Moved TaskFindHandle16 to toolhelp16.c.
Alexandre Julliard [Mon, 29 Aug 2005 10:26:10 +0000 (10:26 +0000)]
Moved GlobalMasterHandle to global16.c.
Alexandre Julliard [Mon, 29 Aug 2005 10:20:51 +0000 (10:20 +0000)]
Moved the kernel 16-bit initialization to a new DllEntryPoint routine
in krnl386.
Mike McCormack [Mon, 29 Aug 2005 10:16:12 +0000 (10:16 +0000)]
- the combination of all table keys must be unique, not each key
- MsiViewExecute may not be called before MsiModifyView
Frank Richter [Mon, 29 Aug 2005 10:15:59 +0000 (10:15 +0000)]
Take a common computation out of two if-branches in
UXTHEME_LoadImage().
Oliver Stieber [Mon, 29 Aug 2005 10:15:47 +0000 (10:15 +0000)]
Implemented IWineD3DDevice_GetRenderTargetData.
Jacek Caban [Mon, 29 Aug 2005 10:15:17 +0000 (10:15 +0000)]
Move strings to resources.
Alexandre Julliard [Mon, 29 Aug 2005 09:49:47 +0000 (09:49 +0000)]
Use the correct ordinal flag for Win64 support.
Alexandre Julliard [Mon, 29 Aug 2005 09:46:32 +0000 (09:46 +0000)]
Added a couple of missing stubs for the non-ELF case.
Alexandre Julliard [Mon, 29 Aug 2005 09:40:11 +0000 (09:40 +0000)]
Get rid of the unused owner_name field.
Jonathan Ernst [Mon, 29 Aug 2005 09:39:13 +0000 (09:39 +0000)]
Theming setings in French.
Yuri Kozlov [Mon, 29 Aug 2005 09:39:04 +0000 (09:39 +0000)]
Set default size for toolbar bitmap if not specified.
Mike McCormack [Mon, 29 Aug 2005 09:38:39 +0000 (09:38 +0000)]
- build a standard Wine list of extensions instead of using an array
- use extension pointers instead of array indexes
Mike McCormack [Mon, 29 Aug 2005 09:38:19 +0000 (09:38 +0000)]
gcc 4.0 warning fixes.
Hans Leidekker [Mon, 29 Aug 2005 09:33:16 +0000 (09:33 +0000)]
Implement ldap_extended_operation* and ldap_close_extended_op.
Oliver Stieber [Mon, 29 Aug 2005 09:32:44 +0000 (09:32 +0000)]
Use wined3dformat when calling wined3d.
Frank Richter [Mon, 29 Aug 2005 09:30:17 +0000 (09:30 +0000)]
Implement "manual" image sharing(as opposed to using LoadImage() with
LR_SHARED) by keeping the loaded images in a list. This is needed for
proper alpha support later on since once-per-image preparations will
be needed then.
Jacek Caban [Mon, 29 Aug 2005 09:29:58 +0000 (09:29 +0000)]
- Added IHlinkTarget::Navigate test.
- Added downloading test (disabled).
Yuri Kozlov [Mon, 29 Aug 2005 09:29:37 +0000 (09:29 +0000)]
Theme dialog added in Ru.rc.
Alexandre Julliard [Sat, 27 Aug 2005 10:33:27 +0000 (10:33 +0000)]
Fixed the checklink target to link against winecrt0 too.
Alexandre Julliard [Sat, 27 Aug 2005 10:18:03 +0000 (10:18 +0000)]
Don't try to initialize the 16-bit thunking code if 16-bit support is
disabled.
Mike McCormack [Sat, 27 Aug 2005 10:01:03 +0000 (10:01 +0000)]
Add the allocated mime type to the mime type list.
Mike McCormack [Sat, 27 Aug 2005 10:00:38 +0000 (10:00 +0000)]
Fix gcc 4.0 warnings.
Thomas Weidenmueller [Sat, 27 Aug 2005 09:59:09 +0000 (09:59 +0000)]
It should be allowed to pass NULL handles in the phpage array of the
PROPSHEETHEADER structure to PropertySheet(), just ignore them.
Oliver Stieber [Sat, 27 Aug 2005 09:58:53 +0000 (09:58 +0000)]
Moved GetRasterStatus from device to swapchain.
Alexandre Julliard [Sat, 27 Aug 2005 09:27:09 +0000 (09:27 +0000)]
Explicitly import kernel32 in tests that use it.
Jacek Caban [Sat, 27 Aug 2005 09:25:56 +0000 (09:25 +0000)]
Added IHlinkTarget interface.
Robert Shearman [Sat, 27 Aug 2005 09:25:16 +0000 (09:25 +0000)]
- Implement IMarshal on proxies so that we don't end up with proxies
to proxies, causing potential deadlock issues and performance
problems.
- Add a test for this situation and remove the todo_wine from another
test that now succeeds.
Henning Gerhardt [Sat, 27 Aug 2005 09:24:41 +0000 (09:24 +0000)]
Added German resources.
Jason Edmeades [Sat, 27 Aug 2005 09:24:14 +0000 (09:24 +0000)]
Listbox delete string handling should validate the range of the
index. Added some tests.
Oliver Stieber [Sat, 27 Aug 2005 09:23:06 +0000 (09:23 +0000)]
Change SetDirty in texture to pass the value of dirty instead of
always passing TRUE.
Frank Richter [Sat, 27 Aug 2005 09:20:53 +0000 (09:20 +0000)]
Make AlphaBlend() respect the destination clipping region.
Frank Richter [Sat, 27 Aug 2005 09:20:43 +0000 (09:20 +0000)]
Added WC_SCROLLBAR.
Hans Leidekker [Sat, 27 Aug 2005 09:20:24 +0000 (09:20 +0000)]
Avoid using the obsolete inet_addr.
Jacek Caban [Sat, 27 Aug 2005 09:19:52 +0000 (09:19 +0000)]
Make pActiveObject test language specific.
Marcus Meissner [Sat, 27 Aug 2005 09:19:17 +0000 (09:19 +0000)]
IsNetworkAlive() enhanced, always reports LAN.
Jacek Caban [Fri, 26 Aug 2005 10:05:52 +0000 (10:05 +0000)]
Beginning implementation of Gecko focus handling.
Michael Jung [Fri, 26 Aug 2005 10:05:34 +0000 (10:05 +0000)]
Implemented 'My Documents' folder.
Mike McCormack [Fri, 26 Aug 2005 08:53:31 +0000 (08:53 +0000)]
Fix gcc 4.0 warnings.
Alexandre Julliard [Fri, 26 Aug 2005 08:52:06 +0000 (08:52 +0000)]
We no longer need a special case for the ntdll import library.
Robert Shearman [Fri, 26 Aug 2005 08:48:38 +0000 (08:48 +0000)]
Added more wtypes definitions, particularly for GDI/USER handles.
Robert Shearman [Fri, 26 Aug 2005 08:48:23 +0000 (08:48 +0000)]
- The output size should be *pcbPolicy for ppPolicy, not the input
size.
- Remove a stray semi-colon.
Robert Shearman [Fri, 26 Aug 2005 08:48:06 +0000 (08:48 +0000)]
Move interfaces around to satisfy MIDL.
Robert Shearman [Fri, 26 Aug 2005 08:47:54 +0000 (08:47 +0000)]
Remove nonsense msxml IDL attributes.
Pavel Roskin [Fri, 26 Aug 2005 08:47:45 +0000 (08:47 +0000)]
Extend uRelax scale so that yres is relaxed before slant, not at the
same time.
Mike McCormack [Fri, 26 Aug 2005 08:47:31 +0000 (08:47 +0000)]
- build a standard Wine list of mime types instead of using an array
- use mime type pointers instead of array indexes
Robert Shearman [Fri, 26 Aug 2005 08:47:09 +0000 (08:47 +0000)]
Add stub for CoAllowSetForegroundWindow.
Juan Lang [Fri, 26 Aug 2005 08:46:48 +0000 (08:46 +0000)]
Added a bunch of stubs.
Jacek Caban [Fri, 26 Aug 2005 08:46:37 +0000 (08:46 +0000)]
Added default MSHTML context menu.
Juan Lang [Fri, 26 Aug 2005 08:45:48 +0000 (08:45 +0000)]
Correct a typo, and add more definitions.
Alexandre Julliard [Thu, 25 Aug 2005 19:37:51 +0000 (19:37 +0000)]
Moved the delay loading support code to the winecrt0 library.
Detlef Riekenberg [Thu, 25 Aug 2005 19:31:13 +0000 (19:31 +0000)]
Added winsplp.h header.
Alexandre Julliard [Thu, 25 Aug 2005 19:26:59 +0000 (19:26 +0000)]
Added a -municode flag to winegcc for applications that have a wmain()
entry point.
Jacek Caban [Thu, 25 Aug 2005 19:24:58 +0000 (19:24 +0000)]
- Beginning implementation of context menu.
- Set nsIWebBrowserChrome of nsIWebBrowser.
Oliver Stieber [Thu, 25 Aug 2005 19:24:21 +0000 (19:24 +0000)]
Implemented stubbed out pixel shaders and their states in wined3d.
Vitaly Lipatov [Thu, 25 Aug 2005 19:23:43 +0000 (19:23 +0000)]
Restore paper orientation when pagesetupdlg is initializing.
Glenn Wurster [Thu, 25 Aug 2005 19:20:21 +0000 (19:20 +0000)]
Make stack check work if stack is a small value.
Saulius Krasuckas [Thu, 25 Aug 2005 19:19:46 +0000 (19:19 +0000)]
- DirectDrawCreateEx fails with Standard VGA Adapter driver.
- IDirect3D7::CreateDevice() returns E_OUTOFMEMORY if a card has no 3D
acceleration.
Frank Richter [Thu, 25 Aug 2005 19:19:33 +0000 (19:19 +0000)]
Load tab titles and property sheet caption from string resources.
Mike McCormack [Thu, 25 Aug 2005 19:19:10 +0000 (19:19 +0000)]
Make sure to save the result calculated in ACTION_UpdateInstallStates.
Vitaly Lipatov [Thu, 25 Aug 2005 19:18:49 +0000 (19:18 +0000)]
- remove return: now break loop if can't change state during test
- add test for value returned by SwapMouseButton
- fix SwapMouseButton return value (it returns previous state)
Phil Krylov [Thu, 25 Aug 2005 19:18:14 +0000 (19:18 +0000)]
Draw header control items only within the header client area.
Alexandre Julliard [Thu, 25 Aug 2005 15:27:44 +0000 (15:27 +0000)]
Moved the implementation of spec file stubs to the winecrt0 library.
Frank Richter [Thu, 25 Aug 2005 15:20:48 +0000 (15:20 +0000)]
Add WM_CTLCOLORSTATIC handler to dialog theming subclass so static
text can appear transparent (for e.g. tab pages which commonly have a
"fancy" background).
Aric Stewart [Thu, 25 Aug 2005 15:20:34 +0000 (15:20 +0000)]
The file name used in the ui messages is the target name not the
source name.
Frank Richter [Thu, 25 Aug 2005 15:20:18 +0000 (15:20 +0000)]
Add English Neutral and German appearance tab translations.
Tom Wickline [Thu, 25 Aug 2005 15:20:01 +0000 (15:20 +0000)]
Removed remaining config references.
Jacek Caban [Thu, 25 Aug 2005 15:19:19 +0000 (15:19 +0000)]
- Added test of IPersistMoniker::Load.
- Fix Wine to pass the test.
Alexandre Julliard [Thu, 25 Aug 2005 12:15:06 +0000 (12:15 +0000)]
Install the static import libraries too.
Alexandre Julliard [Thu, 25 Aug 2005 12:14:13 +0000 (12:14 +0000)]
Added a make rules file for static import libraries.
Alexandre Julliard [Thu, 25 Aug 2005 11:41:05 +0000 (11:41 +0000)]
Beginnings of a crt0 library.
Alexandre Julliard [Thu, 25 Aug 2005 10:40:53 +0000 (10:40 +0000)]
Fixed installation rules for Wine-specific IDL files.
James Hawkins [Thu, 25 Aug 2005 10:25:14 +0000 (10:25 +0000)]
Moved itss.idl to include/wine.
Alexandre Julliard [Thu, 25 Aug 2005 10:23:23 +0000 (10:23 +0000)]
Use FILE_GetDeviceInfo in NtMapViewOfSection to avoid having to fetch
the file descriptor twice.
Mike McCormack [Thu, 25 Aug 2005 10:22:32 +0000 (10:22 +0000)]
- build a standard Wine list of classes instead of using an array
- use class pointers instead of array indexes
Mike McCormack [Thu, 25 Aug 2005 10:22:12 +0000 (10:22 +0000)]
gcc 4.0 warning fixes.
Juan Lang [Thu, 25 Aug 2005 09:51:59 +0000 (09:51 +0000)]
Implemented CryptHashCertificate.
Mike McCormack [Thu, 25 Aug 2005 09:51:03 +0000 (09:51 +0000)]
Don't dereference variables in a trace.
Robert Shearman [Thu, 25 Aug 2005 09:50:55 +0000 (09:50 +0000)]
Update to include all of the interfaces in the Platform SDK as of the
XP SP2 version.
Robert Shearman [Thu, 25 Aug 2005 09:50:36 +0000 (09:50 +0000)]
Remove unused thread handle entry from the apartment structure.
Mike McCormack [Thu, 25 Aug 2005 09:50:19 +0000 (09:50 +0000)]
Fix a small bug introduced when converting appids to a list.
Aric Stewart [Thu, 25 Aug 2005 09:50:08 +0000 (09:50 +0000)]
Display the correct text string in the action text field for the
dialog boxes. Also the string should be deformatted.
Alexandre Julliard [Wed, 24 Aug 2005 18:33:50 +0000 (18:33 +0000)]
Don't cache file descriptors open on removable devices.
Alexandre Julliard [Wed, 24 Aug 2005 18:27:27 +0000 (18:27 +0000)]
Moved the FileFsDeviceInformation query to a separate function.
Vitaly Lipatov [Wed, 24 Aug 2005 18:14:06 +0000 (18:14 +0000)]
Add missed _mbscoll function.
Aric Stewart [Wed, 24 Aug 2005 18:13:24 +0000 (18:13 +0000)]
Version 1 atl modules only have a structure size of 100 and no
functions to call.
Johan Dahlin [Wed, 24 Aug 2005 18:13:09 +0000 (18:13 +0000)]
Implemented MsiSetComponentState*.
Mike McCormack [Wed, 24 Aug 2005 11:10:39 +0000 (11:10 +0000)]
Test case for MsiModifyView and MsiViewGetError.
Mike McCormack [Wed, 24 Aug 2005 11:10:23 +0000 (11:10 +0000)]
Implement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY).