wine
22 years agoConvert NULL menu items to separators.
Dmitry Timoshkov [Tue, 2 Apr 2002 02:36:44 +0000 (02:36 +0000)] 
Convert NULL menu items to separators.

22 years agoImplement OpenThread() winapi call.
Chris Morgan [Tue, 2 Apr 2002 00:49:05 +0000 (00:49 +0000)] 
Implement OpenThread() winapi call.
Implement a few pthreads functions.

22 years agoMade use of MSACM driver definitions.
Eric Pouech [Tue, 2 Apr 2002 00:45:25 +0000 (00:45 +0000)] 
Made use of MSACM driver definitions.

22 years agoInclude wine/test.h before windows headers.
François Gouget [Tue, 2 Apr 2002 00:44:51 +0000 (00:44 +0000)] 
Include wine/test.h before windows headers.
Add definitions for IDI_APPLICATIONA and IDC_ARROWA for Windows.
Fix a check in the SPI_{GET,SET}BORDER test.
Fix bad copy/paste in the SPI_{GET,SET}BORDER test.
Use eq macro to print values when something goes wrong.

22 years agoMake the testing framework thread safe.
François Gouget [Tue, 2 Apr 2002 00:44:17 +0000 (00:44 +0000)] 
Make the testing framework thread safe.

22 years agoFix warnings for Linux, FreeBSD and Solaris.
Francois Gouget [Mon, 1 Apr 2002 21:08:16 +0000 (21:08 +0000)] 
Fix warnings for Linux, FreeBSD and Solaris.

22 years agoGot rid of #ifdef USE_STABS.
Alexandre Julliard [Mon, 1 Apr 2002 21:07:16 +0000 (21:07 +0000)] 
Got rid of #ifdef USE_STABS.

22 years agoOn Solaris inet_aton is exported by libresolv.so.
Francois Gouget [Mon, 1 Apr 2002 21:05:15 +0000 (21:05 +0000)] 
On Solaris inet_aton is exported by libresolv.so.

22 years agoAdded missing FP_PNORM case.
Francois Gouget [Mon, 1 Apr 2002 21:03:53 +0000 (21:03 +0000)] 
Added missing FP_PNORM case.

22 years agoRemoved a couple of now obsolete FIXMEs.
Eric Pouech [Mon, 1 Apr 2002 21:03:30 +0000 (21:03 +0000)] 
Removed a couple of now obsolete FIXMEs.

22 years agoFixed some bugs in first chance exception handling.
Eric Pouech [Mon, 1 Apr 2002 21:03:13 +0000 (21:03 +0000)] 
Fixed some bugs in first chance exception handling.

22 years agoMore robust and less time consuming playback.
Eric Pouech [Mon, 1 Apr 2002 21:02:49 +0000 (21:02 +0000)] 
More robust and less time consuming playback.

22 years agoFixed size of buffers in conversion.
Eric Pouech [Mon, 1 Apr 2002 21:02:27 +0000 (21:02 +0000)] 
Fixed size of buffers in conversion.

22 years agoFixed writing multiline block while wrapping enabled.
Eric Pouech [Mon, 1 Apr 2002 21:02:09 +0000 (21:02 +0000)] 
Fixed writing multiline block while wrapping enabled.
Fixed startup information reading (console size).

22 years agoFixed module mapping for debug info when PE section is compressed.
Eric Pouech [Mon, 1 Apr 2002 21:01:50 +0000 (21:01 +0000)] 
Fixed module mapping for debug info when PE section is compressed.

22 years agoFix for the unistd.h vs. winsock.h problem in Winelib applications.
Francois Gouget [Mon, 1 Apr 2002 21:01:13 +0000 (21:01 +0000)] 
Fix for the unistd.h vs. winsock.h problem in Winelib applications.
Refine the WS_DEFINE_HTONL definition.

22 years agoDon't bother with declare, just 'use kernel32'.
Francois Gouget [Mon, 1 Apr 2002 21:00:42 +0000 (21:00 +0000)] 
Don't bother with declare, just 'use kernel32'.

22 years agoWindows headers must be included after wine/test.h.
Francois Gouget [Mon, 1 Apr 2002 21:00:26 +0000 (21:00 +0000)] 
Windows headers must be included after wine/test.h.

22 years agoFixed some bugs.
Hidenori Takeshima [Mon, 1 Apr 2002 20:59:24 +0000 (20:59 +0000)] 
Fixed some bugs.
Implemented some methods of CLSID_ACMWrapper.

22 years agoImplemented CreateStdDispatch and CreateDispTypeInfo.
Hidenori Takeshima [Mon, 1 Apr 2002 20:58:37 +0000 (20:58 +0000)] 
Implemented CreateStdDispatch and CreateDispTypeInfo.

22 years ago- implement UDS_HOTTRACK
Dimitrie O. Paun [Mon, 1 Apr 2002 20:57:44 +0000 (20:57 +0000)] 
- implement UDS_HOTTRACK
- implement NM_RELEASEDCAPTURE
- implement UDM_[GS]ETUNICODEFORMAT
- get rid of WM_NCCREATE processing
- use InvalidateRect instead of a synch refresh
- implement auto auto arrow press on key presses
- more code cleanups
- better drawing, closer to native

22 years agoAdded the DFCS_{HOT,TRANSPARENT} definitions.
Dimitrie O. Paun [Mon, 1 Apr 2002 20:57:21 +0000 (20:57 +0000)] 
Added the DFCS_{HOT,TRANSPARENT} definitions.

22 years agoPrevent the user from running wineinstall as root, add script commands
Chris Morgan [Mon, 1 Apr 2002 20:56:51 +0000 (20:56 +0000)] 
Prevent the user from running wineinstall as root, add script commands
so we 'su root' for installing and other commands that require root
access.  Fix modification time comparison of wrong file.  Added
missing sed line. Always 'make' before we run make install so no build
files become owned by root.

22 years agoRoutine DOSVM_Wait now wakes up if new events are queued and it
Jukka Heinonen [Mon, 1 Apr 2002 20:56:15 +0000 (20:56 +0000)] 
Routine DOSVM_Wait now wakes up if new events are queued and it
returns if it processed any queued events.

22 years agoMore robust libsane check.
Alexandre Julliard [Sun, 31 Mar 2002 19:23:41 +0000 (19:23 +0000)] 
More robust libsane check.

22 years agoHack to make wineconsole work again.
Alexandre Julliard [Sun, 31 Mar 2002 19:21:17 +0000 (19:21 +0000)] 
Hack to make wineconsole work again.

22 years agoFixed compile without curses.
Alexandre Julliard [Fri, 29 Mar 2002 19:20:09 +0000 (19:20 +0000)] 
Fixed compile without curses.

22 years agoTransfer the full process startup info as well as the command-line
Alexandre Julliard [Fri, 29 Mar 2002 18:28:56 +0000 (18:28 +0000)] 
Transfer the full process startup info as well as the command-line
through the server.

22 years agoLoad classes.dat too.
Alexandre Julliard [Fri, 29 Mar 2002 18:20:03 +0000 (18:20 +0000)] 
Load classes.dat too.

22 years agoMake sure the import directory is not in shared memory.
Alexandre Julliard [Fri, 29 Mar 2002 18:18:47 +0000 (18:18 +0000)] 
Make sure the import directory is not in shared memory.

22 years agoFix SetFileAttributes to honor the umask (rather than making files
Francois Gouget [Fri, 29 Mar 2002 18:17:35 +0000 (18:17 +0000)] 
Fix SetFileAttributes to honor the umask (rather than making files
world-writable).

22 years agoFixed winelauncher for new dll files layout.
Alexandre Julliard [Fri, 29 Mar 2002 18:08:31 +0000 (18:08 +0000)] 
Fixed winelauncher for new dll files layout.

22 years agoUse ExitProcess to terminate the application.
Alexandre Julliard [Fri, 29 Mar 2002 18:05:17 +0000 (18:05 +0000)] 
Use ExitProcess to terminate the application.

22 years agoFixed pack/unpack routines for WM_DDE_EXECUTE.
Michal Pasternak [Fri, 29 Mar 2002 18:04:43 +0000 (18:04 +0000)] 
Fixed pack/unpack routines for WM_DDE_EXECUTE.

22 years agoFixed pack/unpack routines for WM_DDE_EXECUTE.
Alexandre Julliard [Fri, 29 Mar 2002 17:59:20 +0000 (17:59 +0000)] 
Fixed pack/unpack routines for WM_DDE_EXECUTE.

22 years agoUpdated for new dll names.
Andreas Mohr [Fri, 29 Mar 2002 17:58:25 +0000 (17:58 +0000)] 
Updated for new dll names.

22 years agoAdded mapping for errno ENOMEDIUM to STATUS_NO_MEDIA_IN_DEVICE.
Andreas Mohr [Fri, 29 Mar 2002 17:57:43 +0000 (17:57 +0000)] 
Added mapping for errno ENOMEDIUM to STATUS_NO_MEDIA_IN_DEVICE.

22 years agoRemoved call to DIB_GetDIBWidthBytes.
Alexandre Julliard [Thu, 28 Mar 2002 22:25:02 +0000 (22:25 +0000)] 
Removed call to DIB_GetDIBWidthBytes.

22 years agoChanged the GDI driver interface to pass an opaque PHYSDEV pointer
Alexandre Julliard [Thu, 28 Mar 2002 22:22:05 +0000 (22:22 +0000)] 
Changed the GDI driver interface to pass an opaque PHYSDEV pointer
instead of a DC structure.
Removed some direct accesses to the DC structure from the drivers.
Got rid the bitmap driver.

22 years agoDon't strip out .exe extension.
Alexandre Julliard [Thu, 28 Mar 2002 22:06:56 +0000 (22:06 +0000)] 
Don't strip out .exe extension.

22 years agoAdded declaration of the DisconnectNamedPipe call.
Andriy Palamarchuk [Thu, 28 Mar 2002 22:06:33 +0000 (22:06 +0000)] 
Added declaration of the DisconnectNamedPipe call.

22 years agoAdded support for 16bit mouse cursor bitmaps in RGB 565 format.
Marco Pietrobono [Thu, 28 Mar 2002 22:05:57 +0000 (22:05 +0000)] 
Added support for 16bit mouse cursor bitmaps in RGB 565 format.

22 years ago- updown unicodification
Dimitrie O. Paun [Thu, 28 Mar 2002 22:05:18 +0000 (22:05 +0000)] 
- updown unicodification
- better/cleaner buddy handling
- few bugs fixed
- more testing
- consistent indentation

22 years agoMenuItemFromPoint: rough implementation.
Uwe Bonnes [Thu, 28 Mar 2002 22:04:45 +0000 (22:04 +0000)] 
MenuItemFromPoint: rough implementation.

22 years agoNeed to set WINEDLLPATH too.
Alexandre Julliard [Thu, 28 Mar 2002 18:21:06 +0000 (18:21 +0000)] 
Need to set WINEDLLPATH too.

22 years agoAdded alloc.ok.
Alexandre Julliard [Wed, 27 Mar 2002 21:18:02 +0000 (21:18 +0000)] 
Added alloc.ok.

22 years agoConverted to use of NLS.
Sylvain Petreolle [Wed, 27 Mar 2002 21:17:01 +0000 (21:17 +0000)] 
Converted to use of NLS.

22 years agoMoved metafiles and win16 drivers to dlls/gdi.
Alexandre Julliard [Wed, 27 Mar 2002 21:13:40 +0000 (21:13 +0000)] 
Moved metafiles and win16 drivers to dlls/gdi.

22 years agoAdded memory allocation test.
Geoffrey Hausheer [Wed, 27 Mar 2002 21:03:50 +0000 (21:03 +0000)] 
Added memory allocation test.

22 years agofwrite: fixed handling of already buffered data.
Andriy Palamarchuk [Wed, 27 Mar 2002 21:03:24 +0000 (21:03 +0000)] 
fwrite: fixed handling of already buffered data.

22 years agoRenamed some 16-bit spec files to match the dll name.
Alexandre Julliard [Tue, 26 Mar 2002 19:56:06 +0000 (19:56 +0000)] 
Renamed some 16-bit spec files to match the dll name.

22 years ago- Converted HACMOBJ to void*
Vincent Béron [Tue, 26 Mar 2002 19:48:42 +0000 (19:48 +0000)] 
- Converted HACMOBJ to void*
- acmMetrics16 calls acmMetrics only if hao is NULL

22 years agoFix default extension behavior with GetOpenFileName.
Mehmet Yasar [Tue, 26 Mar 2002 19:47:40 +0000 (19:47 +0000)] 
Fix default extension behavior with GetOpenFileName.

22 years agoIgnore imports and resources when building a .def file.
Alexandre Julliard [Tue, 26 Mar 2002 01:55:25 +0000 (01:55 +0000)] 
Ignore imports and resources when building a .def file.

22 years agoPorted variant tests to the new testing framework.
Marcus Meissner [Tue, 26 Mar 2002 01:54:25 +0000 (01:54 +0000)] 
Ported variant tests to the new testing framework.

22 years agoAdd stub for __lconv_init().
Uwe Bonnes [Tue, 26 Mar 2002 01:51:55 +0000 (01:51 +0000)] 
Add stub for __lconv_init().

22 years ago__[x|]getmainargs: Accept NULL new_mode argument.
Uwe Bonnes [Mon, 25 Mar 2002 20:56:20 +0000 (20:56 +0000)] 
__[x|]getmainargs: Accept NULL new_mode argument.

22 years agoConverted HACMSTREAM, HACMDRIVERID and HACMDRIVER to void*.
Vincent Béron [Mon, 25 Mar 2002 20:55:58 +0000 (20:55 +0000)] 
Converted HACMSTREAM, HACMDRIVERID and HACMDRIVER to void*.

22 years agoChanges some handle definitions to the proper type.
Vincent Béron [Mon, 25 Mar 2002 20:53:35 +0000 (20:53 +0000)] 
Changes some handle definitions to the proper type.

22 years agowodOpen() should return MMSYSERR_ALLOCATED if the device is already
Chris Morgan [Mon, 25 Mar 2002 20:52:42 +0000 (20:52 +0000)] 
wodOpen() should return MMSYSERR_ALLOCATED if the device is already
allocated.  Allow for multiple audio devices. Fix wodPlayer_reset as
with aRts we cannot cancel audio data already written to the server.
Rename some functions. Cleanup unused code.

22 years agoDsound will now try as many devices as are available when trying to
Chris Morgan [Mon, 25 Mar 2002 20:52:17 +0000 (20:52 +0000)] 
Dsound will now try as many devices as are available when trying to
open a waveOut device in DirectSoundCreate().

22 years agoAdded missing header.
Marcus Meissner [Mon, 25 Mar 2002 20:51:48 +0000 (20:51 +0000)] 
Added missing header.

22 years agoAdded support for driver-specific escapes in the x11drv to retrieve
Alexandre Julliard [Sat, 23 Mar 2002 21:43:56 +0000 (21:43 +0000)] 
Added support for driver-specific escapes in the x11drv to retrieve
X11 information. Finished dll separation of opengl32.

22 years ago- API file update.
Patrik Stridvall [Sat, 23 Mar 2002 21:39:31 +0000 (21:39 +0000)] 
- API file update.
- Missing API file entries now only reported once.

22 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Sat, 23 Mar 2002 21:39:05 +0000 (21:39 +0000)] 
Fixed some issues found by winapi_check.

22 years agoRemoved service thread support.
Alexandre Julliard [Sat, 23 Mar 2002 20:46:41 +0000 (20:46 +0000)] 
Removed service thread support.

22 years agoSend message for WSAAsyncSelect sockets directly from the server,
Alexandre Julliard [Sat, 23 Mar 2002 20:43:52 +0000 (20:43 +0000)] 
Send message for WSAAsyncSelect sockets directly from the server,
instead of using the service thread. Finished separation of ws2_32.

22 years agoImplemented an IMA driver.
Hidenori Takeshima [Sat, 23 Mar 2002 20:18:11 +0000 (20:18 +0000)] 
Implemented an IMA driver.

22 years agoWineconsole is now able to handle non raster fonts (vector, true
Eric Pouech [Sat, 23 Mar 2002 20:14:04 +0000 (20:14 +0000)] 
Wineconsole is now able to handle non raster fonts (vector, true
type).

22 years agoFixed handling of timer callback routines when the thread owning the
Alexandre Julliard [Sat, 23 Mar 2002 18:50:04 +0000 (18:50 +0000)] 
Fixed handling of timer callback routines when the thread owning the
callback terminates.

22 years agoCreate threads to manage timers instead of using the service thread.
Alexandre Julliard [Sat, 23 Mar 2002 18:48:53 +0000 (18:48 +0000)] 
Create threads to manage timers instead of using the service thread.

22 years agoExport the FILE_GetUnixHandle functionality from ntdll.
Alexandre Julliard [Sat, 23 Mar 2002 18:48:12 +0000 (18:48 +0000)] 
Export the FILE_GetUnixHandle functionality from ntdll.

22 years agoStarted implementing event reduction.
Eric Pouech [Sat, 23 Mar 2002 18:45:57 +0000 (18:45 +0000)] 
Started implementing event reduction.

22 years agoFixed some issues in resources definition.
Eric Pouech [Sat, 23 Mar 2002 18:45:40 +0000 (18:45 +0000)] 
Fixed some issues in resources definition.

22 years agoChanged fixed fonts family name.
Eric Pouech [Sat, 23 Mar 2002 18:45:25 +0000 (18:45 +0000)] 
Changed fixed fonts family name.

22 years agoFixed VxD call tracing.
Eric Pouech [Sat, 23 Mar 2002 18:44:13 +0000 (18:44 +0000)] 
Fixed VxD call tracing.

22 years agoAdded support for C++ identifier syntax.
Tijs van Bakel [Sat, 23 Mar 2002 18:43:55 +0000 (18:43 +0000)] 
Added support for C++ identifier syntax.

22 years agoRewrote some headers from scratch based on publicly available
Alexandre Julliard [Fri, 22 Mar 2002 19:20:11 +0000 (19:20 +0000)] 
Rewrote some headers from scratch based on publicly available
information to avoid EULA concerns.

22 years agoRemoved some code because of concerns over the Microsoft DirectX SDK
Hidenori Takeshima [Fri, 22 Mar 2002 19:19:23 +0000 (19:19 +0000)] 
Removed some code because of concerns over the Microsoft DirectX SDK
license agreement.

22 years agoImplemented G711 codec driver.
Hidenori Takeshima [Fri, 22 Mar 2002 19:16:10 +0000 (19:16 +0000)] 
Implemented G711 codec driver.

22 years ago- Implement CCM_{GET|SET}COLORSCHEME.
Guy L. Albertelli [Fri, 22 Mar 2002 19:11:38 +0000 (19:11 +0000)] 
- Implement CCM_{GET|SET}COLORSCHEME.
- Implement WM_NOTIFYFORMAT and correct passing WM_NOTIFY with correct
  message call.
- Ignore PGM_FORWARDMOUSE like native.

22 years agoReanalyze button status during NCCalcSize processing because size of
Guy L. Albertelli [Fri, 22 Mar 2002 19:11:11 +0000 (19:11 +0000)] 
Reanalyze button status during NCCalcSize processing because size of
window may have changed.

22 years agoWe cannot ignore NotifyNonlinear focus events.
Alexandre Julliard [Fri, 22 Mar 2002 01:03:36 +0000 (01:03 +0000)] 
We cannot ignore NotifyNonlinear focus events.

22 years agoProperly handle loadorder specifications containing a .dll extension.
Alexandre Julliard [Fri, 22 Mar 2002 01:01:09 +0000 (01:01 +0000)] 
Properly handle loadorder specifications containing a .dll extension.

22 years agoFixed rule for test program.
Alexandre Julliard [Fri, 22 Mar 2002 01:00:34 +0000 (01:00 +0000)] 
Fixed rule for test program.

22 years agoAdded tests for GetSystemDirectoryA/W and GetWindowsDirectoryA/W.
Dmitry Timoshkov [Fri, 22 Mar 2002 01:00:17 +0000 (01:00 +0000)] 
Added tests for GetSystemDirectoryA/W and GetWindowsDirectoryA/W.

22 years agoAdd trace function (same as in the perl framework).
Francois Gouget [Fri, 22 Mar 2002 00:58:00 +0000 (00:58 +0000)] 
Add trace function (same as in the perl framework).
Add support for todo tests.
Make it possible to specify a printf-style message in ok.
Include windef.h in test.h for compiling tests on Windows.

22 years agoImplemented EnumProcesses and EnumProcessModules.
Hidenori Takeshima [Fri, 22 Mar 2002 00:56:36 +0000 (00:56 +0000)] 
Implemented EnumProcesses and EnumProcessModules.

22 years agoCorrectly fill parent pid, module size and module name in process and
Alexandre Julliard [Fri, 22 Mar 2002 00:21:23 +0000 (00:21 +0000)] 
Correctly fill parent pid, module size and module name in process and
module snapshots. Based on patches by Eric Pouech and Andreas Mohr.

22 years agoFix range in aRts 8bit volume code.
Chris Morgan [Fri, 22 Mar 2002 00:12:31 +0000 (00:12 +0000)] 
Fix range in aRts 8bit volume code.

22 years agoInitialise a stack variable.
Bill Medland [Fri, 22 Mar 2002 00:12:15 +0000 (00:12 +0000)] 
Initialise a stack variable.

22 years agoFixed linking of wine target.
Alexandre Julliard [Thu, 21 Mar 2002 20:36:52 +0000 (20:36 +0000)] 
Fixed linking of wine target.

22 years agoStarted TWAIN implementation.
Shi Quan He [Thu, 21 Mar 2002 02:58:39 +0000 (02:58 +0000)] 
Started TWAIN implementation.

Marcus Meissner <marcus@jet.franken.de>
Merged into WineHQ, made sure it works without SANE.

22 years agoMake warnings quiet by default and added -w option.
Alexandre Julliard [Thu, 21 Mar 2002 01:38:53 +0000 (01:38 +0000)] 
Make warnings quiet by default and added -w option.

22 years agoAdded aRts driver.
Chris Morgan [Thu, 21 Mar 2002 01:38:19 +0000 (01:38 +0000)] 
Added aRts driver.

22 years agoAdded some stubs.
Michael Cardenas [Thu, 21 Mar 2002 01:25:42 +0000 (01:25 +0000)] 
Added some stubs.

22 years agoChanged registry handling in RegOpenKeyExA to behave like windows95
Michael Cardenas [Thu, 21 Mar 2002 01:24:52 +0000 (01:24 +0000)] 
Changed registry handling in RegOpenKeyExA to behave like windows95
when winver==win95.

22 years agoAdded check to fwrite for size == 0.
Andriy Palamarchuk [Thu, 21 Mar 2002 01:23:32 +0000 (01:23 +0000)] 
Added check to fwrite for size == 0.
Fixed order and format of "size" and "nmemb" parameters in calls to
fwrite.

22 years agoFixed rules for main module spec file.
Alexandre Julliard [Wed, 20 Mar 2002 22:58:11 +0000 (22:58 +0000)] 
Fixed rules for main module spec file.

22 years agoAdded some stubs.
Hidenori Takeshima [Wed, 20 Mar 2002 22:57:15 +0000 (22:57 +0000)] 
Added some stubs.
Started implementing MPEG parser.