Robert Shearman [Tue, 13 Jul 2004 23:34:28 +0000 (23:34 +0000)]
Accept headers without \r\n ending in HttpAddRequestHeaders.
Michael Jung [Tue, 13 Jul 2004 23:34:13 +0000 (23:34 +0000)]
Reference counting for CRYPTPROV objects.
Implemented CryptContextAddRef.
Rein Klazes [Tue, 13 Jul 2004 23:33:47 +0000 (23:33 +0000)]
In GetVolumeInformationW handle the case when there are no permissions
accessing the device the same way as when no device is found.
James Hawkins [Tue, 13 Jul 2004 23:33:14 +0000 (23:33 +0000)]
Added and cleaned API docs.
Alexandre Julliard [Tue, 13 Jul 2004 03:53:55 +0000 (03:53 +0000)]
Allow specifying multiple graphics drivers and use the first one that
loads successfully.
Alexandre Julliard [Tue, 13 Jul 2004 03:49:52 +0000 (03:49 +0000)]
Make x11drv fail to load when it can't open the display, instead of
killing the whole process.
Alexandre Julliard [Tue, 13 Jul 2004 03:43:25 +0000 (03:43 +0000)]
Added support for dumping exported entry points in NE modules.
Mike Hearn [Tue, 13 Jul 2004 03:37:07 +0000 (03:37 +0000)]
Add a 16 bit pair DLL for TWAIN.
Marcus Meissner [Mon, 12 Jul 2004 23:52:33 +0000 (23:52 +0000)]
Fixed switch (unsigned int) { case -1 / -2: } problems.
Pierre d'Herbemont [Mon, 12 Jul 2004 23:48:58 +0000 (23:48 +0000)]
Don't test i386 types on non i386.
Mike McCormack [Mon, 12 Jul 2004 23:48:39 +0000 (23:48 +0000)]
Added a few stub implementations.
Robert Shearman [Mon, 12 Jul 2004 23:48:11 +0000 (23:48 +0000)]
Implemented PSM_HWNDTOINDEX.
James Hawkins [Mon, 12 Jul 2004 23:32:10 +0000 (23:32 +0000)]
Added some more API docs.
Aric Stewart [Mon, 12 Jul 2004 23:31:18 +0000 (23:31 +0000)]
Properly handle quoted number literals in MSI condition statements.
Robert Shearman [Mon, 12 Jul 2004 23:30:54 +0000 (23:30 +0000)]
Add stubs for some new property sheet messages.
Mike McCormack [Mon, 12 Jul 2004 23:27:09 +0000 (23:27 +0000)]
Add a regression test for accelerators.
Mike McCormack [Mon, 12 Jul 2004 23:26:05 +0000 (23:26 +0000)]
- Windows always strips the high bit (0x80) of the fVirt member in the
accelerator structure.
- If the FVIRTKEY bit of fVirt is set, the value of the key field is
limited to the range of one byte.
- Remove annoying fixmes about accelerator table checking. Windows
appears to do no more checking than the above.
Hajime Segawa [Mon, 12 Jul 2004 20:46:10 +0000 (20:46 +0000)]
Added Japanese translation for msrle32, wininet, wcmd.
Fixed untranslated messages of regedit.
José Manuel Ferrer Ortiz [Mon, 12 Jul 2004 20:44:33 +0000 (20:44 +0000)]
Updated the Spanish shell32 translation and made some corrections to
other language files.
Robert Shearman [Mon, 12 Jul 2004 20:43:36 +0000 (20:43 +0000)]
Add definitions for v5.80 messages.
Hans Leidekker [Mon, 12 Jul 2004 20:43:09 +0000 (20:43 +0000)]
Fix command line parsing.
Mike McCormack [Mon, 12 Jul 2004 20:42:30 +0000 (20:42 +0000)]
- CopyAcceleratorTable can cause a buffer overflow because it uses an
incorrect comparison between the number of accelerator entries
available and the number of accelerator entries in the output buffer.
- My tests show that CopyAcceleratorTable always strips the high bit
of the fVirt member of the accel struct.
- Calling DestroyAcceleratorTable with a NULL accelerator should
return FALSE.
Henning Gerhardt [Mon, 12 Jul 2004 19:55:59 +0000 (19:55 +0000)]
Translated some English resource files into German.
Marcus Meissner [Mon, 12 Jul 2004 19:54:20 +0000 (19:54 +0000)]
Fixed (LPDIRECTMUSICLOADER8) cast.
Robert Shearman [Mon, 12 Jul 2004 19:54:08 +0000 (19:54 +0000)]
Fix a few region debug messages.
Mike McCormack [Mon, 12 Jul 2004 19:53:54 +0000 (19:53 +0000)]
Minor spelling fix.
Mike McCormack [Mon, 12 Jul 2004 19:53:36 +0000 (19:53 +0000)]
Stop PrivateExtractIcons from crashing given an invalid icon index.
Marcus Meissner [Mon, 12 Jul 2004 19:53:24 +0000 (19:53 +0000)]
Remove lvalue casts that are no longer supported.
Mike McCormack [Mon, 12 Jul 2004 19:53:05 +0000 (19:53 +0000)]
Remove a piece of dead code causing a warning.
Mike McCormack [Mon, 12 Jul 2004 19:52:47 +0000 (19:52 +0000)]
Add stub implementation for GetComputerObjectName.
Mike McCormack [Mon, 12 Jul 2004 19:51:59 +0000 (19:51 +0000)]
Add secext.h.
Marcus Meissner [Mon, 12 Jul 2004 19:50:56 +0000 (19:50 +0000)]
Fixed double applet = applet = assignment.
Removed sic_hdpa only used in 1 C file as static var.
Make VT_Shell_IMalloc32 and related variables static.
Marcus Meissner [Mon, 12 Jul 2004 19:50:14 +0000 (19:50 +0000)]
IID_IObjectWithSite is already in libuuid, no need to declare here.
Marcus Meissner [Mon, 12 Jul 2004 19:50:03 +0000 (19:50 +0000)]
IMalloc vtables are static.
Marcus Meissner [Mon, 12 Jul 2004 19:48:57 +0000 (19:48 +0000)]
Move definitions of static vtables from header to dplay.c.
Robert Reif [Mon, 12 Jul 2004 19:48:23 +0000 (19:48 +0000)]
Add HKEY_DYN_DATA\Config Manager\Enum to registry.
Eric Pouech [Mon, 12 Jul 2004 19:48:04 +0000 (19:48 +0000)]
Fixed regression on 'bt <tid>' command.
Lionel Ulmer [Mon, 12 Jul 2004 19:47:48 +0000 (19:47 +0000)]
Better handle the frame-buffer locking case.
Stefan Leichter [Mon, 12 Jul 2004 19:46:53 +0000 (19:46 +0000)]
Fix tests of GetModuleFileNameA on 98/XP.
Marcus Meissner [Mon, 12 Jul 2004 19:46:24 +0000 (19:46 +0000)]
Replaced lvalue casts / postincrement mixes.
Robert Reif [Mon, 12 Jul 2004 19:45:28 +0000 (19:45 +0000)]
- Create IDirectSound and IDirectSound8 objects using the
CoCreateInstance COM function to test the Class Factory interfaces.
- Create IDirectSound and IDirectSound8 objects using CreateDirectSound
and CreateDirectSound8 using a NULL device GUID.
Mike McCormack [Fri, 9 Jul 2004 22:58:27 +0000 (22:58 +0000)]
Implement MsiVerifyPackage, cosmetic fixes.
Alexandre Julliard [Fri, 9 Jul 2004 22:51:19 +0000 (22:51 +0000)]
Authors: Martin Fuchs <martin-fuchs@gmx.net>, Ge van Geldorp <gvg@reactos.com>
Implement MessageBox-based RestartDialog() and RestartDialogEx(), use
string resources for ExitWindowsDialog() to allow
internationalization.
Alexandre Julliard [Fri, 9 Jul 2004 22:25:34 +0000 (22:25 +0000)]
Authors: Mike McCormack <mike@codeweavers.com>, Aric Stewart <aric@codeweavers.com>
Refcount all objects, and use pointers internally.
Rob Shearman [Fri, 9 Jul 2004 22:24:59 +0000 (22:24 +0000)]
Add TRACE to ReadFileEx.
Alexandre Julliard [Fri, 9 Jul 2004 19:43:29 +0000 (19:43 +0000)]
Authors: Aric Stewart <aric@codeweavers.com>, Mike McCormack <mike@codeweavers.com>
Write the encoded GUIDs for product registration in the Installer
registry.
Aric Stewart [Fri, 9 Jul 2004 19:38:40 +0000 (19:38 +0000)]
Cleanup of actions.
Aric Stewart [Fri, 9 Jul 2004 19:33:45 +0000 (19:33 +0000)]
Add a stub for MsiModifyView, fix a couple of bugs.
Mike McCormack [Fri, 9 Jul 2004 19:33:25 +0000 (19:33 +0000)]
Cosmetic fixes.
Aric Stewart [Fri, 9 Jul 2004 19:26:30 +0000 (19:26 +0000)]
Implement logging.
Mike Hearn [Fri, 9 Jul 2004 19:25:59 +0000 (19:25 +0000)]
Output X11 protocol errors before breaking into debugger.
Robert Reif [Fri, 9 Jul 2004 19:25:39 +0000 (19:25 +0000)]
Better error checking and recovery.
Dmitry Timoshkov [Fri, 9 Jul 2004 19:25:26 +0000 (19:25 +0000)]
Add a test case for scroll APIs, fix a few bugs spotted by it.
Dmitry Timoshkov [Thu, 8 Jul 2004 20:18:10 +0000 (20:18 +0000)]
Add WS_HSCROLL style to the notepad's edit control.
Andreas Mohr [Thu, 8 Jul 2004 20:17:59 +0000 (20:17 +0000)]
Several GDI object handling functions are defined to take a HGDIOBJ
instead of a HANDLE.
Francois Gouget [Thu, 8 Jul 2004 20:16:23 +0000 (20:16 +0000)]
Assorted spelling fixes.
Troy Rollo [Thu, 8 Jul 2004 20:15:46 +0000 (20:15 +0000)]
- Setting the scroll range with the "bRedraw" flag set to true on a
non-control scrollbar resulted in the scrollbar being drawn over the
whole window area.
- If you don't set WS_HSCROLL/WS_VSCROLL on window creation, setting a scroll
range does nothing. Setting the scroll range to a non-zero range should cause
scroll bars to be displayed. Setting the range to a zero range
should cause the relevant scroll bar to be hidden.
Ulrich Czekalla [Thu, 8 Jul 2004 20:14:37 +0000 (20:14 +0000)]
If the selection owner doesn't understand TARGETS, try retrieving
XA_STRING.
Ulrich Czekalla [Thu, 8 Jul 2004 20:14:23 +0000 (20:14 +0000)]
Handle case when data type is not registered.
Robert Reif [Thu, 8 Jul 2004 20:14:10 +0000 (20:14 +0000)]
Added HKEY_DYN_DATA support.
Roger Olson [Wed, 7 Jul 2004 00:49:34 +0000 (00:49 +0000)]
Added stub for CreateRemoteThread().
Robert Reif [Wed, 7 Jul 2004 00:48:18 +0000 (00:48 +0000)]
Number of arguments to IDirectSoundBuffer8_GetObjectInPath was wrong.
Ge van Geldorp [Wed, 7 Jul 2004 00:47:50 +0000 (00:47 +0000)]
Add missing privilege names.
Dmitry Timoshkov [Wed, 7 Jul 2004 00:47:31 +0000 (00:47 +0000)]
Initialize also ACP, OEMCP and MACCP in registry on locale change.
Emmanuel Maillard [Wed, 7 Jul 2004 00:47:10 +0000 (00:47 +0000)]
Added Darwin support in get_default_drive_device.
Alexandre Julliard [Tue, 6 Jul 2004 23:57:01 +0000 (23:57 +0000)]
Fixed X11DRV_GetDC for the desktop window.
Use the client window as drawable when possible.
Alexandre Julliard [Tue, 6 Jul 2004 23:54:49 +0000 (23:54 +0000)]
get_visible_region: do not clip out siblings of the top-level window.
Mike Hearn [Tue, 6 Jul 2004 21:31:24 +0000 (21:31 +0000)]
Correct error code returned by CreateFile when given a non-existent
VxD on NT, add a test case.
Mike McCormack [Tue, 6 Jul 2004 21:28:13 +0000 (21:28 +0000)]
Refcounting fixes.
Mike Hearn [Tue, 6 Jul 2004 21:27:48 +0000 (21:27 +0000)]
Add some explanations to compobj.c, implement flushing message queue
on shutdown.
Mike McCormack [Tue, 6 Jul 2004 21:27:34 +0000 (21:27 +0000)]
Create a tooltip on demand in the Listview.
Richard Stonehouse [Tue, 6 Jul 2004 21:03:57 +0000 (21:03 +0000)]
Updated for the new 'dosdevices' directory system.
Ferenc Wagner [Tue, 6 Jul 2004 21:03:22 +0000 (21:03 +0000)]
Suppress some more error message boxes.
Truncate report file if too big.
Ferenc Wagner [Tue, 6 Jul 2004 21:02:51 +0000 (21:02 +0000)]
Avoid segfaults on uninitialized data.
Jon Griffiths [Tue, 6 Jul 2004 21:02:36 +0000 (21:02 +0000)]
Fix a typo in the TabCtrl_SetItem macro.
Aric Stewart [Tue, 6 Jul 2004 21:01:18 +0000 (21:01 +0000)]
First implementation of the Advanced Template Library, with just a few
functions implemented.
Aric Stewart [Tue, 6 Jul 2004 19:42:30 +0000 (19:42 +0000)]
Report NOT_IMPLEMENTED for not implemented token classes.
Mike McCormack [Tue, 6 Jul 2004 19:42:09 +0000 (19:42 +0000)]
Translate ENODEV and ENXIO error codes to NT status codes.
Robert Reif [Tue, 6 Jul 2004 19:41:57 +0000 (19:41 +0000)]
Added some missing **LPLP typedefs.
Emmanuel Maillard [Tue, 6 Jul 2004 19:41:12 +0000 (19:41 +0000)]
Check for -lresolv for Darwin.
Mike McCormack [Tue, 6 Jul 2004 19:27:31 +0000 (19:27 +0000)]
Add Multi Language support IDL and headers.
Robert Reif [Tue, 6 Jul 2004 19:27:00 +0000 (19:27 +0000)]
Fix IDirectSoundBuffer8_Initialize function prototype and use.
Marcus Meissner [Tue, 6 Jul 2004 19:26:28 +0000 (19:26 +0000)]
Generic SKIP_TAG to skip a number of bytes, use it where applicable.
Marcus Meissner [Tue, 6 Jul 2004 19:26:16 +0000 (19:26 +0000)]
Replace lvalue casts of post increments for newer compiler.
Robert Reif [Tue, 6 Jul 2004 19:25:59 +0000 (19:25 +0000)]
Create DirectSound or DirectSound8 depending on riid.
Mike McCormack [Tue, 6 Jul 2004 19:00:46 +0000 (19:00 +0000)]
Allow binary fields with stream names longer than table names.
Aric Stewart [Tue, 6 Jul 2004 19:00:23 +0000 (19:00 +0000)]
Implemented CreateShortcut and PublishProduct.
Mike McCormack [Tue, 6 Jul 2004 18:56:12 +0000 (18:56 +0000)]
Fetch binary streams at the table level.
Aric Stewart [Tue, 6 Jul 2004 18:54:38 +0000 (18:54 +0000)]
MsiGetProperty should return empty strings on error.
Aric Stewart [Tue, 6 Jul 2004 18:53:11 +0000 (18:53 +0000)]
Implemented registering Classes and ProgID.
Aric Stewart [Tue, 6 Jul 2004 18:51:16 +0000 (18:51 +0000)]
Implemented RegisterTypeLibraries.
Aric Stewart [Tue, 6 Jul 2004 18:50:02 +0000 (18:50 +0000)]
Implemented ProcessComponents.
Aric Stewart [Tue, 6 Jul 2004 18:48:15 +0000 (18:48 +0000)]
Send progress and action messages.
Aric Stewart [Tue, 6 Jul 2004 18:47:09 +0000 (18:47 +0000)]
Allow ADDLOCAL to override INSTALLLEVEL, implement LaunchConditions.
Alexandre Julliard [Tue, 6 Jul 2004 18:46:05 +0000 (18:46 +0000)]
Avoid using strlen.
Alexandre Julliard [Tue, 6 Jul 2004 18:45:26 +0000 (18:45 +0000)]
Added tests for div_t and ldiv_t.
Pierre d'Herbemont [Tue, 6 Jul 2004 18:45:02 +0000 (18:45 +0000)]
Define MSVCRT_div_t and MSVCRT_ldiv_t.
Mike McCormack [Tue, 6 Jul 2004 18:44:18 +0000 (18:44 +0000)]
Add trustee functions.
Robert Reif [Tue, 6 Jul 2004 18:43:57 +0000 (18:43 +0000)]
Get certification for VerifyCertification from driver to match
GetCaps.
Change OSS driver to report certified.
Change OSS driver to show message name rather than number in traces.
Marcus Meissner [Tue, 6 Jul 2004 18:43:10 +0000 (18:43 +0000)]
COPY_COLORKEY_FX: Do not use lvalue casts.