Krzysztof Foltman [Mon, 11 Apr 2005 12:50:48 +0000 (12:50 +0000)]
- EM_CANPASTE implemented
- updated TODO list (including list of (un)implemented messages)
- fixed WM_PASTE (the previous version might not close the clipboard
if it didn't contain a usable format)
- scrollbar operations (like clicking on arrows) should update
scrollbar's current position
Vincent Béron [Mon, 11 Apr 2005 12:50:19 +0000 (12:50 +0000)]
Fix a typo in a comment.
Dimitrie O. Paun [Mon, 11 Apr 2005 12:50:01 +0000 (12:50 +0000)]
Cleanup the API docs. Few indentation/formatting fixes.
Robert Reif [Mon, 11 Apr 2005 12:49:22 +0000 (12:49 +0000)]
Changed regression test to make sure position is correctly checked
when a different type is returned.
Added Jeremy White's WAVE_FORMAT_DIRECT/WAVE_MAPPER fix.
Added waveInGetPosition checks.
Robert Reif [Mon, 11 Apr 2005 12:49:04 +0000 (12:49 +0000)]
Correctly handle where waveOutGetPosition changes timepos.wType
because the requested type is not supported.
Added Jeremy White's waveOutGetPosition fix to waveInGetPosition.
Mike Hearn [Mon, 11 Apr 2005 12:47:40 +0000 (12:47 +0000)]
Only do unicode conversion in HTML Help control when filename is
specified.
Mike McCormack [Mon, 11 Apr 2005 12:47:20 +0000 (12:47 +0000)]
Load and display bitmaps in the dialogs.
Rein Klazes [Mon, 11 Apr 2005 12:47:01 +0000 (12:47 +0000)]
In ScrollWindowEx, if the window already has an update region then add
this to hrgnUpdate. With a conformance test.
Ferenc Wagner [Mon, 11 Apr 2005 12:46:28 +0000 (12:46 +0000)]
Silence some signedness warnings.
Alexandre Julliard [Thu, 31 Mar 2005 19:13:03 +0000 (19:13 +0000)]
Introduced an X_PHYSBITMAP structure to allow storing more x11drv
information about a bitmap than just the pixmap id.
Rein Klazes [Thu, 31 Mar 2005 19:07:08 +0000 (19:07 +0000)]
Fix some incorrect uses of the ok macro where the result depends on
the evaluation order of its arguments.
Hans Leidekker [Thu, 31 Mar 2005 19:06:10 +0000 (19:06 +0000)]
Implement and test _chsize.
Alexandre Julliard [Thu, 31 Mar 2005 19:05:48 +0000 (19:05 +0000)]
Avoid directly accessing the BITMAPOBJ structure.
Alexandre Julliard [Thu, 31 Mar 2005 15:44:20 +0000 (15:44 +0000)]
Removed the no longer needed X11DRV_get_client_area_offset function.
Alexandre Julliard [Thu, 31 Mar 2005 15:36:57 +0000 (15:36 +0000)]
Return the coordinates information needed to setup the DC parameters
in the get_visible_region request instead of requiring the client to
compute it again.
Rein Klazes [Thu, 31 Mar 2005 15:30:25 +0000 (15:30 +0000)]
If ScrollWindowEx do not use the DCX_USESTYLE to get a DC. Instead
calculate DCX_CLIPSIBLINGS, DCX_PARENTCLIP and DCX_CLIPCHILDREN. The
DCX_CLIPCHILDREN is not used when ScrollWindowEx is called with a
SW_SCROLLCHILDREN flag. With a couple of regression tests.
Rein Klazes [Thu, 31 Mar 2005 15:28:54 +0000 (15:28 +0000)]
Fix a copy&paste bug in get_buffer_pe.
Mike McCormack [Thu, 31 Mar 2005 15:26:30 +0000 (15:26 +0000)]
Eliminate forward declarations, make functions static.
Ferenc Wagner [Thu, 31 Mar 2005 15:22:41 +0000 (15:22 +0000)]
Ask for a tag if one was not given on the command line.
Alexandre Julliard [Thu, 31 Mar 2005 10:19:40 +0000 (10:19 +0000)]
Added support for the DC meta region.
Jacek Caban [Thu, 31 Mar 2005 10:08:02 +0000 (10:08 +0000)]
Stub implementation of HTMLDocument2 interface.
Paul Vriens [Thu, 31 Mar 2005 10:07:26 +0000 (10:07 +0000)]
Use textlen instead of len.
Use textheight as the return value of DrawTextA.
Stefan Leichter [Thu, 31 Mar 2005 10:07:11 +0000 (10:07 +0000)]
Fix GetFileSecurityA test on Win98.
Paul van Schayck [Thu, 31 Mar 2005 10:07:02 +0000 (10:07 +0000)]
Don't stop looking for devices if one can't be opened.
Huw Davies [Thu, 31 Mar 2005 10:06:46 +0000 (10:06 +0000)]
Set the registry keys under HCU\Software\Microsoft\Windows
NT\CurrentVersion to mimic the win.ini values.
Mike McCormack [Thu, 31 Mar 2005 10:05:59 +0000 (10:05 +0000)]
Fix up PIDL dumping code.
Aric Cyr [Thu, 31 Mar 2005 10:05:48 +0000 (10:05 +0000)]
Japanese 106 Keyboard fix.
Mike McCormack [Wed, 30 Mar 2005 19:02:15 +0000 (19:02 +0000)]
Implement mailslots.
Dmitry Timoshkov [Wed, 30 Mar 2005 18:59:27 +0000 (18:59 +0000)]
- Make GetSystemMenu respect CS_NOCLOSE.
- EnableMenuItem should not generate WM_WINDOWPOSCHANGING message.
- Make nonclient code check for presence of SC_CLOSE, not CS_NOCLOSE
window class style.
- Add a test case.
Michael Jung [Wed, 30 Mar 2005 18:56:41 +0000 (18:56 +0000)]
Removed the incomplete signature checking code.
Alexandre Julliard [Wed, 30 Mar 2005 17:11:46 +0000 (17:11 +0000)]
The update region passed in WM_NCPAINT and the clipping region passed
to GetDCEx have to be in screen coordinates.
Francois Gouget [Wed, 30 Mar 2005 17:08:31 +0000 (17:08 +0000)]
Assorted spelling fixes.
Jacek Caban [Wed, 30 Mar 2005 17:05:22 +0000 (17:05 +0000)]
Added IMonikerProp and IInternetPriority interfaces.
Jacek Caban [Wed, 30 Mar 2005 17:05:12 +0000 (17:05 +0000)]
Added some definitions.
Hans Leidekker [Wed, 30 Mar 2005 17:04:55 +0000 (17:04 +0000)]
Return a computername constructed from the hostname.
Alexandre Julliard [Wed, 30 Mar 2005 10:31:33 +0000 (10:31 +0000)]
Better handling of 16-bit native dlls when a 32-bit builtin with the
same name exists; should help with the 16-bit cards.dll issue.
Replace some magic error numbers by the corresponding names.
Alexandre Julliard [Wed, 30 Mar 2005 10:28:58 +0000 (10:28 +0000)]
Only reset the clip region in GetDC() if a new region is specified.
Don't release the clip region for window DCs in ReleaseDC(), except
when called from EndPaint().
Added a bunch of tests.
Uwe Bonnes [Wed, 30 Mar 2005 10:24:07 +0000 (10:24 +0000)]
Zero out return string in GetMenuStringA/W.
Mike McCormack [Wed, 30 Mar 2005 10:22:51 +0000 (10:22 +0000)]
Stub implementation of RtlAbsoluteToSelfRelativeSD.
Robert Reif [Wed, 30 Mar 2005 10:21:44 +0000 (10:21 +0000)]
Keep dsound8.c and dsound.c in sync.
Alex Villacís Lasso [Wed, 30 Mar 2005 10:21:30 +0000 (10:21 +0000)]
Initialize [orig|himetric][Width|Height] for PICTYPE_ICON case.
Robert Shearman [Wed, 30 Mar 2005 10:21:15 +0000 (10:21 +0000)]
Move save_registry and unload_key server calls to ntdll.
Aric Stewart [Wed, 30 Mar 2005 10:19:08 +0000 (10:19 +0000)]
Make sure the GUID of the typelib we are registering matches the guid
requested from MSI. If not search the given typelib file to find the
typelib requested to register.
Ferenc Wagner [Tue, 29 Mar 2005 19:51:49 +0000 (19:51 +0000)]
Try using a stable temporary directory at first to silence ZoneAlarm
warnings.
Mike McCormack [Tue, 29 Mar 2005 19:51:40 +0000 (19:51 +0000)]
Implement ChangeServiceConfig.
Peter Berg Larsen [Tue, 29 Mar 2005 19:49:21 +0000 (19:49 +0000)]
Janitorial: Get rid of strncpy/strncpyW.
Jerry Jenkins [Tue, 29 Mar 2005 19:48:07 +0000 (19:48 +0000)]
Improve winealsa dsound driver by accessing sound driver's buffer
directly in an undocumented way.
Oliver Stieber [Tue, 29 Mar 2005 19:01:00 +0000 (19:01 +0000)]
- Volume now inherits Resource. This isn't the way Microsoft implements
the interface but it is more correct way (Microsoft even have a
resource type of volume).
- Moved usage, format, allocatedMemory and size onto the resource
class structure.
- Refactored Preload for classes that inherit BaseTexture, preload now
binds the texture instead of bind texture calling preload, bindTexture
allocated a glTexture if there isn't one.
- Added two new class static members BaseTexture_CleanUp and
Resource_CleanUp that should be called by classes that implement
BaseTexture or Resource.
Alexandre Julliard [Tue, 29 Mar 2005 18:59:02 +0000 (18:59 +0000)]
Only restore the DC attributes on the next GetDC, and add support for
the DCX_NORESETATTRS flag.
Get rid of the DCE flags, simplify the code a bit.
Add some test cases.
Alex Villacís Lasso [Tue, 29 Mar 2005 18:57:15 +0000 (18:57 +0000)]
Fix failure to notice the use of a GIF palette index greater or equal
to 128 for transparency.
Jacek Caban [Tue, 29 Mar 2005 18:56:54 +0000 (18:56 +0000)]
Added ES_AUTOHSCROLL style to the edittext changing text data.
Huw Davies [Tue, 29 Mar 2005 18:56:35 +0000 (18:56 +0000)]
In a call to EnumEnhMetaFile when hdc is NULL, lpRect may be NULL. Add
a test for this.
Huw Davies [Tue, 29 Mar 2005 18:56:22 +0000 (18:56 +0000)]
WriteFmtUserTypeStg doesn't pull a CLSID from the registry - it's
unclear when (if at all) this gets written.
Alexandre Julliard [Tue, 29 Mar 2005 13:15:44 +0000 (13:15 +0000)]
Moved 16-bit string functions to user16.c and kbd16.c.
Eric Pouech [Tue, 29 Mar 2005 13:14:08 +0000 (13:14 +0000)]
- Various improvements for minidump module information
. added timestamp & checksum in PE module
. added size & checksum in ELF module
. wine loader now appears with its pathname.
- Implemented PE & ELF timestamp & checksum validation in
SymFindFileInPath.
Alexandre Julliard [Tue, 29 Mar 2005 13:12:56 +0000 (13:12 +0000)]
Moved rectangle functions to uitools.c and removed rect.c.
Dimitrie O. Paun [Tue, 29 Mar 2005 13:10:35 +0000 (13:10 +0000)]
Unicodify WINSPOOL_OpenDriverReg().
Huw Davies [Tue, 29 Mar 2005 13:06:57 +0000 (13:06 +0000)]
Don't close reg key if the open failed.
Marcus Meissner [Tue, 29 Mar 2005 13:06:44 +0000 (13:06 +0000)]
Serialize NULL pointer interfaces correctly.
Rein Klazes [Tue, 29 Mar 2005 13:06:32 +0000 (13:06 +0000)]
ScrollWindow should call ScrollWindowEx with the SW_ERASE flag
set. With conformance test.
Eric Pouech [Tue, 29 Mar 2005 11:40:10 +0000 (11:40 +0000)]
Clean-up async IO internal functions.
James Hawkins [Tue, 29 Mar 2005 11:38:58 +0000 (11:38 +0000)]
- Implement NtLoadKey.
- Forward RegLoadKey to NtLoadKey.
Alexandre Julliard [Tue, 29 Mar 2005 11:35:24 +0000 (11:35 +0000)]
Moved 16-bit rectangle functions to user16.c.
Troy Rollo [Tue, 29 Mar 2005 11:34:03 +0000 (11:34 +0000)]
Implement SetCPGlobal (an undocumented Win32 API).
Michael Jung [Tue, 29 Mar 2005 11:32:13 +0000 (11:32 +0000)]
Added a test for advapi32, which documents a crash in wine triggered
by incorrect api usage.
Vincent Béron [Tue, 29 Mar 2005 11:32:04 +0000 (11:32 +0000)]
Change prototypes so gcc with some warnings doesn't bark.
Vincent Béron [Tue, 29 Mar 2005 11:31:39 +0000 (11:31 +0000)]
rsabase doesn't use any types now, so remove it.
Stefan Leichter [Tue, 29 Mar 2005 11:31:18 +0000 (11:31 +0000)]
Fix GetFileSecurityW for not existing directories/files.
Eric Pouech [Tue, 29 Mar 2005 11:30:57 +0000 (11:30 +0000)]
- PDB: better checking for error conditions
- Fixed name demangling (when activated) when searching for a symbol
Jacek Caban [Tue, 29 Mar 2005 11:30:32 +0000 (11:30 +0000)]
Fixed ntdll:reg test on win9x.
Dmitry Timoshkov [Tue, 29 Mar 2005 11:30:13 +0000 (11:30 +0000)]
Handle control characters in VkKeyScanEx similar to what Windows
does.
Rein Klazes [Tue, 29 Mar 2005 11:29:50 +0000 (11:29 +0000)]
- GetScrollRange should return an empty range, both upper and lower
limit zero, if the window has no scrollbars (msdn).
- GetScrollInfo's return value is TRUE is nBar is SB_CTL or if
anything is filled in the SCROLLINFO structure, otherwise the return
value is FALSE.
Marcus Meissner [Tue, 29 Mar 2005 11:29:11 +0000 (11:29 +0000)]
Fixed VT_BSTR|VT_BYREF marshalling.
Added VT_I4|VT_BYREF marshalling.
Mike McCormack [Tue, 29 Mar 2005 11:28:57 +0000 (11:28 +0000)]
Split out database functions, remove dependence on wine/unicode.h.
Peter Berg Larsen [Mon, 28 Mar 2005 14:17:51 +0000 (14:17 +0000)]
Janitorial: Get rid of strncpy/strncpyW.
Alexandre Julliard [Mon, 28 Mar 2005 10:06:06 +0000 (10:06 +0000)]
Merged X11DRV_BITMAP_CreateBitmapHeaderFromPixmap into
X11DRV_DIB_CreateDIBFromPixmap and simplified the code a bit.
Mike McCormack [Mon, 28 Mar 2005 10:03:56 +0000 (10:03 +0000)]
Implement CreateMailslot using NtCreateMailslotFile.
Mike McCormack [Mon, 28 Mar 2005 10:01:45 +0000 (10:01 +0000)]
Remove function prototypes, make functions static.
Vincent Béron [Mon, 28 Mar 2005 10:01:31 +0000 (10:01 +0000)]
Native wcmd.exe accepts CALLs to .exe files.
Vincent Béron [Mon, 28 Mar 2005 10:01:20 +0000 (10:01 +0000)]
Keep types sorted in alphabetical order.
Vincent Béron [Mon, 28 Mar 2005 10:01:13 +0000 (10:01 +0000)]
Add support for single in idl files.
Stefan Leichter [Mon, 28 Mar 2005 10:00:59 +0000 (10:00 +0000)]
Added a test for GetFileSecurityA.
Marcus Meissner [Mon, 28 Mar 2005 10:00:49 +0000 (10:00 +0000)]
Fixed ppvObject serializer (deref twice instead of once).
Actually pass back return value of remote call in type marshaller.
Jakob Eriksson [Mon, 28 Mar 2005 10:00:25 +0000 (10:00 +0000)]
Remove tests that fail badly on Windows 98.
Saulius Krasuckas [Mon, 28 Mar 2005 10:00:13 +0000 (10:00 +0000)]
Fix an error code for ME.
Vladdy Impaler [Mon, 28 Mar 2005 09:59:53 +0000 (09:59 +0000)]
Define the IAMStreamConfig interface.
Jacek Caban [Mon, 28 Mar 2005 09:58:45 +0000 (09:58 +0000)]
Added checking for artsc library.
Alexandre Julliard [Sun, 27 Mar 2005 18:30:51 +0000 (18:30 +0000)]
Added X11DRV_get_pixmap and X11DRV_set_pixmap functions to avoid
direct accesses to the physBitmap field of the bitmap structure.
Mike Hearn [Sun, 27 Mar 2005 18:20:10 +0000 (18:20 +0000)]
Fix BSTR tracing in the typelib marshaller.
Alexandre Julliard [Sun, 27 Mar 2005 18:19:59 +0000 (18:19 +0000)]
Store the handle to the stock bitmap when the first DC is created to
avoid exporting the DEFAULT_BITMAP define.
Marcus Meissner [Sun, 27 Mar 2005 18:17:19 +0000 (18:17 +0000)]
Format VT_UI1, VT_I1, VT_UI2, VT_I2 correctly.
Mike McCormack [Sun, 27 Mar 2005 18:16:49 +0000 (18:16 +0000)]
Remove unnecessary function prototypes.
Mike McCormack [Sun, 27 Mar 2005 18:16:25 +0000 (18:16 +0000)]
Remove function prototypes, make functions static.
Alexandre Julliard [Sun, 27 Mar 2005 17:58:41 +0000 (17:58 +0000)]
Store the DCE pointer in the DC physDev structure using an x11drv GDI
escape.
Mike McCormack [Sun, 27 Mar 2005 17:54:48 +0000 (17:54 +0000)]
Use api definitions, remove duplicate code.
Hans Leidekker [Sun, 27 Mar 2005 17:54:17 +0000 (17:54 +0000)]
Remove stray 8bit character.
Jerry Jenkins [Sun, 27 Mar 2005 17:52:32 +0000 (17:52 +0000)]
Don't mistake frames for bytes.
Robert Shearman [Sun, 27 Mar 2005 17:52:16 +0000 (17:52 +0000)]
Fix size passed to SPI_NONCLIENTMETRICS.
Marcus Meissner [Sun, 27 Mar 2005 17:51:59 +0000 (17:51 +0000)]
Added IDispatch::GetIDsOfNames() special case serializing.
Handle VT_PTR / NULL marshalling correctly.
Ulrich Czekalla [Sun, 27 Mar 2005 17:51:30 +0000 (17:51 +0000)]
When computing nonclient area take into consideration that a child
windows with the WS_POPUP style can have a menu bar.