wine
23 years agoAdded preferences to dinput drivers (so we can have two joystick
Marcus Meissner [Tue, 12 Dec 2000 00:38:58 +0000 (00:38 +0000)] 
Added preferences to dinput drivers (so we can have two joystick
drivers). Implemented a joystick driver for the Linux 2.4
dev/input/event API.

23 years ago- Implemented setlocale parsing and LC_TYPE behavior.
Jon Griffiths [Tue, 12 Dec 2000 00:37:27 +0000 (00:37 +0000)] 
- Implemented setlocale parsing and LC_TYPE behavior.
- Implemented isleadbyte, snprintf.
- Added NLS IsValidCodePage prototype, misc CRTDLL fixes.

23 years agoAdded a prototype for SHAppBarMessage.
Francois Gouget [Tue, 12 Dec 2000 00:36:16 +0000 (00:36 +0000)] 
Added a prototype for SHAppBarMessage.

23 years agoFixed indentation problems resulting from automatic renaming, other
Dimitrie O. Paun [Tue, 12 Dec 2000 00:35:54 +0000 (00:35 +0000)] 
Fixed indentation problems resulting from automatic renaming, other
aesthetic fixes.

23 years agoUse DrawText to display text in horizontal tabs.
Gerard Patel [Tue, 12 Dec 2000 00:35:20 +0000 (00:35 +0000)] 
Use DrawText to display text in horizontal tabs.

23 years agoChanged the condition so it also works in case when sscanf returns EOF.
Martin Pilka [Tue, 12 Dec 2000 00:34:44 +0000 (00:34 +0000)] 
Changed the condition so it also works in case when sscanf returns EOF.

23 years agoMoved all Wine internal definitions out of process.h.
Alexandre Julliard [Mon, 11 Dec 2000 03:48:15 +0000 (03:48 +0000)] 
Moved all Wine internal definitions out of process.h.

23 years agoOutput the exports table in assembly code to make it possible to
Alexandre Julliard [Mon, 11 Dec 2000 03:42:20 +0000 (03:42 +0000)] 
Output the exports table in assembly code to make it possible to
export C++ mangled names.

23 years agoImplemented RtlAcquirePebLock and RtlReleasePebLock.
Alexandre Julliard [Mon, 11 Dec 2000 03:41:19 +0000 (03:41 +0000)] 
Implemented RtlAcquirePebLock and RtlReleasePebLock.

23 years agoImplemented DrawTextW as Unicode and DrawTextA as call to DrawTextW.
Gerard Patel [Mon, 11 Dec 2000 03:39:08 +0000 (03:39 +0000)] 
Implemented DrawTextW as Unicode and DrawTextA as call to DrawTextW.

23 years agoAdd CF_UNICODETEXT as primary text clipboard format.
Dmitry Timoshkov [Mon, 11 Dec 2000 01:09:56 +0000 (01:09 +0000)] 
Add CF_UNICODETEXT as primary text clipboard format.
Use [x11drv].TextCP for interchange with X.

23 years agoRemove old link before creating the new one.
Dennis Bjorklund [Sun, 10 Dec 2000 23:11:41 +0000 (23:11 +0000)] 
Remove old link before creating the new one.

23 years agoMoved most builtin controls structures into their respective C file.
Alexandre Julliard [Sun, 10 Dec 2000 23:01:33 +0000 (23:01 +0000)] 
Moved most builtin controls structures into their respective C file.
Created new controls.h file private to user32.dll and moved remaining
builtin controls definitions there.

23 years agoRemoved no longer used elfdll loader.
Alexandre Julliard [Sat, 9 Dec 2000 03:25:34 +0000 (03:25 +0000)] 
Removed no longer used elfdll loader.

23 years ago- README update
Andreas Mohr [Sat, 9 Dec 2000 03:15:32 +0000 (03:15 +0000)] 
- README update
- add offsets to ASPI struct defines
- spelling

23 years agoDon't fail on pointer address checking when foreign heap.
Andreas Mohr [Sat, 9 Dec 2000 03:08:02 +0000 (03:08 +0000)] 
Don't fail on pointer address checking when foreign heap.

23 years agoRemoved duplicate defines.
Andreas Mohr [Sat, 9 Dec 2000 03:07:40 +0000 (03:07 +0000)] 
Removed duplicate defines.

23 years agoFixed MessageBox() usage.
Andreas Mohr [Sat, 9 Dec 2000 03:06:54 +0000 (03:06 +0000)] 
Fixed MessageBox() usage.

23 years agoPrint CDB area.
Andreas Mohr [Sat, 9 Dec 2000 03:06:18 +0000 (03:06 +0000)] 
Print CDB area.

23 years agoAdded handlers for some IME messages in DefWindowProc.
Hidenori Takeshima [Thu, 7 Dec 2000 23:55:11 +0000 (23:55 +0000)] 
Added handlers for some IME messages in DefWindowProc.

23 years agoFileokstring notification should be sent to the custom child dialog,
Gerard Patel [Thu, 7 Dec 2000 23:54:19 +0000 (23:54 +0000)] 
Fileokstring notification should be sent to the custom child dialog,
not to the main dialog.

23 years agoAuthors: Andrew Lewycky <andrew@transgaming.com>, Ove Kaaven <ovek@transgaming.com>
Alexandre Julliard [Thu, 7 Dec 2000 23:53:47 +0000 (23:53 +0000)] 
Authors: Andrew Lewycky <andrew@transgaming.com>, Ove Kaaven <ovek@transgaming.com>
De-stub sin() and cos().
Add noimport flag to sin(), cos(), and pow().

23 years agoRemoved dependencies on the internals of the CLASS structure.
Alexandre Julliard [Thu, 7 Dec 2000 23:39:16 +0000 (23:39 +0000)] 
Removed dependencies on the internals of the CLASS structure.
Added support for having both ASCII and Unicode window procedures for
builtin classes.

23 years agoRemoved calls to WIDGETS_IsControl.
Alexandre Julliard [Thu, 7 Dec 2000 23:24:41 +0000 (23:24 +0000)] 
Removed calls to WIDGETS_IsControl.

23 years agoUncomment GOPHER_ATTRIBUTE_TYPE and GopherGetAttribute.
Francois Gouget [Thu, 7 Dec 2000 23:14:29 +0000 (23:14 +0000)] 
Uncomment GOPHER_ATTRIBUTE_TYPE and GopherGetAttribute.
Create A/W versions of GOPHER_ATTRIBUTE_TYPE and
GOPHER_ATTRIBUTE_ENUMERATOR.

23 years agoAdded a prototype for closesocket.
Francois Gouget [Thu, 7 Dec 2000 23:13:23 +0000 (23:13 +0000)] 
Added a prototype for closesocket.

23 years agoFixed handling of DialogBoxIndirectParamA return value.
Marcus Meissner [Thu, 7 Dec 2000 23:13:03 +0000 (23:13 +0000)] 
Fixed handling of DialogBoxIndirectParamA return value.

23 years agoAdded automatic translation of the config file to the new
Alexandre Julliard [Wed, 6 Dec 2000 20:25:11 +0000 (20:25 +0000)] 
Added automatic translation of the config file to the new
format. Updated documentation.

23 years agoAdded define for S_ISLNK if missing.
Alexandre Julliard [Wed, 6 Dec 2000 20:20:11 +0000 (20:20 +0000)] 
Added define for S_ISLNK if missing.

23 years agoDon't make the spec file constructors static so that they don't get
Alexandre Julliard [Wed, 6 Dec 2000 20:18:35 +0000 (20:18 +0000)] 
Don't make the spec file constructors static so that they don't get
optimized out.

23 years agoAuthors: Ove Kaaven <ovek@transgaming.com>, Andrew Lewycky <andrew@transgaming.com...
Alexandre Julliard [Wed, 6 Dec 2000 20:15:43 +0000 (20:15 +0000)] 
Authors: Ove Kaaven <ovek@transgaming.com>, Andrew Lewycky <andrew@transgaming.com>, Gavriel State <gav@transgaming.com>
DIB section improvements; UpdateDIBSection has been replaced with
LockDIBSection and UnlockDIBSection, for improved thread safety.
DIB_Status_* is now driver-independent, and there's a new
DIB_Status_AuxMod. Better handling of DIB surfaces with nonstandard
pitch. Slight optimization of DIBsection->display BitBlt.

23 years agoAdd basic NLS information needed for Hebrew.
Michael Veksler [Wed, 6 Dec 2000 20:11:40 +0000 (20:11 +0000)] 
Add basic NLS information needed for Hebrew.

23 years agoWelsh needs iso8859-14.
Huw D M Davies [Wed, 6 Dec 2000 19:45:41 +0000 (19:45 +0000)] 
Welsh needs iso8859-14.

23 years agoUse SendNotifyMessage() for WM_SYNCPAINT.
Ove Kaaven [Wed, 6 Dec 2000 19:45:22 +0000 (19:45 +0000)] 
Use SendNotifyMessage() for WM_SYNCPAINT.

23 years agoReturn a maximum registry size of 32 MB in NtQuerySystemInformation.
James Juran [Wed, 6 Dec 2000 19:45:07 +0000 (19:45 +0000)] 
Return a maximum registry size of 32 MB in NtQuerySystemInformation.

23 years agoAdded sample config file in the new format.
Alexandre Julliard [Wed, 6 Dec 2000 03:57:24 +0000 (03:57 +0000)] 
Added sample config file in the new format.

23 years agoSet -mpreferred-stack-boundary=2 flag if supported to avoid wasteful
Alexandre Julliard [Wed, 6 Dec 2000 03:50:22 +0000 (03:50 +0000)] 
Set -mpreferred-stack-boundary=2 flag if supported to avoid wasteful
stack alignments.

23 years agoNow prints line number for 'x.dll imported but no symbols used' warning.
Eric Pouech [Wed, 6 Dec 2000 03:32:26 +0000 (03:32 +0000)] 
Now prints line number for 'x.dll imported but no symbols used' warning.

23 years agoUpdate internal controls on WM_WINDOWPOSCHANGED.
Louis Philippe Gagnon [Wed, 6 Dec 2000 03:21:57 +0000 (03:21 +0000)] 
Update internal controls on WM_WINDOWPOSCHANGED.

23 years agoBuild the debugger as a .so.
Alexandre Julliard [Wed, 6 Dec 2000 03:20:47 +0000 (03:20 +0000)] 
Build the debugger as a .so.

23 years agoCreated a small static library in ole/libuuid.a that contains all the
Alexandre Julliard [Wed, 6 Dec 2000 01:50:47 +0000 (01:50 +0000)] 
Created a small static library in ole/libuuid.a that contains all the
UUID definitions (with the help of Francois Gouget).

23 years agoUse libwine and libwine_unicode directly from their build directory
Alexandre Julliard [Wed, 6 Dec 2000 00:05:14 +0000 (00:05 +0000)] 
Use libwine and libwine_unicode directly from their build directory
instead of using symlinks.

23 years agoBuild tsx11 layer as a separate shared library.
Alexandre Julliard [Wed, 6 Dec 2000 00:04:10 +0000 (00:04 +0000)] 
Build tsx11 layer as a separate shared library.

23 years agoAlways pass lower-case filenames to wine_dll_load().
Alexandre Julliard [Tue, 5 Dec 2000 21:17:59 +0000 (21:17 +0000)] 
Always pass lower-case filenames to wine_dll_load().
Clear dlerror() before and after calls to dlopen/dlsym to work around
a glibc bug (thanks to James Abbatiello for tracking the bug).

23 years agoFixed Serbian language code page.
Nerijus Baliunas [Tue, 5 Dec 2000 21:12:56 +0000 (21:12 +0000)] 
Fixed Serbian language code page.

23 years agoFixed a problem where the string in a combo box flickers if you
Aric Stewart [Tue, 5 Dec 2000 21:12:05 +0000 (21:12 +0000)] 
Fixed a problem where the string in a combo box flickers if you
rapidly reset the content and then replace the content.

23 years agoBetter error message for forwards.
Andreas Mohr [Tue, 5 Dec 2000 21:11:35 +0000 (21:11 +0000)] 
Better error message for forwards.

23 years agoAdded Chinese resources.
Aric Stewart [Tue, 5 Dec 2000 20:46:24 +0000 (20:46 +0000)] 
Added Chinese resources.

23 years agoAdded some missing definitions.
Hidenori Takeshima [Tue, 5 Dec 2000 20:45:45 +0000 (20:45 +0000)] 
Added some missing definitions.

23 years agoCompile fix for gcc 2.7.2.3.
Stefan Leichter [Tue, 5 Dec 2000 20:45:14 +0000 (20:45 +0000)] 
Compile fix for gcc 2.7.2.3.

23 years agoUse the approriate command for combining .o files.
Dimitrie O. Paun [Tue, 5 Dec 2000 04:13:36 +0000 (04:13 +0000)] 
Use the approriate command for combining .o files.

23 years agoRemoved the code duplication.
Dmitry Timoshkov [Tue, 5 Dec 2000 04:08:50 +0000 (04:08 +0000)] 
Removed the code duplication.

23 years agoDon't forget to map the message in WINPROC_MapMsg16To32W().
Rein Klazes [Tue, 5 Dec 2000 04:01:34 +0000 (04:01 +0000)] 
Don't forget to map the message in WINPROC_MapMsg16To32W().

23 years agoFixed dlerror() check to use strstr().
Andreas Mohr [Tue, 5 Dec 2000 04:00:54 +0000 (04:00 +0000)] 
Fixed dlerror() check to use strstr().

23 years agoUse @LIBEXT@ instead of .so for the inter-dlls dependencies.
Dimitrie O. Paun [Tue, 5 Dec 2000 03:59:55 +0000 (03:59 +0000)] 
Use @LIBEXT@ instead of .so for the inter-dlls dependencies.

23 years ago- overwrite (rather than append) the output file if we have no separator
Dimitrie O. Paun [Tue, 5 Dec 2000 03:57:35 +0000 (03:57 +0000)] 
- overwrite (rather than append) the output file if we have no separator
- avoid output if there is nothing to do

23 years agoAdded a first-cut version of MapVirtualKeyExW() that has the same
Ken Coleman [Tue, 5 Dec 2000 03:56:56 +0000 (03:56 +0000)] 
Added a first-cut version of MapVirtualKeyExW() that has the same
functionality (and limitations) as the ANSI version.

23 years agowineinstall didn't create the default no-windows directory /c
Andreas Mohr [Tue, 5 Dec 2000 03:53:51 +0000 (03:53 +0000)] 
wineinstall didn't create the default no-windows directory /c
when just pressing enter.

23 years ago- correct number of colormap entries looked at in GetDIBColorTable.
Guy L. Albertelli [Tue, 5 Dec 2000 03:53:23 +0000 (03:53 +0000)] 
- correct number of colormap entries looked at in GetDIBColorTable.
- correct number of colormap entries processed in SetDIBColorTable.

23 years agoSomes fixes for Dutch locales.
Rein Klazes [Tue, 5 Dec 2000 03:52:44 +0000 (03:52 +0000)] 
Somes fixes for Dutch locales.

23 years agoAdded some stubs.
Hidenori Takeshima [Tue, 5 Dec 2000 03:47:18 +0000 (03:47 +0000)] 
Added some stubs.

23 years agoRelease 20001202. wine-20001202
Alexandre Julliard [Sun, 3 Dec 2000 04:29:05 +0000 (04:29 +0000)] 
Release 20001202.

23 years agoCheck the attributes of the *current* section, not only the attributes
Andreas Mohr [Sun, 3 Dec 2000 04:02:09 +0000 (04:02 +0000)] 
Check the attributes of the *current* section, not only the attributes
of the *first* section...

23 years agoFixed WINPROC_GetPtr() to always pass the start of the block to
Alexandre Julliard [Sun, 3 Dec 2000 03:19:45 +0000 (03:19 +0000)] 
Fixed WINPROC_GetPtr() to always pass the start of the block to
HeapValidate().

23 years agoDisplay an error message if loading a Winelib app failed (suggested by
Alexandre Julliard [Sun, 3 Dec 2000 03:17:41 +0000 (03:17 +0000)] 
Display an error message if loading a Winelib app failed (suggested by
Francois Gouget).

23 years agoUse the DUMMYUNIONNAME macros so that the headers can be used in
Francois Gouget [Sun, 3 Dec 2000 03:16:05 +0000 (03:16 +0000)] 
Use the DUMMYUNIONNAME macros so that the headers can be used in
Winelib.

23 years agoAdded ASCII-only version of toupper, tolower, strcasecmp and the like
Aric Stewart [Sun, 3 Dec 2000 03:14:29 +0000 (03:14 +0000)] 
Added ASCII-only version of toupper, tolower, strcasecmp and the like
for file and module I/O.

23 years agoUse ioctlsocket() instead of ioctl() so that we can import ws2_32.dll
Alexandre Julliard [Sat, 2 Dec 2000 23:46:10 +0000 (23:46 +0000)] 
Use ioctlsocket() instead of ioctl() so that we can import ws2_32.dll
again (untested).

23 years agoAdded/modified documentation for function arguments.
Patrik Stridvall [Sat, 2 Dec 2000 23:44:59 +0000 (23:44 +0000)] 
Added/modified documentation for function arguments.

23 years agoMinor API files update.
Patrik Stridvall [Sat, 2 Dec 2000 23:43:31 +0000 (23:43 +0000)] 
Minor API files update.

23 years agoFileOpenDlgProc95: notify application of changed selection after
Uwe Bonnes [Sat, 2 Dec 2000 23:43:10 +0000 (23:43 +0000)] 
FileOpenDlgProc95: notify application of changed selection after
filling template.

23 years agoFixed bugs when tray was open.
Eric Pouech [Sat, 2 Dec 2000 23:42:42 +0000 (23:42 +0000)] 
Fixed bugs when tray was open.

23 years agoAdded several additional to/from unicode message mappings.
Dmitry Timoshkov [Sat, 2 Dec 2000 23:42:13 +0000 (23:42 +0000)] 
Added several additional to/from unicode message mappings.

23 years agoAlways put the dll constructor in the .init section, and like the
Alexandre Julliard [Sat, 2 Dec 2000 20:38:47 +0000 (20:38 +0000)] 
Always put the dll constructor in the .init section, and like the
.spec.o file first to ensure correct calling order of the constructors.

23 years agoFixed miscellaneous typos, syntactic and grammatical errors.
Francois Gouget [Sat, 2 Dec 2000 20:18:08 +0000 (20:18 +0000)] 
Fixed miscellaneous typos, syntactic and grammatical errors.

23 years agoFixed the case of "Winelib".
Francois Gouget [Sat, 2 Dec 2000 20:17:13 +0000 (20:17 +0000)] 
Fixed the case of "Winelib".

23 years agoFix the Winelib case.
Francois Gouget [Sat, 2 Dec 2000 20:14:20 +0000 (20:14 +0000)] 
Fix the Winelib case.
The linking aspects have been solved by the last winebuild update ->
removed from the todo list.
The configure script has been updated -> removed from the todo list.

23 years agoIf there is a single target, it should also get the 'project_settings
Francois Gouget [Sat, 2 Dec 2000 20:12:45 +0000 (20:12 +0000)] 
If there is a single target, it should also get the 'project_settings
sources'.
If a subdirectory is called 'include' then add it to the include path.

23 years agoInclude config.h.
Dimitrie O. Paun [Sat, 2 Dec 2000 20:11:42 +0000 (20:11 +0000)] 
Include config.h.

23 years agoAdded several clipboard formats.
Dmitry Timoshkov [Sat, 2 Dec 2000 20:11:05 +0000 (20:11 +0000)] 
Added several clipboard formats.

23 years agoCompile fix for building wine outside the source tree.
Dennis Björklund [Sat, 2 Dec 2000 20:10:38 +0000 (20:10 +0000)] 
Compile fix for building wine outside the source tree.

23 years agoInternetCloseHandle didn't return TRUE in all appropriate cases.
Andreas Mohr [Sat, 2 Dec 2000 20:09:54 +0000 (20:09 +0000)] 
InternetCloseHandle didn't return TRUE in all appropriate cases.

23 years agoAdded a --winver nt40 hint to VxD error message.
Andreas Mohr [Sat, 2 Dec 2000 20:09:39 +0000 (20:09 +0000)] 
Added a --winver nt40 hint to VxD error message.

23 years agoAdded some stubs.
Hidenori Takeshima [Sat, 2 Dec 2000 20:09:10 +0000 (20:09 +0000)] 
Added some stubs.

23 years ago- Take the mouse capture on a WM_NCRBUTTONDOWN on the caption bar,
Louis Philippe Gagnon [Sat, 2 Dec 2000 00:00:51 +0000 (00:00 +0000)] 
- Take the mouse capture on a WM_NCRBUTTONDOWN on the caption bar,
  release it on a WM_RBUTTONUP
- Don't send WM_CONTEXTMENU on a WM_NCRBUTTONUP
- Use parent-relative coordinates when calling NC_HandleNCHitTest

23 years agoAdded/modified documentation for function arguments.
Patrik Stridvall [Fri, 1 Dec 2000 23:58:28 +0000 (23:58 +0000)] 
Added/modified documentation for function arguments.

23 years agoFixed Win16 documentation not fixed because of a bug in winapi_check.
Patrik Stridvall [Fri, 1 Dec 2000 23:54:51 +0000 (23:54 +0000)] 
Fixed Win16 documentation not fixed because of a bug in winapi_check.

23 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Fri, 1 Dec 2000 23:53:46 +0000 (23:53 +0000)] 
Fixed some issues found by winapi_check.

23 years ago- Fixed a bug concerning Win16 documentation.
Patrik Stridvall [Fri, 1 Dec 2000 23:51:33 +0000 (23:51 +0000)] 
- Fixed a bug concerning Win16 documentation.
- Fixed some bugs concerning argument documentation
- Minor API files update

23 years agoRemoved some unnecessary includes.
Alexandre Julliard [Fri, 1 Dec 2000 21:32:55 +0000 (21:32 +0000)] 
Removed some unnecessary includes.

23 years agoMoved useful NE format definitions to winbase16.h.
Alexandre Julliard [Fri, 1 Dec 2000 21:31:02 +0000 (21:31 +0000)] 
Moved useful NE format definitions to winbase16.h.

23 years agoModified winebuild to use the __ASM_FUNC macro for greater portability.
Dimitrie O. Paun [Fri, 1 Dec 2000 21:27:43 +0000 (21:27 +0000)] 
Modified winebuild to use the __ASM_FUNC macro for greater portability.

23 years agoMoved the few remaining functions in wprocs.dll to kernel.dll.
Alexandre Julliard [Fri, 1 Dec 2000 21:25:31 +0000 (21:25 +0000)] 
Moved the few remaining functions in wprocs.dll to kernel.dll.
No longer load wprocs.dll unconditionally.
Restored default interrupt handler behavior (reported by Andreas Mohr).

23 years agoFinished separation of shell32 and wsock32.
Alexandre Julliard [Fri, 1 Dec 2000 20:48:41 +0000 (20:48 +0000)] 
Finished separation of shell32 and wsock32.

23 years agoSupply dummy getrlimit if absent.
Dimitrie O. Paun [Fri, 1 Dec 2000 20:47:11 +0000 (20:47 +0000)] 
Supply dummy getrlimit if absent.

23 years agoFixed segstr to str proto.
Eric Pouech [Fri, 1 Dec 2000 20:46:23 +0000 (20:46 +0000)] 
Fixed segstr to str proto.

23 years agoCleaned up internal types definition.
Eric Pouech [Fri, 1 Dec 2000 20:45:59 +0000 (20:45 +0000)] 
Cleaned up internal types definition.

23 years agoImproved stabs loading (now using recursive parsing, required by stabs
Eric Pouech [Fri, 1 Dec 2000 20:45:43 +0000 (20:45 +0000)] 
Improved stabs loading (now using recursive parsing, required by stabs
generated by latest gcc versions).

23 years agoWork around for deref issues (least impact solution taken, even if issues remain).
Eric Pouech [Fri, 1 Dec 2000 20:45:24 +0000 (20:45 +0000)] 
Work around for deref issues (least impact solution taken, even if issues remain).

23 years agoA number of additions to the nls files. Also one correction, we had
Aric Stewart [Fri, 1 Dec 2000 20:45:02 +0000 (20:45 +0000)] 
A number of additions to the nls files. Also one correction, we had
895 for the Czech default codepage but according to microsoft it
should be 852.