Lionel Ulmer [Mon, 15 Sep 2003 19:59:19 +0000 (19:59 +0000)]
Use ddraw_geom in the execute buffer code.
Eric Pouech [Mon, 15 Sep 2003 19:58:05 +0000 (19:58 +0000)]
- Implemented IsHungAppWindow.
- Added rejection of interprocess messages related to icons.
Mike Hearn [Mon, 15 Sep 2003 19:57:11 +0000 (19:57 +0000)]
Move packet linked list tail forward correctly on push.
Alexandre Julliard [Fri, 12 Sep 2003 01:31:07 +0000 (01:31 +0000)]
Kevin Groeneveld [Fri, 12 Sep 2003 00:26:15 +0000 (00:26 +0000)]
Add missing wReserved1 member to DCB structure definition.
Fix several bugs in BuildCommDCBAndTimeouts:
- make sure LPCSTR parameter is really treated as constant
- fix possible buffer overflow if passed in string is too long
- if the device control string is invalid, do not modify DCB
- do not clear entire DCB, only modify appropriate members
- fix parsing of stop bits parameter so it works for 1 and 1.5
- populate COMMTIMEOUTS when to=xxx parameter is specified
- added support for xon, odsr, octs, dtr, rts, and idsr parameters
- fix several other parsing errors
Richard Cohen [Fri, 12 Sep 2003 00:25:14 +0000 (00:25 +0000)]
Handle -L<dir> in a separate array.
Eric Pouech [Fri, 12 Sep 2003 00:24:16 +0000 (00:24 +0000)]
Moved some MM internal definition to internal include files.
Kevin Groeneveld [Fri, 12 Sep 2003 00:23:30 +0000 (00:23 +0000)]
Modify CheckRadioButton function to be more consistent with Windows.
Mike Hearn [Fri, 12 Sep 2003 00:22:55 +0000 (00:22 +0000)]
Implement dispatch variant marshalling.
Dave Miller [Fri, 12 Sep 2003 00:22:31 +0000 (00:22 +0000)]
Alphabetized the functions.
Robert Shearman [Fri, 12 Sep 2003 00:21:57 +0000 (00:21 +0000)]
- Make sure dropdown arrow is always centered.
- Add support for the TBNRF_HIDEHELP customization flag, but emit a
FIXME when it isn't present.
Alexandre Julliard [Thu, 11 Sep 2003 23:11:33 +0000 (23:11 +0000)]
Set the dll search path to the location specified in configure
(spotted by Vincent Béron).
Dimitrie O. Paun [Thu, 11 Sep 2003 23:08:58 +0000 (23:08 +0000)]
Remove checks from {pop,psh}pack[1248].h that were causing the
standalone processor to fail.
Jon Griffiths [Thu, 11 Sep 2003 23:07:29 +0000 (23:07 +0000)]
MLLoadlibrary: Remove -noname and duplicate entry.
Vincent Béron [Thu, 11 Sep 2003 23:07:04 +0000 (23:07 +0000)]
Mention win2k3 support in the sample config and in the faq.
Richard Cohen [Thu, 11 Sep 2003 22:16:33 +0000 (22:16 +0000)]
Use an extendable array to store the lists of strings.
Only make wrapper argument lists if we're going to use them.
Alexandre Julliard [Thu, 11 Sep 2003 21:27:58 +0000 (21:27 +0000)]
Moved winegcc and winewrap to a separate directory.
Robert Shearman [Thu, 11 Sep 2003 21:18:36 +0000 (21:18 +0000)]
Implemented IMemAllocator and IMediaSample.
Alexandre Julliard [Thu, 11 Sep 2003 20:45:17 +0000 (20:45 +0000)]
Moved list.h to include/wine so that it can be used everywhere.
Ferenc Wagner [Thu, 11 Sep 2003 20:41:26 +0000 (20:41 +0000)]
Implement >> style (append) output redirection.
Dimitrie O. Paun [Thu, 11 Sep 2003 20:40:57 +0000 (20:40 +0000)]
The Get[RGB]Value() macros should return a BYTE, not the same type as
the one passed in.
Alexandre Julliard [Thu, 11 Sep 2003 03:51:46 +0000 (03:51 +0000)]
Changed ordinal functions that now have a name to use -noname instead
of nameless exports.
Geoff Thorpe [Thu, 11 Sep 2003 03:09:19 +0000 (03:09 +0000)]
Added a stub for NetStatisticsGet.
Dave Miller [Thu, 11 Sep 2003 03:06:25 +0000 (03:06 +0000)]
Removed ordinals from comments.
Dave Miller [Thu, 11 Sep 2003 03:05:00 +0000 (03:05 +0000)]
Remove all the ordinals and use @ instead.
Geoff Thorpe [Thu, 11 Sep 2003 03:00:11 +0000 (03:00 +0000)]
Added a stub for Heap32ListFirst.
Steven Edwards [Thu, 11 Sep 2003 02:58:46 +0000 (02:58 +0000)]
Porting fixes.
Robert Shearman [Thu, 11 Sep 2003 02:56:15 +0000 (02:56 +0000)]
- Convert ordinals to their real names.
- Partially implement a few Assoc* functions.
Francois Gouget [Thu, 11 Sep 2003 02:52:19 +0000 (02:52 +0000)]
Modify ok("xxx") calls into ok("xxx\n") as is now expected.
Francois Gouget [Thu, 11 Sep 2003 02:52:05 +0000 (02:52 +0000)]
Updated the Wine ports section.
Alexandre Julliard [Thu, 11 Sep 2003 01:09:09 +0000 (01:09 +0000)]
Added ptr___pthread_cond_timedwait in the pthread_functions structure
to match the latest glibc.
Francois Gouget [Thu, 11 Sep 2003 01:07:19 +0000 (01:07 +0000)]
Modify winetest_ok to only add a trailing '\n' if there is none.
Modify macros in the kernel, oleaut32 and user tests to print a '\n'.
Gregory M. Turner [Thu, 11 Sep 2003 01:05:19 +0000 (01:05 +0000)]
Updated the "TODO" comments.
Robert Shearman [Thu, 11 Sep 2003 01:04:24 +0000 (01:04 +0000)]
Add proper names to ordinal-only functions.
Oleg Prokhorov [Thu, 11 Sep 2003 01:04:03 +0000 (01:04 +0000)]
Small grammar fix.
Andreas Mohr [Thu, 11 Sep 2003 01:03:47 +0000 (01:03 +0000)]
- spelling fixes
- change one ill-chosen FIXME to ERR
György 'Nog' Jeney [Thu, 11 Sep 2003 01:03:27 +0000 (01:03 +0000)]
Fix invalid C constructs (spotted by Marcus Meissner).
Francois Gouget [Thu, 11 Sep 2003 01:02:53 +0000 (01:02 +0000)]
Revert some word-splits to their normal form, e.g. InstallShield.
Fix case of TransGaming in two places.
Fix the URL to dosfs.
Tom Wickline [Thu, 11 Sep 2003 01:02:27 +0000 (01:02 +0000)]
Set version to 8.1.
Alexandre Julliard [Wed, 10 Sep 2003 04:00:20 +0000 (04:00 +0000)]
Added dumping of message table resources.
Alexandre Julliard [Wed, 10 Sep 2003 03:56:47 +0000 (03:56 +0000)]
Removed the A/W constants for builtin cursors, icons and resource
types since they don't exist on Windows, and added typecasts
everywhere instead.
Steven Edwards [Wed, 10 Sep 2003 03:44:20 +0000 (03:44 +0000)]
Portability fix for language ids.
Pavel Roskin [Wed, 10 Sep 2003 03:43:16 +0000 (03:43 +0000)]
Compile Walon resources only if LANG_WALON is defined.
Mike Hearn [Wed, 10 Sep 2003 03:41:44 +0000 (03:41 +0000)]
- Bugfixes to the transaction system.
- Better protection against incomplete config sections.
- Implement "Add Drive".
- Partly reactivate edit drive dialog.
Alexandre Julliard [Tue, 9 Sep 2003 19:39:31 +0000 (19:39 +0000)]
Fixed a few more headers dependency issues.
Alexandre Julliard [Tue, 9 Sep 2003 19:32:36 +0000 (19:32 +0000)]
Converted the rest of the obj_*.h headers to IDL into shobjidl.idl.
Alexandre Julliard [Tue, 9 Sep 2003 19:26:40 +0000 (19:26 +0000)]
Some STATUS_* defines have to be duplicated in winnt.h.
Francois Gouget [Mon, 8 Sep 2003 19:38:45 +0000 (19:38 +0000)]
Fix the case of product and company names.
Mike McCormack [Mon, 8 Sep 2003 19:32:14 +0000 (19:32 +0000)]
Added an initial (mostly stub) implementation of MSHTML.DLL.
Mike Hearn [Mon, 8 Sep 2003 19:29:28 +0000 (19:29 +0000)]
- Removed the central configuration structure, all changes are
committed instantly now.
- Updated the drive handling code so it loads direct from the
registry.
- Removed DRIVE_DESC, drives are keyed by drive letter now.
- Documented drive_available_mask.
- Simplified the code somewhat.
Alexandre Julliard [Mon, 8 Sep 2003 19:04:01 +0000 (19:04 +0000)]
Fixed include statements to match server_protocol.h (spotted by Eric
Pouech).
Alexandre Julliard [Mon, 8 Sep 2003 19:02:01 +0000 (19:02 +0000)]
On TlsFree, clear the released TLS index in all threads.
Juan Lang [Mon, 8 Sep 2003 19:00:25 +0000 (19:00 +0000)]
- Fix buffer overrun in GetNetworkParams.
- Implement GetBest(Route,Interface).
- Implement some AllocateAndGet*FromStack functions.
Mike Hearn [Mon, 8 Sep 2003 18:58:07 +0000 (18:58 +0000)]
- Remove "PerfectGraphics", "Use XSHM extension", and "Use a private
colour map".
- Implement a simple transaction system for instant apply.
- Complete the desktop size code, this now reads and writes to the
registry correctly.
- Remove const modifier from version accessor functions.
- Change registry root to Wine/WineCfg for testing purposes.
Francois Gouget [Mon, 8 Sep 2003 18:54:08 +0000 (18:54 +0000)]
A few spelling fixes.
Vincent Béron [Mon, 8 Sep 2003 18:52:12 +0000 (18:52 +0000)]
wineinstall used a Unix-style environment variable in the temporary
config file.
Pavel Roskin [Mon, 8 Sep 2003 18:51:42 +0000 (18:51 +0000)]
Added Russian resources.
Pavel Roskin [Mon, 8 Sep 2003 18:48:54 +0000 (18:48 +0000)]
Fix French translation.
Bill Medland [Mon, 8 Sep 2003 18:48:14 +0000 (18:48 +0000)]
Modify the wineserver documentation for the new location of the socket
and add a warning.
Marcus Meissner [Mon, 8 Sep 2003 18:47:55 +0000 (18:47 +0000)]
Fixed compile warning.
Dave Miller [Mon, 8 Sep 2003 18:47:37 +0000 (18:47 +0000)]
Fix incorrect ordinals.
Rolf Kalbermatter [Mon, 8 Sep 2003 18:47:10 +0000 (18:47 +0000)]
Change parameter in SHGetSpecialFolderPathA/W to int as documented in
MSDN.
Add some more definitions and move SHGetDesktopFolder() from
wine/obj_shellfolder.h to here.
Mike McCormack [Mon, 8 Sep 2003 18:37:22 +0000 (18:37 +0000)]
Create a propper stub for oleaut32.VarMod.
Alexandre Julliard [Sun, 7 Sep 2003 05:08:14 +0000 (05:08 +0000)]
Added a few missing stdarg.h includes.
Alexandre Julliard [Sat, 6 Sep 2003 02:30:30 +0000 (02:30 +0000)]
Added a missing dependency for testlist.c files.
Alexandre Julliard [Sat, 6 Sep 2003 02:25:53 +0000 (02:25 +0000)]
Regenerated with the latest widl.
Alexandre Julliard [Fri, 5 Sep 2003 23:08:26 +0000 (23:08 +0000)]
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
Alexandre Julliard [Thu, 4 Sep 2003 19:43:39 +0000 (19:43 +0000)]
Implemented shtypes.idl and shobjidl.idl and removed a few more
wine/obj_* headers.
Dimitrie O. Paun [Thu, 4 Sep 2003 19:39:08 +0000 (19:39 +0000)]
Removed non-standard header includes.
Dimitrie O. Paun [Thu, 4 Sep 2003 19:38:44 +0000 (19:38 +0000)]
Adjust selection ranges before we insert the item so we don't mix the
new selection with the existing ones (reported by Eric Pouech).
Alexandre Julliard [Thu, 4 Sep 2003 02:00:46 +0000 (02:00 +0000)]
Converted obj_webbrowser.h to IDL and moved the definitions to
exdisp.idl where they belong.
Alexandre Julliard [Thu, 4 Sep 2003 01:51:43 +0000 (01:51 +0000)]
Converted docobj.h to IDL.
Alexandre Julliard [Thu, 4 Sep 2003 00:05:15 +0000 (00:05 +0000)]
Removed no longer needed include protections.
Christian Costa [Thu, 4 Sep 2003 00:04:37 +0000 (00:04 +0000)]
Fix modLongData.
Enable opening of MOD_SYNTH type devices.
Add some comments.
Stefan Leichter [Thu, 4 Sep 2003 00:04:16 +0000 (00:04 +0000)]
Updated minor version number.
Alexandre Julliard [Thu, 4 Sep 2003 00:03:48 +0000 (00:03 +0000)]
Converted ocidl.h to IDL.
Alexandre Julliard [Wed, 3 Sep 2003 23:52:07 +0000 (23:52 +0000)]
Converted urlmon.h to IDL.
Alexandre Julliard [Wed, 3 Sep 2003 20:20:49 +0000 (20:20 +0000)]
Converted servprov.h to IDL.
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().