Raphael Junqueira [Wed, 14 May 2003 19:32:24 +0000 (19:32 +0000)]
Declare that we can support cube textures now (currently only creation
is done).
Dimitrie O. Paun [Wed, 14 May 2003 19:31:00 +0000 (19:31 +0000)]
Add missing ENDSESSION_LOGOFF define.
Dmitry Timoshkov [Wed, 14 May 2003 00:02:17 +0000 (00:02 +0000)]
Use SetDlgItemText instead of sending a WM_SETTEXT.
Jason Edmeades [Wed, 14 May 2003 00:00:12 +0000 (00:00 +0000)]
Make sure the viewport is from the GL (bottom left) not the DirectX
(top left).
Alexandre Julliard [Tue, 13 May 2003 23:56:12 +0000 (23:56 +0000)]
Use a different magic for memory DCs and get rid of the DC_MEMORY
flag.
Raphael Junqueira [Tue, 13 May 2003 23:52:50 +0000 (23:52 +0000)]
- moved loading code of volume texture to VolumeTexture::Preload as
done in Texture/CubeTexture
- fixed some stubs return values
Raphael Junqueira [Tue, 13 May 2003 23:52:23 +0000 (23:52 +0000)]
- cubetexture loading/preloading
- some stubs must return 0 (and non D3D_OK)
- fix IDirect3DCubeTexture8Impl::Get* (potentials CD)
Jason Edmeades [Tue, 13 May 2003 23:51:58 +0000 (23:51 +0000)]
Properly support texture coordinate indexes.
Jason Edmeades [Tue, 13 May 2003 23:50:05 +0000 (23:50 +0000)]
Make sure we advertize our capabilites correctly.
Alexandre Julliard [Tue, 13 May 2003 23:40:51 +0000 (23:40 +0000)]
Make the test pass on NT4 too.
Jason Edmeades [Tue, 13 May 2003 23:40:20 +0000 (23:40 +0000)]
Initialize the tex coord index correctly.
Jason Edmeades [Tue, 13 May 2003 23:39:53 +0000 (23:39 +0000)]
CopyRects needs to lock the area it is copying to (esp. if that area
is the back buffer, as locking/unlocking causes glread/draw pixels).
Christian Costa [Tue, 13 May 2003 23:39:14 +0000 (23:39 +0000)]
Mark some surface formats as not supported.
Uwe Bonnes [Tue, 13 May 2003 23:38:46 +0000 (23:38 +0000)]
Fix some sscanf cases and testcase to get wxtide32.exe running.
Robert Shearman [Tue, 13 May 2003 23:38:21 +0000 (23:38 +0000)]
PrivateExtractIcon* should search the path for the icon file.
Vitaliy Margolen [Tue, 13 May 2003 23:38:01 +0000 (23:38 +0000)]
Revert change for resizing buttons.
Gerald Pfeifer [Tue, 13 May 2003 23:37:29 +0000 (23:37 +0000)]
Add missing #includes for non-Linux systems.
Mike Hearn [Tue, 13 May 2003 23:37:09 +0000 (23:37 +0000)]
Make sure prefix is actually honoured by configure.
Temporary hack for redhat users to enable NPTL.
Dmitry Timoshkov [Tue, 13 May 2003 23:36:49 +0000 (23:36 +0000)]
Fix an obvious typo in get_res_name. Spotted by Mike McCormack.
Dimitrie O. Paun [Tue, 13 May 2003 23:36:33 +0000 (23:36 +0000)]
Make sure winsock.h gets included before stdlib.h.
Mike McCormack [Tue, 13 May 2003 23:36:01 +0000 (23:36 +0000)]
Implemented SetMessageExtraInfo.
Francois Gouget [Tue, 13 May 2003 22:30:38 +0000 (22:30 +0000)]
Added a test for GetLongPathNameA("c:").
Added a test for GetFullPathNameA("c:").
Fix a number of messages that referred to GetLongPathName instead of
GetFullPathName.
Francois Gouget [Tue, 13 May 2003 22:26:09 +0000 (22:26 +0000)]
Added version information.
Aric Stewart [Tue, 13 May 2003 22:25:12 +0000 (22:25 +0000)]
Stub AddPortA.
Mike McCormack [Tue, 13 May 2003 22:23:44 +0000 (22:23 +0000)]
Fixed packing/unpacking of WM_WININICHANGE.
Ulrich Czekalla [Tue, 13 May 2003 22:20:13 +0000 (22:20 +0000)]
Partial implementation/stub of undocumented function shell32.256.
Huw Davies [Tue, 13 May 2003 22:19:01 +0000 (22:19 +0000)]
Pass correct pointer to CoCreateInstance in SHLoadInProc.
Huw Davies [Tue, 13 May 2003 22:16:53 +0000 (22:16 +0000)]
Implement a load of setupx Di* stubs.
Huw Davies [Tue, 13 May 2003 22:16:11 +0000 (22:16 +0000)]
Use strtoulW instead of strtolW for DWORD conversion.
Dmitry Timoshkov [Tue, 13 May 2003 22:15:26 +0000 (22:15 +0000)]
Remove redundant ITypeLib2_AddRef's. Makes
LoadTypeLib/ITypeLib2_Release work.
Mike McCormack [Tue, 13 May 2003 22:14:30 +0000 (22:14 +0000)]
Added stub for OleDoAutoConvert.
Aric Stewart [Tue, 13 May 2003 22:12:24 +0000 (22:12 +0000)]
Implemented a number of IMM functions.
Create a default HWND to process WM_IME messages.
Huw Davies [Tue, 13 May 2003 22:06:34 +0000 (22:06 +0000)]
Better handling of OFN_NOVALIDATE for win31 style file dialogs.
Ulrich Czekalla [Tue, 13 May 2003 22:05:50 +0000 (22:05 +0000)]
Fixed bad non-client calculation.
Huw Davies [Tue, 13 May 2003 22:04:40 +0000 (22:04 +0000)]
Fix DTM_SETSYSTEMTIME.
Make the show/hide button actually do something.
Add support for the 'yyyy' format.
Alexandre Julliard [Tue, 13 May 2003 04:49:15 +0000 (04:49 +0000)]
Fixed some string overflows.
Alexandre Julliard [Tue, 13 May 2003 04:48:49 +0000 (04:48 +0000)]
Added iphlpapi.spec.def.
Dimitrie O. Paun [Tue, 13 May 2003 04:48:23 +0000 (04:48 +0000)]
Make sure winsock.h gets included before stdlib.h.
Dimitrie O. Paun [Tue, 13 May 2003 04:48:11 +0000 (04:48 +0000)]
Fix a few style issues.
Eric Pouech [Tue, 13 May 2003 04:47:53 +0000 (04:47 +0000)]
Listed recently added sections' types (resource, tls) for dumping to
usage strings.
Fixed some header size testing.
Eric Pouech [Tue, 13 May 2003 04:47:11 +0000 (04:47 +0000)]
Quiet some valgrind reports.
Eric Pouech [Tue, 13 May 2003 04:46:54 +0000 (04:46 +0000)]
Added a set of tests for the console API.
Eric Pouech [Tue, 13 May 2003 04:46:24 +0000 (04:46 +0000)]
Fixed console output for non wrapped mode.
Eric Pouech [Tue, 13 May 2003 04:46:05 +0000 (04:46 +0000)]
Enhanced test for queries, added tests for expansion.
Eric Pouech [Tue, 13 May 2003 04:45:50 +0000 (04:45 +0000)]
Implemented RtlExpandEnvironmentStrings_U and fixed an incorrect
behavior in RtlQueryEnvironmentString.
Dimitrie O. Paun [Tue, 13 May 2003 04:44:58 +0000 (04:44 +0000)]
Ignore -mthreads, it's not needed in Unix.
Andreas Mohr [Tue, 13 May 2003 04:44:39 +0000 (04:44 +0000)]
Added some stubs needed for Win98 explorer.exe.
Juan Lang [Tue, 13 May 2003 04:44:14 +0000 (04:44 +0000)]
Changed wsock32 to use the new iphlpapi for interface and route
enumeration in WsControl.
Juan Lang [Tue, 13 May 2003 04:43:44 +0000 (04:43 +0000)]
Use iphlpapi to implement SIO_GET_INTERFACE_LIST in WSAIoctl, and
corrects iiFlags entry in the returned interface list.
Alexandre Julliard [Tue, 13 May 2003 03:38:19 +0000 (03:38 +0000)]
Use int instead of socklen_t.
Vitaliy Margolen [Tue, 13 May 2003 03:37:24 +0000 (03:37 +0000)]
Fix problem with capturing [return] keys in multi-line edits.
Vitaliy Margolen [Tue, 13 May 2003 03:36:54 +0000 (03:36 +0000)]
Get rid of direct ImageList access hacks.
Vitaliy Margolen [Tue, 13 May 2003 03:36:27 +0000 (03:36 +0000)]
Rearrange members of HIMAGELIST to match Windows.
Reuse image and mask DCs.
Pierre d'Herbemont [Tue, 13 May 2003 03:35:01 +0000 (03:35 +0000)]
- Save more registers (exception, float...) if they are defined.
- Add Mac OS X signal support.
Juan Lang [Tue, 13 May 2003 03:32:20 +0000 (03:32 +0000)]
Added an implementation of iphlpapi.dll; most Get* functions
introduced through Win98 are included.
Alexandre Julliard [Tue, 13 May 2003 00:49:49 +0000 (00:49 +0000)]
Allocate/free the 16-bit thread stack in the kernel dll init routine.
Alexandre Julliard [Tue, 13 May 2003 00:45:44 +0000 (00:45 +0000)]
Reset signal handlers when starting child process.
Francois Gouget [Tue, 13 May 2003 00:41:57 +0000 (00:41 +0000)]
Fix miscellaneous spelling errors and typos.
Dimitrie O. Paun [Tue, 13 May 2003 00:37:36 +0000 (00:37 +0000)]
Add prototype for __WSAFDIsSet. Fix syntax error.
Robert Shearman [Tue, 13 May 2003 00:32:43 +0000 (00:32 +0000)]
- Implement a few more cases in PropVariantClear.
- Partially implement PropVariantCopy.
- Implement FreePropVariantArray.
Marcus Meissner [Tue, 13 May 2003 00:30:49 +0000 (00:30 +0000)]
Added 2 more InstallShield temporary exes for Desktop Mode.
Eric Pouech [Tue, 13 May 2003 00:30:32 +0000 (00:30 +0000)]
Support 14 and 15 arguments in WOW_CallProc32W16.
Robert Shearman [Tue, 13 May 2003 00:30:10 +0000 (00:30 +0000)]
Fix use of freed memory.
Francois Gouget [Tue, 13 May 2003 00:29:34 +0000 (00:29 +0000)]
Change the #include order so the test compiles with the MSVC headers.
Fix a few signed/unsigned warnings.
Francois Gouget [Tue, 13 May 2003 00:29:09 +0000 (00:29 +0000)]
library/Makefile.in and unicode/Makefile.in don't exist anymore.
Dimitrie O. Paun [Tue, 13 May 2003 00:28:43 +0000 (00:28 +0000)]
Small debug channel cleanup.
Robert Shearman [Tue, 13 May 2003 00:28:25 +0000 (00:28 +0000)]
Fix NULL pointer error when displaying error message about missing
forwarded export.
Alexandre Julliard [Mon, 12 May 2003 03:34:00 +0000 (03:34 +0000)]
Commented out the new win98 exports, they are causing trouble.
Aric Stewart [Mon, 12 May 2003 03:32:56 +0000 (03:32 +0000)]
RtlUnicodeToMultiByteSize argument is not a null terminated string,
use 'ptr'.
Dmitry Timoshkov [Mon, 12 May 2003 03:32:07 +0000 (03:32 +0000)]
Added missing return in HEAP_ValidateInUseArena.
Mike McCormack [Mon, 12 May 2003 03:31:16 +0000 (03:31 +0000)]
Implemented _wfullpath.
Aric Stewart [Mon, 12 May 2003 03:29:50 +0000 (03:29 +0000)]
Better error return values from stub functions.
Aric Stewart [Mon, 12 May 2003 03:28:54 +0000 (03:28 +0000)]
Added stub for DllCanUnloadNow.
Aric Stewart [Mon, 12 May 2003 03:28:26 +0000 (03:28 +0000)]
Ignore requested access rights when emulated version is not NT.
Warren Baird [Mon, 12 May 2003 03:27:24 +0000 (03:27 +0000)]
Fix the PolyPolygon function so it really generates a polypolygon and
not multiple sets of polygons.
Huw Davies [Mon, 12 May 2003 03:26:28 +0000 (03:26 +0000)]
Allow the cups port to be redirectable. This gives us the option of
piping the PostScript through something before it gets sent to the
printer (like we can already do for non-cups systems).
Mike McCormack [Mon, 12 May 2003 03:25:12 +0000 (03:25 +0000)]
Added ordinals to ctl3d32.dll, MyODBC references it by ordinal.
Aric Stewart [Mon, 12 May 2003 03:24:10 +0000 (03:24 +0000)]
Added handling of WM_IME_CHAR.
Dmitry Timoshkov [Mon, 12 May 2003 03:23:15 +0000 (03:23 +0000)]
Added definition of SS_USERITEM.
Mike McCormack [Mon, 12 May 2003 03:21:45 +0000 (03:21 +0000)]
Added stubs for CertSaveStore and CertEnumCertificatesInStore.
Huw Davies [Mon, 12 May 2003 03:19:35 +0000 (03:19 +0000)]
Fixed a possible memory corruption.
Fixed a memory leak.
Alexandre Julliard [Mon, 12 May 2003 03:19:03 +0000 (03:19 +0000)]
Don't track the system menu for managed windows.
Raphael Junqueira [Mon, 12 May 2003 03:10:27 +0000 (03:10 +0000)]
- surface pool init fixes
- minor indentation and traces fixes
- fix locking/unlocking/dirty behavior (dirtify on lock) +
optimisations (only copy when dirty)
- fix IDirect3DDevice8::Clear behavior (problem seen after a
locking/unlocking code error)
- begin to fix volume and cube textures management
Lionel Ulmer [Mon, 12 May 2003 03:09:17 +0000 (03:09 +0000)]
- separate geometry tracing in a new debug channel (ddraw_geom)
- added handling for some new texturing ops
- prepare for addition of multi-texturing
- another way to fix the device enumeration for the reference device
- fix compilation with some glext.h files
- fix a bug in one texture conversion function
- added new texture format (but still texturing problems in 3DMark2000)
Pierre d'Herbemont [Mon, 12 May 2003 03:08:18 +0000 (03:08 +0000)]
Undef if_type, if_mtu and if_lastchange for darwin.
Pierre d'Herbemont [Mon, 12 May 2003 03:07:45 +0000 (03:07 +0000)]
Add support for Darwin's ptrace.
Lionel Ulmer [Sun, 11 May 2003 03:46:53 +0000 (03:46 +0000)]
Initialize the dwMipmapCount field even if the application forgets it.
Lionel Ulmer [Sun, 11 May 2003 03:44:53 +0000 (03:44 +0000)]
- added mipmapping support
- added locking for concurrent access to the D3D device
- improved tracing
- added support for most texture combine stages (inspired by the D3D8
code)
- disable current lock / unlock code pending proper solution
Stephan Beuze [Sun, 11 May 2003 03:44:13 +0000 (03:44 +0000)]
Implemented Get/SetToolTips functions.
Alexandre Julliard [Sun, 11 May 2003 03:40:59 +0000 (03:40 +0000)]
Ordinals 410-413 are the window subclassing functions.
Alexandre Julliard [Sun, 11 May 2003 03:38:37 +0000 (03:38 +0000)]
Store the HTML into index.html like for the other docs.
Raphael Junqueira [Sun, 11 May 2003 03:35:27 +0000 (03:35 +0000)]
- minor COM fixes (fixes some crashes on stupid games)
- minor indentation changes
- fix SELECTARG2 behavior (with help from Lionel Ulmer)
- surface locking/unlocking (only rendering and textures surfaces
supported now)
- beginning of Target/Front surface support
- try to get D3DTOP_SELECTARG_* working
- implemented D3DTOP_SUBTRACT: currently only if OpenGL1.3 is used, we
have to use GL_SUBTRACT_ARB for other versions
Alexandre Julliard [Sun, 11 May 2003 03:31:53 +0000 (03:31 +0000)]
Added partial stub for GetTransform.
Mike McCormack [Sun, 11 May 2003 03:31:08 +0000 (03:31 +0000)]
Clean up SHFileOperationA/W debugging a little.
Eric Pouech [Sun, 11 May 2003 03:30:51 +0000 (03:30 +0000)]
Stop wavemap lookup if a device isn't functional (spotted by Lionel
Ulmer).
Jukka Heinonen [Sun, 11 May 2003 03:30:24 +0000 (03:30 +0000)]
Make read from stdin use buffered input code and redirect stderr to
console.
Jukka Heinonen [Sun, 11 May 2003 03:30:02 +0000 (03:30 +0000)]
Make ioport instruction emulation call winedos handlers.
Dmitry Timoshkov [Sun, 11 May 2003 03:29:47 +0000 (03:29 +0000)]
Poll X events in GetInputState the same way as in GetQueueStatus.
Dimitrie O. Paun [Sun, 11 May 2003 03:29:25 +0000 (03:29 +0000)]
Fix custom draw for item 0.
Christian Costa [Sun, 11 May 2003 03:28:53 +0000 (03:28 +0000)]
Enable branch forward operation in execute buffer.