wine
20 years agoMoved __errno_location() handling to pthread.c, and added similar
Alexandre Julliard [Fri, 15 Aug 2003 03:55:06 +0000 (03:55 +0000)] 
Moved __errno_location() handling to pthread.c, and added similar
handling for __res_state().

20 years agoAdded missing dependency.
Alexandre Julliard [Fri, 15 Aug 2003 03:52:35 +0000 (03:52 +0000)] 
Added missing dependency.

20 years agoFixed indentation.
Alexandre Julliard [Fri, 15 Aug 2003 03:51:19 +0000 (03:51 +0000)] 
Fixed indentation.

20 years agoRemove from docs / config tool useless / obsoleted options.
Lionel Ulmer [Fri, 15 Aug 2003 03:50:48 +0000 (03:50 +0000)] 
Remove from docs / config tool useless / obsoleted options.

20 years agoDXT1/3/5 support was broken, but unnoticeable since we also indicated
Jason Edmeades [Fri, 15 Aug 2003 03:50:08 +0000 (03:50 +0000)] 
DXT1/3/5 support was broken, but unnoticeable since we also indicated
it wasn't supported.

20 years agoAdded Windows 2k3.
E. C. F. Wolff [Fri, 15 Aug 2003 03:49:13 +0000 (03:49 +0000)] 
Added Windows 2k3.

20 years agoUse WideByteToMultiChar not strlenW.
Mike McCormack [Fri, 15 Aug 2003 03:47:30 +0000 (03:47 +0000)] 
Use WideByteToMultiChar not strlenW.
Use HeapAlloc, not malloc.

20 years agoFixed command line support.
Vincent Béron [Fri, 15 Aug 2003 03:47:04 +0000 (03:47 +0000)] 
Fixed command line support.

20 years agoRelease 20030813. wine-20030813
Alexandre Julliard [Wed, 13 Aug 2003 22:51:10 +0000 (22:51 +0000)] 
Release 20030813.

20 years agoAlias _vsnprintf as vsnprintf.
Dimitrie O. Paun [Wed, 13 Aug 2003 22:01:12 +0000 (22:01 +0000)] 
Alias _vsnprintf as vsnprintf.

20 years agoSupport for Mac OS X powerpc register names (based on a patch by
Alexandre Julliard [Wed, 13 Aug 2003 21:57:42 +0000 (21:57 +0000)] 
Support for Mac OS X powerpc register names (based on a patch by
Pierre d'Herbemont).

20 years agoFix compilation error.
Francois Gouget [Wed, 13 Aug 2003 19:43:19 +0000 (19:43 +0000)] 
Fix compilation error.

20 years agoUse __WINE__ instead of _WINE_, _WIN32.
Richard Cohen [Wed, 13 Aug 2003 19:38:22 +0000 (19:38 +0000)] 
Use __WINE__ instead of _WINE_, _WIN32.

20 years agoRemove no longer necessary includes <signal.h>, <wait.h>.
Richard Cohen [Wed, 13 Aug 2003 19:37:32 +0000 (19:37 +0000)] 
Remove no longer necessary includes <signal.h>, <wait.h>.

20 years agoFix for TREEVIEW_UpdateDispInfo to test with the correct callbackMask.
Maxime Bellengé [Wed, 13 Aug 2003 19:37:12 +0000 (19:37 +0000)] 
Fix for TREEVIEW_UpdateDispInfo to test with the correct callbackMask.

20 years agoAdd Windows 2003 to the versions Wine can return.
Vincent Béron [Wed, 13 Aug 2003 19:36:35 +0000 (19:36 +0000)] 
Add Windows 2003 to the versions Wine can return.

20 years agoConvert initData as well.
Dmitry Timoshkov [Wed, 13 Aug 2003 19:35:52 +0000 (19:35 +0000)] 
Convert initData as well.

20 years agoAdd definitions for the S_IS* macros.
Dimitrie O. Paun [Wed, 13 Aug 2003 19:35:35 +0000 (19:35 +0000)] 
Add definitions for the S_IS* macros.

20 years agoAdd a bunch of IMAGE_SIZEOF_* constants.
Dimitrie O. Paun [Wed, 13 Aug 2003 19:35:22 +0000 (19:35 +0000)] 
Add a bunch of IMAGE_SIZEOF_* constants.

20 years agoFix spec for InitiateSystemShutdownExA, as pointed out by Stefan
Mike McCormack [Wed, 13 Aug 2003 19:34:57 +0000 (19:34 +0000)] 
Fix spec for InitiateSystemShutdownExA, as pointed out by Stefan
Leichter.

20 years agoPartial implementation of the Microsoft Installer (msi.dll).
Mike McCormack [Wed, 13 Aug 2003 01:27:48 +0000 (01:27 +0000)] 
Partial implementation of the Microsoft Installer (msi.dll).

20 years agoExtended winefile for an optional shell namespace mode.
Martin Fuchs [Wed, 13 Aug 2003 01:18:37 +0000 (01:18 +0000)] 
Extended winefile for an optional shell namespace mode.

20 years agoDon't try to allocate the debug info before the process heap exists.
Alexandre Julliard [Wed, 13 Aug 2003 01:09:45 +0000 (01:09 +0000)] 
Don't try to allocate the debug info before the process heap exists.

20 years agoAllocate DebugInfo field for all critical sections (based on a patch
Alexandre Julliard [Tue, 12 Aug 2003 23:50:54 +0000 (23:50 +0000)] 
Allocate DebugInfo field for all critical sections (based on a patch
by Alex Pasadyn).
Get rid of the Wine-specific CRITICAL_SECTION_INIT macro.

20 years agoAvoid crashes when devmode is null.
Alexandre Julliard [Tue, 12 Aug 2003 23:46:34 +0000 (23:46 +0000)] 
Avoid crashes when devmode is null.

20 years agoConvert CreateDC to unicode in the driver interface.
Dmitry Timoshkov [Tue, 12 Aug 2003 20:42:18 +0000 (20:42 +0000)] 
Convert CreateDC to unicode in the driver interface.

20 years agoMinor tracing fix.
Alexandre Julliard [Tue, 12 Aug 2003 20:34:06 +0000 (20:34 +0000)] 
Minor tracing fix.

20 years agoPrint X display and locale of X Input Method in the debug log.
Dmitry Timoshkov [Tue, 12 Aug 2003 20:33:43 +0000 (20:33 +0000)] 
Print X display and locale of X Input Method in the debug log.

20 years agoStub implementation of FlashWindowEx.
Mike McCormack [Tue, 12 Aug 2003 20:33:26 +0000 (20:33 +0000)] 
Stub implementation of FlashWindowEx.

20 years agoUpdated Swedish translation.
Johan Dahlin [Tue, 12 Aug 2003 20:32:11 +0000 (20:32 +0000)] 
Updated Swedish translation.

20 years agoFixed the pthread wrappers to work with the new glibc/linuxthreads
Alexandre Julliard [Tue, 12 Aug 2003 18:59:13 +0000 (18:59 +0000)] 
Fixed the pthread wrappers to work with the new glibc/linuxthreads
interface in glibc 2.3.2.

20 years agoConsolidate all kernel power management functions.
Dimitrie O. Paun [Tue, 12 Aug 2003 18:56:54 +0000 (18:56 +0000)] 
Consolidate all kernel power management functions.
Provide prototypes and stubs for missing functions.

20 years agoIgnore some keyboard events. In any case we don't know how to handle
Dmitry Timoshkov [Tue, 12 Aug 2003 18:54:50 +0000 (18:54 +0000)] 
Ignore some keyboard events. In any case we don't know how to handle
them.

20 years agoStub some winspool functions.
Mike McCormack [Tue, 12 Aug 2003 18:54:26 +0000 (18:54 +0000)] 
Stub some winspool functions.

20 years agoAdded two printer error codes.
Mike McCormack [Tue, 12 Aug 2003 18:54:03 +0000 (18:54 +0000)] 
Added two printer error codes.

20 years agoExport SHBindToParent (already implemented).
Mike McCormack [Tue, 12 Aug 2003 18:53:41 +0000 (18:53 +0000)] 
Export SHBindToParent (already implemented).

20 years agoStubs for advapi32 functions InitiateSystemShutdownEx, SetEntriesInAcl
Mike McCormack [Tue, 12 Aug 2003 18:53:14 +0000 (18:53 +0000)] 
Stubs for advapi32 functions InitiateSystemShutdownEx, SetEntriesInAcl
and SetNamedSecurityInfo.

20 years agoAdded ES_SELECTIONBAR style.
Phil Krylov [Tue, 12 Aug 2003 18:52:45 +0000 (18:52 +0000)] 
Added ES_SELECTIONBAR style.

20 years agoWM_PAINT(wParam) might be a valid HDC.
Dmitry Timoshkov [Mon, 11 Aug 2003 18:43:07 +0000 (18:43 +0000)] 
WM_PAINT(wParam) might be a valid HDC.

20 years agoAccept SIZE_MAXIMIZED as one of statuses of MDI windows.
Dmitry Timoshkov [Mon, 11 Aug 2003 18:42:47 +0000 (18:42 +0000)] 
Accept SIZE_MAXIMIZED as one of statuses of MDI windows.

20 years agoAdded some missing FR_* defines.
Phil Krylov [Mon, 11 Aug 2003 18:42:18 +0000 (18:42 +0000)] 
Added some missing FR_* defines.

20 years agoMake sure winhelp doesn't scroll outside of its display area.
Johan Dahlin [Mon, 11 Aug 2003 18:41:52 +0000 (18:41 +0000)] 
Make sure winhelp doesn't scroll outside of its display area.

20 years agoStubs for BuildTrusteeWithSid(A/W).
Mike McCormack [Mon, 11 Aug 2003 18:41:28 +0000 (18:41 +0000)] 
Stubs for BuildTrusteeWithSid(A/W).

20 years agoresolv.h may require netinet/in.h, so try to #include that when
Gerald Pfeifer [Mon, 11 Aug 2003 18:37:13 +0000 (18:37 +0000)] 
resolv.h may require netinet/in.h, so try to #include that when
checking for the former.

20 years agoMake do_block use poll() rather than select() (based on a patch by
Alexandre Julliard [Fri, 8 Aug 2003 21:10:28 +0000 (21:10 +0000)] 
Make do_block use poll() rather than select() (based on a patch by
Mike Hearn).

20 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Fri, 8 Aug 2003 21:07:23 +0000 (21:07 +0000)] 
Fixed some issues found by winapi_check.

20 years ago- API files update.
Patrik Stridvall [Fri, 8 Aug 2003 21:04:17 +0000 (21:04 +0000)] 
- API files update.
- Minor bug fixes.

20 years agoFixed build with older compilers.
Dmitry Timoshkov [Fri, 8 Aug 2003 21:03:39 +0000 (21:03 +0000)] 
Fixed build with older compilers.

20 years agoSet version to DirectX 7.
Tom Wickline [Fri, 8 Aug 2003 21:03:05 +0000 (21:03 +0000)] 
Set version to DirectX 7.

20 years agoSet version to DirectX 7.
Tom Wickline [Thu, 7 Aug 2003 20:12:12 +0000 (20:12 +0000)] 
Set version to DirectX 7.

20 years agoMove declarations to compile with older compilers.
Duane Clark [Thu, 7 Aug 2003 20:11:45 +0000 (20:11 +0000)] 
Move declarations to compile with older compilers.

20 years agoBetter support for __declspec() (based on a suggestion from Ove
Dimitrie O. Paun [Thu, 7 Aug 2003 20:11:24 +0000 (20:11 +0000)] 
Better support for __declspec() (based on a suggestion from Ove
Kaaven).

20 years agoAdded Thai keyboard layout.
Supphachoke Suntiwichaya [Thu, 7 Aug 2003 20:11:02 +0000 (20:11 +0000)] 
Added Thai keyboard layout.

20 years agoGet rid of wrong/confusing _strdupnA usage.
Alexandre Julliard [Thu, 7 Aug 2003 03:15:20 +0000 (03:15 +0000)] 
Get rid of wrong/confusing _strdupnA usage.

20 years agoAuthors: Robert Dickenson <robd@reactos.org>, Steven Edwards <Steven_Ed4153@yahoo...
Alexandre Julliard [Thu, 7 Aug 2003 03:10:13 +0000 (03:10 +0000)] 
Authors: Robert Dickenson <robd@reactos.org>, Steven Edwards <Steven_Ed4153@yahoo.com>, Mike McCormack <mike@codeweavers.com>
Implemented GUI for regedit.

20 years agoAdded propset.ok.
Alexandre Julliard [Thu, 7 Aug 2003 03:07:26 +0000 (03:07 +0000)] 
Added propset.ok.

20 years agoSystemParametersInfo returning a value for Wallpaper does not mean
Richard Cohen [Thu, 7 Aug 2003 02:57:15 +0000 (02:57 +0000)] 
SystemParametersInfo returning a value for Wallpaper does not mean
that the registry key exists.

20 years agoUse the ELF sections for the addresses of globals, as the STABS are
Richard Cohen [Thu, 7 Aug 2003 02:56:55 +0000 (02:56 +0000)] 
Use the ELF sections for the addresses of globals, as the STABS are
likely to be wrong.

20 years ago- Print short ASCII strings without the "..."
Richard Cohen [Thu, 7 Aug 2003 02:56:35 +0000 (02:56 +0000)] 
- Print short ASCII strings without the "..."
- Make printing for Unicode strings more similar to ASCII.

20 years agoAdded File Source (Async) Filter.
Robert Shearman [Wed, 6 Aug 2003 23:00:14 +0000 (23:00 +0000)] 
Added File Source (Async) Filter.

20 years agoAdded some COM and property set tests.
Robert Reif [Wed, 6 Aug 2003 22:57:48 +0000 (22:57 +0000)] 
Added some COM and property set tests.
Added LIBUUID to makefile.

20 years agoAdded class factories for DirectSoundCapture, DirectSoundFullDuplex
Robert Reif [Wed, 6 Aug 2003 22:57:24 +0000 (22:57 +0000)] 
Added class factories for DirectSoundCapture, DirectSoundFullDuplex
and DirectSoundPrivate.
Added error checking to QueryInterface and CreateInterface.
Added some more functionality to property sets.

20 years agoAvoid non-portable long long constants.
Alexandre Julliard [Wed, 6 Aug 2003 22:09:11 +0000 (22:09 +0000)] 
Avoid non-portable long long constants.

20 years agoWarning fixes.
Alexandre Julliard [Wed, 6 Aug 2003 22:08:04 +0000 (22:08 +0000)] 
Warning fixes.

20 years agoDefined FMTIDs for ole32.
Mike McCormack [Wed, 6 Aug 2003 22:05:31 +0000 (22:05 +0000)] 
Defined FMTIDs for ole32.

20 years agoOops, back to hard coding initial thumb size until we figure out how
Duane Clark [Wed, 6 Aug 2003 22:05:11 +0000 (22:05 +0000)] 
Oops, back to hard coding initial thumb size until we figure out how
it really should work.
Fix the channel size/selection range for the TBS_ENABLESELRANGE
style.
One pixel tweaks in several spots.

20 years ago- Bugfix when adding filters to graph due to not initializing
Robert Shearman [Wed, 6 Aug 2003 22:04:45 +0000 (22:04 +0000)] 
- Bugfix when adding filters to graph due to not initializing
  variables on creation of graph.
- Remove clue of where I copied one of the copyright messages from.
- Add implementation of input and output pins which will be used by a
  lot of filters in Quartz.

20 years ago- Documentation of the index.dat files.
Robert Shearman [Tue, 5 Aug 2003 19:21:38 +0000 (19:21 +0000)] 
- Documentation of the index.dat files.
- Read support for "Temporary Internet Files".
- Limited write support for "Temporary Internet Files" (provided file
  does not need enlarging).
- Delete support (untested on anything other than Temporary Internet
  Files).

20 years agoAvoid DSA type conflict between ssl.h and commctrl.h.
Alexandre Julliard [Tue, 5 Aug 2003 19:21:08 +0000 (19:21 +0000)] 
Avoid DSA type conflict between ssl.h and commctrl.h.

20 years agoMake IPropertBag_Read use a dynamically allocated array rather than a
Robert Shearman [Tue, 5 Aug 2003 19:19:21 +0000 (19:19 +0000)] 
Make IPropertBag_Read use a dynamically allocated array rather than a
static one.

20 years agoOnly reapply the texture states necessary when a different texture
Jason Edmeades [Tue, 5 Aug 2003 19:18:58 +0000 (19:18 +0000)] 
Only reapply the texture states necessary when a different texture
gets bound to the same texture unit.

20 years agoSupport the mimap lod bias extension.
Lionel Ulmer [Tue, 5 Aug 2003 19:18:19 +0000 (19:18 +0000)] 
Support the mimap lod bias extension.

20 years agoUse same formula to convert from device to logical units as everywhere
Dmitry Timoshkov [Tue, 5 Aug 2003 19:17:40 +0000 (19:17 +0000)] 
Use same formula to convert from device to logical units as everywhere
else.

20 years agoProtect CallWindowProcA/W from NULL pointers.
Dmitry Timoshkov [Tue, 5 Aug 2003 19:17:19 +0000 (19:17 +0000)] 
Protect CallWindowProcA/W from NULL pointers.

20 years agoMany words about cabinets.
Gregory M. Turner [Tue, 5 Aug 2003 18:31:55 +0000 (18:31 +0000)] 
Many words about cabinets.

20 years agoFix -i option for winebuild linking.
Martin Wilck [Tue, 5 Aug 2003 18:31:32 +0000 (18:31 +0000)] 
Fix -i option for winebuild linking.

20 years agoAdded support for http-POST (well, any kind of http request that sends
David Hammerton [Tue, 5 Aug 2003 18:31:02 +0000 (18:31 +0000)] 
Added support for http-POST (well, any kind of http request that sends
data in the lpOptional field).

20 years agoFix the MHz detection code.
Lionel Ulmer [Tue, 5 Aug 2003 18:29:46 +0000 (18:29 +0000)] 
Fix the MHz detection code.

20 years agoglColorMaterial enable/disable setup is only done when really necessary.
Jason Edmeades [Tue, 5 Aug 2003 18:29:20 +0000 (18:29 +0000)] 
glColorMaterial enable/disable setup is only done when really necessary.
If glColorMaterial is set to track current color and none is supplied,
it gets disabled.
glMaterial is reset when I think it is necessary.
Slow mode now has defaults for when fvf parms are not supplied (as per
fast mode).
Slow mode now sets up the specular color (forgot that bit previously,
I think!).
Trace now lists the front, back and stencil buffers for ease of
debugging.

20 years agoProper MIRROR texture address support.
Lionel Ulmer [Tue, 5 Aug 2003 18:28:07 +0000 (18:28 +0000)] 
Proper MIRROR texture address support.

20 years agoICreateDevEnum_CreateClassEnumerator can return S_FALSE when
Robert Shearman [Tue, 5 Aug 2003 18:26:57 +0000 (18:26 +0000)] 
ICreateDevEnum_CreateClassEnumerator can return S_FALSE when
there is no category, so return MK_E_NOOBJECT from
IParseDisplayName_ParseDisplayName.

20 years agoMake GetWindowInfo() work for all windows and return correct values.
Dmitry Timoshkov [Tue, 5 Aug 2003 18:26:28 +0000 (18:26 +0000)] 
Make GetWindowInfo() work for all windows and return correct values.

20 years agoCorrectly truncate tmFirstChar, tmLastChar, tmBreakChar at 255 in the
Dmitry Timoshkov [Tue, 5 Aug 2003 18:26:09 +0000 (18:26 +0000)] 
Correctly truncate tmFirstChar, tmLastChar, tmBreakChar at 255 in the
process of W->A conversion.

20 years agoRemove remnants of the old code.
Dmitry Timoshkov [Tue, 5 Aug 2003 18:25:47 +0000 (18:25 +0000)] 
Remove remnants of the old code.

20 years ago- Avoid division by zero in TRACKBAR_GetTicPos
Stephan BEUZE [Tue, 5 Aug 2003 18:25:26 +0000 (18:25 +0000)] 
- Avoid division by zero in TRACKBAR_GetTicPos
- Manage negative range TRACKBAR_DrawOneTic

20 years agoIntroduced the mswsock dll.
André Johansen [Sat, 2 Aug 2003 00:52:02 +0000 (00:52 +0000)] 
Introduced the mswsock dll.
Added stubs for TransmitFile() and AcceptEx().

20 years agoMake sure dllname doesn't get optimized out (spotted by Marcus
Alexandre Julliard [Sat, 2 Aug 2003 00:45:34 +0000 (00:45 +0000)] 
Make sure dllname doesn't get optimized out (spotted by Marcus
Meissner).

20 years agoProperly free thread stacks on NPTL systems.
Alexandre Julliard [Sat, 2 Aug 2003 00:44:25 +0000 (00:44 +0000)] 
Properly free thread stacks on NPTL systems.

20 years agoThe initial size of the thumb depends on SM_CYCAPTION.
Duane Clark [Sat, 2 Aug 2003 00:44:00 +0000 (00:44 +0000)] 
The initial size of the thumb depends on SM_CYCAPTION.
Correctly draw the thumb as in Windows.
The channel/thumb position also depends on TBS_NOTICKS.
The first and last tic marks should be inset from the channel length
by half the thumb width.
When TBS_BOTH style set, make sure to draw both sets of tics.

20 years agoAvoid crashing when unable to read pdb file.
André Johansen [Sat, 2 Aug 2003 00:43:32 +0000 (00:43 +0000)] 
Avoid crashing when unable to read pdb file.

20 years agoRemember decompression state during extraction, so as to avoid
Gregory M. Turner [Sat, 2 Aug 2003 00:42:23 +0000 (00:42 +0000)] 
Remember decompression state during extraction, so as to avoid
unnecessary work.

20 years agoSplit Win16/32 printer dialogs.
Steven Edwards [Sat, 2 Aug 2003 00:41:41 +0000 (00:41 +0000)] 
Split Win16/32 printer dialogs.

20 years agoReport some news caps that were added in DX6.
Lionel Ulmer [Sat, 2 Aug 2003 00:41:03 +0000 (00:41 +0000)] 
Report some news caps that were added in DX6.

20 years agoMake the DllRegisterServer, DllRegisterServerEx, DllUnregisterServer,
Alexandre Julliard [Wed, 30 Jul 2003 03:48:55 +0000 (03:48 +0000)] 
Make the DllRegisterServer, DllRegisterServerEx, DllUnregisterServer,
DllGetClassObject and DllCanUnloadNow functions private (suggested by
Jon Griffiths).

20 years ago- ERR("WARNING") just doesn't look right ;)
Gregory M. Turner [Wed, 30 Jul 2003 03:45:46 +0000 (03:45 +0000)] 
- ERR("WARNING") just doesn't look right ;)
- treat zero file handle as invalid if the callback returns it
- provide the same args as Windows to the Open callback

20 years ago'grep -q' is not portable -> don't use it.
Francois Gouget [Wed, 30 Jul 2003 03:43:55 +0000 (03:43 +0000)] 
'grep -q' is not portable -> don't use it.

20 years agoSome spelling fixes.
Francois Gouget [Wed, 30 Jul 2003 03:42:26 +0000 (03:42 +0000)] 
Some spelling fixes.

20 years agoFixed the TEXCOORDINDEX code.
Lionel Ulmer [Wed, 30 Jul 2003 03:40:39 +0000 (03:40 +0000)] 
Fixed the TEXCOORDINDEX code.

20 years agoAdded ddraw_tex to add texture snooping without needing to recompile.
Lionel Ulmer [Wed, 30 Jul 2003 03:39:58 +0000 (03:39 +0000)] 
Added ddraw_tex to add texture snooping without needing to recompile.

20 years agoAdded -private flag for entry points that shouldn't be imported from
Alexandre Julliard [Mon, 28 Jul 2003 19:19:48 +0000 (19:19 +0000)] 
Added -private flag for entry points that shouldn't be imported from
other dlls.
Support PRIVATE flag in .def files (based on a patch by Jon
Griffiths).