John R. Sheets [Fri, 19 Jan 2001 20:58:37 +0000 (20:58 +0000)]
Added convenience script for generating online docs for winehq.com.
Josh DuBois [Fri, 19 Jan 2001 20:51:44 +0000 (20:51 +0000)]
Specified 'signed' on chars compared to -1.
John R. Sheets [Fri, 19 Jan 2001 20:50:50 +0000 (20:50 +0000)]
Make SGML ID attributes in packaging.sgml more unique to avoid
conflicts when we bundle all four guides into a single set.
Dmitry Timoshkov [Fri, 19 Jan 2001 20:49:54 +0000 (20:49 +0000)]
Solve remaining problems with scroll bars in the edit control.
John R. Sheets [Thu, 18 Jan 2001 23:07:53 +0000 (23:07 +0000)]
Clean up db2html-winehq HTML generation script. Works in Debian, and
may actually work in Redhat now, too.
Andreas Mohr [Thu, 18 Jan 2001 23:04:19 +0000 (23:04 +0000)]
Implemented SHELL32.IsNetDrive and SHELL32.ILSaveToStream needed for
IE 5.
Chris Morgan [Thu, 18 Jan 2001 23:03:47 +0000 (23:03 +0000)]
Updated for change in config file name. Removed references to
obsolete global wine configuration file where appropriate. Updated
config option format to match the new syntax. Misc cleanups.
Alexandre Julliard [Thu, 18 Jan 2001 20:32:01 +0000 (20:32 +0000)]
Store USER icons and cursors as resources instead of xpm bitmaps.
Huw D M Davies [Thu, 18 Jan 2001 20:29:41 +0000 (20:29 +0000)]
Fix off by one error in buffer length check.
Chris Morgan [Thu, 18 Jan 2001 20:29:21 +0000 (20:29 +0000)]
Switched from wine.config back to wine.conf, no need to use something
not linux standard. Removed use of obsolete "--config" option when
calling regapi. Lots of cleanup and reorganization. Check to see if
wine is installed when wineinstall is not run as root.
Francois Gouget [Thu, 18 Jan 2001 20:28:56 +0000 (20:28 +0000)]
Added 3 missing FS_xxx macros.
Alexandre Julliard [Wed, 17 Jan 2001 22:05:24 +0000 (22:05 +0000)]
Replaced some GetProcAddress() imports by the standard dll import
mechanism.
Alexandre Julliard [Wed, 17 Jan 2001 22:03:18 +0000 (22:03 +0000)]
Cleaned up dll startup routines now that we have separate address
spaces.
Andreas Mohr [Wed, 17 Jan 2001 21:52:42 +0000 (21:52 +0000)]
Cosmetics.
Josh DuBois [Wed, 17 Jan 2001 21:51:07 +0000 (21:51 +0000)]
Make some noise in a few cases where the X11drv doesn't load, but used
to fail silently.
Josh DuBois [Wed, 17 Jan 2001 21:50:17 +0000 (21:50 +0000)]
SERVICE_CreateServiceTable still returned TRUE if CreateThread failed.
Alexandre Julliard [Wed, 17 Jan 2001 20:22:22 +0000 (20:22 +0000)]
Cleaned up the various errno location tests in configure.
Added (h_)errno_location pointers in the library that allow remapping
the calls in higher level dlls.
Moved X11DRV_CritSection out of sysdeps.c and into x11drv.dll.
James Hatheway [Wed, 17 Jan 2001 20:19:14 +0000 (20:19 +0000)]
In WsControl, don't mix Linux and Wine socket calls. Always use Wine calls.
Added hack for missing WINAPI in Unix socket() definition.
James Juran [Wed, 17 Jan 2001 20:17:46 +0000 (20:17 +0000)]
Added some stubs needed for IE 5.5 setup.
Jeremy White [Wed, 17 Jan 2001 20:17:03 +0000 (20:17 +0000)]
Revised wineshelllink to wake up KDE 1.x so that applications that get
installed show up without a manual KDE menu refresh required.
Added a few usage checks to make manual invocation a little less
painful.
Alexandre Julliard [Wed, 17 Jan 2001 01:55:21 +0000 (01:55 +0000)]
Fixed tmpfile buffer size.
Alexandre Julliard [Wed, 17 Jan 2001 01:55:04 +0000 (01:55 +0000)]
Fixed typo in wine_get_unix_file_name().
Jeremy White [Wed, 17 Jan 2001 01:48:52 +0000 (01:48 +0000)]
Revised shell link process to treat empty (e.g. "") strings
identically to NULL strings. Makes many more installers take useful
action. Added many trace messages.
Ulrich Czekalla [Wed, 17 Jan 2001 01:48:14 +0000 (01:48 +0000)]
Only adjust item rect by horizontal scrollbar offset in report view.
Gerard Patel [Wed, 17 Jan 2001 01:47:47 +0000 (01:47 +0000)]
Change WSACleanup - wsinfo is a static structure now.
Jeremy White [Wed, 17 Jan 2001 01:47:18 +0000 (01:47 +0000)]
Make winelauncher test for xmessage and warn the user if they don't
have it.
Alexandre Julliard [Mon, 15 Jan 2001 22:31:24 +0000 (22:31 +0000)]
Replaced X11DRV_CritSection references by wine_tsx11_(un)lock.
Alexandre Julliard [Mon, 15 Jan 2001 22:30:50 +0000 (22:30 +0000)]
Removed CALL_LARGE_STACK support.
Ulrich Weigand [Mon, 15 Jan 2001 22:20:50 +0000 (22:20 +0000)]
Don't call a NE DLL's DllEntryPoint twice during one single
LoadModule() call.
Uwe Bonnes [Mon, 15 Jan 2001 22:20:30 +0000 (22:20 +0000)]
MapViewOfFileEx: make the returned error dependent on the Windows
version used.
Alexandre Julliard [Mon, 15 Jan 2001 20:23:05 +0000 (20:23 +0000)]
Updated debug channels.
Alexandre Julliard [Mon, 15 Jan 2001 20:22:30 +0000 (20:22 +0000)]
Removed unnecessary headers.
Dmitry Timoshkov [Mon, 15 Jan 2001 20:21:15 +0000 (20:21 +0000)]
Initialize MENUITEMINFO structure before calling GetMenuItemInfo.
Marcus Meissner [Mon, 15 Jan 2001 20:20:50 +0000 (20:20 +0000)]
Fixed an interface cast in DD2->DD7 thunk.
Dmitry Timoshkov [Mon, 15 Jan 2001 20:20:31 +0000 (20:20 +0000)]
Add one missing buffer size rounding in the edit control.
Make rounding code slightly more readable.
Alexandre Julliard [Mon, 15 Jan 2001 20:13:43 +0000 (20:13 +0000)]
Replaced GLOBAL_Alloc by GlobalAlloc16 where possible.
Alexandre Julliard [Mon, 15 Jan 2001 20:12:55 +0000 (20:12 +0000)]
Moved tweak support to USER dll. Removed tweak.h and cache.h.
Alexandre Julliard [Mon, 15 Jan 2001 20:09:09 +0000 (20:09 +0000)]
Removed some direct accesses to the 16-bit task structure.
Alexandre Julliard [Mon, 15 Jan 2001 19:57:48 +0000 (19:57 +0000)]
Fixed toupper/_toupper mixup.
Alexandre Julliard [Sat, 13 Jan 2001 02:43:24 +0000 (02:43 +0000)]
Alexandre Julliard [Sat, 13 Jan 2001 01:01:35 +0000 (01:01 +0000)]
Added missing WIN_ReleaseWndPtr.
Alexandre Julliard [Sat, 13 Jan 2001 01:01:00 +0000 (01:01 +0000)]
winmm.dll can now be properly separated.
Francois Gouget [Sat, 13 Jan 2001 01:00:25 +0000 (01:00 +0000)]
Warning fix.
Ove Kaaven [Sat, 13 Jan 2001 01:00:00 +0000 (01:00 +0000)]
Fixes for various underrun-related problems. Also added a mechanism
for the sound driver to request that a Stop should close and reopen
the device.
Ove Kaaven [Sat, 13 Jan 2001 00:27:50 +0000 (00:27 +0000)]
Remove multimedia timers from the service thread, use a separate thread
instead.
François Gouget [Sat, 13 Jan 2001 00:27:13 +0000 (00:27 +0000)]
In STATUSBAR_GetTipText{a,W, always put a terminating '\0' in the
buffer.
Pass a buffer of sufficient size to TTM_GETTEXTA.
Gavriel State [Fri, 12 Jan 2001 23:18:22 +0000 (23:18 +0000)]
Warning fixes.
Stefan Leichter [Fri, 12 Jan 2001 23:15:54 +0000 (23:15 +0000)]
Implemented EnumProtocolA/W.
Andreas Mohr [Fri, 12 Jan 2001 23:07:11 +0000 (23:07 +0000)]
NetBSD 1.5 is lacking ecvt, fcvt, gcvt for crtdll.
Andreas Mohr [Fri, 12 Jan 2001 23:02:39 +0000 (23:02 +0000)]
Workaround for SuSE 7 2.2.16 kernel bug.
James Hatheway [Fri, 12 Jan 2001 23:01:41 +0000 (23:01 +0000)]
Guard against incoming string of NULL in WM_SETTEXT.
Jon Griffiths [Fri, 12 Jan 2001 20:42:06 +0000 (20:42 +0000)]
Turn crtdll into forwards to msvcrt.
Jon Griffiths [Fri, 12 Jan 2001 20:41:03 +0000 (20:41 +0000)]
Added some exception handling functions.
Gerald Pfeifer [Fri, 12 Jan 2001 20:30:41 +0000 (20:30 +0000)]
Fixed mistyped variable name in MSVCRT__fpclass().
Alexandre Julliard [Fri, 12 Jan 2001 19:59:42 +0000 (19:59 +0000)]
Added flag to differentiate file mappings and VirtualAlloc() blocks,
and reject VirtualFree() calls on file mappings.
Alexandre Julliard [Fri, 12 Jan 2001 19:58:52 +0000 (19:58 +0000)]
Removed obsolete get_req_buffer() function.
Mike McCormack [Fri, 12 Jan 2001 19:57:38 +0000 (19:57 +0000)]
Swap lpOverlapped parameters in ReadFile and WriteFile.
The InternalHigh member should contain the number of
bytes transferred.
Jon Griffiths [Fri, 12 Jan 2001 19:56:22 +0000 (19:56 +0000)]
Fixes as a result of testing builtin crtdll against builtin msvcrt.
Chris Morgan [Fri, 12 Jan 2001 19:55:19 +0000 (19:55 +0000)]
Updated messages with new config files in mind to keep from confusing
users.
Susan Farley [Fri, 12 Jan 2001 19:54:48 +0000 (19:54 +0000)]
Implemented most functionality. TODO lists whats left.
John R. Sheets [Thu, 11 Jan 2001 22:32:44 +0000 (22:32 +0000)]
Implemented stubs for IWebBrowser in shdocvw.dll.
Nathan Neulinger [Thu, 11 Jan 2001 22:31:04 +0000 (22:31 +0000)]
Renamed struct option to avoid conflicts with getopt.h.
Jon Griffiths [Thu, 11 Jan 2001 22:30:19 +0000 (22:30 +0000)]
Added binary compatible __EH_prolog.
Josh DuBois [Thu, 11 Jan 2001 22:28:35 +0000 (22:28 +0000)]
Added a simple usage() function.
Alexandre Julliard [Thu, 11 Jan 2001 20:32:45 +0000 (20:32 +0000)]
No longer used.
John R. Sheets [Thu, 11 Jan 2001 20:21:15 +0000 (20:21 +0000)]
Correct some cut & paste typos.
Chris Morgan [Thu, 11 Jan 2001 20:18:06 +0000 (20:18 +0000)]
Update for the new config format and location of the default config
file. Add a conf_quesion to convert an old user config file, or use
the default Wine config file. Removed the setting of obsolete
EXTRA_LD_LIBRARY_PATH. Added a conf_question to give the user the
option to install local config and registry files when the script is
being run by root.
François Gouget [Thu, 11 Jan 2001 20:17:42 +0000 (20:17 +0000)]
Create the main_target in single-target mode.
The defined(@array) construct is said to be deprecated, avoid it.
Simplify the usage reporting.
Add a word of caution to the usage message.
Dmitry Timoshkov [Thu, 11 Jan 2001 20:17:21 +0000 (20:17 +0000)]
Fix the return value of WM_GETTEXT in the edit control.
Dmitry Timoshkov [Thu, 11 Jan 2001 20:17:07 +0000 (20:17 +0000)]
Various combobox fixes.
Chris Morgan [Thu, 11 Jan 2001 20:16:27 +0000 (20:16 +0000)]
Removed some unnecessary defines after profile.c cleanup.
Ulrich Weigand [Thu, 11 Jan 2001 00:54:38 +0000 (00:54 +0000)]
Fixed unnamed union dummy names.
Ulrich Weigand [Thu, 11 Jan 2001 00:54:21 +0000 (00:54 +0000)]
Replaced architecture-dependent configure checks by hardcoded
definitions in winnt.h (to avoid config.h dependency).
Ulrich Weigand [Thu, 11 Jan 2001 00:53:25 +0000 (00:53 +0000)]
Added missing prototypes to avoid compile warnings on Solaris.
Ulrich Weigand [Thu, 11 Jan 2001 00:53:07 +0000 (00:53 +0000)]
Work around problems on Solaris if config.h is not included.
Ulrich Weigand [Thu, 11 Jan 2001 00:52:50 +0000 (00:52 +0000)]
Fixed byteorder problems caused by non-portable code.
Jon Griffiths [Wed, 10 Jan 2001 23:59:25 +0000 (23:59 +0000)]
- Migrate CRTDLL to MSVCRT.
- Many fixes and a load of new functions.
Alexandre Julliard [Wed, 10 Jan 2001 23:56:59 +0000 (23:56 +0000)]
Removed all traces of the --config option.
Gavriel State [Wed, 10 Jan 2001 23:55:56 +0000 (23:55 +0000)]
Reenabled DXGrab option.
Dmitry Timoshkov [Wed, 10 Jan 2001 23:55:02 +0000 (23:55 +0000)]
Synchronize the sizes of the external and internal buffers at start
and end of message processing in the edit control.
Gerard Patel [Wed, 10 Jan 2001 23:54:46 +0000 (23:54 +0000)]
Fixed returned length for LB_GETTEXT.
Alexandre Julliard [Wed, 10 Jan 2001 22:58:38 +0000 (22:58 +0000)]
Added nls to EXTRASUBDIRS.
Chris Morgan [Wed, 10 Jan 2001 22:57:34 +0000 (22:57 +0000)]
Removed use of outdated WINE_INI environment variable. Removed
obsolete --config option. Removed loading of global wine config file.
Cleaned up some messages.
James Hatheway [Wed, 10 Jan 2001 22:54:33 +0000 (22:54 +0000)]
es->buffer_size is not always the length of the text currently in the
editbox, so use -1 instead.
Gerard Patel [Wed, 10 Jan 2001 22:54:02 +0000 (22:54 +0000)]
Added a specific debug channel for dll loading (builtin/native).
Joerg Mayer [Wed, 10 Jan 2001 22:45:33 +0000 (22:45 +0000)]
Fixed some signed/unsigned warnings.
Mike McCormack [Wed, 10 Jan 2001 22:45:03 +0000 (22:45 +0000)]
Implemented asynchronous ReadFile and WriteFile.
François Gouget [Wed, 10 Jan 2001 22:43:21 +0000 (22:43 +0000)]
Require that the user specify a work directory. This provides a
safeguard against accidental invocations.
François Gouget [Wed, 10 Jan 2001 22:42:58 +0000 (22:42 +0000)]
Only copy the dwSize bytes really occupied by lpPropSheetPage.
Eric Pouech [Wed, 10 Jan 2001 22:42:35 +0000 (22:42 +0000)]
For the Global*Ptr* set of macros, replace the 16bit version with
their 32 bit equiv.
Ulrich Czekalla [Wed, 10 Jan 2001 22:42:05 +0000 (22:42 +0000)]
Only call TOOLBAR_CalcToolbar when parameters change.
Dmitry Timoshkov [Tue, 9 Jan 2001 21:51:04 +0000 (21:51 +0000)]
Added unicode window proc for the listbox control.
Replaced all ansi calls by their unicode equivalents.
Removed use of the custom local heap.
François Gouget [Tue, 9 Jan 2001 21:50:27 +0000 (21:50 +0000)]
Test for NULL and LPSTR_TEXTCALLBACK before using lpColumn->pszText.
Gerald Pfeifer [Tue, 9 Jan 2001 21:50:01 +0000 (21:50 +0000)]
Fixed some incorrect format strings.
Alexandre Julliard [Tue, 9 Jan 2001 20:56:18 +0000 (20:56 +0000)]
Removed obsolete file.
François Gouget [Tue, 9 Jan 2001 20:56:06 +0000 (20:56 +0000)]
Move HDWP to winuser.h.
Convert HWINSTA to STRICT.
Ryan Cumming [Tue, 9 Jan 2001 20:54:11 +0000 (20:54 +0000)]
Make CDROM_GetLabel return 0 in the event of failure, and make the
default label for drives a string of 11 spaces.
David Elliott [Tue, 9 Jan 2001 20:52:53 +0000 (20:52 +0000)]
Fixed usage of RegEnumValueA.
Huw D M Davies [Tue, 9 Jan 2001 20:52:17 +0000 (20:52 +0000)]
Handle the EnumPrinters() flag PRINTER_ENUM_DEFAULT in the same way
that NT does - that is ignore it and return TRUE.
Huw D M Davies [Tue, 9 Jan 2001 20:51:59 +0000 (20:51 +0000)]
Actually call CDROM_Audio_GetTracksInfo when retrieving
MCI_CDA_STATUS_TRACK_TYPE.
WINE_CDA_OPEN maps to MCIERR_HARDWARE.