Hidenori Takeshima [Mon, 1 Apr 2002 20:58:37 +0000 (20:58 +0000)]
Implemented CreateStdDispatch and CreateDispTypeInfo.
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
Dimitrie O. Paun [Mon, 1 Apr 2002 20:57:21 +0000 (20:57 +0000)]
Added the DFCS_{HOT,TRANSPARENT} definitions.
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.
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.
Alexandre Julliard [Sun, 31 Mar 2002 19:23:41 +0000 (19:23 +0000)]
More robust libsane check.
Alexandre Julliard [Sun, 31 Mar 2002 19:21:17 +0000 (19:21 +0000)]
Hack to make wineconsole work again.
Alexandre Julliard [Fri, 29 Mar 2002 19:20:09 +0000 (19:20 +0000)]
Fixed compile without curses.
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.
Alexandre Julliard [Fri, 29 Mar 2002 18:20:03 +0000 (18:20 +0000)]
Load classes.dat too.
Alexandre Julliard [Fri, 29 Mar 2002 18:18:47 +0000 (18:18 +0000)]
Make sure the import directory is not in shared memory.
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).
Alexandre Julliard [Fri, 29 Mar 2002 18:08:31 +0000 (18:08 +0000)]
Fixed winelauncher for new dll files layout.
Alexandre Julliard [Fri, 29 Mar 2002 18:05:17 +0000 (18:05 +0000)]
Use ExitProcess to terminate the application.
Michal Pasternak [Fri, 29 Mar 2002 18:04:43 +0000 (18:04 +0000)]
Fixed 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.
Andreas Mohr [Fri, 29 Mar 2002 17:58:25 +0000 (17:58 +0000)]
Updated for new dll names.
Andreas Mohr [Fri, 29 Mar 2002 17:57:43 +0000 (17:57 +0000)]
Added mapping for errno ENOMEDIUM to STATUS_NO_MEDIA_IN_DEVICE.
Alexandre Julliard [Thu, 28 Mar 2002 22:25:02 +0000 (22:25 +0000)]
Removed call to DIB_GetDIBWidthBytes.
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.
Alexandre Julliard [Thu, 28 Mar 2002 22:06:56 +0000 (22:06 +0000)]
Don't strip out .exe extension.
Andriy Palamarchuk [Thu, 28 Mar 2002 22:06:33 +0000 (22:06 +0000)]
Added declaration of the DisconnectNamedPipe call.
Marco Pietrobono [Thu, 28 Mar 2002 22:05:57 +0000 (22:05 +0000)]
Added support for 16bit mouse cursor bitmaps in RGB 565 format.
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
Uwe Bonnes [Thu, 28 Mar 2002 22:04:45 +0000 (22:04 +0000)]
MenuItemFromPoint: rough implementation.
Alexandre Julliard [Thu, 28 Mar 2002 18:21:06 +0000 (18:21 +0000)]
Need to set WINEDLLPATH too.
Alexandre Julliard [Wed, 27 Mar 2002 21:18:02 +0000 (21:18 +0000)]
Added alloc.ok.
Sylvain Petreolle [Wed, 27 Mar 2002 21:17:01 +0000 (21:17 +0000)]
Converted to use of NLS.
Alexandre Julliard [Wed, 27 Mar 2002 21:13:40 +0000 (21:13 +0000)]
Moved metafiles and win16 drivers to dlls/gdi.
Geoffrey Hausheer [Wed, 27 Mar 2002 21:03:50 +0000 (21:03 +0000)]
Added memory allocation test.
Andriy Palamarchuk [Wed, 27 Mar 2002 21:03:24 +0000 (21:03 +0000)]
fwrite: fixed handling of already buffered data.
Alexandre Julliard [Tue, 26 Mar 2002 19:56:06 +0000 (19:56 +0000)]
Renamed some 16-bit spec files to match the dll name.
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
Mehmet Yasar [Tue, 26 Mar 2002 19:47:40 +0000 (19:47 +0000)]
Fix default extension behavior with GetOpenFileName.
Alexandre Julliard [Tue, 26 Mar 2002 01:55:25 +0000 (01:55 +0000)]
Ignore imports and resources when building a .def file.
Marcus Meissner [Tue, 26 Mar 2002 01:54:25 +0000 (01:54 +0000)]
Ported variant tests to the new testing framework.
Uwe Bonnes [Tue, 26 Mar 2002 01:51:55 +0000 (01:51 +0000)]
Add stub for __lconv_init().
Uwe Bonnes [Mon, 25 Mar 2002 20:56:20 +0000 (20:56 +0000)]
__[x|]getmainargs: Accept NULL new_mode argument.
Vincent Béron [Mon, 25 Mar 2002 20:55:58 +0000 (20:55 +0000)]
Converted HACMSTREAM, HACMDRIVERID and HACMDRIVER to void*.
Vincent Béron [Mon, 25 Mar 2002 20:53:35 +0000 (20:53 +0000)]
Changes some handle definitions to the proper type.
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.
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().
Marcus Meissner [Mon, 25 Mar 2002 20:51:48 +0000 (20:51 +0000)]
Added missing header.
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.
Patrik Stridvall [Sat, 23 Mar 2002 21:39:31 +0000 (21:39 +0000)]
- API file update.
- Missing API file entries now only reported once.
Patrik Stridvall [Sat, 23 Mar 2002 21:39:05 +0000 (21:39 +0000)]
Fixed some issues found by winapi_check.
Alexandre Julliard [Sat, 23 Mar 2002 20:46:41 +0000 (20:46 +0000)]
Removed service thread support.
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.
Hidenori Takeshima [Sat, 23 Mar 2002 20:18:11 +0000 (20:18 +0000)]
Implemented an IMA driver.
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).
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.
Alexandre Julliard [Sat, 23 Mar 2002 18:48:53 +0000 (18:48 +0000)]
Create threads to manage timers instead of using the service thread.
Alexandre Julliard [Sat, 23 Mar 2002 18:48:12 +0000 (18:48 +0000)]
Export the FILE_GetUnixHandle functionality from ntdll.
Eric Pouech [Sat, 23 Mar 2002 18:45:57 +0000 (18:45 +0000)]
Started implementing event reduction.
Eric Pouech [Sat, 23 Mar 2002 18:45:40 +0000 (18:45 +0000)]
Fixed some issues in resources definition.
Eric Pouech [Sat, 23 Mar 2002 18:45:25 +0000 (18:45 +0000)]
Changed fixed fonts family name.
Eric Pouech [Sat, 23 Mar 2002 18:44:13 +0000 (18:44 +0000)]
Fixed VxD call tracing.
Tijs van Bakel [Sat, 23 Mar 2002 18:43:55 +0000 (18:43 +0000)]
Added support for C++ identifier syntax.
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.
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.
Hidenori Takeshima [Fri, 22 Mar 2002 19:16:10 +0000 (19:16 +0000)]
Implemented G711 codec driver.
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.
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.
Alexandre Julliard [Fri, 22 Mar 2002 01:03:36 +0000 (01:03 +0000)]
We cannot ignore NotifyNonlinear focus events.
Alexandre Julliard [Fri, 22 Mar 2002 01:01:09 +0000 (01:01 +0000)]
Properly handle loadorder specifications containing a .dll extension.
Alexandre Julliard [Fri, 22 Mar 2002 01:00:34 +0000 (01:00 +0000)]
Fixed rule for test program.
Dmitry Timoshkov [Fri, 22 Mar 2002 01:00:17 +0000 (01:00 +0000)]
Added tests for GetSystemDirectoryA/W and GetWindowsDirectoryA/W.
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.
Hidenori Takeshima [Fri, 22 Mar 2002 00:56:36 +0000 (00:56 +0000)]
Implemented EnumProcesses and EnumProcessModules.
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.
Chris Morgan [Fri, 22 Mar 2002 00:12:31 +0000 (00:12 +0000)]
Fix range in aRts 8bit volume code.
Bill Medland [Fri, 22 Mar 2002 00:12:15 +0000 (00:12 +0000)]
Initialise a stack variable.
Alexandre Julliard [Thu, 21 Mar 2002 20:36:52 +0000 (20:36 +0000)]
Fixed linking of wine target.
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.
Alexandre Julliard [Thu, 21 Mar 2002 01:38:53 +0000 (01:38 +0000)]
Make warnings quiet by default and added -w option.
Chris Morgan [Thu, 21 Mar 2002 01:38:19 +0000 (01:38 +0000)]
Added aRts driver.
Michael Cardenas [Thu, 21 Mar 2002 01:25:42 +0000 (01:25 +0000)]
Added some stubs.
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.
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.
Alexandre Julliard [Wed, 20 Mar 2002 22:58:11 +0000 (22:58 +0000)]
Fixed rules for main module spec file.
Hidenori Takeshima [Wed, 20 Mar 2002 22:57:15 +0000 (22:57 +0000)]
Added some stubs.
Started implementing MPEG parser.
Hidenori Takeshima [Wed, 20 Mar 2002 22:56:20 +0000 (22:56 +0000)]
Added a missing header.
Sylvain Petreolle [Wed, 20 Mar 2002 22:55:46 +0000 (22:55 +0000)]
Made notepad uses NLS properly.
Bill Medland [Wed, 20 Mar 2002 22:50:38 +0000 (22:50 +0000)]
Connect the msvcrt file byte locking up to ntdll.
Bill Medland [Wed, 20 Mar 2002 22:49:44 +0000 (22:49 +0000)]
No need for the fixme on a simple TBSTYLE_SEP.
Hidenori Takeshima [Wed, 20 Mar 2002 22:49:01 +0000 (22:49 +0000)]
Added some missing GUIDs.
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.
Jon Griffiths [Wed, 20 Mar 2002 01:33:39 +0000 (01:33 +0000)]
Update shell xxxAW wrapper prototypes for fixed SHLWAPI 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.
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.
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.
Matthias Fechner [Wed, 20 Mar 2002 01:28:20 +0000 (01:28 +0000)]
Added German 105 keys keyboard.
Hidenori Takeshima [Wed, 20 Mar 2002 01:02:15 +0000 (01:02 +0000)]
Implemented the basic COM framework.
Fixed all IUnknown of shdocvw.dll.
Martin Garton [Wed, 20 Mar 2002 00:59:27 +0000 (00:59 +0000)]
Fixed license text.
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
Bernhard Rosenkraenzer [Wed, 20 Mar 2002 00:56:49 +0000 (00:56 +0000)]
Added InternetOpenURLA implementation.
Bill Medland [Wed, 20 Mar 2002 00:55:40 +0000 (00:55 +0000)]
Hook back into the correct MSVCRT__tolower/upper.
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.
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.
Hidenori Takeshima [Wed, 20 Mar 2002 00:51:26 +0000 (00:51 +0000)]
Added default stock objects for known non-US charsets.