Andreas Mohr [Tue, 2 Oct 2001 17:49:20 +0000 (17:49 +0000)]
Yet another documentation/message text patch.
Bill Medland [Tue, 2 Oct 2001 17:48:16 +0000 (17:48 +0000)]
Additions to how to use Docbook under RedHat (to help beginners like
me).
Added content to the bindlls section of Winelib (based on
experience).
Bill Medland [Tue, 2 Oct 2001 17:47:34 +0000 (17:47 +0000)]
Upgrade winemaker man page for the two options added at version
0.5.8.
Andreas Mohr [Tue, 2 Oct 2001 17:46:59 +0000 (17:46 +0000)]
Added WSC*InstallProvider stubs.
Gracjan Polak [Tue, 2 Oct 2001 17:44:04 +0000 (17:44 +0000)]
Added some MFC documentation (with the help of Francois Gouget).
Uwe Bonnes [Tue, 2 Oct 2001 17:40:33 +0000 (17:40 +0000)]
Check for NULL path argument in DeleteFile.
Huw D M Davies [Tue, 2 Oct 2001 17:25:55 +0000 (17:25 +0000)]
Long nameless args in SLTG apparently get denoted by 0xfffe.
Guy Albertelli [Tue, 2 Oct 2001 17:25:36 +0000 (17:25 +0000)]
Implemented dummy stub for SHChangeNotifyUpdateEntryList and
functional CIDLData_CreateFromIDArray.
Gerald Pfeifer [Tue, 2 Oct 2001 17:18:09 +0000 (17:18 +0000)]
Fix implicit type declarations. Add required cast.
Dmitry Timoshkov [Tue, 2 Oct 2001 17:17:31 +0000 (17:17 +0000)]
Remove a hack for keyboard group switching.
Always save/restore correct keyboard group index.
Explicitly ignore the keyboard group switching events.
Hidenori Takeshima [Mon, 1 Oct 2001 20:53:58 +0000 (20:53 +0000)]
Implemented CLSID_AudioRender.
Ove Kaaven [Mon, 1 Oct 2001 20:53:11 +0000 (20:53 +0000)]
Implemented DispGetParam.
Andreas Mohr [Mon, 1 Oct 2001 20:52:53 +0000 (20:52 +0000)]
Fix/document SHLWAPI ordinals 217 and 218.
Andreas Mohr [Mon, 1 Oct 2001 20:52:37 +0000 (20:52 +0000)]
Speed optimization.
Andreas Mohr [Mon, 1 Oct 2001 20:52:23 +0000 (20:52 +0000)]
Added stub for WSApSetPostRoutine.
Ove Kaaven [Mon, 1 Oct 2001 20:52:00 +0000 (20:52 +0000)]
Make MoveFileEx fail with ERROR_INVALID_PARAMETER (better than
crashing) when the source file operand is NULL.
Eric Pouech [Mon, 1 Oct 2001 20:51:44 +0000 (20:51 +0000)]
Should initialize COM before calling it.
Alexandre Julliard [Wed, 26 Sep 2001 23:11:21 +0000 (23:11 +0000)]
Fixed size check in HEAP_FindFreeBlock to make sure we also find
blocks that have the exact size needed.
Andriy Palamarchuk [Wed, 26 Sep 2001 23:08:45 +0000 (23:08 +0000)]
winemaker documentation fix.
Huw D M Davies [Wed, 26 Sep 2001 23:05:35 +0000 (23:05 +0000)]
Better handling of typelibs loaded with a trailing resource number.
The logic for determining whether an SLTG typelib has a function param
as a 'short' or 'long' type has been 'refined'.
Bill Medland [Wed, 26 Sep 2001 23:04:40 +0000 (23:04 +0000)]
Prevent calling null functions.
Francois Gouget [Wed, 26 Sep 2001 23:04:02 +0000 (23:04 +0000)]
Renamed W_OK to MSVCRT_W_OK.
Susan Farley [Wed, 26 Sep 2001 23:02:31 +0000 (23:02 +0000)]
Better formatting for PDF output.
Ove Kaaven [Tue, 25 Sep 2001 22:38:59 +0000 (22:38 +0000)]
Fixed a couple of typos.
Ove Kaaven [Tue, 25 Sep 2001 22:38:43 +0000 (22:38 +0000)]
Added ICOM_[C]THIS_MULTI macros to make it easier to implement objects
that expose multiple interfaces. Added prototypes for CoGetPSClsid and
IUnknown_*_Proxy.
Ove Kaaven [Tue, 25 Sep 2001 22:38:12 +0000 (22:38 +0000)]
Added some named pipe definitions.
Ove Kaaven [Tue, 25 Sep 2001 22:37:49 +0000 (22:37 +0000)]
Added prototype for GetHGlobalFromStream.
Ove Kaaven [Tue, 25 Sep 2001 22:37:32 +0000 (22:37 +0000)]
A failure to open a pipe should return INVALID_HANDLE_VALUE.
Hidenori Takeshima [Tue, 25 Sep 2001 22:37:04 +0000 (22:37 +0000)]
Merged some C sources.
Fixed some bugs.
Started implementing some pass-through interfaces.
Alexandre Julliard [Mon, 24 Sep 2001 01:19:59 +0000 (01:19 +0000)]
A couple of optimizations to avoid some server calls in WIN_FindWndPtr
and related functions.
Alexandre Julliard [Mon, 24 Sep 2001 01:13:48 +0000 (01:13 +0000)]
Avoid list corruption when linking window with HWND_BOTTOM (thanks to
Gerard Patel).
Francois Gouget [Mon, 24 Sep 2001 01:12:08 +0000 (01:12 +0000)]
GetTextExtentExPointW: dump the string before modifying the pointer.
Bill Medland [Mon, 24 Sep 2001 01:11:50 +0000 (01:11 +0000)]
Add support for making a build environment without editing the source
and spec files.
Guy Albertelli [Fri, 21 Sep 2001 21:43:38 +0000 (21:43 +0000)]
- Implement message loop on the client side of the scroll control.
- Move the mouse capture to after the SetFocus so that it stays
captured.
David Hammerton [Fri, 21 Sep 2001 21:39:37 +0000 (21:39 +0000)]
Fixed typos.
Guy Albertelli [Fri, 21 Sep 2001 21:39:06 +0000 (21:39 +0000)]
Implement initial version of SHAddToRecentDocs.
Alexandre Julliard [Fri, 21 Sep 2001 21:08:40 +0000 (21:08 +0000)]
Added proper support for storing window parents in the server.
Added a few requests to query the window hierarchy.
Alexandre Julliard [Fri, 21 Sep 2001 21:04:56 +0000 (21:04 +0000)]
Ignore ConfigueNotify size changes while the window is iconic.
Eric Pouech [Fri, 21 Sep 2001 21:03:53 +0000 (21:03 +0000)]
Some dumb fixes.
Mike McCormack [Fri, 21 Sep 2001 21:02:38 +0000 (21:02 +0000)]
Declare DeviceIoControl.
Andriy Palamarchuk [Fri, 21 Sep 2001 21:02:02 +0000 (21:02 +0000)]
Implemented SPI_GETSHOWSOUNDS.
Ove Kaaven [Fri, 21 Sep 2001 21:01:31 +0000 (21:01 +0000)]
Variants and safe arrays is now able to copy BSTR swith embedded null
characters. Safe arrays now handle BSTRs and variants.
Ove Kaaven [Fri, 21 Sep 2001 21:00:37 +0000 (21:00 +0000)]
Register typelib marshaling for OLE Automation-compatible interfaces.
Alexandre Julliard [Thu, 20 Sep 2001 19:33:37 +0000 (19:33 +0000)]
Fixed a couple of bugs in _except_handler3.
Andreas Mohr [Thu, 20 Sep 2001 19:32:39 +0000 (19:32 +0000)]
Added stub for GdiInit2().
Guy L. Albertelli [Thu, 20 Sep 2001 19:32:13 +0000 (19:32 +0000)]
Get more entry points from Comctl32 and save the addresses.
Guy L. Albertelli [Thu, 20 Sep 2001 19:31:54 +0000 (19:31 +0000)]
Define the SHQueryValueEx{A|W} entry points.
Aric Stewart [Thu, 20 Sep 2001 19:05:58 +0000 (19:05 +0000)]
The behavior for wsprintfA is different that for wsprintf16 in how it
handles NULLs being passed as character parameters.
Francois Gouget [Thu, 20 Sep 2001 19:05:11 +0000 (19:05 +0000)]
Fix the conversions of a command line to/from an argv array.
Guy Albertelli [Thu, 20 Sep 2001 18:58:43 +0000 (18:58 +0000)]
Implement most of the MRU related functions.
Guy Albertelli [Thu, 20 Sep 2001 18:58:25 +0000 (18:58 +0000)]
Add support for the +snoop style output.
Huw D M Davies [Thu, 20 Sep 2001 18:58:05 +0000 (18:58 +0000)]
Fix mapping of DEFAULT_CHARSET.
Brad Campbell [Wed, 19 Sep 2001 22:41:22 +0000 (22:41 +0000)]
Fixed mouse position processing for use with a touchscreen.
Hidenori Takeshima [Wed, 19 Sep 2001 22:39:34 +0000 (22:39 +0000)]
Implemented ISeekingPassThru.
Andreas Mohr [Wed, 19 Sep 2001 22:34:38 +0000 (22:34 +0000)]
Updates and error message improvements.
Joshua Thielen [Wed, 19 Sep 2001 22:33:01 +0000 (22:33 +0000)]
Changed MDICreateChild to support CW_USEDEFAULT for 16-bit MDI
windows.
Alexandre Julliard [Wed, 19 Sep 2001 22:31:15 +0000 (22:31 +0000)]
Fixed a couple of bugs in WIN_SetWindowLong caused by previous
change.
Francois Gouget [Wed, 19 Sep 2001 22:28:00 +0000 (22:28 +0000)]
Fix the definition of structs NUMBERFMT* and CURRENCYFMT*.
Add, fix and move prototypes from winbase.h to winnls.h.
Guy Albertelli [Wed, 19 Sep 2001 22:26:53 +0000 (22:26 +0000)]
Fix problem comparing pidls and return correct code.
Andriy Palamarchuk [Wed, 19 Sep 2001 22:26:15 +0000 (22:26 +0000)]
Added russian layout with phantom key.
Francois Gouget [Wed, 19 Sep 2001 22:25:52 +0000 (22:25 +0000)]
Remove macros that should not be there (cause conflicts in WineLib).
Add corresponding comments in spy.c.
Francois Gouget [Wed, 19 Sep 2001 22:24:54 +0000 (22:24 +0000)]
Remove duplicate definition of _tmain.
Add definitions for __targv and _tenviron.
Alexandre Julliard [Wed, 19 Sep 2001 20:37:04 +0000 (20:37 +0000)]
Made all 16<->32 HWND conversions use explicit functions instead of
implicit type casts.
Moved a lot of 16-bit functions to the new wnd16.c file.
Changed DIALOGINFO structure handling to support 32-bit handles.
Alexandre Julliard [Wed, 19 Sep 2001 20:34:17 +0000 (20:34 +0000)]
Fixed a couple of HWND type mismatches.
Huw D M Davies [Wed, 19 Sep 2001 20:32:07 +0000 (20:32 +0000)]
Use the font charset to obtain a codepage for A->W conversion in the
text functions.
Andreas Mohr [Wed, 19 Sep 2001 20:30:52 +0000 (20:30 +0000)]
Rename "SystemTime" to "t" (this is *not* SYSTEMTIME - avoid
confusion).
Bernhard Rosenkraenzer [Wed, 19 Sep 2001 20:30:28 +0000 (20:30 +0000)]
Fixes for autoconf 2.52 or higher.
Francois Gouget [Wed, 19 Sep 2001 20:29:33 +0000 (20:29 +0000)]
Add msvcrt/locale.h.
Add missing include directives in msvcrt/wchar.h.
Fix prototype of _wstati64 in msvcrt/sys/stat.h.
Francois Gouget [Mon, 17 Sep 2001 20:44:00 +0000 (20:44 +0000)]
Make relative paths of [Drive] sections relative to WINEPREFIX.
Ove Kaaven [Mon, 17 Sep 2001 20:26:38 +0000 (20:26 +0000)]
Lots of rpcrt4.dll stubs.
Eric Pouech [Mon, 17 Sep 2001 20:26:27 +0000 (20:26 +0000)]
Fixed demangling invocation.
Be a bit more verbose on implemented features.
Mike McCormack [Mon, 17 Sep 2001 20:25:52 +0000 (20:25 +0000)]
Ignore negative widths in HEADER_SetItemBounds.
Francois Gouget [Mon, 17 Sep 2001 20:25:26 +0000 (20:25 +0000)]
Cosmetic changes.
Alexandre Julliard [Mon, 17 Sep 2001 20:09:08 +0000 (20:09 +0000)]
Improved make_dlls script. Moved dll list out of
Make.rules.in. Removed a few no longer used rules.
Hidenori Takeshima [Mon, 17 Sep 2001 20:04:28 +0000 (20:04 +0000)]
Implemented IMemAllocator.
Andriy Palamarchuk [Mon, 17 Sep 2001 19:07:56 +0000 (19:07 +0000)]
Fixed references to old documentation location.
Francois Gouget [Mon, 17 Sep 2001 19:02:21 +0000 (19:02 +0000)]
Implemented _mbsupr.
Bobby Bingham [Mon, 17 Sep 2001 19:01:08 +0000 (19:01 +0000)]
When you hold the left mouse button inside the scrollbar, then move
the mouse off so it stops scrolling, and return the mouse, it should
continue scrolling.
Hidenori Takeshima [Fri, 14 Sep 2001 21:36:30 +0000 (21:36 +0000)]
Added stubs for mapi32, msimg32, sti and url.
Alexandre Julliard [Fri, 14 Sep 2001 21:29:19 +0000 (21:29 +0000)]
Fixed HWND compare in NC_HandleSetCursor.
Huw D M Davies [Fri, 14 Sep 2001 21:28:36 +0000 (21:28 +0000)]
Avoid calling RestoreDC with gdi lock.
Huw D M Davies [Fri, 14 Sep 2001 01:04:25 +0000 (01:04 +0000)]
Add config check and thread safe wrappers for the XRender library.
Dmitry Timoshkov [Fri, 14 Sep 2001 01:00:57 +0000 (01:00 +0000)]
Do not hold the GDI lock while 16-bit ExtDeviceMode is called.
Dmitry Timoshkov [Fri, 14 Sep 2001 01:00:39 +0000 (01:00 +0000)]
Add missing CALLBACK modifier.
Francois Gouget [Fri, 14 Sep 2001 01:00:20 +0000 (01:00 +0000)]
Fix recv prototype for WSARecvEx.
Francois Gouget [Fri, 14 Sep 2001 00:59:58 +0000 (00:59 +0000)]
Fix the error returned by GetLongPathNameA.
Alexandre Julliard [Fri, 14 Sep 2001 00:24:39 +0000 (00:24 +0000)]
Make sure that HWND comparisons are always done with full 32-bit
handles.
Francois Gouget [Fri, 14 Sep 2001 00:19:52 +0000 (00:19 +0000)]
Fix the WSAStartup prototype.
Fix handling of timeout parameter in select.
Alexandre Julliard [Fri, 14 Sep 2001 00:16:12 +0000 (00:16 +0000)]
Fixed dumping of dll export table.
Marcus Meissner [Fri, 14 Sep 2001 00:11:52 +0000 (00:11 +0000)]
Return the FOURCC codes set by the HAL driver.
Huw D M Davies [Fri, 14 Sep 2001 00:11:16 +0000 (00:11 +0000)]
Release gdi lock before calling DeleteDC.
Francois Gouget [Fri, 14 Sep 2001 00:10:22 +0000 (00:10 +0000)]
Place the log in $TMP if set and /tmp otherwise.
Francois Gouget [Fri, 14 Sep 2001 00:06:33 +0000 (00:06 +0000)]
HANDLER_ROUTINE is in fact PHANDLER_ROUTINE.
Francois Gouget [Fri, 14 Sep 2001 00:05:44 +0000 (00:05 +0000)]
Check for htotal=vtotal=0 (for xfree 4 vesa driver).
Huw D M Davies [Wed, 12 Sep 2001 20:21:06 +0000 (20:21 +0000)]
Lay down the infrastructure for gdi font rendering.
Partial implementation of GetGylphOutline and GetOutlineTextMetrics
for gdi fonts.
Alexandre Julliard [Wed, 12 Sep 2001 17:19:13 +0000 (17:19 +0000)]
Make sure that functions returning an HWND always return a full 32-bit
handle.
Travis Michielsen [Wed, 12 Sep 2001 17:09:56 +0000 (17:09 +0000)]
Created stubs for all cryptographic functions.
Alexandre Julliard [Wed, 12 Sep 2001 17:09:24 +0000 (17:09 +0000)]
Convert user handles received from client to full handles.
Dmitry Timoshkov [Tue, 11 Sep 2001 00:33:15 +0000 (00:33 +0000)]
Remove not used include/process.h.
Patrik Stridvall [Tue, 11 Sep 2001 00:32:32 +0000 (00:32 +0000)]
Cleanup code that is strange or difficult to parse.