Michael Kaufmann [Mon, 20 Sep 2004 19:11:59 +0000 (19:11 +0000)]
Added a 3D border for Notepad's edit control.
Marcus Meissner [Mon, 20 Sep 2004 19:11:48 +0000 (19:11 +0000)]
SafeArrayGetElement on a VARIANT array does not free the previous
VARIANT in the passed pointer. Added testcase.
Jukka Heinonen [Mon, 20 Sep 2004 19:11:30 +0000 (19:11 +0000)]
Added support for int33 show/hide mouse cursor calls.
Mike McCormack [Mon, 20 Sep 2004 19:11:16 +0000 (19:11 +0000)]
Improve the handling of complex data types (strings and structs).
Rein Klazes [Mon, 20 Sep 2004 19:10:55 +0000 (19:10 +0000)]
X11DRV_ScrollDC should not have a WINAPI attribute.
Robert Shearman [Mon, 20 Sep 2004 19:10:43 +0000 (19:10 +0000)]
Document status of control against v6.0 of native version.
Robert Shearman [Mon, 20 Sep 2004 19:10:31 +0000 (19:10 +0000)]
InternetSetStatusCallback can be used on any handle and callbacks are
inherited by derived handles.
Robert Shearman [Mon, 20 Sep 2004 19:10:05 +0000 (19:10 +0000)]
- Fix some TRACEs
- More A->W conversions missed by previous patch.
- Fix off-by-one error in validating drag-n-drop from available
buttons list box to actual buttons list box.
- Unicode flag should be based on the notification window.
Alexandre Julliard [Fri, 17 Sep 2004 18:20:11 +0000 (18:20 +0000)]
Don't bother to return partial region data in get_window_region and
get_visible_region, return STATUS_BUFFER_OVERFLOW instead.
Filip Navara [Fri, 17 Sep 2004 18:15:28 +0000 (18:15 +0000)]
Implement A_SHA* functions present in Windows XP and later systems.
Robert Shearman [Fri, 17 Sep 2004 18:11:14 +0000 (18:11 +0000)]
Make sure paths end with a slash before concatenating file names.
Robert Reif [Fri, 17 Sep 2004 18:10:59 +0000 (18:10 +0000)]
Cleanup reference counting.
AddRef and Release return ULONG.
Robert Reif [Fri, 17 Sep 2004 18:10:41 +0000 (18:10 +0000)]
Use InterlockedIncrement/InterlockedDecrement for reference counting.
Fix bug in effect enumeration that crashed dxcapsviewer.
Robert Shearman [Fri, 17 Sep 2004 18:10:13 +0000 (18:10 +0000)]
Use Unicode window messages.
Alexandre Julliard [Thu, 16 Sep 2004 20:37:07 +0000 (20:37 +0000)]
TransGaming
Add a Marlett replacement font.
Alexandre Julliard [Thu, 16 Sep 2004 20:34:27 +0000 (20:34 +0000)]
Avoid using socklen_t.
Huw Davies [Thu, 16 Sep 2004 20:29:25 +0000 (20:29 +0000)]
When we blit with a monochrome dibsection as the source we should use
the colour table of that dib.
Added a test for this.
Ulrich Czekalla [Thu, 16 Sep 2004 20:28:10 +0000 (20:28 +0000)]
Handle painting the border if WS_EX_CLIENTEDGE is not set.
Juan Lang [Thu, 16 Sep 2004 20:27:52 +0000 (20:27 +0000)]
- correct ConvertStringSidToSidW and ConvertSidToStringSidW, with
tests
- add ConvertStringSidToSidA
- add missing exports for ConvertStringSidToSidA/W
Alexander Yaworsky [Thu, 16 Sep 2004 20:27:31 +0000 (20:27 +0000)]
Pass argv[0] (service name) to the service program.
Huw Davies [Thu, 16 Sep 2004 19:10:14 +0000 (19:10 +0000)]
It's important to keep the original dib colour table and not just the
colour mapping associated with a dib section - it's this table that
GetDIBColorTable should retrieve.
Added some GetDIBColorTable tests.
Dmitry Timoshkov [Thu, 16 Sep 2004 19:09:44 +0000 (19:09 +0000)]
Add a test case for WM_KEY* to WM_SYSKEY* message conversion.
Dmitry Timoshkov [Thu, 16 Sep 2004 19:09:30 +0000 (19:09 +0000)]
Accept WM_SYSCHAR message for processsing in TranslateAcceleratorW.
Alexander Yaworsky [Thu, 16 Sep 2004 19:09:13 +0000 (19:09 +0000)]
Added stubs for MD4, MD5 and SHA functions.
Mike McCormack [Thu, 16 Sep 2004 19:08:50 +0000 (19:08 +0000)]
Fix some -Wsigned-compare warnings.
James Hawkins [Thu, 16 Sep 2004 19:08:23 +0000 (19:08 +0000)]
Use InterlockedDecrement and InterlockedIncrement instead of ++/--.
Robert Reif [Thu, 16 Sep 2004 19:08:04 +0000 (19:08 +0000)]
Cleanup reference counting.
Alex Villacís Lasso [Thu, 16 Sep 2004 19:07:42 +0000 (19:07 +0000)]
Add de-interleaving for GIF images.
Robert Shearman [Thu, 16 Sep 2004 19:06:36 +0000 (19:06 +0000)]
- Don't use TrackMouseEvents/WM_MOUSELEAVE API for handling the hot
button; use plain mouse capture instead like native.
- Return only HTTRANSPARENT/HTCLIENT from WM_NCHITTEST and remove
associated hacks of WM_SETCURSOR, WM_NCLBUTTONDOWN and
WM_NCLBUTTONUP.
- Refactor state change code so that state changes don't happen as
side effects from messages such as WM_NCCALCSIZE, instead only from
user input messages like WM_MOUSEMOVE.
Robert Shearman [Thu, 16 Sep 2004 19:06:12 +0000 (19:06 +0000)]
Use Unicode window messages.
Jacek Caban [Thu, 16 Sep 2004 19:05:49 +0000 (19:05 +0000)]
Added htmlhelp.h.
Dimitrie O. Paun [Wed, 15 Sep 2004 18:04:07 +0000 (18:04 +0000)]
Use the W version of the function were we can.
Vincent Béron [Wed, 15 Sep 2004 18:03:32 +0000 (18:03 +0000)]
Use the preferred FT_ENCODING values rather than ft_encoding.
Dmitry Timoshkov [Wed, 15 Sep 2004 18:03:15 +0000 (18:03 +0000)]
Remove a stray 'else' left by a previous patch.
Mike McCormack [Wed, 15 Sep 2004 18:03:02 +0000 (18:03 +0000)]
Return CLASS_E_NOAGGREGATION if pUnkOuter is non-null.
Mike McCormack [Wed, 15 Sep 2004 18:02:49 +0000 (18:02 +0000)]
Use FILE_SHARE_DELETE when loading modules, as running an exe that's
going to be deleted should work.
Alexandre Julliard [Tue, 14 Sep 2004 22:11:36 +0000 (22:11 +0000)]
Jens Collin [Tue, 14 Sep 2004 20:14:09 +0000 (20:14 +0000)]
Added lookup of environment vars in SHELL_ArgifyW.
Alexander Yaworsky [Tue, 14 Sep 2004 19:39:19 +0000 (19:39 +0000)]
Proper finalization in StartServiceW.
Robert Shearman [Tue, 14 Sep 2004 19:38:59 +0000 (19:38 +0000)]
Don't let applications add Connection header to request.
Francois Gouget [Tue, 14 Sep 2004 19:31:22 +0000 (19:31 +0000)]
Assorted spelling fixes.
Steven Edwards [Tue, 14 Sep 2004 19:30:36 +0000 (19:30 +0000)]
Added stub for NtShutdownSystem.
Steven Edwards [Tue, 14 Sep 2004 19:29:11 +0000 (19:29 +0000)]
Added stub for SwitchDesktop.
Mike McCormack [Tue, 14 Sep 2004 19:28:12 +0000 (19:28 +0000)]
Determine RPC struct types more exactly.
Marcus Meissner [Tue, 14 Sep 2004 19:27:58 +0000 (19:27 +0000)]
Autodetect libgif so extension and try to load it.
Mike McCormack [Tue, 14 Sep 2004 19:25:35 +0000 (19:25 +0000)]
Stub implementation for QueryServiceObjectSecurity.
Huw Davies [Tue, 14 Sep 2004 17:44:56 +0000 (17:44 +0000)]
Add cp1250 glyphs to Wine Courier.
Juan Lang [Tue, 14 Sep 2004 17:44:40 +0000 (17:44 +0000)]
Added support for DLLVERSIONINFO2 in DllGetVersion.
Mike McCormack [Tue, 14 Sep 2004 17:44:25 +0000 (17:44 +0000)]
Added missing rpc type.
Mike McCormack [Tue, 14 Sep 2004 17:44:14 +0000 (17:44 +0000)]
Use Interlocked* functions in AddRef and Release.
Mike McCormack [Tue, 14 Sep 2004 17:43:41 +0000 (17:43 +0000)]
Make sure not to interfere with the lasterror value returned by the
CSP in CryptAcquireContextA.
Mike McCormack [Tue, 14 Sep 2004 17:43:24 +0000 (17:43 +0000)]
Add dev hint line for itss (part of html help).
Vincent Béron [Tue, 14 Sep 2004 01:06:54 +0000 (01:06 +0000)]
Implement BeginUpdateResource and UpdateResource.
Stub out a bit more of EndUpdateResource.
Filip Navara [Tue, 14 Sep 2004 01:06:44 +0000 (01:06 +0000)]
Status update.
Robert Shearman [Tue, 14 Sep 2004 01:06:30 +0000 (01:06 +0000)]
- Make customization list boxes into drag list boxes.
- Order available buttons in the same way as the native version.
Robert Shearman [Tue, 14 Sep 2004 01:06:11 +0000 (01:06 +0000)]
- Clear data structure after dragging.
- WM_SETCURSOR does not need to be handled as it is not sent whilst
the window is captured.
- Make uDragListMessage non-static so that we can re-use it
elsewhere.
Alexandre Julliard [Tue, 14 Sep 2004 00:48:15 +0000 (00:48 +0000)]
Authors: Roderick Colenbrander <thunderbird2k@gmx.net>, Gerald Pfeifer <gerald@pfeifer.com>
Make WS2_send(), WS_getsockopt(), and WS_setsockopt() IPX support work
on FreeBSD.
Alexandre Julliard [Tue, 14 Sep 2004 00:46:03 +0000 (00:46 +0000)]
Stop testing a sequence upon the first expected error, to avoid
spurious errors later on.
Robert Shearman [Tue, 14 Sep 2004 00:45:26 +0000 (00:45 +0000)]
Set class hbrBackground and style to the same as native.
Robert Shearman [Tue, 14 Sep 2004 00:44:38 +0000 (00:44 +0000)]
- Set hbrBackground class property to same value as native.
- Use Unicode window functions instead of ANSI.
Robert Shearman [Tue, 14 Sep 2004 00:44:26 +0000 (00:44 +0000)]
- Set hbrBackground class property to same value as native.
- Remove no longer needed WM_ERASEBKGND handler.
- Use Unicode window functions instead of ANSI.
Marcus Meissner [Tue, 14 Sep 2004 00:43:19 +0000 (00:43 +0000)]
If we do not have an IconsDir, use the temp directory.
Vitaliy Margolen [Mon, 13 Sep 2004 23:25:09 +0000 (23:25 +0000)]
IShellFolder::CompareIDs - return only -1/0/1 in lower 16 bit.
Jon Griffiths [Mon, 13 Sep 2004 23:22:30 +0000 (23:22 +0000)]
CreateDCA -> CreateDCW
Filip Navara [Mon, 13 Sep 2004 23:19:51 +0000 (23:19 +0000)]
Fix resizing of wizards.
Andreas Rosenberg [Mon, 13 Sep 2004 23:18:19 +0000 (23:18 +0000)]
Implementation of WSAStringToAddress(A/W), WSAHtonl, WSAHtons.
Alexandre Julliard [Mon, 13 Sep 2004 19:37:03 +0000 (19:37 +0000)]
Authors: Michael Kaufmann <hallo@michael-kaufmann.ch>, Huw Davies <huw@codeweavers.com>
CreateDIBitmap should return bitmaps at the depth of the supplied dc.
Add a test to exercise this behaviour.
Robert Shearman [Mon, 13 Sep 2004 19:33:17 +0000 (19:33 +0000)]
Store HTTP host header in the same way as most other headers.
Dmitry Timoshkov [Mon, 13 Sep 2004 19:32:59 +0000 (19:32 +0000)]
Add support for HCBT_SYSCOMMAND hook, add logging for HCBT_SYSCOMMAND
in the message test.
Robert Shearman [Mon, 13 Sep 2004 19:17:47 +0000 (19:17 +0000)]
- Remove unused variable hIC.
- Remove check for HTTP signature in server reply.
- Fix stupid error with freeing the wrong buffer.
Vitaliy Margolen [Mon, 13 Sep 2004 19:17:35 +0000 (19:17 +0000)]
Make sure TreeView gets redrawn after calling EnsureVisible.
Huw Davies [Mon, 13 Sep 2004 19:17:17 +0000 (19:17 +0000)]
Add cp1250 glyphs to Wine System.
Filip Navara [Mon, 13 Sep 2004 19:17:00 +0000 (19:17 +0000)]
Fill the area next to watermark bitmap with window color and subclass
exterior wizard pages to suppress drawing background.
Robert Reif [Mon, 13 Sep 2004 19:16:47 +0000 (19:16 +0000)]
Added support for multiple devices.
Dmitry Timoshkov [Mon, 13 Sep 2004 19:16:31 +0000 (19:16 +0000)]
Add a bunch of new MDI tests.
Alexandre Julliard [Mon, 13 Sep 2004 18:14:55 +0000 (18:14 +0000)]
Turn on warnings when building the .def file.
Alexandre Julliard [Mon, 13 Sep 2004 18:14:15 +0000 (18:14 +0000)]
Don't try to stat network mounts in parse_mount_entries, we can't
return a meaningful device for them anyway (suggested by Robert
Shearman).
Jon Griffiths [Mon, 13 Sep 2004 18:11:56 +0000 (18:11 +0000)]
Implement SHSimulateDrop, MIME_GetExtensionA/W, StrCpyNXA/W,
SHAnsiToAnsi, SHUnicodeToUnicode.
Jon Griffiths [Mon, 13 Sep 2004 18:09:30 +0000 (18:09 +0000)]
Implement HrGetOneProp, HrSetOneProp, FPropExists, FreePadrlist,
FreeProws, ScDupPropset, HexFromBin, FBinFromHex, FEqualNames.
Fix 2 cases where iterating over value arrays reused a loop variable
incorrectly.
Huw Davies [Mon, 13 Sep 2004 18:07:20 +0000 (18:07 +0000)]
Helv should be an alias for MS Sans Serif. Spotted by Francois.
Francois Gouget [Mon, 13 Sep 2004 18:06:46 +0000 (18:06 +0000)]
Make sure we include config.h before including twain_i.h.
Fixes an activeDS.deviceHandle corruption bug.
Mike McCormack [Mon, 13 Sep 2004 18:05:47 +0000 (18:05 +0000)]
Improve proxy code generated for oaidl.idl.
Vitaliy Margolen [Mon, 13 Sep 2004 18:05:02 +0000 (18:05 +0000)]
Send correct tracing notification messages.
Eric Pouech [Mon, 13 Sep 2004 18:04:50 +0000 (18:04 +0000)]
Fixed (finally) ScrollConsoleScreenBuffer implementation.
Jon Griffiths [Mon, 13 Sep 2004 18:04:31 +0000 (18:04 +0000)]
Documentation updates.
Huw Davies [Mon, 13 Sep 2004 18:03:59 +0000 (18:03 +0000)]
Fix the size of the 'G' at 16 ppem. Thanks to Dmitry for spotting
this.
Dmitry Timoshkov [Mon, 13 Sep 2004 18:03:44 +0000 (18:03 +0000)]
When DC mapping changes reselect current pen to update physical
width.
Robert Reif [Mon, 13 Sep 2004 18:03:30 +0000 (18:03 +0000)]
Add buffered mode to joystick.
Add JoystickWImpl_GetDeviceInfo.
Dmitry Timoshkov [Mon, 13 Sep 2004 18:03:09 +0000 (18:03 +0000)]
Log flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED messages, make
the tests pass on Win95/Win98/Win2000, fix some test failures under
Wine.
Filip Navara [Mon, 13 Sep 2004 18:02:32 +0000 (18:02 +0000)]
Correct displaying of wizard subtitle.
Robert Reif [Fri, 10 Sep 2004 22:30:05 +0000 (22:30 +0000)]
Remove lock name from lock debug structure before deletion so it gets
freed properly.
Robert Shearman [Fri, 10 Sep 2004 22:29:49 +0000 (22:29 +0000)]
- Use FDI functions like native instead of advpack.ExtractFiles and
cabinet.Extract (which doesn't work with native cabinet)
- If MoveFile fails the message now displayes the correct last error
and bails rather than silently breaking the install.
Michael Kaufmann [Fri, 10 Sep 2004 22:29:32 +0000 (22:29 +0000)]
Make the menus of Delphi applications work.
Zach Gorman [Fri, 10 Sep 2004 22:29:02 +0000 (22:29 +0000)]
The initial dialog focus should be established by the default handler
for SetFocus(), not in the dialog creation code.
Zach Gorman [Fri, 10 Sep 2004 21:27:02 +0000 (21:27 +0000)]
Modal dialogs should not be shown via ShowWindow until the message
queue first runs empty. This allows all initialization to complete
before a default focus is assigned.
Andreas Mohr [Fri, 10 Sep 2004 21:16:02 +0000 (21:16 +0000)]
Don't reject OS/2 programs, try to carry on in DOS mode.
Zach Gorman [Fri, 10 Sep 2004 21:14:43 +0000 (21:14 +0000)]
Added tests for default focus assignment in dialogs.
Robert Reif [Fri, 10 Sep 2004 21:13:55 +0000 (21:13 +0000)]
Document all the structure members up to SessionId in the PEB.
Alexander Yaworsky [Fri, 10 Sep 2004 21:12:25 +0000 (21:12 +0000)]
Implemented LockServiceDatabase and UnlockServiceDatabase.
Diego Pettenò [Fri, 10 Sep 2004 21:12:11 +0000 (21:12 +0000)]
Add support for file:/// urls in PathCreateFromUrl.