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.
Alexandre Julliard [Fri, 25 Mar 2005 20:58:29 +0000 (20:58 +0000)]
Explicitly store the stack of saved DCs in the DC structure instead of
using the 16-bit hNext field in the object header.
Alexandre Julliard [Fri, 25 Mar 2005 20:52:53 +0000 (20:52 +0000)]
Maintain the stack of saved vis regions in the DC structure instead of
storing it directly in the region objects.
Dimitrie O. Paun [Fri, 25 Mar 2005 20:49:00 +0000 (20:49 +0000)]
Use {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAlloc,Free}().
Paul Vriens [Fri, 25 Mar 2005 20:47:50 +0000 (20:47 +0000)]
Print retval in decimal to avoid confusion.
NT4 fails with ERROR_INVALID_TARGET_HANDLE instead of
ERROR_REDIR_PAUSED.
Use some correct messages on error.
Extra tracing.
Ulrich Czekalla [Fri, 25 Mar 2005 20:47:32 +0000 (20:47 +0000)]
Child windows with the WS_POPUP style are allowed to have a menu.
Jacek Caban [Fri, 25 Mar 2005 20:46:48 +0000 (20:46 +0000)]
Added mshtmhst.idl.
Ferenc Wagner [Fri, 25 Mar 2005 17:11:52 +0000 (17:11 +0000)]
Check desktop visibility after processing command line arguments.
Rein Klazes [Fri, 25 Mar 2005 17:11:04 +0000 (17:11 +0000)]
ScrollDC and X11DRV_SCROLLDC should scroll only pixels coming from
within the visible region, clipped to the clipping region if that
exists. Add the destination of pixels coming from the outside of this
region to the update region. With tests that depend on this.
Alexandre Julliard [Fri, 25 Mar 2005 16:47:04 +0000 (16:47 +0000)]
Moved DCE support to the X11 driver.
Mike Hearn [Fri, 25 Mar 2005 16:38:50 +0000 (16:38 +0000)]
Don't fault on NULL pointers in Is*Ptr functions.
Mike Hearn [Fri, 25 Mar 2005 16:38:37 +0000 (16:38 +0000)]
Fix PARAMFLAG_FOUT typo in the tmarshaller.
Mike McCormack [Fri, 25 Mar 2005 16:38:26 +0000 (16:38 +0000)]
Use strdup, implement MsiDatabaseImportA.
Ulrich Czekalla [Fri, 25 Mar 2005 16:38:15 +0000 (16:38 +0000)]
Don't map point to parent's client window because the rest of the code
assumes screen coordinates.
Alexandre Julliard [Fri, 25 Mar 2005 10:38:56 +0000 (10:38 +0000)]
Replace the link_window request by a set_parent request since that is
all link_window is used for at this point.
Get rid of the WIN_LinkWindow/UnlinkWindow functions.
Dimitrie O. Paun [Fri, 25 Mar 2005 10:27:11 +0000 (10:27 +0000)]
Proper handling for GWL_STYLE.
Minor cleanups.
Dimitrie O. Paun [Fri, 25 Mar 2005 10:27:00 +0000 (10:27 +0000)]
Fix a memory leak in toolbar. Avoid casts.
James Hawkins [Fri, 25 Mar 2005 10:26:18 +0000 (10:26 +0000)]
Replace a trace with a previously removed test.
Dimitrie O. Paun [Fri, 25 Mar 2005 10:26:10 +0000 (10:26 +0000)]
Handle wParam in WM_PAINT properly: if non-null, it is the hdc we are
supposed to use to draw into.
Dimitrie O. Paun [Fri, 25 Mar 2005 10:25:45 +0000 (10:25 +0000)]
Add Robert Shearman's explanation about WM_NCPAINT.
Move testing comments in a more appropriate place.
Jakob Eriksson [Fri, 25 Mar 2005 10:25:24 +0000 (10:25 +0000)]
Don't run FilterGraph tests if FilterGraph functionality is not
available.
Jakob Eriksson [Fri, 25 Mar 2005 10:25:11 +0000 (10:25 +0000)]
Fix thread affinity test for SMP machines.
Jakob Eriksson [Fri, 25 Mar 2005 10:24:45 +0000 (10:24 +0000)]
No need continuing tests if no NetUserGetInfo.
Alexandre Julliard [Thu, 24 Mar 2005 21:04:10 +0000 (21:04 +0000)]
Try a TrueColor visual if Xrender fails with a DirectColor one.
Jakob Eriksson [Thu, 24 Mar 2005 21:01:35 +0000 (21:01 +0000)]
Get rid of HeapAlloc casts.
Alexandre Julliard [Thu, 24 Mar 2005 20:41:27 +0000 (20:41 +0000)]
Avoid calling WIN_ListChildren from the graphics drivers.
Alexandre Julliard [Thu, 24 Mar 2005 19:16:54 +0000 (19:16 +0000)]
Added support for xbuttons.
Kevin Koltzau [Thu, 24 Mar 2005 19:15:41 +0000 (19:15 +0000)]
Added full support for xbuttons (side mouse buttons).
Alexandre Julliard [Thu, 24 Mar 2005 19:05:02 +0000 (19:05 +0000)]
Take into account the more correct behavior of recent Linux kernels.
Mike McCormack [Thu, 24 Mar 2005 19:04:06 +0000 (19:04 +0000)]
Replace instances of HeapAlloc/MultiByteToWideChar with the internally
defined strdupAtoW.
Aric Stewart [Thu, 24 Mar 2005 19:03:45 +0000 (19:03 +0000)]
If running in UI mode, then display the UI mode dialogs at the end of
the installs.
Alex Villacís Lasso [Thu, 24 Mar 2005 19:03:14 +0000 (19:03 +0000)]
After Float->string conversion via sprintfW(), VarDecFromR[4|8] is
forced to use US locale for string->Decimal conversion, to agree with
sprintfW().
Jakob Eriksson [Thu, 24 Mar 2005 19:02:38 +0000 (19:02 +0000)]
Fix some Windows 95 issues.
Alexandre Julliard [Thu, 24 Mar 2005 15:18:50 +0000 (15:18 +0000)]
Don't maintain a client-side WND structure for the desktop window.
Made WIN_GetPtr return WND_DESKTOP in that case.
Mike McCormack [Thu, 24 Mar 2005 15:09:31 +0000 (15:09 +0000)]
Make sure there's only one place we allocate dialog controls.
Mike McCormack [Thu, 24 Mar 2005 15:09:18 +0000 (15:09 +0000)]
Clean up registry functions.
Phil Krylov [Thu, 24 Mar 2005 15:09:05 +0000 (15:09 +0000)]
Fixed \u keyword to output signed 16-bit values. Also fixed CP_SYMBOL
conversion and the detection of the default font's codepage.
Hans Leidekker [Thu, 24 Mar 2005 15:08:48 +0000 (15:08 +0000)]
Pretend there are 0 terminal server sessions and processes.
Rein Klazes [Thu, 24 Mar 2005 15:08:37 +0000 (15:08 +0000)]
Support relay tracing of functions with 18 arguments.
Raphael Junqueira [Thu, 24 Mar 2005 15:08:27 +0000 (15:08 +0000)]
- use WINE_DINPUT_KEYBOARD_MAX_KEYS instead hard-coded 256 value
- better use of critical section
- some cleanup to better understand code paths
- logic correction on SetWindowsHookExA/UnhookWindowsHookEx on
keyboard.
Jacek Caban [Thu, 24 Mar 2005 15:07:57 +0000 (15:07 +0000)]
Added handling of unsigned type.
Huw Davies [Thu, 24 Mar 2005 15:07:40 +0000 (15:07 +0000)]
The depth of the colour bitmap needs to match that of the screen.
Dimitrie O. Paun [Thu, 24 Mar 2005 15:07:23 +0000 (15:07 +0000)]
Complete the unicodification of comctl32undoc.
Alexandre Julliard [Wed, 23 Mar 2005 13:18:51 +0000 (13:18 +0000)]
Get rid of the window lock suspend mechanism.
Francois Gouget [Wed, 23 Mar 2005 13:15:18 +0000 (13:15 +0000)]
Assorted spelling fixes.
Hans Leidekker [Wed, 23 Mar 2005 13:09:27 +0000 (13:09 +0000)]
Pretend there are 0 log records.
Improve traces.
Ron Jensen [Wed, 23 Mar 2005 13:08:35 +0000 (13:08 +0000)]
Avoid bad visual errors in thread_selection_wnd().
Alexandre Julliard [Wed, 23 Mar 2005 12:00:51 +0000 (12:00 +0000)]
Get rid of the remaining WIN_FindWndPtr calls.
James Hawkins [Wed, 23 Mar 2005 11:59:06 +0000 (11:59 +0000)]
Add RegSaveKey, RegLoadKey tests.
Jason Edmeades [Wed, 23 Mar 2005 11:58:58 +0000 (11:58 +0000)]
Make the treeview correctly search when the top index is selected.
Alex Villacís Lasso [Wed, 23 Mar 2005 11:58:32 +0000 (11:58 +0000)]
Test for PeekNamedPipe with zero-length buffer.
Robert Reif [Wed, 23 Mar 2005 11:58:05 +0000 (11:58 +0000)]
Don't fail when opening a device in direct sound mode. Rather, try
alternate formats first before failing.
C. Scott Ananian [Wed, 23 Mar 2005 11:57:39 +0000 (11:57 +0000)]
Teach VERSION_GetLinkedDLLVersion about Mingw32 applications.
Alexandre Julliard [Wed, 23 Mar 2005 10:33:17 +0000 (10:33 +0000)]
Create a new server request for accepting hardware messages instead of
abusing reply_message.
Allow passing the determined window for a hardware message back to the
server to have it redispatch the message to the correct thread.
Robert Shearman [Wed, 23 Mar 2005 10:26:15 +0000 (10:26 +0000)]
- Window styles passed to CreateWindowEx must the same as passed in
CREATESTRUCT for WM_CREATE/WM_NCCREATE.
- Fix cases where WS_EX_WINDOWEDGE style is applied.
- Tests for the above.
Marcus Meissner [Wed, 23 Mar 2005 10:24:53 +0000 (10:24 +0000)]
Fixed MsiDatabaseImportA, MsiDatabaseImportW, and
MsiCreateAndVerifyInstallerDirectory stub parameter counts.
Dimitrie O. Paun [Wed, 23 Mar 2005 10:24:42 +0000 (10:24 +0000)]
Complete unicodification of the treeview common control.
Dimitrie O. Paun [Wed, 23 Mar 2005 10:24:20 +0000 (10:24 +0000)]
Complete unicodification of the tooltips common control.
Dimitrie O. Paun [Wed, 23 Mar 2005 10:24:06 +0000 (10:24 +0000)]
Complete unicodification of the toolbar common control.
Move a header comment for consistency with the other controls.
Very small alignment fixes.
Dimitrie O. Paun [Wed, 23 Mar 2005 10:23:41 +0000 (10:23 +0000)]
Complete unicodification of the rebar common control.