wine
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.

22 years agoAdded a missing header.
Hidenori Takeshima [Wed, 20 Mar 2002 22:56:20 +0000 (22:56 +0000)] 
Added a missing header.

22 years agoMade notepad uses NLS properly.
Sylvain Petreolle [Wed, 20 Mar 2002 22:55:46 +0000 (22:55 +0000)] 
Made notepad uses NLS properly.

22 years agoConnect the msvcrt file byte locking up to ntdll.
Bill Medland [Wed, 20 Mar 2002 22:50:38 +0000 (22:50 +0000)] 
Connect the msvcrt file byte locking up to ntdll.

22 years agoNo need for the fixme on a simple TBSTYLE_SEP.
Bill Medland [Wed, 20 Mar 2002 22:49:44 +0000 (22:49 +0000)] 
No need for the fixme on a simple TBSTYLE_SEP.

22 years agoAdded some missing GUIDs.
Hidenori Takeshima [Wed, 20 Mar 2002 22:49:01 +0000 (22:49 +0000)] 
Added some missing GUIDs.

22 years agoChanged builtin dlls file names to make it clear they are not normal
Alexandre Julliard [Wed, 20 Mar 2002 22:19:06 +0000 (22:19 +0000)] 
Changed builtin dlls file names to make it clear they are not normal
Unix libraries, and install them in $libdir/wine instead of $libdir to
avoid name conflicts in /usr/lib.

22 years agoUpdate shell xxxAW wrapper prototypes for fixed SHLWAPI functions.
Jon Griffiths [Wed, 20 Mar 2002 01:33:39 +0000 (01:33 +0000)] 
Update shell xxxAW wrapper prototypes for fixed SHLWAPI functions.

22 years agoDocument, implement/fix and test 110+ Path functions.
Jon Griffiths [Wed, 20 Mar 2002 01:33:19 +0000 (01:33 +0000)] 
Document, implement/fix and test 110+ Path functions.
Share the GET_FUNC macro, other places than ordinal.c need it.

22 years agoOn WM_GETTEXT, terminate the lparam buffer even if string is empty.
Duane Clark [Wed, 20 Mar 2002 01:31:03 +0000 (01:31 +0000)] 
On WM_GETTEXT, terminate the lparam buffer even if string is empty.

22 years ago- Preliminary implementation of TVS_NOSCROLL and TVS_NOHSCROLL
Guy L. Albertelli [Wed, 20 Mar 2002 01:29:04 +0000 (01:29 +0000)] 
- Preliminary implementation of TVS_NOSCROLL and TVS_NOHSCROLL
- Implement A and W versions of WM_NOTIFY based on response to
  WM_NOTIFYFORMAT. Note that the EDITLABEL notifies are not done.
- Implement WM_NOTIFYFORMAT.

22 years agoAdded German 105 keys keyboard.
Matthias Fechner [Wed, 20 Mar 2002 01:28:20 +0000 (01:28 +0000)] 
Added German 105 keys keyboard.

22 years agoImplemented the basic COM framework.
Hidenori Takeshima [Wed, 20 Mar 2002 01:02:15 +0000 (01:02 +0000)] 
Implemented the basic COM framework.
Fixed all IUnknown of shdocvw.dll.

22 years agoFixed license text.
Martin Garton [Wed, 20 Mar 2002 00:59:27 +0000 (00:59 +0000)] 
Fixed license text.

22 years agoAuthors: Charles Vaughn <charlesv@mfos.org>, Lionel Ulmer <lionel.ulmer@free.fr>
Alexandre Julliard [Wed, 20 Mar 2002 00:58:40 +0000 (00:58 +0000)] 
Authors: Charles Vaughn <charlesv@mfos.org>, Lionel Ulmer <lionel.ulmer@free.fr>
- added support for glMTexCoord2fSGIS
- updated to latest OpenGL extensions

22 years agoAdded InternetOpenURLA implementation.
Bernhard Rosenkraenzer [Wed, 20 Mar 2002 00:56:49 +0000 (00:56 +0000)] 
Added InternetOpenURLA implementation.

22 years agoHook back into the correct MSVCRT__tolower/upper.
Bill Medland [Wed, 20 Mar 2002 00:55:40 +0000 (00:55 +0000)] 
Hook back into the correct MSVCRT__tolower/upper.

22 years agoBeginnings of the code that should allow DOS programs to set their
Admiral Coeyman [Wed, 20 Mar 2002 00:55:05 +0000 (00:55 +0000)] 
Beginnings of the code that should allow DOS programs to set their
color palette.

22 years agoAdd LVS_NOSORTHEADER support.
Duane Clark [Wed, 20 Mar 2002 00:53:42 +0000 (00:53 +0000)] 
Add LVS_NOSORTHEADER support.
Sort column on HDN_ITEMCLICKA too.
Do not edit labels if icon was clicked.
Fix the incorrect icon width in my earlier patch.

22 years agoAdded default stock objects for known non-US charsets.
Hidenori Takeshima [Wed, 20 Mar 2002 00:51:26 +0000 (00:51 +0000)] 
Added default stock objects for known non-US charsets.