Marcus Meissner [Wed, 13 Nov 2002 19:37:24 +0000 (19:37 +0000)]
Do not define MZ_SUPPORTED if we do not have sys/vm86.h for all the
struct definitions.
Marcus Meissner [Wed, 13 Nov 2002 19:37:10 +0000 (19:37 +0000)]
Only include curses headers if we are using curses at all.
Alberto Massari [Wed, 13 Nov 2002 19:36:57 +0000 (19:36 +0000)]
ITypeInfo::Invoke now is able to invoke a function even when it is
provided with a byref argument.
Alexandre Julliard [Wed, 13 Nov 2002 04:20:54 +0000 (04:20 +0000)]
Fixed data copying in msvcrt_argvtos (spotted by bill@taniwha.org).
Alexandre Julliard [Wed, 13 Nov 2002 04:18:38 +0000 (04:18 +0000)]
Moved rpc.h inclusion in widl-generated file so that tests compile.
Patrik Stridvall [Wed, 13 Nov 2002 04:13:42 +0000 (04:13 +0000)]
Fixed mismatches between the Wine headers and the Microsoft headers.
Eric Pouech [Wed, 13 Nov 2002 04:09:34 +0000 (04:09 +0000)]
Fixed several bugs in:
- page/paragraph reading for >= Win95 help files without compression
- bitmap & metafile loading
- btree reading
Now caching bitmap loading for better performance.
Several internal code cleanups.
Shachar Shemesh [Wed, 13 Nov 2002 04:08:57 +0000 (04:08 +0000)]
- Added support for CF_ENABLETEMPLATEHANDLE.
- Revised the FIXME on unsupported flags to not reported the flags now
turned supported.
Alberto Massari [Wed, 13 Nov 2002 04:08:26 +0000 (04:08 +0000)]
Added stubs for IsHostInProxyBypassList and GetUrlCacheEntryInfoExA.
Eric Pouech [Wed, 13 Nov 2002 04:07:46 +0000 (04:07 +0000)]
Actually exit loop on '\0' while printing a string.
Ove Kaaven [Wed, 13 Nov 2002 00:22:16 +0000 (00:22 +0000)]
Wrote a Wine-compatible wtypes.idl, and generated wtypes.h from it.
Jukka Heinonen [Tue, 12 Nov 2002 23:29:48 +0000 (23:29 +0000)]
Move simple interrupt handlers to winedos.
Marcus Meissner [Tue, 12 Nov 2002 23:25:33 +0000 (23:25 +0000)]
Silence IShellLink::SetShowCmd for the case we support.
Tony Lambregts [Tue, 12 Nov 2002 23:24:42 +0000 (23:24 +0000)]
Update Reporting Bugs section to reflect current state of wine bugs.
Gerald Pfeifer [Tue, 12 Nov 2002 23:21:55 +0000 (23:21 +0000)]
ucontext.h check requires signal.h.
Alberto Massari [Tue, 12 Nov 2002 23:20:31 +0000 (23:20 +0000)]
The already implemented function swscanf was missing an entry.
Marcus Meissner [Tue, 12 Nov 2002 02:22:24 +0000 (02:22 +0000)]
Do not link against -lcups directly, but dynamically load it if
present (just like freetype etc.)
Robert Shearman [Tue, 12 Nov 2002 02:18:10 +0000 (02:18 +0000)]
First of tests for the Rtl* string manipulation functions.
Robert Shearman [Tue, 12 Nov 2002 02:17:34 +0000 (02:17 +0000)]
Implemented RtlUnicodeStringToInteger.
Vincent Béron [Tue, 12 Nov 2002 02:16:48 +0000 (02:16 +0000)]
Add multimedia.sgml to standalone wine-devel guide, was already in
wine-doc.sgml.
Vincent Béron [Tue, 12 Nov 2002 02:16:11 +0000 (02:16 +0000)]
Correctly identify a RedHat distribution.
Dustin Navea [Tue, 12 Nov 2002 02:15:45 +0000 (02:15 +0000)]
Rearranged code to make it more readable.
Added in Redhat install instructions, and made note in Other Distro's
section to check the Redhat page if you are using Mandrake, as it is
Redhat-based.
Updated FTP list in the docs, only 1 link different from the most recent
ANNOUNCE, wow!
Added instructions on un-tarring, compiling, and installing wine from
a tarball.
Dustin Navea [Tue, 12 Nov 2002 02:15:03 +0000 (02:15 +0000)]
Corrected code spacing for readability.
Dustin Navea [Tue, 12 Nov 2002 02:14:52 +0000 (02:14 +0000)]
Change first usage of the Word Linux into a link to the linux FAQ at
linuxdoc.org.
Change first usage of the word X11 into a link to the X11 FAQ at
xfree86.org.
Add wine-devel to the places to go for burning questions.
Upped the system req's to the current requirements.
Fixed a few grammatical errors and made the text look a little
prettier.
Dustin Navea [Tue, 12 Nov 2002 02:14:29 +0000 (02:14 +0000)]
Add the wine-devel list and myself to the entities to be referenced in
the docs.
Jason Edmeades [Tue, 12 Nov 2002 02:14:13 +0000 (02:14 +0000)]
- Fix bug in multitexturing introduced during dummy texture changes.
- Additional traces.
Alberto Massari [Tue, 12 Nov 2002 02:13:49 +0000 (02:13 +0000)]
Implemented body of HGLOBALStreamImpl::Clone.
Alberto Massari [Tue, 12 Nov 2002 02:13:04 +0000 (02:13 +0000)]
Added HttpOpenRequestW, HttpQueryInfoW, HttpSendRequestW.
Ove Kaaven [Tue, 12 Nov 2002 02:12:35 +0000 (02:12 +0000)]
Support for enums, arrays, encapsulated unions, signed/unsigned
qualifiers, UUIDs, include guards, the new ICOM_DEFINE1 macro, and
some other improvements.
Dimitrie O. Paun [Tue, 12 Nov 2002 02:12:14 +0000 (02:12 +0000)]
Remove parts that have been moved already in the Development Guide.
Ryan Cumming [Tue, 12 Nov 2002 02:11:52 +0000 (02:11 +0000)]
Add test for DeleteFileA with empty paths.
Patrik Stridvall [Tue, 12 Nov 2002 01:13:10 +0000 (01:13 +0000)]
Updated the generated tests.
Patrik Stridvall [Tue, 12 Nov 2002 01:05:17 +0000 (01:05 +0000)]
Added tests for a few new DLLs.
Patrik Stridvall [Tue, 12 Nov 2002 01:05:00 +0000 (01:05 +0000)]
Fixed mismatches between the Wine headers and the Microsoft headers.
Alexandre Julliard [Tue, 12 Nov 2002 01:04:04 +0000 (01:04 +0000)]
Fixed sparc check.
Tony Lambregts [Mon, 11 Nov 2002 22:26:02 +0000 (22:26 +0000)]
Make the instructions of how to install sgml easier to understand.
Marcus Meissner [Mon, 11 Nov 2002 22:24:31 +0000 (22:24 +0000)]
Added partial implementation of ITypeInfo::GetDllEntry().
Lionel Ulmer [Mon, 11 Nov 2002 22:23:10 +0000 (22:23 +0000)]
Proper logging of DDSCAPS / DDSCAPS2 structures.
Eric Pouech [Mon, 11 Nov 2002 22:20:47 +0000 (22:20 +0000)]
Implemented a Wine-only scheme for interprocess WinHelp message
passing.
Rolf Kalbermatter [Mon, 11 Nov 2002 22:19:42 +0000 (22:19 +0000)]
Fix some NULL dereferencing.
Robert 'Admiral' Coeyman [Mon, 11 Nov 2002 22:19:12 +0000 (22:19 +0000)]
Fixed bit 2 value and set bit 1 too.
Alexandre Julliard [Mon, 11 Nov 2002 21:14:25 +0000 (21:14 +0000)]
Removed winetest.
Marko Kreen [Mon, 11 Nov 2002 20:26:33 +0000 (20:26 +0000)]
Clip bottom coordinates.
Dimitrie O. Paun [Mon, 11 Nov 2002 20:25:54 +0000 (20:25 +0000)]
Rewrite make_ctests and runtest in shell.
Jukka Heinonen [Mon, 11 Nov 2002 19:55:52 +0000 (19:55 +0000)]
Move all int31 functions to winedos.
Fix some obvious bugs in int31 functions.
Patrik Stridvall [Mon, 11 Nov 2002 19:55:33 +0000 (19:55 +0000)]
Fixed some issues found by winapi_check.
Patrik Stridvall [Mon, 11 Nov 2002 19:55:11 +0000 (19:55 +0000)]
- API files update.
- Fixed options --cross-call-{unicode-ascii,win32-win16}.
- Minor reorganization of the global checks.
Marcus Meissner [Mon, 11 Nov 2002 19:54:41 +0000 (19:54 +0000)]
Add case for non sparc / non i386 SYSDEPS_CallOnStack.
Marcus Meissner [Mon, 11 Nov 2002 19:54:22 +0000 (19:54 +0000)]
Implemented OleLoadPictureEx.
Marcus Meissner [Mon, 11 Nov 2002 19:54:04 +0000 (19:54 +0000)]
Silence one FIXME(). Implement ITypeInfo::GetDocumentation for
variable descriptions.
Eric Pouech [Mon, 11 Nov 2002 19:53:01 +0000 (19:53 +0000)]
Now properly unloading multimedia drivers when winmm unloads.
Dmitry Timoshkov [Mon, 11 Nov 2002 19:52:33 +0000 (19:52 +0000)]
Fix copy/paste bug. Make MessageBox without an icon look better.
Eric Pouech [Mon, 11 Nov 2002 19:52:07 +0000 (19:52 +0000)]
Fixed loading HCW 4.0 files without phrase image compression.
Patrik Stridvall [Fri, 8 Nov 2002 19:34:52 +0000 (19:34 +0000)]
- Added #include <sys/types.h> where needed for FreeBSD.
- Added protection for #include <sys/{socket,un}.h>.
Shachar Shemesh [Fri, 8 Nov 2002 18:56:46 +0000 (18:56 +0000)]
- Changed all numeric resources in ChooseFont to labels for better
readability.
- Changed all handling of stc6 (1093) to atc5 (1092) so that will be
compatible with Windows resource numbers.
- Added code to load the user's resources rather than our own if
CF_ENABLETEMPLATE is passed in "flags".
Pierre Beyssac [Fri, 8 Nov 2002 18:55:31 +0000 (18:55 +0000)]
Avoid FreeBSD compatibility issues with dbreg structure.
Ove Kaaven [Fri, 8 Nov 2002 18:54:44 +0000 (18:54 +0000)]
Moved IMalloc definition from obj_base.h to obj_misc.h.
Juraj Hercek [Fri, 8 Nov 2002 18:54:26 +0000 (18:54 +0000)]
Added WINELIB_NAME_AW for LPCCINFO.
Juraj Hercek [Fri, 8 Nov 2002 18:54:10 +0000 (18:54 +0000)]
Fixed bug in context registers, added HANDLER_DEF and HANDLER_CONTEXT
macros.
Marcus Meissner [Fri, 8 Nov 2002 18:53:32 +0000 (18:53 +0000)]
Only enable VM86 mode if we have the <sys/vm86.h> include file.
Marcus Meissner [Fri, 8 Nov 2002 18:53:19 +0000 (18:53 +0000)]
New structures: RASIPADDR, RASDEVINFO, RASENTRY.
New stubs: RasSetEntryProperties.
RasEnumDevicesA enhanced.
Alberto Massari [Fri, 8 Nov 2002 18:52:52 +0000 (18:52 +0000)]
The object returned by IEnumFORMATETC::Clone should have the same
cursor position of the source object.
Alberto Massari [Fri, 8 Nov 2002 18:52:34 +0000 (18:52 +0000)]
Avoid crashing when releasing an NdrCStdStubBuffer that had been
previously disconnected.
Ryan Cumming [Fri, 8 Nov 2002 18:52:18 +0000 (18:52 +0000)]
- Silence annoying "Empty path passed" error.
- Set error correctly when an empty path is passed to DeleteFile.
Ryan Cumming [Fri, 8 Nov 2002 18:51:56 +0000 (18:51 +0000)]
Remove OLE_GetFormatA, reimplement GetDateFormatA and GetTimeFormatA
as wrappers around their Unicode versions.
Marcus Meissner [Fri, 8 Nov 2002 18:51:28 +0000 (18:51 +0000)]
Draft implementation of DispCallFunc.
Alexandre Julliard [Wed, 6 Nov 2002 22:33:17 +0000 (22:33 +0000)]
Disable address space limit check on non-i386 platforms.
Dimitrie O. Paun [Wed, 6 Nov 2002 22:32:00 +0000 (22:32 +0000)]
Do not draw the text of the item being edited.
Eric Frias [Wed, 6 Nov 2002 22:07:38 +0000 (22:07 +0000)]
Added quotes to assembly language output.
Juraj Hercek [Wed, 6 Nov 2002 22:05:59 +0000 (22:05 +0000)]
Implemented SYSDEPS_CallOnStack for sparcs.
Juraj Hercek [Wed, 6 Nov 2002 22:02:52 +0000 (22:02 +0000)]
Bug fixes related to sparc 4-byte boundary alignment.
Dimitrie O. Paun [Wed, 6 Nov 2002 22:01:56 +0000 (22:01 +0000)]
Fix the 'jumping selection' bug (#1108).
Misc small cleanups.
Gerald Pfeifer [Wed, 6 Nov 2002 22:00:10 +0000 (22:00 +0000)]
When checking for sys/mount.h and sys/user.h also include sys/types.h
if available.
Patrik Stridvall [Wed, 6 Nov 2002 21:59:15 +0000 (21:59 +0000)]
Updated the generated tests.
Patrik Stridvall [Wed, 6 Nov 2002 21:58:50 +0000 (21:58 +0000)]
- Added code for detection of missing types.
- Added missing types.
- Added a function for each type test to improve compiling with -O2.
Greg Turner [Wed, 6 Nov 2002 21:58:21 +0000 (21:58 +0000)]
- Remove stupid indentations from trace msgs.
- Update the rpc TODO list a bit.
- Add some constants for winapi_check.
- Nil pointer support for some UUID functions (spotted by Olivier
Evalet).
Chris Morgan [Wed, 6 Nov 2002 21:57:50 +0000 (21:57 +0000)]
Remove ERR() if menu entry isn't of type MF_STRING as some
applications set flags of MT_SEPARATOR and erroneous errors are
produced. Add a couple of comments.
György 'Nog' Jeney [Wed, 6 Nov 2002 21:57:23 +0000 (21:57 +0000)]
- Fix RtlTimeToTimeFields to actually work.
- Remove comments about leap seconds, windows doesn't take that into
account.
Jukka Heinonen [Wed, 6 Nov 2002 21:56:52 +0000 (21:56 +0000)]
Start using winedos handlers for all interrupts.
Francois Gouget [Wed, 6 Nov 2002 21:56:32 +0000 (21:56 +0000)]
Compute SM_CYMAXIMIZED purely based on the screen height until we know
how to take into account 'start menus' correctly.
Alexandre Julliard [Wed, 6 Nov 2002 20:02:59 +0000 (20:02 +0000)]
Added winebuild -e option to specify the entry point and removed the
'init' spec file directive.
Winebuild long options now use a more standard double dash format
(older format still supported for backwards compatibility).
Patrik Stridvall [Wed, 6 Nov 2002 19:58:02 +0000 (19:58 +0000)]
API files update.
Patrik Stridvall [Wed, 6 Nov 2002 19:57:49 +0000 (19:57 +0000)]
Fixed some issues found by winapi_check.
Ove Kaaven [Wed, 6 Nov 2002 19:56:59 +0000 (19:56 +0000)]
Add ICOM_DEFINE1 macro to define a COM interface without a base
class.
Use it to define IUnknown.
Jason Edmeades [Wed, 6 Nov 2002 19:56:32 +0000 (19:56 +0000)]
- Stencil mapping now works (it helps to actually allocate a stencil
buffer).
- Texture mapping corrected if no real texture bound.
- Code now detects which opengl extensions are present - to be
extended later.
- More debug tracepoints.
Eric Pouech [Wed, 6 Nov 2002 19:55:04 +0000 (19:55 +0000)]
Replaced assert by simple if + warning message for too long symbols.
Jukka Heinonen [Wed, 6 Nov 2002 19:54:39 +0000 (19:54 +0000)]
Move most int31 functions to winedos.
Add DPMI32 fixes.
Matthew Bloch [Wed, 6 Nov 2002 19:53:45 +0000 (19:53 +0000)]
Vtable fixes.
Marcus Meissner [Wed, 6 Nov 2002 19:52:48 +0000 (19:52 +0000)]
Added RasValidateEntryNameA stub.
Alexandre Julliard [Mon, 4 Nov 2002 23:53:41 +0000 (23:53 +0000)]
Made the dll entry point default to DllMain and removed most of the
'init' spec file declarations.
Alexandre Julliard [Mon, 4 Nov 2002 23:51:58 +0000 (23:51 +0000)]
Warning fix.
Ryan Cumming [Mon, 4 Nov 2002 23:49:53 +0000 (23:49 +0000)]
Handle FORMAT_MESSAGE_FROM_HMODULE and FORMAT_MESSAGE_FROM_SYSTEM both
being set at once.
Francois Gouget [Mon, 4 Nov 2002 23:47:49 +0000 (23:47 +0000)]
Test sound format support with waveOutGetDevCaps and waveOutOpen.
Alexandre Julliard [Mon, 4 Nov 2002 22:50:24 +0000 (22:50 +0000)]
Hack to detect register functions automatically so that relay debug
also works for functions using the DEFINE_REGS_ENTRY_POINT macros.
Alexandre Julliard [Mon, 4 Nov 2002 22:49:11 +0000 (22:49 +0000)]
Make COMSPEC point to wcmd.exe, not command.com.
Greg Turner [Mon, 4 Nov 2002 22:47:59 +0000 (22:47 +0000)]
- noop redefinition of SPI_[GET/SET]MENUUNDERLINES
- define and fixme for
SPI_[GET/SET][SELECTIONFADE/DROPSHADOW/KEYBOARDCUES]
Zoly Nagy [Mon, 4 Nov 2002 22:45:22 +0000 (22:45 +0000)]
Added/upgraded Hungarian resources.
Patrik Stridvall [Mon, 4 Nov 2002 22:43:24 +0000 (22:43 +0000)]
Fixed mismatches between the Wine headers and the Microsoft headers.
Patrik Stridvall [Mon, 4 Nov 2002 22:41:00 +0000 (22:41 +0000)]
- Updated it to support changes in Wine.
- Added support for C++ compilation (off by default).
Patrik Stridvall [Mon, 4 Nov 2002 22:40:40 +0000 (22:40 +0000)]
Updated the generated tests.