wine
22 years agoMoved parts of the DC initialisation and bitmap selection out of the
Alexandre Julliard [Tue, 7 May 2002 02:08:46 +0000 (02:08 +0000)] 
Moved parts of the DC initialisation and bitmap selection out of the
drivers into the common code.

22 years agoReplace DOSFS_GetFullName with wine_get_unix_file_name.
Andreas Mohr [Tue, 7 May 2002 01:53:51 +0000 (01:53 +0000)] 
Replace DOSFS_GetFullName with wine_get_unix_file_name.

22 years agoCap window sizes at 65535.
Michael Cardenas [Tue, 7 May 2002 01:52:15 +0000 (01:52 +0000)] 
Cap window sizes at 65535.

22 years agoAdded check for sys/sysctl.h.
Alexandre Julliard [Tue, 7 May 2002 01:51:30 +0000 (01:51 +0000)] 
Added check for sys/sysctl.h.

22 years agoSupport for getting memory size on FreeBSD.
Olivier Houchard [Tue, 7 May 2002 01:50:02 +0000 (01:50 +0000)] 
Support for getting memory size on FreeBSD.

22 years agoHack to make SetEventNotification work.
Olivier Houchard [Tue, 7 May 2002 01:49:19 +0000 (01:49 +0000)] 
Hack to make SetEventNotification work.

22 years agoFixed handling of GetLongPathNameA.
Alexandre Julliard [Mon, 6 May 2002 20:13:16 +0000 (20:13 +0000)] 
Fixed handling of GetLongPathNameA.

22 years agoTests for _lcreat,_llseek and _llopen added.
Jakob Eriksson [Mon, 6 May 2002 20:12:55 +0000 (20:12 +0000)] 
Tests for _lcreat,_llseek and _llopen added.

22 years agoSmall hack to make InstallShield v6 work better.
Marcus Meissner [Mon, 6 May 2002 20:12:32 +0000 (20:12 +0000)] 
Small hack to make InstallShield v6 work better.

22 years agoBSTRs can be NULL, handle them seperately.
Marcus Meissner [Mon, 6 May 2002 20:12:11 +0000 (20:12 +0000)] 
BSTRs can be NULL, handle them seperately.

22 years agoAdded implementation of GetWindowInfo.
David Hammerton [Mon, 6 May 2002 20:11:18 +0000 (20:11 +0000)] 
Added implementation of GetWindowInfo.

22 years agoUpdate of DEVELOPERS-HINTS to reflect the current state of Wine.
Sylvain Petreolle [Mon, 6 May 2002 20:08:43 +0000 (20:08 +0000)] 
Update of DEVELOPERS-HINTS to reflect the current state of Wine.

22 years agoDOSVM now exports DPMI Raw Mode Switch routine.
Jukka Heinonen [Sun, 5 May 2002 21:06:51 +0000 (21:06 +0000)] 
DOSVM now exports DPMI Raw Mode Switch routine.

22 years agoCheck for and use chsize instead of ftruncate if present.
Steven Edwards [Sun, 5 May 2002 21:03:44 +0000 (21:03 +0000)] 
Check for and use chsize instead of ftruncate if present.

22 years agoEnsure correct full path returned when GetFullPathName supplied a path
Jason Edmeades [Sun, 5 May 2002 21:01:43 +0000 (21:01 +0000)] 
Ensure correct full path returned when GetFullPathName supplied a path
relative from the root of the drive 'eg '\windows\system'.

22 years agoUtility to convert between Unix and Windows paths at the command
Mike Wetherell [Sun, 5 May 2002 20:31:54 +0000 (20:31 +0000)] 
Utility to convert between Unix and Windows paths at the command
line.

22 years agoImplement NetBIOS resolution for UNC pathnames.
Mike McCormack [Sun, 5 May 2002 20:29:15 +0000 (20:29 +0000)] 
Implement NetBIOS resolution for UNC pathnames.

22 years agoTerminating DOS program in real mode now calls ExitThread which is
Jukka Heinonen [Sun, 5 May 2002 20:22:39 +0000 (20:22 +0000)] 
Terminating DOS program in real mode now calls ExitThread which is
exactly what terminating in protected mode does.

22 years agoReal mode interrupt handler now handles interrupt 21 function 0C.
Jukka Heinonen [Sun, 5 May 2002 20:22:06 +0000 (20:22 +0000)] 
Real mode interrupt handler now handles interrupt 21 function 0C.

22 years agoRemoved more code at Hidenori's request.
Alexandre Julliard [Sun, 5 May 2002 19:40:57 +0000 (19:40 +0000)] 
Removed more code at Hidenori's request.

22 years agoUpdated documentation, mostly improving bugs handling. Direct users to
Andriy Palamarchuk [Sat, 4 May 2002 18:41:27 +0000 (18:41 +0000)] 
Updated documentation, mostly improving bugs handling. Direct users to
Bugzilla.

22 years agoMS C related changes.
Patrik Stridvall [Sat, 4 May 2002 18:37:08 +0000 (18:37 +0000)] 
MS C related changes.

22 years agoIn initial dibsection creation, the dibsection should always be in
David Hammerton [Sat, 4 May 2002 18:32:48 +0000 (18:32 +0000)] 
In initial dibsection creation, the dibsection should always be in
appmod because the app memory is initialized to zero if no
offset/section is specified, while the DIBitmap is not.

22 years agoMade wineinstall to create symbolic links to Wine applications in fake
Andriy Palamarchuk [Sat, 4 May 2002 18:31:24 +0000 (18:31 +0000)] 
Made wineinstall to create symbolic links to Wine applications in fake
Windows folders. Replaced usage of obsolete regapi with regedit.

22 years agoFixed a problem when regedit interpreted file names, starting from '/'
Andriy Palamarchuk [Sat, 4 May 2002 18:30:27 +0000 (18:30 +0000)] 
Fixed a problem when regedit interpreted file names, starting from '/'
as switches.

22 years agoAdd support for the 'title' command.
Jason Edmeades [Sat, 4 May 2002 18:29:31 +0000 (18:29 +0000)] 
Add support for the 'title' command.

22 years agoFindClose: protect the GlobalLock for pagefaults too.
Marcus Meissner [Sat, 4 May 2002 18:28:36 +0000 (18:28 +0000)] 
FindClose: protect the GlobalLock for pagefaults too.

22 years agoSolve alignment problems by converting bitmap headers *after* they
Warren Baird [Sat, 4 May 2002 18:26:34 +0000 (18:26 +0000)] 
Solve alignment problems by converting bitmap headers *after* they
have been copied into an aligned location, and then copying the
converted header back over the original header.

22 years agoDetect and warn about buggy versions of libXrender.
Huw D M Davies [Sat, 4 May 2002 18:25:43 +0000 (18:25 +0000)] 
Detect and warn about buggy versions of libXrender.

22 years agoCleaned up some inter-dll dependencies in palette management.
Alexandre Julliard [Thu, 2 May 2002 21:49:50 +0000 (21:49 +0000)] 
Cleaned up some inter-dll dependencies in palette management.

22 years agoChanged bug report address.
Dustin Navea [Thu, 2 May 2002 21:36:38 +0000 (21:36 +0000)] 
Changed bug report address.

22 years agoMoved drawing of owner-drawn parts to after the background and edge.
Bill Medland [Thu, 2 May 2002 21:35:50 +0000 (21:35 +0000)] 
Moved drawing of owner-drawn parts to after the background and edge.
Also added some indentation to the code.

22 years agoTOOLTIPS_GetTipText: Accept null module instance, Loadstring can
Christian Costa [Thu, 2 May 2002 21:35:23 +0000 (21:35 +0000)] 
TOOLTIPS_GetTipText: Accept null module instance, Loadstring can
handle it.

22 years agoInstall more of the Winelib programs by default (based on a patch by
Alexandre Julliard [Thu, 2 May 2002 01:42:01 +0000 (01:42 +0000)] 
Install more of the Winelib programs by default (based on a patch by
Andriy Palamarchuk).

22 years agoDo not install hlp2sgml.
Andriy Palamarchuk [Thu, 2 May 2002 01:40:34 +0000 (01:40 +0000)] 
Do not install hlp2sgml.

22 years agoRemoved some direct accesses to the DC structure.
Alexandre Julliard [Thu, 2 May 2002 01:39:48 +0000 (01:39 +0000)] 
Removed some direct accesses to the DC structure.

22 years agoCommented out removed headers.
Alexandre Julliard [Thu, 2 May 2002 01:30:30 +0000 (01:30 +0000)] 
Commented out removed headers.

22 years agoRemoved a bunch of multimedia code at Hidenori's request.
Alexandre Julliard [Thu, 2 May 2002 01:29:18 +0000 (01:29 +0000)] 
Removed a bunch of multimedia code at Hidenori's request.

22 years agoRewrote some headers from scratch to avoid EULA/patent concerns.
Alexandre Julliard [Thu, 2 May 2002 01:22:00 +0000 (01:22 +0000)] 
Rewrote some headers from scratch to avoid EULA/patent concerns.

22 years agoImplemented IOCTL_SCSI_GET_ADDRESS for non true scsi cdrom drives
Rizsanyi Zsolt [Wed, 1 May 2002 22:25:41 +0000 (22:25 +0000)] 
Implemented IOCTL_SCSI_GET_ADDRESS for non true scsi cdrom drives
(only on linux).
Initialize registry under HKEY_LOCAL_MACHINE/HARDWARE/DEVICEMAP/Scsi.
Added IOCTL_CDROM_MEDIA_REMOVAL support.

22 years agoFixed NtQueryInformationProcess to return correct information and
Laurent Pinchart [Wed, 1 May 2002 22:02:02 +0000 (22:02 +0000)] 
Fixed NtQueryInformationProcess to return correct information and
error code for ProcessDebugPort when no debugger is attached.

22 years agoImplementation of IOCTL_SCSI_PASS_THROUGH and
Laurent Pinchart [Wed, 1 May 2002 22:01:30 +0000 (22:01 +0000)] 
Implementation of IOCTL_SCSI_PASS_THROUGH and
IOCTL_SCSI_PASS_THROUGH_DIRECT.

22 years agoAttempt at fixing MAX_PATH issues for mingw.
Alexandre Julliard [Wed, 1 May 2002 18:13:18 +0000 (18:13 +0000)] 
Attempt at fixing MAX_PATH issues for mingw.

22 years agoFixed quoting of KDE desktop entry.
Michael Cardenas [Wed, 1 May 2002 18:05:57 +0000 (18:05 +0000)] 
Fixed quoting of KDE desktop entry.

22 years agoDirectSoundEnumerateA() now passes a GUID to the callback if the first
Johan Gill [Wed, 1 May 2002 18:05:30 +0000 (18:05 +0000)] 
DirectSoundEnumerateA() now passes a GUID to the callback if the first
call returned TRUE.

22 years agoCorrect behaviour of DEL key back to deleting the current character.
Jason Edmeades [Wed, 1 May 2002 18:04:36 +0000 (18:04 +0000)] 
Correct behaviour of DEL key back to deleting the current character.

22 years agoWhen DOS program executes another DOS program, command line is now
Jukka Heinonen [Wed, 1 May 2002 18:04:11 +0000 (18:04 +0000)] 
When DOS program executes another DOS program, command line is now
passed correctly. If DOS command line is too long, command line is now
truncated instead of letting it trash memory.

22 years ago- Added f8 (history retrieval from partial command) support
Jason Edmeades [Tue, 30 Apr 2002 21:17:34 +0000 (21:17 +0000)] 
- Added f8 (history retrieval from partial command) support
- Delete key deletes current character
- Ctrl + end deletes to end of line
- Ctrl + right stopped before the word itself

22 years agoMoved remaining files in windows/x11drv to dlls/x11drv.
Alexandre Julliard [Tue, 30 Apr 2002 21:16:39 +0000 (21:16 +0000)] 
Moved remaining files in windows/x11drv to dlls/x11drv.

22 years agoImplemented regsvr32 tool. Based on ReactOS implementation.
Andriy Palamarchuk [Mon, 29 Apr 2002 23:47:39 +0000 (23:47 +0000)] 
Implemented regsvr32 tool. Based on ReactOS implementation.

22 years ago- Support for dir /w and /b flags
Jason Edmeades [Mon, 29 Apr 2002 23:33:09 +0000 (23:33 +0000)] 
- Support for dir /w and /b flags
- Fixed a couple of unclosed FindFirst/FindNext pairs

22 years agoRemoved some code because of MS EULA concerns.
Hidenori Takeshima [Mon, 29 Apr 2002 23:32:39 +0000 (23:32 +0000)] 
Removed some code because of MS EULA concerns.
Rewrote stubs.

22 years agoImplemented the TB_REPLACEBITMAP message.
Marco Bizzarri [Mon, 29 Apr 2002 23:32:07 +0000 (23:32 +0000)] 
Implemented the TB_REPLACEBITMAP message.

22 years agoDon't prepend '--' to the command line when starting a Windows binary.
Alexandre Julliard [Mon, 29 Apr 2002 19:34:06 +0000 (19:34 +0000)] 
Don't prepend '--' to the command line when starting a Windows binary.

22 years agoWrite menu information to /usr/lib/menu/wine.
Dustin Navea [Mon, 29 Apr 2002 19:33:09 +0000 (19:33 +0000)] 
Write menu information to /usr/lib/menu/wine.
Try to autodetect KDE version using kde-config.

22 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Mon, 29 Apr 2002 18:48:56 +0000 (18:48 +0000)] 
Fixed some issues found by winapi_check.

22 years ago- API files update.
Patrik Stridvall [Mon, 29 Apr 2002 18:45:12 +0000 (18:45 +0000)] 
- API files update.
- Fixed parser to handle C/C++ comments in strings.
- Report if C++ comments are used.

22 years agoStub implementation of SNMPAPI.DLL.
Patrik Stridvall [Mon, 29 Apr 2002 18:43:35 +0000 (18:43 +0000)] 
Stub implementation of SNMPAPI.DLL.

22 years agoMicrosoft C related changes.
Patrik Stridvall [Mon, 29 Apr 2002 18:37:36 +0000 (18:37 +0000)] 
Microsoft C related changes.

22 years agoReimplemented the asynchronous source filter.
Hidenori Takeshima [Mon, 29 Apr 2002 18:36:33 +0000 (18:36 +0000)] 
Reimplemented the asynchronous source filter.

22 years agoAdded unit tests for file functions.
Jakob Eriksson [Mon, 29 Apr 2002 17:14:50 +0000 (17:14 +0000)] 
Added unit tests for file functions.

22 years agoEmulate the dos cmd 'cls'.
Jason Edmeades [Mon, 29 Apr 2002 17:12:57 +0000 (17:12 +0000)] 
Emulate the dos cmd 'cls'.

22 years agoWhen freeing XMS memory block, return an error if block has not been
Jukka Heinonen [Mon, 29 Apr 2002 17:12:29 +0000 (17:12 +0000)] 
When freeing XMS memory block, return an error if block has not been
previously allocated.

22 years agoMake twain compile again.
Marcus Meissner [Mon, 29 Apr 2002 17:12:13 +0000 (17:12 +0000)] 
Make twain compile again.

22 years agoFixed StatusBar SetText again, added some comments.
Marcus Meissner [Mon, 29 Apr 2002 17:12:01 +0000 (17:12 +0000)] 
Fixed StatusBar SetText again, added some comments.

22 years agoLink the tools and the server against libwine so we can use the
Alexandre Julliard [Sat, 27 Apr 2002 21:19:22 +0000 (21:19 +0000)] 
Link the tools and the server against libwine so we can use the
portability functions in there.

22 years agoFixed warnings.
Alexandre Julliard [Sat, 27 Apr 2002 21:16:28 +0000 (21:16 +0000)] 
Fixed warnings.

22 years agoFreeBSD compile fix.
Alexandre Julliard [Sat, 27 Apr 2002 21:14:50 +0000 (21:14 +0000)] 
FreeBSD compile fix.

22 years agoAdded unit test for winsock.
Martin Wilck [Sat, 27 Apr 2002 01:27:34 +0000 (01:27 +0000)] 
Added unit test for winsock.

22 years agoFixes to FD_CLOSE handling.
Martin Wilck [Sat, 27 Apr 2002 01:06:09 +0000 (01:06 +0000)] 
Fixes to FD_CLOSE handling.

22 years agoSO_OPENTYPE has to be a per-thread setting.
Martin Wilck [Sat, 27 Apr 2002 01:05:35 +0000 (01:05 +0000)] 
SO_OPENTYPE has to be a per-thread setting.

22 years agoUpdated module definitions for Perl unit tests.
Alexandre Julliard [Sat, 27 Apr 2002 00:19:41 +0000 (00:19 +0000)] 
Updated module definitions for Perl unit tests.

22 years agoAdded possibility of specifying a name for the .pm file that can be
Alexandre Julliard [Sat, 27 Apr 2002 00:18:42 +0000 (00:18 +0000)] 
Added possibility of specifying a name for the .pm file that can be
different from the header name.

22 years agoAdded some shdocvw ordinals and stubs.
Alexandre Julliard [Sat, 27 Apr 2002 00:16:25 +0000 (00:16 +0000)] 
Added some shdocvw ordinals and stubs.
Fixed a few winapi_check issues.

22 years agoAlways run ldconfig even if we don't change ld.so.conf.
Dustin Navea [Sat, 27 Apr 2002 00:15:12 +0000 (00:15 +0000)] 
Always run ldconfig even if we don't change ld.so.conf.

22 years agoFixed bug in TEXT_WordBreak that was variously throwing Lotus Notes
Robert O'Callahan [Sat, 27 Apr 2002 00:14:16 +0000 (00:14 +0000)] 
Fixed bug in TEXT_WordBreak that was variously throwing Lotus Notes
into an infinite loop or causing it to crash.

22 years agoBetter support for configure detection of missing types, added check
Alexandre Julliard [Fri, 26 Apr 2002 19:05:15 +0000 (19:05 +0000)] 
Better support for configure detection of missing types, added check
for ssize_t.
Removed a couple of no longer used portability functions.
Various portability fixes in port.h.

22 years agoUpdate the queue key state even if no window has the focus (spotted by
Alexandre Julliard [Fri, 26 Apr 2002 18:36:06 +0000 (18:36 +0000)] 
Update the queue key state even if no window has the focus (spotted by
Rizsanyi Zsolt).

22 years agoFixed some bugs in my recently submitted patch series.
Martin Wilck [Fri, 26 Apr 2002 18:31:19 +0000 (18:31 +0000)] 
Fixed some bugs in my recently submitted patch series.

22 years agoFixed minor typo.
Paul Millar [Thu, 25 Apr 2002 23:05:02 +0000 (23:05 +0000)] 
Fixed minor typo.

22 years agoFix for mingw32.
Steven Edwards [Thu, 25 Apr 2002 23:04:27 +0000 (23:04 +0000)] 
Fix for mingw32.

22 years agoUpdated lists of debugging channels.
Andriy Palamarchuk [Thu, 25 Apr 2002 23:03:40 +0000 (23:03 +0000)] 
Updated lists of debugging channels.

22 years agoAdded support for TransmitCommChar.
Mike McCormack [Thu, 25 Apr 2002 23:00:45 +0000 (23:00 +0000)] 
Added support for TransmitCommChar.

22 years agoFixed ReadFile() semantics when reading asynchronously on sockets.
Martin Wilck [Thu, 25 Apr 2002 22:58:59 +0000 (22:58 +0000)] 
Fixed ReadFile() semantics when reading asynchronously on sockets.
Provide more accurate status codes than STATUS_UNSUCCESSFUL.

22 years agoMoved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch]
Alexandre Julliard [Thu, 25 Apr 2002 21:40:56 +0000 (21:40 +0000)] 
Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch]

22 years agoImplemented overlapped WSARecvFrom(), WSASendTo(), and
Martin Wilck [Thu, 25 Apr 2002 21:34:24 +0000 (21:34 +0000)] 
Implemented overlapped WSARecvFrom(), WSASendTo(), and
WSAGetOverlappedResult().
Fixed shutdown() to work correctly for overlapped sockets (do not
actually do a shutdown() system call as long as there are pending
overlapped requests).
Also added correct error reporting when trying to read or write on a
shut down connection, also for ReadFile()/WriteFile() calls.

22 years agoImplemented server framework for asynchronous IO on sockets.
Martin Wilck [Thu, 25 Apr 2002 21:31:11 +0000 (21:31 +0000)] 
Implemented server framework for asynchronous IO on sockets.

22 years agoNever activate the window on SW_SHOWNOACTIVATE.
Alexandre Julliard [Wed, 24 Apr 2002 22:26:34 +0000 (22:26 +0000)] 
Never activate the window on SW_SHOWNOACTIVATE.

22 years agoNo longer try to support non-reentrant Xlib.
Alexandre Julliard [Wed, 24 Apr 2002 22:24:43 +0000 (22:24 +0000)] 
No longer try to support non-reentrant Xlib.

22 years agoDon't check hwndInsertAfter if SWP_NOZORDER is set.
Huw D M Davies [Wed, 24 Apr 2002 22:20:11 +0000 (22:20 +0000)] 
Don't check hwndInsertAfter if SWP_NOZORDER is set.

22 years agoAdded support for installing an error callback when expecting an X11
Alexandre Julliard [Wed, 24 Apr 2002 21:32:11 +0000 (21:32 +0000)] 
Added support for installing an error callback when expecting an X11
error.

22 years agoAdd more flexibility to the queue_async server call by moving most
Martin Wilck [Wed, 24 Apr 2002 21:29:54 +0000 (21:29 +0000)] 
Add more flexibility to the queue_async server call by moving most
functionality into the object's queue_async method.

22 years ago- Improve I_IMAGECALLBACK handling and support I_IMAGENONE.
Guy L. Albertelli [Wed, 24 Apr 2002 21:22:17 +0000 (21:22 +0000)] 
- Improve I_IMAGECALLBACK handling and support I_IMAGENONE.
- Implement TBN_HOTITEMCHANGE in the mouse move routine.

22 years agoFix to old DCB format parsing.
Marcelo Welter [Wed, 24 Apr 2002 21:21:43 +0000 (21:21 +0000)] 
Fix to old DCB format parsing.

22 years agoFirst regression test for wsprintf.
Bill Medland [Wed, 24 Apr 2002 21:16:51 +0000 (21:16 +0000)] 
First regression test for wsprintf.

22 years agoLoad libXrender at run-time with dlopen (based on a patch by Huw
Alexandre Julliard [Tue, 23 Apr 2002 22:06:41 +0000 (22:06 +0000)] 
Load libXrender at run-time with dlopen (based on a patch by Huw
Davies).

22 years agoFixed handling of deferred connections in WSAAccept().
Martin Wilck [Tue, 23 Apr 2002 22:03:42 +0000 (22:03 +0000)] 
Fixed handling of deferred connections in WSAAccept().

22 years agoUpdated for Unicode 3.2.
Alexandre Julliard [Tue, 23 Apr 2002 19:41:44 +0000 (19:41 +0000)] 
Updated for Unicode 3.2.
Added ISO8859-16 codepage.

22 years agoFind ntfs drives and supermount cd-roms.
Dustin Navea [Tue, 23 Apr 2002 19:34:11 +0000 (19:34 +0000)] 
Find ntfs drives and supermount cd-roms.
Fix finding non-supermount cd-roms mounted at /cdrom.

22 years agoSearch for real-windows registry now actually accesses a file.
Dustin Navea [Tue, 23 Apr 2002 19:29:55 +0000 (19:29 +0000)] 
Search for real-windows registry now actually accesses a file.
Find clean-install win2k registry.
Find correct partition of real Drive C (most of the time).