Alexandre Julliard [Tue, 19 Apr 2005 12:54:44 +0000 (12:54 +0000)]
Huw Davies [Tue, 19 Apr 2005 12:00:29 +0000 (12:00 +0000)]
WTSFreeMemory stub.
James Hawkins [Tue, 19 Apr 2005 12:00:04 +0000 (12:00 +0000)]
Set the backup/restore privilege.
Stefan Leichter [Tue, 19 Apr 2005 11:59:46 +0000 (11:59 +0000)]
Exclude crashing CreateFileW test on NT4.
Alexandre Julliard [Tue, 19 Apr 2005 11:59:13 +0000 (11:59 +0000)]
Cleaned up handling of 64-bit file sizes.
Troy Rollo [Tue, 19 Apr 2005 10:31:28 +0000 (10:31 +0000)]
Fix SEGVs in NtCreateSection and NtMapViewOfSection.
Troy Rollo [Tue, 19 Apr 2005 10:24:50 +0000 (10:24 +0000)]
Prevent SEGV in RegInstall when pstTable is NULL.
Troy Rollo [Tue, 19 Apr 2005 10:24:22 +0000 (10:24 +0000)]
Correct test of BOOL return value in ControlService.
James Hawkins [Tue, 19 Apr 2005 10:24:06 +0000 (10:24 +0000)]
Remove two unnecessary traces.
Break up one test into two.
Francois Gouget [Tue, 19 Apr 2005 09:49:38 +0000 (09:49 +0000)]
Assorted spelling fixes.
Troy Rollo [Tue, 19 Apr 2005 09:49:05 +0000 (09:49 +0000)]
Fix SEGV for non-fully-qualified destination paths.
Don't fail ShFileOperationW if FOF_ALLOWUNDO is passed.
Francois Gouget [Tue, 19 Apr 2005 09:48:44 +0000 (09:48 +0000)]
Add trailing '\n's to ok() calls.
Francois Gouget [Tue, 19 Apr 2005 09:48:09 +0000 (09:48 +0000)]
DPSET_REMOTE is 0 so we cannot do (flags & DPSET_REMOTE). Instead
check that the DPSET_LOCAL flag is not set.
Francois Gouget [Tue, 19 Apr 2005 09:47:42 +0000 (09:47 +0000)]
SBSP_ABSOLUTE is 0 so we cannot do (wFlags & SBSP_ABSOLUTE).
Add COMDLG32_DumpSBSPFlags().
Aaron Arvey [Tue, 19 Apr 2005 09:47:30 +0000 (09:47 +0000)]
Added section "Which code has been tested?" describing gcov usage.
James Hawkins [Tue, 19 Apr 2005 09:47:10 +0000 (09:47 +0000)]
Add RegUnLoadKey test.
Jose Alonso [Tue, 19 Apr 2005 09:47:02 +0000 (09:47 +0000)]
Change the order of DispatchMessage and message removal.
Juan Lang [Mon, 18 Apr 2005 16:54:54 +0000 (16:54 +0000)]
Always initialize header file name, to prevent "#include (null)"
statements in generated files.
Benjamin Cutler [Mon, 18 Apr 2005 16:54:44 +0000 (16:54 +0000)]
Add default registry entries for power management.
Eric Pouech [Mon, 18 Apr 2005 15:47:18 +0000 (15:47 +0000)]
Copied the atom tests for global atom so that we can test local atoms
too.
Alexandre Julliard [Mon, 18 Apr 2005 15:42:49 +0000 (15:42 +0000)]
Removed unused data fields in the LANG_FIND_DATA structure.
Eric Pouech [Mon, 18 Apr 2005 15:38:44 +0000 (15:38 +0000)]
Removed the no longer user APC_ASYNC kind of APC.
Rein Klazes [Mon, 18 Apr 2005 15:37:32 +0000 (15:37 +0000)]
Fix addressing the magic GDIOBJHDR field in
SYSCOLOR_MakeObjectSystem.
Peter Berg Larsen [Mon, 18 Apr 2005 15:37:15 +0000 (15:37 +0000)]
Eliminate strncpy. Correct a \0 assingment to the modstr variable.
Peter Berg Larsen [Mon, 18 Apr 2005 15:36:59 +0000 (15:36 +0000)]
Remove 2 identicals calls to strlenW.
Peter Berg Larsen [Mon, 18 Apr 2005 15:36:20 +0000 (15:36 +0000)]
Strncpy elimination.
Peter Berg Larsen [Mon, 18 Apr 2005 15:34:10 +0000 (15:34 +0000)]
Eliminate strncpy and correct some NameLen bugs.
Peter Berg Larsen [Mon, 18 Apr 2005 15:33:31 +0000 (15:33 +0000)]
Elimination of lstrcpyn, and corrected a potential pointer bug.
Peter Berg Larsen [Mon, 18 Apr 2005 15:33:15 +0000 (15:33 +0000)]
Eliminate a strncpy and remove unused variable.
Eric Pouech [Mon, 18 Apr 2005 14:57:04 +0000 (14:57 +0000)]
- moved named pipe creation to ntdll
- server now handles the named pipe flags as the NTDLL values (not the
KERNEL32 ones)
- named pipes in server now use the async IO mechanism for
connect/wait ops
Robert Reif [Mon, 18 Apr 2005 14:53:27 +0000 (14:53 +0000)]
Added keyboard data format.
Peter Berg Larsen [Mon, 18 Apr 2005 10:30:55 +0000 (10:30 +0000)]
Replace strncpy with memcpy or lstrcpyn.
Vitaliy Margolen [Mon, 18 Apr 2005 10:20:51 +0000 (10:20 +0000)]
Don't redraw if no information has changed.
Fixed endless redraw loop if app using callback for images and/or
text.
Keep color changes made by app for the current draw cycle.
Eric Pouech [Mon, 18 Apr 2005 10:01:07 +0000 (10:01 +0000)]
Added proper definition for PRINTDLGEX[AW] structures.
Ferenc Wagner [Mon, 18 Apr 2005 09:54:24 +0000 (09:54 +0000)]
Enforce valid tag syntax during input.
Eric Pouech [Mon, 18 Apr 2005 09:54:03 +0000 (09:54 +0000)]
Fixed some signed / unsigned pointer casts.
Eric Pouech [Mon, 18 Apr 2005 09:53:39 +0000 (09:53 +0000)]
- Using uniform DocBook tags for DLLs, commands, environment vars...
- Moved detailed memory management from archi to kernel(s) part.
- Enhanced process handling description.
- Added section about 16 bit processes' support.
- Added section about DOS support.
Eric Pouech [Mon, 18 Apr 2005 09:53:02 +0000 (09:53 +0000)]
Minor cleanups.
Jakob Eriksson [Mon, 18 Apr 2005 09:52:40 +0000 (09:52 +0000)]
Fail gracefully on permission denied.
Benjamin Cutler [Mon, 18 Apr 2005 09:52:32 +0000 (09:52 +0000)]
Add semi-stub for NtPowerInformation(SystemPowerCapabilities, ...).
Duane Clark [Mon, 18 Apr 2005 09:52:18 +0000 (09:52 +0000)]
The datetime should be initialized with local time.
Sami Aario [Mon, 18 Apr 2005 09:51:53 +0000 (09:51 +0000)]
Added stubs for RunSetupCommand and DelNode.
Eric Pouech [Mon, 18 Apr 2005 09:51:03 +0000 (09:51 +0000)]
Correctness for const pointer casts.
Eric Pouech [Mon, 18 Apr 2005 09:50:45 +0000 (09:50 +0000)]
Removed a couple of unneeded casts.
Mike McCormack [Sat, 16 Apr 2005 11:19:27 +0000 (11:19 +0000)]
Declare and define a stub for NtSignalAndWaitForSingleObject.
Richard Cohen [Sat, 16 Apr 2005 11:18:43 +0000 (11:18 +0000)]
CreateBitmap16 should use only the first byte of planes & bpp.
James Hawkins [Sat, 16 Apr 2005 10:49:10 +0000 (10:49 +0000)]
RegDeleteKey fails if the lpSubKey param is NULL.
Krzysztof Foltman [Sat, 16 Apr 2005 10:48:35 +0000 (10:48 +0000)]
- removed trailing spaces from some files
- tab support
- indent support
Duane Clark [Sat, 16 Apr 2005 10:48:02 +0000 (10:48 +0000)]
Add support for direct keyboard input to numeric fields.
Mike Hearn [Sat, 16 Apr 2005 10:47:46 +0000 (10:47 +0000)]
- Add text dumping of the requested command.
- Make the stub message appear for more commands.
Benjamin Cutler [Sat, 16 Apr 2005 10:45:51 +0000 (10:45 +0000)]
- Correct args for NtPowerInformation.
- Add stub for NtInitiatePowerAction.
Aaron Arvey [Fri, 15 Apr 2005 16:13:49 +0000 (16:13 +0000)]
Added __bb_init_func for linking purposes.
Jacek Caban [Fri, 15 Apr 2005 16:12:45 +0000 (16:12 +0000)]
- More implementation of view
- Added IOleInPlaceActiveObject
Jakob Eriksson [Fri, 15 Apr 2005 16:12:28 +0000 (16:12 +0000)]
ERROR_PRIVILEGE_NOT_HELD can be returned for NT4.
Jakob Eriksson [Fri, 15 Apr 2005 16:12:14 +0000 (16:12 +0000)]
Win98 can return ERROR_CALL_NOT_IMPLEMENTED.
Brian Vincent [Fri, 15 Apr 2005 16:11:56 +0000 (16:11 +0000)]
Add stub for DCICreatePrimary.
Huw Davies [Fri, 15 Apr 2005 16:11:45 +0000 (16:11 +0000)]
When we're hiding file extensions then SetNameOf should append the
original extension if SHGDN_FORPARSING isn't set.
The flags passed to SetNameOf refer to the dst string not the src
pidl.
Dmitry Timoshkov [Fri, 15 Apr 2005 16:11:29 +0000 (16:11 +0000)]
Zero out an invalidated runningObjectTableInstance pointer.
Francois Gouget [Fri, 15 Apr 2005 16:11:13 +0000 (16:11 +0000)]
Mention the 'emf' and 'lnk' modes in the usage summary.
Add -? and --help synonyms for -h as is customary.
puts("") already prints a '\n' so we don't need a second one.
Francois Gouget [Fri, 15 Apr 2005 16:10:53 +0000 (16:10 +0000)]
If winemenubuilder is given a list of menus to recreate, it should not
give up on the first menu that fails.
Duane Clark [Fri, 15 Apr 2005 16:10:39 +0000 (16:10 +0000)]
Hour '0' corresponds to 12AM.
Paul Vriens [Fri, 15 Apr 2005 14:12:54 +0000 (14:12 +0000)]
Start of unit tests for *Info* functions.
Check needed length regardless of given length.
Return STATUS_INVALID_INFO_CLASS for non-implemented classes.
Return STATUS_ACCESS_VIOLATION if no buffer given.
Mike McCormack [Fri, 15 Apr 2005 14:11:00 +0000 (14:11 +0000)]
Simple unit tests for GdiIs*DC functions.
Mike McCormack [Fri, 15 Apr 2005 14:10:00 +0000 (14:10 +0000)]
Add some more Windows Terminal Server API definitions.
Juan Lang [Fri, 15 Apr 2005 14:09:45 +0000 (14:09 +0000)]
Put space between include directive and include file.
Juan Lang [Fri, 15 Apr 2005 14:09:27 +0000 (14:09 +0000)]
Add proxy/stub options to widl man page.
Juan Lang [Fri, 15 Apr 2005 14:09:18 +0000 (14:09 +0000)]
Implement FmtIdToPropStgName & PropStgNameToFmtId, with tests.
Robert Shearman [Fri, 15 Apr 2005 14:09:05 +0000 (14:09 +0000)]
Fix TB_GETBUTTONSIZE to return the correct width/height for no
buttons.
Robert Shearman [Fri, 15 Apr 2005 14:08:39 +0000 (14:08 +0000)]
- Use SetWindowPos to move the buddy window into position instead of
destroying it and recreating it at the new position.
- Clear the background in WM_VSCROLL to avoid problems with
antialiased text drawing on top of itself multiple times.
Mike McCormack [Fri, 15 Apr 2005 14:08:18 +0000 (14:08 +0000)]
Add prototypes for some Gdi* functions.
Dimitrie O. Paun [Thu, 14 Apr 2005 13:58:45 +0000 (13:58 +0000)]
Keep track of WS_DISABLED explicitely, as it doesn't generate a
WM_STYLECHANGED message.
Dimitrie O. Paun [Thu, 14 Apr 2005 13:58:25 +0000 (13:58 +0000)]
Add support for LVN_ODSTATECHANGED.
Minor typo fixes.
Mike McCormack [Thu, 14 Apr 2005 13:57:55 +0000 (13:57 +0000)]
Implement GdiIs*DC functions.
Robert Shearman [Thu, 14 Apr 2005 13:57:27 +0000 (13:57 +0000)]
Add a test for a menu problem I found.
Robert Shearman [Thu, 14 Apr 2005 13:56:29 +0000 (13:56 +0000)]
Recalculate the menu on calling ModifyMenu so that the menu items are
shown at the correct width.
Vitaliy Margolen [Thu, 14 Apr 2005 13:56:12 +0000 (13:56 +0000)]
Send notifies after invalidating changed areas.
Don't use custom draw returned colors for control.
Alexandre Julliard [Thu, 14 Apr 2005 12:50:54 +0000 (12:50 +0000)]
Fixed a buffer overflow.
Rein Klazes [Thu, 14 Apr 2005 12:48:31 +0000 (12:48 +0000)]
In X11DRV_DIB_SetImageBits avoid BadMatch errors when calling
XGetSubImage.
Alexandre Julliard [Thu, 14 Apr 2005 12:48:11 +0000 (12:48 +0000)]
Include Xmd.h in x11drv.h with the proper defines to make it work, and
remove related hacks in various C files.
Rein Klazes [Thu, 14 Apr 2005 11:32:53 +0000 (11:32 +0000)]
Fix decoding printf format in case the field width specifier is a '*'.
Michael Lin [Thu, 14 Apr 2005 11:32:44 +0000 (11:32 +0000)]
Change menu item options to use optional comma.
Michael Lin [Thu, 14 Apr 2005 11:32:28 +0000 (11:32 +0000)]
Define WINUSERAPI.
Daniel Remenak [Thu, 14 Apr 2005 11:32:10 +0000 (11:32 +0000)]
Remove unused variable in _copy_arg.
Benjamin Cutler [Thu, 14 Apr 2005 11:31:39 +0000 (11:31 +0000)]
Better handling of hInternet == NULL for INTERNET_OPTION_PROXY in
INET_QueryOptionHelper. MSDN says to return 'global proxy info' when
hInternet == NULL. Thanks to Juan Lang for helping with this.
Duane Clark [Thu, 14 Apr 2005 11:31:17 +0000 (11:31 +0000)]
Monday is day number '1'.
Set day of week when a day is selected in the calender.
Use fixed width fields in datetime.
DTS_TIMEFORMAT is a two bit field, so test accordingly.
Reposition and resize the updown control when the datetime control is
resized.
Respond to updown inputs.
Jacek Caban [Thu, 14 Apr 2005 11:30:50 +0000 (11:30 +0000)]
Added more implementation of IDocumentView.
Robert Shearman [Thu, 14 Apr 2005 11:30:31 +0000 (11:30 +0000)]
- Add neutral English resources.
- Add a control for editing binary data.
- Add a binary value editor dialog.
Rein Klazes [Thu, 14 Apr 2005 11:30:09 +0000 (11:30 +0000)]
In AllocConsole() pass the wShowWindow value and STARTF_USESHOWWINDOW
flag from the calling process to the console process. Make wineconsole
use the CmdShow parameter in the ShowWindow call.
Alexandre Julliard [Wed, 13 Apr 2005 16:13:45 +0000 (16:13 +0000)]
Moved handling of the 55AA pattern brush to syscolor.c so that it can
be made a system object (found by Rein Klazes).
Benjamin Cutler [Wed, 13 Apr 2005 16:11:36 +0000 (16:11 +0000)]
Check for an invalid hInternet handle in INET_QueryOptionHelper for
INTERNET_OPTION_PROXY before attempting to use it.
Alexandre Julliard [Wed, 13 Apr 2005 16:11:18 +0000 (16:11 +0000)]
Moved the BITMAPOBJ structure to gdi_private.h.
Marcus Meissner [Wed, 13 Apr 2005 15:23:29 +0000 (15:23 +0000)]
Terminate XCreateIC() argument list with NULL instead of just 0.
Alexandre Julliard [Wed, 13 Apr 2005 15:23:15 +0000 (15:23 +0000)]
Use an X context to associate the phys bitmap data to a bitmap handle
instead of directly accessing the bitmap structure.
Huw Davies [Wed, 13 Apr 2005 15:18:32 +0000 (15:18 +0000)]
RegisterClipboardFormat takes a unicode string now.
Alex Villacís Lasso [Wed, 13 Apr 2005 15:18:02 +0000 (15:18 +0000)]
- Fix leftover negative sign in height parameter for transparent
bitmap.
- Properly announce whether bitmap is transparent in get_Attributes.
- GIF transparency is now palette-index based, instead of RGB based.
- Keep original bitmap and XOR mask separate, so that get_Handle
returns original bitmap.
Martin Fuchs [Wed, 13 Apr 2005 15:17:16 +0000 (15:17 +0000)]
Correct comments of some export ordinals.
Dimitrie O. Paun [Wed, 13 Apr 2005 15:16:40 +0000 (15:16 +0000)]
Remove the need for the non-standard (Close|Delete)MetaFile16().
Alexandre Julliard [Wed, 13 Apr 2005 14:45:27 +0000 (14:45 +0000)]
Moved the driver-independent part of CreateDIBSection into GDI.
Jacek Caban [Wed, 13 Apr 2005 14:41:19 +0000 (14:41 +0000)]
- Added IOleDocumentView interface.
- Added implementation of DoVerb and CreateView.
James Hawkins [Wed, 13 Apr 2005 14:40:58 +0000 (14:40 +0000)]
Pass an empty string instead of NULL to RegDeleteKey to delete hKey.