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.
Dimitrie O. Paun [Wed, 23 Mar 2005 10:23:23 +0000 (10:23 +0000)]
Complete unicodification of the propsheet common control.
Dimitrie O. Paun [Wed, 23 Mar 2005 10:23:06 +0000 (10:23 +0000)]
Complete unicodification of the header common control.
Dimitrie O. Paun [Wed, 23 Mar 2005 10:22:52 +0000 (10:22 +0000)]
Complete unicodification of the flatsb common control.
Dimitrie O. Paun [Wed, 23 Mar 2005 10:22:37 +0000 (10:22 +0000)]
Complete unicodification.
Jeremy White [Wed, 23 Mar 2005 10:22:16 +0000 (10:22 +0000)]
Revamp the volume logic to be more self contained, fix a few bugs so
that the volume is correctly read, and is correctly converted to
windows style volume numbers.
Alexandre Julliard [Tue, 22 Mar 2005 21:48:40 +0000 (21:48 +0000)]
Simplify hardware message processing by merging the "raw" and "cooked"
processing into a single function.
Hans Leidekker [Tue, 22 Mar 2005 21:17:34 +0000 (21:17 +0000)]
Fix some -Wsign-compare and -Wuninitialized warnings.
Mike Hearn [Tue, 22 Mar 2005 21:16:39 +0000 (21:16 +0000)]
Log to +seh when an IsBad* function faults.
Jakob Eriksson [Tue, 22 Mar 2005 21:16:24 +0000 (21:16 +0000)]
If the device gets interrupted, we just give up.
Jakob Eriksson [Tue, 22 Mar 2005 21:16:04 +0000 (21:16 +0000)]
Test fix.
Dimitrie O. Paun [Tue, 22 Mar 2005 21:15:18 +0000 (21:15 +0000)]
Eliminate useless HeapAlloc() casts.
Alexandre Julliard [Tue, 22 Mar 2005 21:14:51 +0000 (21:14 +0000)]
Fetch again the file time to compare against to avoid rounding errors.
Jakob Eriksson [Tue, 22 Mar 2005 21:14:00 +0000 (21:14 +0000)]
Abort if we can't create a named pipe at all.
Jakob Eriksson [Tue, 22 Mar 2005 18:26:06 +0000 (18:26 +0000)]
Eliminate HeapAlloc casts.
Alex Villacís Lasso [Tue, 22 Mar 2005 18:23:44 +0000 (18:23 +0000)]
PeekNamedPipe now checks both for a NULL buffer and a zero-length
buffer before trying to recv() from the pipe.
Jakob Eriksson [Tue, 22 Mar 2005 18:19:13 +0000 (18:19 +0000)]
StrRetToStrNAW returns ok on NT4, though it should return FALSE.
Jakob Eriksson [Tue, 22 Mar 2005 18:18:43 +0000 (18:18 +0000)]
More trace info from storage32 test.
Jakob Eriksson [Tue, 22 Mar 2005 18:18:14 +0000 (18:18 +0000)]
More trace info.
Ulrich Czekalla [Tue, 22 Mar 2005 18:17:56 +0000 (18:17 +0000)]
Use GetAncestor instead of GetParent.
Rustam Chernotkach [Tue, 22 Mar 2005 18:17:31 +0000 (18:17 +0000)]
Added support for ANAT (Anadyr Standard Time) to TZ_INFO.
Jakob Eriksson [Tue, 22 Mar 2005 18:17:07 +0000 (18:17 +0000)]
If the variable does not exist, just return.
Jakob Eriksson [Tue, 22 Mar 2005 18:16:53 +0000 (18:16 +0000)]
Windows 98 doesn't like it when we delete the tempfile.
Aric Stewart [Tue, 22 Mar 2005 16:45:55 +0000 (16:45 +0000)]
Test package creation.
Dmitry Timoshkov [Tue, 22 Mar 2005 16:45:31 +0000 (16:45 +0000)]
If an MDI child becomes active restore previously maximized MDI
child.
Jakob Eriksson [Tue, 22 Mar 2005 16:44:57 +0000 (16:44 +0000)]
Fix patching error in file time test.
Dmitry Timoshkov [Tue, 22 Mar 2005 16:42:47 +0000 (16:42 +0000)]
Add support for Serbian cyrillic X11 keyboard layout.
Mike Hearn [Tue, 22 Mar 2005 16:42:25 +0000 (16:42 +0000)]
Increase PE reserve area size to 512Mb.
Phil Krylov [Tue, 22 Mar 2005 16:41:36 +0000 (16:41 +0000)]
Made RTF reader and writer handle codepages mostly similar to the
original riched20.dll.
C. Scott Ananian [Tue, 22 Mar 2005 16:40:36 +0000 (16:40 +0000)]
EDIT_EM_SetSel: Old/new selection range ordering code would break when
old_end < start < end < old_start.
Reset EF_UPDATE flag after we've sent the update.
Hans Leidekker [Tue, 22 Mar 2005 16:39:25 +0000 (16:39 +0000)]
Dutch resource translation.
Jakob Eriksson [Tue, 22 Mar 2005 16:39:02 +0000 (16:39 +0000)]
Fix for NT4 behaviour.
Alexandre Julliard [Mon, 21 Mar 2005 12:37:00 +0000 (12:37 +0000)]
Try to always keep the server window Z-order in sync with the X11 one
using a heuristic based on mouse and expose events.
Troy Rollo [Mon, 21 Mar 2005 12:33:17 +0000 (12:33 +0000)]
Implement CreateUrlCacheEntryW and CommitUrlCacheEntryW. Replace the
existing 'A' versions with calls to the 'W' versions.
Robert Reif [Mon, 21 Mar 2005 12:32:48 +0000 (12:32 +0000)]
Fix direct sound capabilities to match hardware.
Huw Davies [Mon, 21 Mar 2005 12:32:24 +0000 (12:32 +0000)]
Fix usage printf.
Alexandre Julliard [Mon, 21 Mar 2005 11:50:06 +0000 (11:50 +0000)]
Fixed a missing patch chunk.
Dimitrie O. Paun [Mon, 21 Mar 2005 11:27:49 +0000 (11:27 +0000)]
Pull the WM_TIMER handling into its own function.
ANIMATE_DrawFrame shouldn't worry about locking, the lock should be
held by the caller.
Mike McCormack [Mon, 21 Mar 2005 11:25:13 +0000 (11:25 +0000)]
Eliminate casts of the return value of HeapAlloc.
Mike McCormack [Mon, 21 Mar 2005 11:24:38 +0000 (11:24 +0000)]
Remove casts and unused code.
Robert Shearman [Mon, 21 Mar 2005 11:23:40 +0000 (11:23 +0000)]
Always display path in status bar.
Hans Leidekker [Mon, 21 Mar 2005 11:22:55 +0000 (11:22 +0000)]
Prevent crash when no URL is specified.
Thomas Kho [Mon, 21 Mar 2005 11:21:31 +0000 (11:21 +0000)]
Added tests for sendto, recvfrom, and getservbyname.
Robert Reif [Mon, 21 Mar 2005 11:21:18 +0000 (11:21 +0000)]
Clean up handle usage.
Alexandre Julliard [Mon, 21 Mar 2005 10:57:21 +0000 (10:57 +0000)]
Don't try to resync Z-order on ConfigureNotify events, this cannot
work right anyway.
Vincent Béron [Mon, 21 Mar 2005 10:55:13 +0000 (10:55 +0000)]
Correct and complete some api documentation.
Troy Rollo [Mon, 21 Mar 2005 10:54:35 +0000 (10:54 +0000)]
Corrections to UrlIsW and UrlIsA.
URL_IS_OPAQUE results depend only on the scheme, not on the URL.
URL_IS_FILEURL also only depends on the scheme ("file:").
Glenn Wurster [Mon, 21 Mar 2005 10:53:42 +0000 (10:53 +0000)]
Remove break statements missed in last patch.
Vincent Béron [Mon, 21 Mar 2005 10:53:13 +0000 (10:53 +0000)]
Teach winapi about types newly used in various dlls.
Vincent Béron [Mon, 21 Mar 2005 10:52:53 +0000 (10:52 +0000)]
Teach winapi_check about other calling convention shorthands (they all
are really stdcall).
Vincent Béron [Mon, 21 Mar 2005 10:52:32 +0000 (10:52 +0000)]
WineDirect3DCreate has 3 args in the source.
Vincent Béron [Mon, 21 Mar 2005 10:52:26 +0000 (10:52 +0000)]
Use "" for Windows includes in dlls, instead of <>.
Jacek Caban [Mon, 21 Mar 2005 10:52:04 +0000 (10:52 +0000)]
Key words and replacements are case insensitive.
Robert Shearman [Mon, 21 Mar 2005 10:51:14 +0000 (10:51 +0000)]
iSelectedImage is allowed to be 0.
Robert Shearman [Mon, 21 Mar 2005 10:50:55 +0000 (10:50 +0000)]
Fix SHCopyKey to treat string parameter correctly as source path
instead of destination path.
Vincent Béron [Mon, 21 Mar 2005 10:32:45 +0000 (10:32 +0000)]
Fixed some calling conventions.
Dimitrie O. Paun [Mon, 21 Mar 2005 10:30:33 +0000 (10:30 +0000)]
Complete unicodification.
Dimitrie O. Paun [Mon, 21 Mar 2005 10:30:18 +0000 (10:30 +0000)]
Proper handling for GWL_STYLE.
Store and use hwndSelf in the PAGER_INFO.
Pass the infoPtr around instead of hwnd.
Use proper types in the function signatures.
Fix a few return statements.
Troy Rollo [Mon, 21 Mar 2005 10:30:01 +0000 (10:30 +0000)]
ix test for STGM_SHARE_EXCLUSIVE on nameless DocFiles.
Robert Shearman [Mon, 21 Mar 2005 10:29:32 +0000 (10:29 +0000)]
- Add icons for the value pane.
- Display REG_MULTI_SZ values.
- Make the lack of support for certain value types more noticeable to
the user.
Robert Shearman [Mon, 21 Mar 2005 10:29:09 +0000 (10:29 +0000)]
- Display an error message if any edit operation fails.
- Make key renaming fail if the destination key already exists.
- Better error recovery in the case where SHCopyKey fails.
Christian Costa [Mon, 21 Mar 2005 10:28:49 +0000 (10:28 +0000)]
Removed wrong FIXMEs.
Filip Navara [Mon, 21 Mar 2005 10:28:38 +0000 (10:28 +0000)]
Specify correct buffer size in GetPrivateProfileStringW calls.
Ivan Leo Puoti [Mon, 21 Mar 2005 10:28:23 +0000 (10:28 +0000)]
Improve parameter checking in NtCreateFile.
Add documentation for ea_buffer and ea_length.
Matthew Mastracci [Mon, 21 Mar 2005 10:28:09 +0000 (10:28 +0000)]
If a FOURCC surface specifies DDSD_PITCH, use that instead of
dwLinearSize.
Dimitrie O. Paun [Mon, 21 Mar 2005 10:27:58 +0000 (10:27 +0000)]
Delete the critical section when freeing up the infoPtr.
Robert Reif [Mon, 21 Mar 2005 10:27:47 +0000 (10:27 +0000)]
Print out message name to make reading traces easier.
Krzysztof Foltman [Mon, 21 Mar 2005 10:27:24 +0000 (10:27 +0000)]
- PageUp key support.
- Support for "normal" scroll bar functionality (line and page
scrolling).
Alexandre Julliard [Sat, 19 Mar 2005 17:14:12 +0000 (17:14 +0000)]
Added support for the TLS expansion slots, adding an extra 1024
entries.
Robert Reif [Sat, 19 Mar 2005 17:11:02 +0000 (17:11 +0000)]
Fall back to default prepare/unprepare header functions.
Robert Reif [Sat, 19 Mar 2005 17:09:33 +0000 (17:09 +0000)]
Fix block align error message to show length before fix up.
Mike McCormack [Sat, 19 Mar 2005 17:09:14 +0000 (17:09 +0000)]
Fix usage of STGM_ enumerations, remove forward declaration.
Mike McCormack [Sat, 19 Mar 2005 17:09:03 +0000 (17:09 +0000)]
Remove forward declarations of interface methods.
Mike McCormack [Sat, 19 Mar 2005 17:08:52 +0000 (17:08 +0000)]
Remove an unused function.
Mike McCormack [Sat, 19 Mar 2005 17:08:34 +0000 (17:08 +0000)]
- test cases for summary information
- fix memory leaks
Francois Gouget [Sat, 19 Mar 2005 17:08:18 +0000 (17:08 +0000)]
Issue a warning if no sound system was found.
Krzysztof Foltman [Sat, 19 Mar 2005 17:06:17 +0000 (17:06 +0000)]
- made string operations consistent wrt whitespace handling (which
should greatly improve stability of the wrap code and eliminate
regressions of the most recent versions)
- completely new scrollbar handling (much more reliable) and related
redraw fixes
- Page Down handler (no Page Up yet, fixing wrap/redraw/scrollbar bugs
was of higher priority)
Robert Shearman [Sat, 19 Mar 2005 17:05:41 +0000 (17:05 +0000)]
Fix deadlock caused by not leaving the critical section on all code
paths.
Robert Shearman [Sat, 19 Mar 2005 17:05:12 +0000 (17:05 +0000)]
Fix memory leak in OleDuplicateData on error path (found by Smatch).
Ulrich Czekalla [Sat, 19 Mar 2005 17:04:56 +0000 (17:04 +0000)]
GetCPInfo should return FALSE if called with NULL info buffer.
Jacek Caban [Sat, 19 Mar 2005 17:04:13 +0000 (17:04 +0000)]
Added implementation of File[Un]Register and Resource[Un]RegisterSz.
Paul Millar [Sat, 19 Mar 2005 17:04:03 +0000 (17:04 +0000)]
Bring default registry in line with implicit default behaviour by
using the --auto option with winedbg.
Jon Griffiths [Sat, 19 Mar 2005 17:03:43 +0000 (17:03 +0000)]
Avoid a magic number.
Alexandre Julliard [Fri, 18 Mar 2005 14:09:55 +0000 (14:09 +0000)]
Fixed other instances of the xrealloc(0) bug.
C. Scott Ananian [Fri, 18 Mar 2005 14:09:12 +0000 (14:09 +0000)]
UPDOWN_GetBuddyInt should not fail when the control is empty.
Jon Griffiths [Fri, 18 Mar 2005 14:04:07 +0000 (14:04 +0000)]
-Wunsigned fixes.
Alexandre Julliard [Fri, 18 Mar 2005 14:03:38 +0000 (14:03 +0000)]
Don't crash on xrealloc(0) (found by Jon Griffiths).
Jacek Caban [Fri, 18 Mar 2005 14:02:12 +0000 (14:02 +0000)]
Fixed vartype test.
Mike McCormack [Fri, 18 Mar 2005 14:01:39 +0000 (14:01 +0000)]
Implement summary information loading and saving.
Jon Griffiths [Fri, 18 Mar 2005 14:01:16 +0000 (14:01 +0000)]
Implement @188,190,195,200,256,478,481.
IUnknown_EnableModeless() also handles IOleInPlaceActiveObject.
Alexandre Julliard [Fri, 18 Mar 2005 10:30:13 +0000 (10:30 +0000)]
Revert changes to the painting code, the WM_CTLCOLORSTATIC message
should not be sent from the animation thread.
Robert Reif [Fri, 18 Mar 2005 10:26:05 +0000 (10:26 +0000)]
Add support for more than one sound card.
Fix wave out support when no volume control is present.
Use proper structure for wave in device caps.
Robert Reif [Fri, 18 Mar 2005 10:25:48 +0000 (10:25 +0000)]
Check wave out volume support.
Jacek Caban [Fri, 18 Mar 2005 10:25:34 +0000 (10:25 +0000)]
Fixed atl.rgs.
Jacek Caban [Fri, 18 Mar 2005 10:25:29 +0000 (10:25 +0000)]
Keys may have only one of attributes.