wine
20 years agoMoved DLLFLAGS to a separate variable instead of including it in
Alexandre Julliard [Wed, 24 Sep 2003 19:01:44 +0000 (19:01 +0000)] 
Moved DLLFLAGS to a separate variable instead of including it in
DEFS.

20 years agoRewrote getenv and _wgetenv to avoid returning a pointer to a freed
Alexandre Julliard [Wed, 24 Sep 2003 18:57:28 +0000 (18:57 +0000)] 
Rewrote getenv and _wgetenv to avoid returning a pointer to a freed
memory block.

20 years agoAdded configure check for spawnvp().
Pavel Roskin [Wed, 24 Sep 2003 18:54:40 +0000 (18:54 +0000)] 
Added configure check for spawnvp().

20 years agoMore locale tests.
Jon Griffiths [Wed, 24 Sep 2003 18:52:39 +0000 (18:52 +0000)] 
More locale tests.

20 years agoAdd LanguageGroup/GeoID enumeration fns.
Jon Griffiths [Wed, 24 Sep 2003 18:51:22 +0000 (18:51 +0000)] 
Add LanguageGroup/GeoID enumeration fns.
Add some reg entries from XP.
SetLocaleInfo(): Set 2 I-values from S-values.
Optimise code size, fix a few bugs, documentation.

20 years agoAdded tests for cpp objects/RTTI.
Jon Griffiths [Wed, 24 Sep 2003 18:49:45 +0000 (18:49 +0000)] 
Added tests for cpp objects/RTTI.

20 years agoMoved the Windows version code to dlls/ntdll, and implemented
Alexandre Julliard [Wed, 24 Sep 2003 05:26:00 +0000 (05:26 +0000)] 
Moved the Windows version code to dlls/ntdll, and implemented
RtlGetVersion and RtlVerifyVersionInfo.
Moved the 16-bit and DOS version support to dlls/kernel.

20 years agoDocumentation updates.
Jon Griffiths [Wed, 24 Sep 2003 05:14:39 +0000 (05:14 +0000)] 
Documentation updates.

20 years agoDocument BSTR functions, add SetOANoCache().
Jon Griffiths [Wed, 24 Sep 2003 05:12:52 +0000 (05:12 +0000)] 
Document BSTR functions, add SetOANoCache().

20 years agoMSVC warning fix.
Jon Griffiths [Wed, 24 Sep 2003 05:12:28 +0000 (05:12 +0000)] 
MSVC warning fix.

20 years agoPortability fix.
Jon Griffiths [Wed, 24 Sep 2003 05:12:14 +0000 (05:12 +0000)] 
Portability fix.

20 years agoSmall cleanups, remove references to authors.ent.
Dimitrie O. Paun [Wed, 24 Sep 2003 05:11:51 +0000 (05:11 +0000)] 
Small cleanups, remove references to authors.ent.

20 years agoAuthors: Juraj Hercek <juraj@syncad.com>, Eric Frias <efrias@syncad.com>
Alexandre Julliard [Tue, 23 Sep 2003 22:59:44 +0000 (22:59 +0000)] 
Authors: Juraj Hercek <juraj@syncad.com>, Eric Frias <efrias@syncad.com>
Implemented pthread conditions.

20 years agoAdded SS_ENDELLIPSIS.
Juraj Hercek [Tue, 23 Sep 2003 22:57:20 +0000 (22:57 +0000)] 
Added SS_ENDELLIPSIS.

20 years agoMove authors to the wine-user.sgml.
Dimitrie O. Paun [Tue, 23 Sep 2003 22:56:25 +0000 (22:56 +0000)] 
Move authors to the wine-user.sgml.
Remove unused files.

20 years agoNot everyone has <unistd.h>, some files need <io.h> too (msvc).
Jon Griffiths [Tue, 23 Sep 2003 22:54:57 +0000 (22:54 +0000)] 
Not everyone has <unistd.h>, some files need <io.h> too (msvc).

20 years agoAdded some needed config.h entries.
Jon Griffiths [Tue, 23 Sep 2003 22:51:11 +0000 (22:51 +0000)] 
Added some needed config.h entries.

20 years agoA first stab at wcstod().
Jon Griffiths [Tue, 23 Sep 2003 22:50:30 +0000 (22:50 +0000)] 
A first stab at wcstod().

20 years agoAdded StrFormatKBSizeA/W.
Jon Griffiths [Tue, 23 Sep 2003 22:49:56 +0000 (22:49 +0000)] 
Added StrFormatKBSizeA/W.

20 years agoAdded definitions for ListView_GetColumnWidth, ListView_SetColumnWidth
Felix Nawothnig [Tue, 23 Sep 2003 22:48:49 +0000 (22:48 +0000)] 
Added definitions for ListView_GetColumnWidth, ListView_SetColumnWidth
and ListView_RedrawItems.

20 years agoFix MDISetMenu in the case it is called before a Windows Menu exists
Rein Klazes [Tue, 23 Sep 2003 22:47:55 +0000 (22:47 +0000)] 
Fix MDISetMenu in the case it is called before a Windows Menu exists
as Agent newsreader does.

20 years agoFix more unicode/memory allocation errors.
Mike McCormack [Tue, 23 Sep 2003 22:47:18 +0000 (22:47 +0000)] 
Fix more unicode/memory allocation errors.

20 years agoRename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc,Free}.
Dimitrie O. Paun [Mon, 22 Sep 2003 21:32:33 +0000 (21:32 +0000)] 
Rename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc,Free}.

20 years agoRemove redundant sections from the guide:
Dimitrie O. Paun [Mon, 22 Sep 2003 21:30:45 +0000 (21:30 +0000)] 
Remove redundant sections from the guide:
  tools: is now included in the new bin2res
  build: moved to PACKAGING
  cvs: is available in many other places.

20 years agoSmall cleanup.
Alexandre Julliard [Mon, 22 Sep 2003 21:18:11 +0000 (21:18 +0000)] 
Small cleanup.

20 years agoYet another batch of French resources updates.
Vincent Béron [Mon, 22 Sep 2003 21:16:56 +0000 (21:16 +0000)] 
Yet another batch of French resources updates.

20 years agoFix logic problems with NETCON_connected.
Mike McCormack [Mon, 22 Sep 2003 21:15:34 +0000 (21:15 +0000)] 
Fix logic problems with NETCON_connected.

20 years agoDocumentation updates.
Eric Pouech [Mon, 22 Sep 2003 21:15:12 +0000 (21:15 +0000)] 
Documentation updates.

20 years agoBig update to the debug logging section.
Dimitrie O. Paun [Mon, 22 Sep 2003 21:14:23 +0000 (21:14 +0000)] 
Big update to the debug logging section.

20 years agoMove the authors out of the sections.
Dimitrie O. Paun [Mon, 22 Sep 2003 21:14:11 +0000 (21:14 +0000)] 
Move the authors out of the sections.

20 years agoRemove Managed option. Add DXGrab, DesktopDoubleBuffer, UseTakeFocus.
Mike Hearn [Mon, 22 Sep 2003 21:13:51 +0000 (21:13 +0000)] 
Remove Managed option. Add DXGrab, DesktopDoubleBuffer, UseTakeFocus.

20 years agoVolume and Pan driver requests need to return success even though they
Robert Reif [Mon, 22 Sep 2003 21:13:33 +0000 (21:13 +0000)] 
Volume and Pan driver requests need to return success even though they
are not implemented.

20 years agoDEBUG_cmp_sym: micro optimization/cleanup.
Michal Janusz Miroslaw [Mon, 22 Sep 2003 21:12:44 +0000 (21:12 +0000)] 
DEBUG_cmp_sym: micro optimization/cleanup.

20 years agoAnother batch of French resources updates.
Vincent Béron [Mon, 22 Sep 2003 19:48:29 +0000 (19:48 +0000)] 
Another batch of French resources updates.

20 years agoAdded LVKF_* defines.
Maxime Bellengé [Mon, 22 Sep 2003 19:47:42 +0000 (19:47 +0000)] 
Added LVKF_* defines.

20 years agoFixed a memory leak.
Mike McCormack [Mon, 22 Sep 2003 19:46:32 +0000 (19:46 +0000)] 
Fixed a memory leak.

20 years agoChange erroneous malloc to HeapAlloc.
Mike McCormack [Mon, 22 Sep 2003 19:46:13 +0000 (19:46 +0000)] 
Change erroneous malloc to HeapAlloc.

20 years agoFix a bunch of unicode/memory allocation errors.
Mike McCormack [Mon, 22 Sep 2003 19:45:50 +0000 (19:45 +0000)] 
Fix a bunch of unicode/memory allocation errors.

20 years agoFix strncpyWtoA to actually act as advertised (and not overflow the
Vincent Béron [Mon, 22 Sep 2003 19:45:29 +0000 (19:45 +0000)] 
Fix strncpyWtoA to actually act as advertised (and not overflow the
input buffer).
Small cleanups of it at the same time.

20 years agoPrint fixmes if we do not find a crypto providers for a specified
Marcus Meissner [Mon, 22 Sep 2003 19:37:55 +0000 (19:37 +0000)] 
Print fixmes if we do not find a crypto providers for a specified
type/name and other failures.

20 years agoRewritten cache code and fixed a bug that was in it.
Rok Mandeljc [Mon, 22 Sep 2003 19:37:33 +0000 (19:37 +0000)] 
Rewritten cache code and fixed a bug that was in it.

20 years agoMove Gerard's name to the author list.
Dimitrie O. Paun [Mon, 22 Sep 2003 19:36:19 +0000 (19:36 +0000)] 
Move Gerard's name to the author list.

20 years agoCleanup formatting a bit.
Dimitrie O. Paun [Mon, 22 Sep 2003 19:36:10 +0000 (19:36 +0000)] 
Cleanup formatting a bit.

20 years agoCleanup the introduction a bit.
Dimitrie O. Paun [Mon, 22 Sep 2003 19:35:58 +0000 (19:35 +0000)] 
Cleanup the introduction a bit.

20 years agoRemove a lot of obsolete information, misc cleanups.
Dimitrie O. Paun [Mon, 22 Sep 2003 19:35:47 +0000 (19:35 +0000)] 
Remove a lot of obsolete information, misc cleanups.

20 years agoMove Eric's name in the author list.
Dimitrie O. Paun [Mon, 22 Sep 2003 19:35:37 +0000 (19:35 +0000)] 
Move Eric's name in the author list.

20 years agoSmall cleanups of the OpenGL section.
Dimitrie O. Paun [Mon, 22 Sep 2003 19:35:25 +0000 (19:35 +0000)] 
Small cleanups of the OpenGL section.

20 years agoTrivial cleanups to the OLE section.
Dimitrie O. Paun [Mon, 22 Sep 2003 19:35:14 +0000 (19:35 +0000)] 
Trivial cleanups to the OLE section.

20 years agoRemove obsolete info about the service thread.
Dimitrie O. Paun [Mon, 22 Sep 2003 19:35:03 +0000 (19:35 +0000)] 
Remove obsolete info about the service thread.
Update x11 wrapping description, misc cleanups.

20 years agoRewrite the i18n section.
Dimitrie O. Paun [Mon, 22 Sep 2003 19:34:48 +0000 (19:34 +0000)] 
Rewrite the i18n section.

20 years agoRemove uglifying notes.
Dimitrie O. Paun [Mon, 22 Sep 2003 19:34:38 +0000 (19:34 +0000)] 
Remove uglifying notes.

20 years agoSmall cleanups on how to send in patches.
Dimitrie O. Paun [Mon, 22 Sep 2003 19:34:07 +0000 (19:34 +0000)] 
Small cleanups on how to send in patches.

20 years agoCleanup the documentation section.
Dimitrie O. Paun [Mon, 22 Sep 2003 19:33:57 +0000 (19:33 +0000)] 
Cleanup the documentation section.
Comment out some empty sections.

20 years agoCleanup the debugging section.
Dimitrie O. Paun [Mon, 22 Sep 2003 19:33:43 +0000 (19:33 +0000)] 
Cleanup the debugging section.

20 years agoSilence the FIXME produced by an install check of MVSOUND.SYS.
Michael Stefaniuc [Mon, 22 Sep 2003 19:33:07 +0000 (19:33 +0000)] 
Silence the FIXME produced by an install check of MVSOUND.SYS.

20 years agoSilence the FIXME's produced by a check for a dos32 extender.
Michael Stefaniuc [Mon, 22 Sep 2003 19:32:51 +0000 (19:32 +0000)] 
Silence the FIXME's produced by a check for a dos32 extender.

20 years agoWhen entering protected mode, V86 flag must be clear.
Jukka Heinonen [Mon, 22 Sep 2003 19:32:03 +0000 (19:32 +0000)] 
When entering protected mode, V86 flag must be clear.

20 years ago- win32 console's window cannot be larger than curses' stdscr
Eric Pouech [Mon, 22 Sep 2003 19:31:32 +0000 (19:31 +0000)] 
- win32 console's window cannot be larger than curses' stdscr
- correctly manage backspace
- various cleanup

20 years agoAlways initialize send_message_info.flags.
Mike McCormack [Mon, 22 Sep 2003 19:31:13 +0000 (19:31 +0000)] 
Always initialize send_message_info.flags.

20 years agoOnly ignore certain keyboard events if a XLookupString returned a
Mike McCormack [Mon, 22 Sep 2003 19:30:51 +0000 (19:30 +0000)] 
Only ignore certain keyboard events if a XLookupString returned a
value (detected by Valgrind).

20 years agoFix errors in IExtractIcon detected by valgrind.
Mike McCormack [Mon, 22 Sep 2003 19:30:25 +0000 (19:30 +0000)] 
Fix errors in IExtractIcon detected by valgrind.

20 years agoRemoving the directory is almost always the wrong way to remove wine.
Mike Hearn [Mon, 22 Sep 2003 19:30:03 +0000 (19:30 +0000)] 
Removing the directory is almost always the wrong way to remove wine.

20 years agoAdapted winecheck to use new environment variable syntax
Michael Günnewig [Mon, 22 Sep 2003 19:28:46 +0000 (19:28 +0000)] 
Adapted winecheck to use new environment variable syntax
(ex. %HOME%).

20 years agoPorting fix.
Steven Edwards [Mon, 22 Sep 2003 19:28:21 +0000 (19:28 +0000)] 
Porting fix.

20 years agoPorting fix for Alpha.
Steven Edwards [Mon, 22 Sep 2003 19:27:56 +0000 (19:27 +0000)] 
Porting fix for Alpha.

20 years agoWhen an item is activated, we should send a NMITEMACTIVATE struct and
Maxime Bellengé [Mon, 22 Sep 2003 19:27:33 +0000 (19:27 +0000)] 
When an item is activated, we should send a NMITEMACTIVATE struct and
not a NMHDR one.

20 years agoUpdate the directory list, tidy it up in the process.
Dimitrie O. Paun [Mon, 22 Sep 2003 19:26:32 +0000 (19:26 +0000)] 
Update the directory list, tidy it up in the process.
A few fixes for obsolete filenames in the debugging hints.

20 years agoAdd screen depth option and remove "Allocated System Colors" setting.
Mike Hearn [Mon, 22 Sep 2003 19:26:10 +0000 (19:26 +0000)] 
Add screen depth option and remove "Allocated System Colors" setting.

20 years agoImplemented sound flushing.
Oleg Prokhorov [Mon, 22 Sep 2003 19:25:52 +0000 (19:25 +0000)] 
Implemented sound flushing.

20 years agoMMDRV_Install: Fix confusing indentation.
Michal Janusz Miroslaw [Mon, 22 Sep 2003 19:25:11 +0000 (19:25 +0000)] 
MMDRV_Install: Fix confusing indentation.

20 years agoAdded Dutch translation.
Hans Leidekker [Mon, 22 Sep 2003 19:24:33 +0000 (19:24 +0000)] 
Added Dutch translation.

20 years agoAdded declarations for newly documented SHChangeNotify API and fixed
Rolf Kalbermatter [Mon, 22 Sep 2003 19:24:13 +0000 (19:24 +0000)] 
Added declarations for newly documented SHChangeNotify API and fixed
some prototypes.

20 years agoDon't redefine declspec under MSVC.
Rolf Kalbermatter [Mon, 22 Sep 2003 19:22:14 +0000 (19:22 +0000)] 
Don't redefine declspec under MSVC.

20 years ago_nrroffuncs: Check for error before dereferencing returned pointer.
Marcus Meissner [Mon, 22 Sep 2003 19:21:32 +0000 (19:21 +0000)] 
_nrroffuncs: Check for error before dereferencing returned pointer.

20 years agoGet rid of relay32 directory.
Alexandre Julliard [Fri, 19 Sep 2003 04:36:54 +0000 (04:36 +0000)] 
Get rid of relay32 directory.

20 years agoMoved 32-bit relay and snoop support to dlls/ntdll.
Alexandre Julliard [Fri, 19 Sep 2003 04:32:39 +0000 (04:32 +0000)] 
Moved 32-bit relay and snoop support to dlls/ntdll.

20 years agoMoved the 32-bit builtin loader and the remaining bits of the PE
Alexandre Julliard [Fri, 19 Sep 2003 04:04:57 +0000 (04:04 +0000)] 
Moved the 32-bit builtin loader and the remaining bits of the PE
loader into dlls/ntdll/loader.c.

20 years agoDXTn format has odd mipmap levels in that the space allocated for
Jason Edmeades [Fri, 19 Sep 2003 04:02:35 +0000 (04:02 +0000)] 
DXTn format has odd mipmap levels in that the space allocated for
small levels needs a lot of padding.

20 years agoGL doesn't like incorrect lengths passed into DXTN processing.
Jason Edmeades [Fri, 19 Sep 2003 00:20:19 +0000 (00:20 +0000)] 
GL doesn't like incorrect lengths passed into DXTN processing.

20 years agoHandle default linker output name in winewrap instead of winegcc.
Richard Cohen [Fri, 19 Sep 2003 00:19:36 +0000 (00:19 +0000)] 
Handle default linker output name in winewrap instead of winegcc.

20 years agoAdd printf format attributes & fix the warnings.
Richard Cohen [Fri, 19 Sep 2003 00:19:16 +0000 (00:19 +0000)] 
Add printf format attributes & fix the warnings.

20 years agoAdded volume and pan support to primary buffers.
Robert Reif [Fri, 19 Sep 2003 00:10:51 +0000 (00:10 +0000)] 
Added volume and pan support to primary buffers.
Added more property set support.

20 years agoBuild the HTML documents as one big file.
Dimitrie O. Paun [Fri, 19 Sep 2003 00:10:02 +0000 (00:10 +0000)] 
Build the HTML documents as one big file.

20 years agoVertex shader output is lit and transformed, so stop GL doing it all
Jason Edmeades [Fri, 19 Sep 2003 00:07:34 +0000 (00:07 +0000)] 
Vertex shader output is lit and transformed, so stop GL doing it all
again.

20 years agoSimple fix to handle the more common case of actually having a GL
Jason Edmeades [Fri, 19 Sep 2003 00:07:16 +0000 (00:07 +0000)] 
Simple fix to handle the more common case of actually having a GL
context!

20 years agoImplemented kernel32.GetIoProcessCounters and stubbed
Eric Pouech [Fri, 19 Sep 2003 00:06:45 +0000 (00:06 +0000)] 
Implemented kernel32.GetIoProcessCounters and stubbed
ntdll.NtQueryProcessInformation(ProcessIoCounters).

20 years agoBy default, console handles are inheritable.
Eric Pouech [Fri, 19 Sep 2003 00:05:18 +0000 (00:05 +0000)] 
By default, console handles are inheritable.

20 years agoMoved the wine server client-side support to dlls/ntdll. Removed a
Alexandre Julliard [Thu, 18 Sep 2003 23:27:19 +0000 (23:27 +0000)] 
Moved the wine server client-side support to dlls/ntdll. Removed a
couple of unnecessary functions.

20 years agoMoved a couple more functions to dlls/kernel.
Alexandre Julliard [Thu, 18 Sep 2003 20:59:54 +0000 (20:59 +0000)] 
Moved a couple more functions to dlls/kernel.

20 years agoMoved 16-bit global heap, DOS memory and selector functions to
Alexandre Julliard [Thu, 18 Sep 2003 20:58:41 +0000 (20:58 +0000)] 
Moved 16-bit global heap, DOS memory and selector functions to
dlls/kernel.

20 years agoSet default StdError to fd 2 (was on 1).
Eric Pouech [Thu, 18 Sep 2003 20:54:32 +0000 (20:54 +0000)] 
Set default StdError to fd 2 (was on 1).

20 years agoComplete rewrite of bin2res, for a cleaner codebase.
Dimitrie O. Paun [Thu, 18 Sep 2003 20:53:10 +0000 (20:53 +0000)] 
Complete rewrite of bin2res, for a cleaner codebase.
Add online help describing how the program works.
Sanitize command line options.

20 years agoFix build with old libc.
Gabriele Giorgetti [Thu, 18 Sep 2003 20:52:24 +0000 (20:52 +0000)] 
Fix build with old libc.

20 years agoRemove the FAQ from the doc tarball, and build it as a single .html
Alexandre Julliard [Thu, 18 Sep 2003 20:51:32 +0000 (20:51 +0000)] 
Remove the FAQ from the doc tarball, and build it as a single .html
file (based on patch by Dimitrie O. Paun).

20 years agoMoved synchronization and syslevel routines to dlls/kernel.
Alexandre Julliard [Thu, 18 Sep 2003 04:39:13 +0000 (04:39 +0000)] 
Moved synchronization and syslevel routines to dlls/kernel.

20 years agoKeep the file handle of 16-bit modules open while the module is
Alexandre Julliard [Thu, 18 Sep 2003 04:35:34 +0000 (04:35 +0000)] 
Keep the file handle of 16-bit modules open while the module is
loaded. This makes it possible to remove the InstallShield hack in
OpenFile16.
Moved LoadLibrary32_16 to kernel.

20 years ago- Implement "managed mode" setting.
Mike Hearn [Thu, 18 Sep 2003 04:32:01 +0000 (04:32 +0000)] 
- Implement "managed mode" setting.
- Make system colors setting work.
- Disable DGA setting, as enabling it breaks wine.

20 years agoFixed combobox flags handling to allow CBS_DROPDOWN style.
Eric Frias [Thu, 18 Sep 2003 04:31:15 +0000 (04:31 +0000)] 
Fixed combobox flags handling to allow CBS_DROPDOWN style.

20 years agoAdd blurb about soft/hard dependencies to the Packaging Guide, based
Dimitrie O. Paun [Thu, 18 Sep 2003 04:29:56 +0000 (04:29 +0000)] 
Add blurb about soft/hard dependencies to the Packaging Guide, based
on a contribution by Shachar Shemesh.

20 years agoMoved the 16-bit environment support to dlls/kernel.
Alexandre Julliard [Thu, 18 Sep 2003 04:28:22 +0000 (04:28 +0000)] 
Moved the 16-bit environment support to dlls/kernel.