wine
22 years agoImplemented RtlExpandEnvironmentStrings_U and fixed an incorrect
Eric Pouech [Tue, 13 May 2003 04:45:50 +0000 (04:45 +0000)] 
Implemented RtlExpandEnvironmentStrings_U and fixed an incorrect
behavior in RtlQueryEnvironmentString.

22 years agoIgnore -mthreads, it's not needed in Unix.
Dimitrie O. Paun [Tue, 13 May 2003 04:44:58 +0000 (04:44 +0000)] 
Ignore -mthreads, it's not needed in Unix.

22 years agoAdded some stubs needed for Win98 explorer.exe.
Andreas Mohr [Tue, 13 May 2003 04:44:39 +0000 (04:44 +0000)] 
Added some stubs needed for Win98 explorer.exe.

22 years agoChanged wsock32 to use the new iphlpapi for interface and route
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.

22 years agoUse iphlpapi to implement SIO_GET_INTERFACE_LIST in WSAIoctl, and
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.

22 years agoUse int instead of socklen_t.
Alexandre Julliard [Tue, 13 May 2003 03:38:19 +0000 (03:38 +0000)] 
Use int instead of socklen_t.

22 years agoFix problem with capturing [return] keys in multi-line edits.
Vitaliy Margolen [Tue, 13 May 2003 03:37:24 +0000 (03:37 +0000)] 
Fix problem with capturing [return] keys in multi-line edits.

22 years agoGet rid of direct ImageList access hacks.
Vitaliy Margolen [Tue, 13 May 2003 03:36:54 +0000 (03:36 +0000)] 
Get rid of direct ImageList access hacks.

22 years agoRearrange members of HIMAGELIST to match Windows.
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.

22 years ago- Save more registers (exception, float...) if they are defined.
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.

22 years agoAdded an implementation of iphlpapi.dll; most Get* functions
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.

22 years agoAllocate/free the 16-bit thread stack in the kernel dll init routine.
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.

22 years agoReset signal handlers when starting child process.
Alexandre Julliard [Tue, 13 May 2003 00:45:44 +0000 (00:45 +0000)] 
Reset signal handlers when starting child process.

22 years agoFix miscellaneous spelling errors and typos.
Francois Gouget [Tue, 13 May 2003 00:41:57 +0000 (00:41 +0000)] 
Fix miscellaneous spelling errors and typos.

22 years agoAdd prototype for __WSAFDIsSet. Fix syntax error.
Dimitrie O. Paun [Tue, 13 May 2003 00:37:36 +0000 (00:37 +0000)] 
Add prototype for __WSAFDIsSet. Fix syntax error.

22 years ago- Implement a few more cases in PropVariantClear.
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.

22 years agoAdded 2 more InstallShield temporary exes for Desktop Mode.
Marcus Meissner [Tue, 13 May 2003 00:30:49 +0000 (00:30 +0000)] 
Added 2 more InstallShield temporary exes for Desktop Mode.

22 years agoSupport 14 and 15 arguments in WOW_CallProc32W16.
Eric Pouech [Tue, 13 May 2003 00:30:32 +0000 (00:30 +0000)] 
Support 14 and 15 arguments in WOW_CallProc32W16.

22 years agoFix use of freed memory.
Robert Shearman [Tue, 13 May 2003 00:30:10 +0000 (00:30 +0000)] 
Fix use of freed memory.

22 years agoChange the #include order so the test compiles with the MSVC headers.
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.

22 years agolibrary/Makefile.in and unicode/Makefile.in don't exist anymore.
Francois Gouget [Tue, 13 May 2003 00:29:09 +0000 (00:29 +0000)] 
library/Makefile.in and unicode/Makefile.in don't exist anymore.

22 years agoSmall debug channel cleanup.
Dimitrie O. Paun [Tue, 13 May 2003 00:28:43 +0000 (00:28 +0000)] 
Small debug channel cleanup.

22 years agoFix NULL pointer error when displaying error message about missing
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.

22 years agoCommented out the new win98 exports, they are causing trouble.
Alexandre Julliard [Mon, 12 May 2003 03:34:00 +0000 (03:34 +0000)] 
Commented out the new win98 exports, they are causing trouble.

22 years agoRtlUnicodeToMultiByteSize argument is not a null terminated string,
Aric Stewart [Mon, 12 May 2003 03:32:56 +0000 (03:32 +0000)] 
RtlUnicodeToMultiByteSize argument is not a null terminated string,
use 'ptr'.

22 years agoAdded missing return in HEAP_ValidateInUseArena.
Dmitry Timoshkov [Mon, 12 May 2003 03:32:07 +0000 (03:32 +0000)] 
Added missing return in HEAP_ValidateInUseArena.

22 years agoImplemented _wfullpath.
Mike McCormack [Mon, 12 May 2003 03:31:16 +0000 (03:31 +0000)] 
Implemented _wfullpath.

22 years agoBetter error return values from stub functions.
Aric Stewart [Mon, 12 May 2003 03:29:50 +0000 (03:29 +0000)] 
Better error return values from stub functions.

22 years agoAdded stub for DllCanUnloadNow.
Aric Stewart [Mon, 12 May 2003 03:28:54 +0000 (03:28 +0000)] 
Added stub for DllCanUnloadNow.

22 years agoIgnore requested access rights when emulated version is not NT.
Aric Stewart [Mon, 12 May 2003 03:28:26 +0000 (03:28 +0000)] 
Ignore requested access rights when emulated version is not NT.

22 years agoFix the PolyPolygon function so it really generates a polypolygon and
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.

22 years agoAllow the cups port to be redirectable. This gives us the option of
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).

22 years agoAdded ordinals to ctl3d32.dll, MyODBC references it by ordinal.
Mike McCormack [Mon, 12 May 2003 03:25:12 +0000 (03:25 +0000)] 
Added ordinals to ctl3d32.dll, MyODBC references it by ordinal.

22 years agoAdded handling of WM_IME_CHAR.
Aric Stewart [Mon, 12 May 2003 03:24:10 +0000 (03:24 +0000)] 
Added handling of WM_IME_CHAR.

22 years agoAdded definition of SS_USERITEM.
Dmitry Timoshkov [Mon, 12 May 2003 03:23:15 +0000 (03:23 +0000)] 
Added definition of SS_USERITEM.

22 years agoAdded stubs for CertSaveStore and CertEnumCertificatesInStore.
Mike McCormack [Mon, 12 May 2003 03:21:45 +0000 (03:21 +0000)] 
Added stubs for CertSaveStore and CertEnumCertificatesInStore.

22 years agoFixed a possible memory corruption.
Huw Davies [Mon, 12 May 2003 03:19:35 +0000 (03:19 +0000)] 
Fixed a possible memory corruption.
Fixed a memory leak.

22 years agoDon't track the system menu for managed windows.
Alexandre Julliard [Mon, 12 May 2003 03:19:03 +0000 (03:19 +0000)] 
Don't track the system menu for managed windows.

22 years ago- surface pool init fixes
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

22 years ago- separate geometry tracing in a new debug channel (ddraw_geom)
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)

22 years agoUndef if_type, if_mtu and if_lastchange for darwin.
Pierre d'Herbemont [Mon, 12 May 2003 03:08:18 +0000 (03:08 +0000)] 
Undef if_type, if_mtu and if_lastchange for darwin.

22 years agoAdd support for Darwin's ptrace.
Pierre d'Herbemont [Mon, 12 May 2003 03:07:45 +0000 (03:07 +0000)] 
Add support for Darwin's ptrace.

22 years agoInitialize the dwMipmapCount field even if the application forgets it.
Lionel Ulmer [Sun, 11 May 2003 03:46:53 +0000 (03:46 +0000)] 
Initialize the dwMipmapCount field even if the application forgets it.

22 years ago- added mipmapping support
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

22 years agoImplemented Get/SetToolTips functions.
Stephan Beuze [Sun, 11 May 2003 03:44:13 +0000 (03:44 +0000)] 
Implemented Get/SetToolTips functions.

22 years agoOrdinals 410-413 are the window subclassing functions.
Alexandre Julliard [Sun, 11 May 2003 03:40:59 +0000 (03:40 +0000)] 
Ordinals 410-413 are the window subclassing functions.

22 years agoStore the HTML into index.html like for the other docs.
Alexandre Julliard [Sun, 11 May 2003 03:38:37 +0000 (03:38 +0000)] 
Store the HTML into index.html like for the other docs.

22 years ago- minor COM fixes (fixes some crashes on stupid games)
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

22 years agoAdded partial stub for GetTransform.
Alexandre Julliard [Sun, 11 May 2003 03:31:53 +0000 (03:31 +0000)] 
Added partial stub for GetTransform.

22 years agoClean up SHFileOperationA/W debugging a little.
Mike McCormack [Sun, 11 May 2003 03:31:08 +0000 (03:31 +0000)] 
Clean up SHFileOperationA/W debugging a little.

22 years agoStop wavemap lookup if a device isn't functional (spotted by Lionel
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).

22 years agoMake read from stdin use buffered input code and redirect stderr to
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.

22 years agoMake ioport instruction emulation call winedos handlers.
Jukka Heinonen [Sun, 11 May 2003 03:30:02 +0000 (03:30 +0000)] 
Make ioport instruction emulation call winedos handlers.

22 years agoPoll X events in GetInputState the same way as in GetQueueStatus.
Dmitry Timoshkov [Sun, 11 May 2003 03:29:47 +0000 (03:29 +0000)] 
Poll X events in GetInputState the same way as in GetQueueStatus.

22 years agoFix custom draw for item 0.
Dimitrie O. Paun [Sun, 11 May 2003 03:29:25 +0000 (03:29 +0000)] 
Fix custom draw for item 0.

22 years agoEnable branch forward operation in execute buffer.
Christian Costa [Sun, 11 May 2003 03:28:53 +0000 (03:28 +0000)] 
Enable branch forward operation in execute buffer.

22 years agoPut the device name string on the stack during devices enumeration.
Christian Costa [Sun, 11 May 2003 03:28:33 +0000 (03:28 +0000)] 
Put the device name string on the stack during devices enumeration.
Disable reference enumeration.

22 years agoAdd missing ReleaseDC in EDIT_BuildLineDefs_ML.
Christian Costa [Sun, 11 May 2003 03:27:23 +0000 (03:27 +0000)] 
Add missing ReleaseDC in EDIT_BuildLineDefs_ML.

22 years agoPlayback escapes in metafiles.
Huw Davies [Sun, 11 May 2003 03:07:03 +0000 (03:07 +0000)] 
Playback escapes in metafiles.

22 years agoRemoved unnecessary function link names.
Alexandre Julliard [Sun, 11 May 2003 03:04:57 +0000 (03:04 +0000)] 
Removed unnecessary function link names.

22 years agoRemove libs/Makelib.rules on distclean.
Alexandre Julliard [Sun, 11 May 2003 03:04:07 +0000 (03:04 +0000)] 
Remove libs/Makelib.rules on distclean.

22 years agoAdded stub for SetVirtualResolution.
Huw Davies [Sun, 11 May 2003 03:03:25 +0000 (03:03 +0000)] 
Added stub for SetVirtualResolution.

22 years agoWe should pass the callers client-area rect and clip rect to x11drv
Ulrich Czekalla [Sun, 11 May 2003 03:01:42 +0000 (03:01 +0000)] 
We should pass the callers client-area rect and clip rect to x11drv
otherwise we'll fail to scroll all children.

22 years agoAvoid local WINAPI function pointers.
Alexandre Julliard [Sun, 11 May 2003 03:00:32 +0000 (03:00 +0000)] 
Avoid local WINAPI function pointers.

22 years agoImplemented InternetSetOptionExA/W.
Mike McCormack [Sun, 11 May 2003 02:59:52 +0000 (02:59 +0000)] 
Implemented InternetSetOptionExA/W.

22 years agoFix the logic for setting the lps->fErase flag in BeginPaint.
Dmitry Timoshkov [Sun, 11 May 2003 02:58:53 +0000 (02:58 +0000)] 
Fix the logic for setting the lps->fErase flag in BeginPaint.

22 years agoAdded A<->W mappings for WM_IME_CHAR.
Alexandre Julliard [Sun, 11 May 2003 02:58:19 +0000 (02:58 +0000)] 
Added A<->W mappings for WM_IME_CHAR.

22 years agoProtect GlobalLock from bad pointers.
Dmitry Timoshkov [Sun, 11 May 2003 02:54:53 +0000 (02:54 +0000)] 
Protect GlobalLock from bad pointers.

22 years agoHandle overlapping buffers properly in wcstombs_sbcs (spotted by
Alexandre Julliard [Sun, 11 May 2003 02:54:09 +0000 (02:54 +0000)] 
Handle overlapping buffers properly in wcstombs_sbcs (spotted by
Dmitry Timoshkov).

22 years agoDon't delete region until after we're done with it.
Ulrich Czekalla [Sun, 11 May 2003 02:53:09 +0000 (02:53 +0000)] 
Don't delete region until after we're done with it.

22 years agoReturn value of ExtSelectClipRgn should consider visible region.
Ulrich Czekalla [Sun, 11 May 2003 02:52:04 +0000 (02:52 +0000)] 
Return value of ExtSelectClipRgn should consider visible region.

22 years agoMake SetMapMode set default window and viewport extents as in
Dmitry Timoshkov [Sun, 11 May 2003 02:50:21 +0000 (02:50 +0000)] 
Make SetMapMode set default window and viewport extents as in
Windows.

22 years agoFix handling of wcmd /c "c:\Program Files\hello.bat".
Francois Gouget [Sun, 11 May 2003 02:48:17 +0000 (02:48 +0000)] 
Fix handling of wcmd /c "c:\Program Files\hello.bat".
Make /c and /k effectively exclusive, like the real cmd does.
Fix handling of /q: it's compatible with /c and /k.
Added compatibility with /t /x and /y, just ignore them.

22 years agoReset the result buffer after each argument.
Francois Gouget [Sun, 11 May 2003 02:47:28 +0000 (02:47 +0000)] 
Reset the result buffer after each argument.

22 years agoIgnore locking failures caused by missing NFS locking daemon.
Alexandre Julliard [Sun, 11 May 2003 02:45:33 +0000 (02:45 +0000)] 
Ignore locking failures caused by missing NFS locking daemon.
Handle EINVAL the same way as EOVERFLOW.

22 years agoIgnore high word of wParam when handling WM_COMMAND in the MessageBox
Dmitry Timoshkov [Sun, 11 May 2003 02:44:31 +0000 (02:44 +0000)] 
Ignore high word of wParam when handling WM_COMMAND in the MessageBox
proc.

22 years agoFix ALT context bit for WM_KEYDOWN/UP.
Dusan Lacko [Sun, 11 May 2003 02:43:42 +0000 (02:43 +0000)] 
Fix ALT context bit for WM_KEYDOWN/UP.

22 years agoWindows treats dialog control class ids 0-5 same way as 0x80-0x85.
Dmitry Timoshkov [Sun, 11 May 2003 02:43:11 +0000 (02:43 +0000)] 
Windows treats dialog control class ids 0-5 same way as 0x80-0x85.

22 years agoDo not abort dialog creation if DS_NOFAILCREATE allows to continue.
Dmitry Timoshkov [Sun, 11 May 2003 02:42:28 +0000 (02:42 +0000)] 
Do not abort dialog creation if DS_NOFAILCREATE allows to continue.

22 years agoAdded RasEnumEntriesW stub.
Aric Stewart [Sun, 11 May 2003 02:41:18 +0000 (02:41 +0000)] 
Added RasEnumEntriesW stub.

22 years agoImplemented WriteFmtUserTypeStg and ReadFmtUserTypeStg.
Mike McCormack [Sun, 11 May 2003 02:40:29 +0000 (02:40 +0000)] 
Implemented WriteFmtUserTypeStg and ReadFmtUserTypeStg.

22 years agoFill the filedialog95 controls before sending a CDN_INITDONE
Mike McCormack [Sun, 11 May 2003 02:39:08 +0000 (02:39 +0000)] 
Fill the filedialog95 controls before sending a CDN_INITDONE
notification.

22 years agoInvalidate the window when the range is changed.
Huw Davies [Sun, 11 May 2003 02:38:05 +0000 (02:38 +0000)] 
Invalidate the window when the range is changed.

22 years agoStubs for AccessCheckAndAuditAlarmA/W.
Mike McCormack [Sun, 11 May 2003 02:37:11 +0000 (02:37 +0000)] 
Stubs for AccessCheckAndAuditAlarmA/W.

22 years agoRelease 20030508. wine-20030508
Alexandre Julliard [Thu, 8 May 2003 22:13:36 +0000 (22:13 +0000)] 
Release 20030508.

22 years agoFixed return value of wine_utf8_wcstombs (spotted by Jan Sporbeck).
Alexandre Julliard [Thu, 8 May 2003 21:05:50 +0000 (21:05 +0000)] 
Fixed return value of wine_utf8_wcstombs (spotted by Jan Sporbeck).

22 years ago- only enumerate 32 bpp ARGB texture format and remove RGBA one
Lionel Ulmer [Thu, 8 May 2003 21:03:57 +0000 (21:03 +0000)] 
- only enumerate 32 bpp ARGB texture format and remove RGBA one
- add support for 32 bpp ARGB texture format

22 years agowritejump() needs to tell valgrind which piece of code has been
Adam Gundy [Thu, 8 May 2003 21:03:30 +0000 (21:03 +0000)] 
writejump() needs to tell valgrind which piece of code has been
modified.

22 years ago_open_osfhandle is expected to take the absence of either _O_TEXT or
Adam Gundy [Thu, 8 May 2003 21:02:31 +0000 (21:02 +0000)] 
_open_osfhandle is expected to take the absence of either _O_TEXT or
_O_BINARY to mean _O_BINARY.

22 years ago- Disable some 'classic' debug traces (avoid useless flood of traces
Raphael Junqueira [Thu, 8 May 2003 17:36:00 +0000 (17:36 +0000)] 
- Disable some 'classic' debug traces (avoid useless flood of traces
  while debugging games).
- Fix the texture size caps using GL_MAX_TEXTURE_SIZE.

22 years ago- Fix scanline size in OLEPictureImpl_Load for jpeg
Maxime Bellengé [Thu, 8 May 2003 17:35:12 +0000 (17:35 +0000)] 
- Fix scanline size in OLEPictureImpl_Load for jpeg
- Convert from RGB to BGR according to BITMAPINFOHEADER
  documentation.

22 years agoCorrectly fill the background of a checkbox button.
Maxime Bellengé [Thu, 8 May 2003 17:31:35 +0000 (17:31 +0000)] 
Correctly fill the background of a checkbox button.

22 years agoAdded support for calling the TLS callback functions.
Alexandre Julliard [Thu, 8 May 2003 04:13:26 +0000 (04:13 +0000)] 
Added support for calling the TLS callback functions.

22 years agoAdded dumping of the TLS directory.
Alexandre Julliard [Thu, 8 May 2003 04:01:12 +0000 (04:01 +0000)] 
Added dumping of the TLS directory.

22 years agoFixed wrong file offset used when mapping the import directory from a
Alexandre Julliard [Thu, 8 May 2003 03:50:32 +0000 (03:50 +0000)] 
Fixed wrong file offset used when mapping the import directory from a
shared section.

22 years ago- Move texture loading into PreLoad for 2D textures (needs doing for
Jason Edmeades [Thu, 8 May 2003 03:49:04 +0000 (03:49 +0000)] 
- Move texture loading into PreLoad for 2D textures (needs doing for
  the others as well), and call when needed as well.
- Change D3DFMT_R5G6B5 handling to make backdrop of Max Payne appear.
- Add code to reject attempts to use invalid texture units (Max Payne
  did this a lot).
- ValidateDevice fixme silenced as harmless but occurs frequently.
- Add trace which can be compiled in to debug vertex shaders, and
  correct fixmes and dprintf's into appropriate trace statements.
- Ensure we trace what we return when querying the device caps.
- Correct bug with negative numbers in vertex shader code.

22 years agoAdd Dar, Dsisr and Trap registers for the PowerPC CONTEXT structure.
Pierre d'Herbemont [Thu, 8 May 2003 03:48:08 +0000 (03:48 +0000)] 
Add Dar, Dsisr and Trap registers for the PowerPC CONTEXT structure.

22 years agoAdded environment tests.
Eric Pouech [Thu, 8 May 2003 03:47:24 +0000 (03:47 +0000)] 
Added environment tests.

22 years agoImplemented a bunch of environment related NTDLL APIs.
Eric Pouech [Thu, 8 May 2003 03:47:00 +0000 (03:47 +0000)] 
Implemented a bunch of environment related NTDLL APIs.

22 years agoAdded NONAMELESSUNION/STRUCT defines.
Alexandre Julliard [Wed, 7 May 2003 04:01:52 +0000 (04:01 +0000)] 
Added NONAMELESSUNION/STRUCT defines.