Alexandre Julliard [Wed, 3 Sep 2003 20:17:39 +0000 (20:17 +0000)]
Converted oleidl.h to IDL.
Alexandre Julliard [Wed, 3 Sep 2003 20:16:24 +0000 (20:16 +0000)]
Added partial support for function pointers.
Alexandre Julliard [Wed, 3 Sep 2003 19:31:57 +0000 (19:31 +0000)]
Converted comcat.h to IDL.
Alexandre Julliard [Wed, 3 Sep 2003 19:31:14 +0000 (19:31 +0000)]
Use <> format in generated #include statements.
Integer constants should be unsigned.
Robert Reif [Wed, 3 Sep 2003 19:28:20 +0000 (19:28 +0000)]
Use the drivers to get device capabilities and property sets.
Dimitrie O. Paun [Wed, 3 Sep 2003 19:23:30 +0000 (19:23 +0000)]
Forward all arguments to gcc when we have no input files.
Kill the -V option, as it's not compatible with gcc.
Fix silly bug when we are not given an output name.
Alexandre Julliard [Wed, 3 Sep 2003 00:26:08 +0000 (00:26 +0000)]
Moved the implementation of the pthread wrappers to dlls/kernel.
Michael Stefaniuc [Wed, 3 Sep 2003 00:22:36 +0000 (00:22 +0000)]
Use DOS style variables in the German documentation of the config
file.
Alexandre Julliard [Wed, 3 Sep 2003 00:18:33 +0000 (00:18 +0000)]
Avoid heap reallocation each time a metarecord is written in memory
(based on a patch by Warren Baird).
Alexandre Julliard [Wed, 3 Sep 2003 00:16:28 +0000 (00:16 +0000)]
Avoid including wine/obj_*.h files directly from C files.
Removed no longer used obj_serviceprovider.h.
Alexandre Julliard [Wed, 3 Sep 2003 00:14:12 +0000 (00:14 +0000)]
shlobj.h must include wine/obj_dragdrophelper.h (reported by Martin
Fuchs).
Sylvain Petreolle [Wed, 3 Sep 2003 00:09:29 +0000 (00:09 +0000)]
Changed some functions to reset CFLAG on success.
Added some traces.
Kevin Groeneveld [Tue, 2 Sep 2003 23:05:21 +0000 (23:05 +0000)]
Change default range of up-down control to match range used in
window.
Mike Hearn [Tue, 2 Sep 2003 23:04:53 +0000 (23:04 +0000)]
- Path changes are saved to the struct correctly.
- Rename enable_cdrom_box to enable_labelserial_box to better reflect
purpose.
- Rename IDC_BOX_CDROM to IDC_BOX_LABELSERIAL.
- Support for editing label for all drives, allow editing of
serial/device for CD-ROMS.
Tom Wickline [Tue, 2 Sep 2003 18:19:09 +0000 (18:19 +0000)]
Merge from lostwages faq.
Ferenc Wagner [Tue, 2 Sep 2003 18:17:46 +0000 (18:17 +0000)]
Fix testing example.
Vincent Béron [Tue, 2 Sep 2003 18:17:23 +0000 (18:17 +0000)]
Bring documentation in sync regarding expansion of environment
variables in the config file.
Vincent Béron [Tue, 2 Sep 2003 18:16:51 +0000 (18:16 +0000)]
Bring wineinstall in sync regarding expansion of environment variables
in the config file.
Eric Pouech [Tue, 2 Sep 2003 18:16:22 +0000 (18:16 +0000)]
Added a few missing definitions.
Stefan Leichter [Tue, 2 Sep 2003 18:14:50 +0000 (18:14 +0000)]
Moved implementation of QueryDosDevice from ascii to unicode.
Rolf Kalbermatter [Tue, 2 Sep 2003 18:12:44 +0000 (18:12 +0000)]
Make the different helper functions all return actual error codes.
Avoid code duplication between ANSI and Unicode variant of those
functions.
Rein Klazes [Tue, 2 Sep 2003 18:12:20 +0000 (18:12 +0000)]
_ws_gethostbyname() and WSAAsyncGetHostByName() when called with a
null name, should use the name returned by gethostname().
Michael Günnewig [Tue, 2 Sep 2003 18:11:51 +0000 (18:11 +0000)]
- Implemented semi-stubs for GetOpenFileNamePreviewA/W and
GetSaveFileNamePreviewA/W based on GetOpenFileName dialog in
COMDLG32.DLL - still must add OFN_ENABLEHOOK and it's handler.
- Implemented ICCompressorFree.
- Prepared ICCompressorChoose.
Martin Fuchs [Tue, 2 Sep 2003 01:01:06 +0000 (01:01 +0000)]
Declare LPCITEMIDLIST as 'const' pointer and adjust shell32
implementation to the corrected type.
Michael Stefaniuc [Tue, 2 Sep 2003 00:58:42 +0000 (00:58 +0000)]
int33 21h is identical to int33 00h.
Vincent Béron [Tue, 2 Sep 2003 00:58:21 +0000 (00:58 +0000)]
Added msvcrt headers limits.h and math.h.
Marcus Meissner [Tue, 2 Sep 2003 00:57:01 +0000 (00:57 +0000)]
Change all head -1 to head -n 1 to be more POSIXly compliant.
Maxime Bellengé [Tue, 2 Sep 2003 00:56:43 +0000 (00:56 +0000)]
Implemented TAB_SetMinTabWidth and TAB_HighlightItem.
Robert Reif [Tue, 2 Sep 2003 00:56:14 +0000 (00:56 +0000)]
Now that reference counting is correct, there is no need to check if
the base object goes away.
Juan Lang [Tue, 2 Sep 2003 00:55:48 +0000 (00:55 +0000)]
Fixed bug parsing /proc/net/arp for arp table.
Juan Lang [Tue, 2 Sep 2003 00:55:19 +0000 (00:55 +0000)]
Implemented arp table querying through WsControl, and fixed problem I
introduced getting IP addresses for multiple interfaces.
Michael Günnewig [Tue, 2 Sep 2003 00:54:30 +0000 (00:54 +0000)]
- Implemented AVIStreamBeginStreaming and AVIStreamEndStreaming.
- Fixed loading of empty AVI files.
- Fixed bug in IGetFrame interface with uncompressed streams.
- Fixed missing ICOM_DEFINE for IAVIStreaming.
Juan Lang [Tue, 2 Sep 2003 00:53:46 +0000 (00:53 +0000)]
Fix FormatMessage when FORMAT_MESSAGE_FROM_HMODULE is specified and
lpSource is NULL. Make indenting consistent too.
Jason Edmeades [Tue, 2 Sep 2003 00:53:21 +0000 (00:53 +0000)]
Use a dummy GL context if one is not available when GetDeviceCaps is
called.
Remove the compiler warnings introduced in the last DXTn patch.
Jukka Heinonen [Tue, 2 Sep 2003 00:52:36 +0000 (00:52 +0000)]
Make DOS process exit using ExitProcess instead of ExitThread.
Make calling DOS exit functions from DPMI either return to StartPM or
print error message if not allowed by DPMI specification.
Vincent Béron [Mon, 1 Sep 2003 23:59:41 +0000 (23:59 +0000)]
Fixed typo.
Robert Reif [Mon, 1 Sep 2003 23:59:03 +0000 (23:59 +0000)]
Added more tests and restructured tests for easier debugging.
Robert Reif [Mon, 1 Sep 2003 23:58:43 +0000 (23:58 +0000)]
Added SecondaryBuffer and DirectSoundCaptureNotify COM objects to get
reference counting right.
Robert Reif [Mon, 1 Sep 2003 23:57:06 +0000 (23:57 +0000)]
Added a few stub implementations.
Alexandre Julliard [Mon, 1 Sep 2003 23:56:39 +0000 (23:56 +0000)]
Don't strip the path in LoadModule16 before we have opened the file
(reported by Jukka Heinonen).
Jukka Heinonen [Mon, 1 Sep 2003 23:55:53 +0000 (23:55 +0000)]
Add support for specific EOI PIC command.
Dimitrie O. Paun [Mon, 1 Sep 2003 23:55:33 +0000 (23:55 +0000)]
If we don't send custom draw messages for subitems, inherit the color
& text attributes of the main item.
Martin Fuchs [Mon, 1 Sep 2003 23:54:55 +0000 (23:54 +0000)]
Define ICON_SMALL2 and ShowWindowAsync().
Martin Fuchs [Mon, 1 Sep 2003 23:54:28 +0000 (23:54 +0000)]
Define TBIF_BYINDEX.
Alexandre Julliard [Sat, 30 Aug 2003 00:49:00 +0000 (00:49 +0000)]
Authors: Mark Westcott <mark@houseoffish.org>, Mike Hearn <mike@theoretic.com>
- Merge drive code from Mark.
- Rename saveX11DrvDlgSettings to fetchX11DrvDlgSettings.
- Make the listbox display drive title, not letter.
Alexandre Julliard [Sat, 30 Aug 2003 00:40:46 +0000 (00:40 +0000)]
Authors: Mark Westcott <mark@houseoffish.org>, Mike Hearn <mike@theoretic.com>
- Rename hSession to configKey.
- Make the config struct a global, rename to "config".
- Correct bug in OK/Cancel handling.
- Merge X11DRV dialog code from Mark.
- Add newline to the initial FIXME.
Mike Hearn [Sat, 30 Aug 2003 00:27:08 +0000 (00:27 +0000)]
- Correct return code of loadConfig().
- Make the registry key used a constant.
- Made code slightly more consistant with itself.
- Some style changes, expanding out variable names, whitespace,
removing unnecessary variable initializers and hungarian notation etc.
- Replace dialog box with a FIXME in WinMain() to warn of
incompleteness.
- Implement saveConfigValue().
- Hook up support for save/load of WinVer.
Alexandre Julliard [Sat, 30 Aug 2003 00:17:33 +0000 (00:17 +0000)]
Removed wrong or unneeded codepage pragmas.
Juan Lang [Sat, 30 Aug 2003 00:16:19 +0000 (00:16 +0000)]
- improve some parameter checking in WSAIoctl
- fix a memory leak I introduced in WSAIoctl
Dave Belanger [Sat, 30 Aug 2003 00:15:12 +0000 (00:15 +0000)]
Implementation of SelectPalette and RealizePalette in the metafile
driver.
Warren Baird [Sat, 30 Aug 2003 00:13:34 +0000 (00:13 +0000)]
Save the ext alignment information in a 8-bytes metarecord as it
should be.
Alexandre Julliard [Fri, 29 Aug 2003 22:23:42 +0000 (22:23 +0000)]
Export SYSDEPS_SwitchToThreadStack() functionality from libwine as
wine_switch_to_stack().
Rok Mandeljc [Fri, 29 Aug 2003 22:21:43 +0000 (22:21 +0000)]
Minor updates of Slovenian translations.
Juan Lang [Fri, 29 Aug 2003 22:14:28 +0000 (22:14 +0000)]
- improve WsControl error checking
- make WsControl output more closely match Win98's
- document WsControl behavior a bit better
Jukka Heinonen [Fri, 29 Aug 2003 22:13:27 +0000 (22:13 +0000)]
Workaround implemented for passing faked mickeys to mouse callback
routine.
Jukka Heinonen [Fri, 29 Aug 2003 22:13:11 +0000 (22:13 +0000)]
Allow application to use VGA window that overlaps framebuffer only
partially.
Robert Reif [Fri, 29 Aug 2003 22:12:44 +0000 (22:12 +0000)]
Added some missing functions.
Mike Hearn [Fri, 29 Aug 2003 22:12:15 +0000 (22:12 +0000)]
Fixed the error message in Wave(In|Out)Init, it used to give a
confusing message, now uses strerror.
Rolf Kalbermatter [Fri, 29 Aug 2003 22:11:23 +0000 (22:11 +0000)]
Change protoype of SHChangeNotifyRegister to what MSDN says.
Remove an unsigned mismatch warning.
John K. Hohm [Fri, 29 Aug 2003 22:10:53 +0000 (22:10 +0000)]
Set SE_GROUP_ENABLED in Attributes of Administrators SID during
NtQueryInformationToken for TokenGroups.
Mike Hearn [Fri, 29 Aug 2003 22:10:25 +0000 (22:10 +0000)]
Avoid division by zero when the imagelist is created with a width of
zero (ie no images).
Rolf Kalbermatter [Fri, 29 Aug 2003 22:10:01 +0000 (22:10 +0000)]
Make sure the passed in object pointer is only addrefed on success.
Alexandre Julliard [Thu, 28 Aug 2003 21:52:20 +0000 (21:52 +0000)]
Warning fix.
Dimitrie O. Paun [Thu, 28 Aug 2003 21:43:34 +0000 (21:43 +0000)]
Use angle brackets (<>) rather than quotes ("") for the include
directives in our .h files. This should avoid some potentially nasty
surprises for Winelib apps.
Alexandre Julliard [Thu, 28 Aug 2003 19:57:35 +0000 (19:57 +0000)]
Start using the exported TEB structure from winternl.h where
possible.
Mike Hearn [Thu, 28 Aug 2003 19:44:08 +0000 (19:44 +0000)]
Implemented a typelib loader cache.
Dave Belanger [Thu, 28 Aug 2003 19:42:24 +0000 (19:42 +0000)]
Added CoDisconnectObject and CoRegisterMessageFilter prototypes.
Alexandre Julliard [Thu, 28 Aug 2003 19:40:51 +0000 (19:40 +0000)]
Don't use alloca.
Dave Belanger [Thu, 28 Aug 2003 19:39:42 +0000 (19:39 +0000)]
Fixed a compile error.
Robert Reif [Thu, 28 Aug 2003 19:38:29 +0000 (19:38 +0000)]
Added speaker config macros.
Mike McCormack [Thu, 28 Aug 2003 19:37:00 +0000 (19:37 +0000)]
Add CLSID_HTMLDocument.
Mike McCormack [Thu, 28 Aug 2003 19:36:36 +0000 (19:36 +0000)]
Define the IPersistMoniker interface.
Alexandre Julliard [Thu, 28 Aug 2003 03:44:41 +0000 (03:44 +0000)]
Renamed a few more TEB fields.
Alexandre Julliard [Thu, 28 Aug 2003 03:07:56 +0000 (03:07 +0000)]
Renamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECORD since that
seems to be the official name.
Alexandre Julliard [Thu, 28 Aug 2003 03:05:18 +0000 (03:05 +0000)]
Added missing functions for platforms that don't build the pthreads
emulation (reported by Todd Vierling).
Alexandre Julliard [Wed, 27 Aug 2003 23:14:29 +0000 (23:14 +0000)]
Renamed a few TEB fields to use the "official" names.
Gregory M. Turner [Wed, 27 Aug 2003 23:12:36 +0000 (23:12 +0000)]
Implement (most of) SetupIterateCabinet.
Oleg Prokhorov [Wed, 27 Aug 2003 23:12:06 +0000 (23:12 +0000)]
No handles were inherited in CreateProcess, all child console programs
were silent.
Eric Pouech <pouech-eric@wanadoo.fr>
Ensure redirected stream handle for child process are actually
inheritable.
Duane Clark [Wed, 27 Aug 2003 23:11:35 +0000 (23:11 +0000)]
Button width should be the larger of text width/bitmap width.
Todd Vierling [Wed, 27 Aug 2003 23:11:05 +0000 (23:11 +0000)]
Use MAP_TRYFIXED on NetBSD if available.
Alexandre Julliard [Wed, 27 Aug 2003 03:16:56 +0000 (03:16 +0000)]
Removed some no longer needed definitions from stackframe.h.
Alexandre Julliard [Wed, 27 Aug 2003 02:57:32 +0000 (02:57 +0000)]
Converted remaining 16-bit functions to the new varargs mechanism.
Alexandre Julliard [Wed, 27 Aug 2003 02:52:17 +0000 (02:52 +0000)]
Avoid including stackframe.h if it's not needed.
Alexandre Julliard [Wed, 27 Aug 2003 02:20:44 +0000 (02:20 +0000)]
Added varargs support for 16-bit entry points.
Added -ret16 entry point flag to allow 16-bit cdecl and varargs
function to return 16-bit values too.
Dimitrie O. Paun [Wed, 27 Aug 2003 02:07:02 +0000 (02:07 +0000)]
Remove some unneeded __WINESRC__ tests from the headers.
Miscellaneous cleanups and fixes.
Mike Hearn [Wed, 27 Aug 2003 02:03:52 +0000 (02:03 +0000)]
Update DLL list, add a link to msdn.com.
Alexandre Julliard [Tue, 26 Aug 2003 02:54:37 +0000 (02:54 +0000)]
Moved profile functions to dlls/kernel.
Alexandre Julliard [Tue, 26 Aug 2003 02:31:43 +0000 (02:31 +0000)]
The if1632 directory no longer exists.
Alexandre Julliard [Tue, 26 Aug 2003 02:29:48 +0000 (02:29 +0000)]
Moved a few more functions to dlls/kernel.
Alexandre Julliard [Tue, 26 Aug 2003 02:28:59 +0000 (02:28 +0000)]
Moved 16-bit relay and snoop support to dlls/kernel.
Mike Hearn [Mon, 25 Aug 2003 23:50:50 +0000 (23:50 +0000)]
Warn users of winecfg about its incompleteness.
Alexandre Julliard [Mon, 25 Aug 2003 23:48:30 +0000 (23:48 +0000)]
Moved selector fixup for the relay code to the callto16 exception
handler.
Make sure to only use pop instructions to modify segment registers in
the relay code to simplify the selector fixup.
Alexandre Julliard [Mon, 25 Aug 2003 23:45:34 +0000 (23:45 +0000)]
Don't build memcpy_unaligned on 386 to avoid MSVC breakage (reported
by Jon Griffiths).
Dimitrie O. Paun [Mon, 25 Aug 2003 23:44:51 +0000 (23:44 +0000)]
Always setup the selection colour, not just in custom draw.
Jukka Heinonen [Mon, 25 Aug 2003 01:01:01 +0000 (01:01 +0000)]
Make all users of DOSVM_Enter explicitly set V86 flag.
Fix mouse relay stack usage in protected mode.
Raw mode switch now handles interrupt flag correctly.
Alexandre Julliard [Mon, 25 Aug 2003 00:56:37 +0000 (00:56 +0000)]
Moved 16-bit calls initialization and exception handling to kernel32.
Store the call_to_16 return address on the stack from the C code so
that we don't need two variants of call_to_16_regs.
Alexandre Julliard [Mon, 25 Aug 2003 00:54:24 +0000 (00:54 +0000)]
Fixed copy/paste error in WOWCallback16Ex call (spotted by Dmitry
Timoshkov).
Jukka Heinonen [Mon, 25 Aug 2003 00:53:35 +0000 (00:53 +0000)]
Replace some magic numbers with symbols.
Add sanity checks so that VGA window cannot be used to access memory
outside framebuffer.
Dimitrie O. Paun [Mon, 25 Aug 2003 00:53:11 +0000 (00:53 +0000)]
Fix the hit test for full row select in REPORT mode (found, debugged,
and tested by Eric Pouech).
Alexandre Julliard [Sat, 23 Aug 2003 23:30:51 +0000 (23:30 +0000)]
Extended WOWCallback16Ex to support register functions too. This
allows simplifying the wine_call_to_16 assembly code by moving part of
it to C code, and getting rid of the extra kernel exports.