Christian Costa [Tue, 16 Mar 2004 01:13:52 +0000 (01:13 +0000)]
Fixed deadlock when stopping playback.
Christian Costa [Tue, 16 Mar 2004 01:13:29 +0000 (01:13 +0000)]
DD_STRUCT_COPY_BYSIZE: Do not clear more that struct size.
Uwe Bonnes [Tue, 16 Mar 2004 01:07:28 +0000 (01:07 +0000)]
UrlCanonicalizeW: Remove \r and \n at the end of lpszUrlCpy, with test
cases.
Uwe Bonnes [Tue, 16 Mar 2004 01:06:30 +0000 (01:06 +0000)]
HTTP_HttpSendRequestA: Remove \r and \n at the end of
lpwhr->lpszPath.
Sami Nopanen [Mon, 15 Mar 2004 20:26:42 +0000 (20:26 +0000)]
Initial implementation of cards.dll.
Huw Davies [Mon, 15 Mar 2004 20:20:41 +0000 (20:20 +0000)]
When setting the buddy to 0 then we must still resize the updown
control.
Robert Shearman [Mon, 15 Mar 2004 20:20:01 +0000 (20:20 +0000)]
- Document completeness.
- Finish tooltip support.
Dimitrie O. Paun [Mon, 15 Mar 2004 20:19:38 +0000 (20:19 +0000)]
Properly implement all key operations: new, delete, rename.
Fix rename command to handle both keys and values.
Boaz Harrosh [Mon, 15 Mar 2004 20:11:11 +0000 (20:11 +0000)]
Tips for using native MS SQL ODBC drivers.
Mike McCormack [Mon, 15 Mar 2004 20:10:50 +0000 (20:10 +0000)]
Declare MsiGetProductPropertyA/W.
Huw Davies [Mon, 15 Mar 2004 20:10:32 +0000 (20:10 +0000)]
Added CS_HREDRAW.
Chris Morgan [Mon, 15 Mar 2004 20:10:14 +0000 (20:10 +0000)]
Message box to suggest the user not run wine as root.
Robert Shearman [Mon, 15 Mar 2004 20:10:00 +0000 (20:10 +0000)]
- Unicode notification detection should be local to each tool.
- Implement TTN_GETDISPINFOW notification.
Jukka Heinonen [Mon, 15 Mar 2004 20:09:41 +0000 (20:09 +0000)]
Emulating STI instruction now raises an exception if there are pending
events.
Jukka Heinonen [Mon, 15 Mar 2004 20:09:23 +0000 (20:09 +0000)]
Remove support for generating interrupt handlers.
Oleg Prokhorov [Mon, 15 Mar 2004 20:08:02 +0000 (20:08 +0000)]
Fix small typo.
Dimitrie O. Paun [Mon, 15 Mar 2004 20:07:44 +0000 (20:07 +0000)]
Add all needed accelerators to regedit. Cleanups.
Mike McCormack [Mon, 15 Mar 2004 20:07:25 +0000 (20:07 +0000)]
Added SetupCreateDiskSpaceList stub.
Mike Hearn [Mon, 15 Mar 2004 20:06:50 +0000 (20:06 +0000)]
Improve message given on image map failure.
Robert Shearman [Mon, 15 Mar 2004 20:06:33 +0000 (20:06 +0000)]
- Honour WM_SETREDRAW.
- Fix all calls of InvalidateRect.
Pierre d'Herbemont [Mon, 15 Mar 2004 20:06:06 +0000 (20:06 +0000)]
Support Darwin ".dylib".
Ivan Leo Murray-Smith [Mon, 15 Mar 2004 20:05:43 +0000 (20:05 +0000)]
Added "can't query key" translation.
Alastair Bridgewater [Mon, 15 Mar 2004 20:05:19 +0000 (20:05 +0000)]
Implementation of ICreateTypeInfo2_SetHelpContext,
ICreateTypeInfo2_SetTypeDescAlias, ITypeLib2_GetTypeInfoCount,
ITypeLib2_GetTypeInfoType, and ITypeLib2_IsName.
Fix to ICreateTypeInfo2_SetVarName to fix a case where multiple
instances of the same name are used in the same typelib.
Alastair Bridgewater [Sat, 13 Mar 2004 19:32:41 +0000 (19:32 +0000)]
Implemented ITypeLib2_GetTypeInfo() and
ITypeLib2_GetTypeInfoOfGuid().
Alastair Bridgewater [Sat, 13 Mar 2004 19:30:13 +0000 (19:30 +0000)]
Improve how the GUID hash system works. Mainly a cleanup so that the
hash lookups can be done from other functions.
Alastair Bridgewater [Sat, 13 Mar 2004 19:24:58 +0000 (19:24 +0000)]
Rename some of the fields in typelib.h to makes more evocative than
'unk00'.
Mike McCormack [Sat, 13 Mar 2004 19:24:29 +0000 (19:24 +0000)]
Make sure to take account of hidden bands during layout.
Juan Lang [Sat, 13 Mar 2004 19:24:04 +0000 (19:24 +0000)]
Prevent negative coords for line, turn off redraw when initializing,
document one difference in native/builtin behavior.
Robert Shearman [Sat, 13 Mar 2004 19:23:41 +0000 (19:23 +0000)]
- Implement TB_LOADIMAGES, TB_MAPACCELERATOR{A,W}, TB_MARKBUTTON and
undocumented message 0x460.
- Better debug output of undocumented message 0x45D.
Robert Reif [Fri, 12 Mar 2004 20:24:50 +0000 (20:24 +0000)]
Fixed bug when PCMWAVEFORMAT is passed into acmStreamOpen.
Fixed bug where interpolation is done with data past end of buffer. A
proper fix would be to project the last sample based on the previous
two but that requires significant changes.
Added TRACE and WARN where needed.
Robert Shearman [Fri, 12 Mar 2004 20:24:05 +0000 (20:24 +0000)]
- Add support for a toolbar global iListGap.
- Make TOOLBAR_CalcToolbar and TOOLBAR_DrawButton not rely on "magic
numbers" and calculate sizes and positions more like native.
Mike McCormack [Fri, 12 Mar 2004 20:23:39 +0000 (20:23 +0000)]
Don't calculate the redundant and unused REBAR_ROW structures.
Alexandre Julliard [Fri, 12 Mar 2004 19:49:46 +0000 (19:49 +0000)]
Fixed implib target broken by previous change.
Hans Leidekker [Fri, 12 Mar 2004 19:47:20 +0000 (19:47 +0000)]
The beginnings of math.h and float.h.
Dmitry Timoshkov [Fri, 12 Mar 2004 19:46:12 +0000 (19:46 +0000)]
CreateDIBSection takes a const pointer to BITMAPINFO.
Zimler Attila [Fri, 12 Mar 2004 19:44:47 +0000 (19:44 +0000)]
Add delete key support.
Dimitrie O. Paun [Fri, 12 Mar 2004 19:44:04 +0000 (19:44 +0000)]
Remove the FileSystem option from the drive configuration.
Robert Reif [Fri, 12 Mar 2004 19:43:44 +0000 (19:43 +0000)]
Enable exact position calculation when hardware supports it.
Robert Reif [Fri, 12 Mar 2004 19:43:19 +0000 (19:43 +0000)]
Added WAVEFORMATEXTENSIBLE.
Ulrich Czekalla [Fri, 12 Mar 2004 19:29:51 +0000 (19:29 +0000)]
Fix rebar band insertion and non-client calculation in pager control.
Alexandre Julliard [Fri, 12 Mar 2004 02:05:11 +0000 (02:05 +0000)]
We no longer need to pass --debugmsg -all to winedbg.
Stefan Leichter [Fri, 12 Mar 2004 02:02:13 +0000 (02:02 +0000)]
Fixed typo in DOS device check in CreateFileW.
Alexandre Julliard [Fri, 12 Mar 2004 01:59:35 +0000 (01:59 +0000)]
Get rid of ntdll_get_process_heap and ntdll_get_process_pmts by using
standard APIs instead.
Alexandre Julliard [Fri, 12 Mar 2004 01:56:49 +0000 (01:56 +0000)]
Changed the create_file server request to take NtCreateFile flags
instead of CreateFileW ones (based on a patch by Eric Pouech).
Raphael Junqueira [Fri, 12 Mar 2004 01:53:05 +0000 (01:53 +0000)]
- scripts sub-containers loading
- better segments Load and ParseDescriptor behaviors
Ge van Geldorp [Fri, 12 Mar 2004 01:52:11 +0000 (01:52 +0000)]
Change GetFileTitleA/W prototype to match PSDK.
Alexandre Julliard [Thu, 11 Mar 2004 23:22:29 +0000 (23:22 +0000)]
Get rid of the WINEOPTIONS variable and instead use WINEDEBUG to
inherit debug options.
Start deprecating the --debugmsg option.
Ge van Geldorp [Thu, 11 Mar 2004 22:46:51 +0000 (22:46 +0000)]
Explicitly ask for image list with screen depth as ILC_COLOR can/will
limit the depth to 4bpp now.
Alexandre Julliard [Thu, 11 Mar 2004 22:46:27 +0000 (22:46 +0000)]
The OpenConsoleW inherit argument is a boolean not a
SECURITY_ATTRIBUTES pointer.
Dimitrie O. Paun [Thu, 11 Mar 2004 22:42:39 +0000 (22:42 +0000)]
Build all file consistently, without shortcuts.
Do not pass winebuild escaped options to the compiler.
Michael Stefaniuc [Thu, 11 Mar 2004 22:42:11 +0000 (22:42 +0000)]
Add the LDFLAGS when linking hlp2sgml.
Hans Leidekker [Thu, 11 Mar 2004 22:38:38 +0000 (22:38 +0000)]
_wto{l,i,i64} parameters are const.
Robert Shearman [Thu, 11 Mar 2004 22:38:22 +0000 (22:38 +0000)]
Fix subclassing to support nested messages.
Alexandre Julliard [Thu, 11 Mar 2004 03:52:07 +0000 (03:52 +0000)]
We should no longer need to unset TMP and TEMP.
Dmitry Timoshkov [Thu, 11 Mar 2004 03:51:46 +0000 (03:51 +0000)]
Windows truncates windows coordinates at 16 bits when moving or
resizing a window.
Christian Britz [Thu, 11 Mar 2004 03:50:24 +0000 (03:50 +0000)]
Correction of small spelling mistakes.
Robert Shearman [Thu, 11 Mar 2004 03:50:10 +0000 (03:50 +0000)]
Rewrite drawing code.
Robert Reif [Thu, 11 Mar 2004 03:49:49 +0000 (03:49 +0000)]
Added some missing defines.
Alexandre Julliard [Thu, 11 Mar 2004 00:49:01 +0000 (00:49 +0000)]
Do not put the TEMP and TMP variables into the Unix environment, use
WINETEMP and WINETMP instead, like we already do for PATH.
Alexandre Julliard [Thu, 11 Mar 2004 00:47:49 +0000 (00:47 +0000)]
Remove the WINEDEBUG variable from the environment of the debugger
process.
Alexandre Julliard [Thu, 11 Mar 2004 00:46:09 +0000 (00:46 +0000)]
Portability fixes.
Alexandre Julliard [Thu, 11 Mar 2004 00:45:33 +0000 (00:45 +0000)]
Added a couple of missing close tags.
Hans Leidekker [Thu, 11 Mar 2004 00:43:47 +0000 (00:43 +0000)]
Implement _ftime with Win32 APIs.
Huw Davies [Thu, 11 Mar 2004 00:41:28 +0000 (00:41 +0000)]
We need to set the new text even if the old text string was NULL.
Alexandre Julliard [Thu, 11 Mar 2004 00:41:07 +0000 (00:41 +0000)]
Do not kill the animation thread with TerminateThread, let it finish
properly.
Fixed a couple of races with the animation thread.
Robert Shearman [Thu, 11 Mar 2004 00:39:53 +0000 (00:39 +0000)]
Spelling fixes.
Robert Shearman [Thu, 11 Mar 2004 00:38:44 +0000 (00:38 +0000)]
- Document control completeness.
- Remove unneeded include.
- Fix TEXT define.
- Fix tabs.
- Small optimisation in DrawInsert.
Dimitrie O. Paun [Thu, 11 Mar 2004 00:38:14 +0000 (00:38 +0000)]
Heap tests cleanup.
Dmitry Timoshkov [Thu, 11 Mar 2004 00:37:46 +0000 (00:37 +0000)]
Eliminate some unnecessary direct accesses to DC internals from EMF
driver.
Alexandre Julliard [Wed, 10 Mar 2004 03:37:58 +0000 (03:37 +0000)]
Alexandre Julliard [Wed, 10 Mar 2004 02:20:40 +0000 (02:20 +0000)]
Moved a number of 16-bit functions to file16.c.
Alexandre Julliard [Wed, 10 Mar 2004 01:56:00 +0000 (01:56 +0000)]
Do not create symlinks for the PE build since they can conflict with
the directory names.
Alexandre Julliard [Wed, 10 Mar 2004 01:55:12 +0000 (01:55 +0000)]
Check that we have statfs before using it.
Alexandre Julliard [Wed, 10 Mar 2004 01:54:39 +0000 (01:54 +0000)]
Added definitions for S_IXUSR, S_IXGRP and S_IXOTH.
Alexandre Julliard [Wed, 10 Mar 2004 01:53:57 +0000 (01:53 +0000)]
chmod is more portable than fchmod.
Dimitrie O. Paun [Wed, 10 Mar 2004 01:53:00 +0000 (01:53 +0000)]
Make IS_END_OF_NAME an inline function.
Alexandre Julliard [Tue, 9 Mar 2004 23:51:02 +0000 (23:51 +0000)]
Removed some unnecessary definitions from file.h.
Got rid of drive.h.
Alexandre Julliard [Tue, 9 Mar 2004 23:29:20 +0000 (23:29 +0000)]
ASCII string comparisons should not depend on the locale.
Robert Shearman [Tue, 9 Mar 2004 23:26:44 +0000 (23:26 +0000)]
- Implement the drag list control.
- Fix tabs in LBItemFromPt.
Huw Davies [Tue, 9 Mar 2004 23:26:18 +0000 (23:26 +0000)]
We need to at least refresh the window menu in ChildActivate, so for
now remove the 'is already activated' optimization.
Robert Reif [Tue, 9 Mar 2004 23:25:57 +0000 (23:25 +0000)]
Added dxerr8 and dxerr9 libraries.
Alexandre Julliard [Tue, 9 Mar 2004 19:52:06 +0000 (19:52 +0000)]
Get rid of the Filesystem option in the drive config, this was more
confusing than useful.
Alexandre Julliard [Tue, 9 Mar 2004 19:22:08 +0000 (19:22 +0000)]
Added statvfs prototype.
Raphael Junqueira [Tue, 9 Mar 2004 19:21:33 +0000 (19:21 +0000)]
Better dmscript loading (now we load the script version, script
language identifier and the script source).
Dmitry Timoshkov [Tue, 9 Mar 2004 19:19:53 +0000 (19:19 +0000)]
Added an EMF test suite.
Huw Davies [Tue, 9 Mar 2004 19:19:29 +0000 (19:19 +0000)]
Windows always adds a separator to the bottom of the new window
menu. Thanks to Dmitry Timoshkov for confirming this.
Robert Shearman [Tue, 9 Mar 2004 19:19:12 +0000 (19:19 +0000)]
Check for NULL pointers returned by HeapAlloc.
Alexandre Julliard [Tue, 9 Mar 2004 04:54:07 +0000 (04:54 +0000)]
Take advantage of the new winegcc -B support.
Alexandre Julliard [Tue, 9 Mar 2004 04:49:42 +0000 (04:49 +0000)]
Allow multiple -B options.
Do not pass the -Btools/winebuild magic option to the compiler to
avoid warnings.
Pass to the linker even the libraries we didn't find in the lib search
path, in case we are not using the standard paths.
Dimitrie O. Paun [Tue, 9 Mar 2004 04:20:58 +0000 (04:20 +0000)]
Add a wine specific mode. If is activated if the -B prefix ends with
/tools/winebuild. If you happen to have such a prefix, but you don't
want this behaviour, simply add a trailing '/'. In this special mode,
no default Win32 DLLs are linked in, we don't force the short wchar_t,
and the standard dirs are not searched.
Hannu Valtonen [Tue, 9 Mar 2004 03:49:39 +0000 (03:49 +0000)]
Added a man page for widl.
Alexandre Julliard [Tue, 9 Mar 2004 03:44:52 +0000 (03:44 +0000)]
Fixed a couple of crashes.
Robert Shearman [Tue, 9 Mar 2004 03:44:22 +0000 (03:44 +0000)]
Accept '-v' flag.
Huw Davies [Tue, 9 Mar 2004 03:43:54 +0000 (03:43 +0000)]
Add registry entries for any fonts found by fontconfig or that are in
the FontDirs directories.
Dimitrie O. Paun [Tue, 9 Mar 2004 01:34:00 +0000 (01:34 +0000)]
Add -B prefix support. Small consistency cleanups.
Christian Costa [Tue, 9 Mar 2004 01:29:56 +0000 (01:29 +0000)]
Add amstream dll (MultiMedia Streams), part of Direct Show.
Alexandre Julliard [Tue, 9 Mar 2004 01:03:03 +0000 (01:03 +0000)]
Reimplemented GetVolumeInformation and SetVolumeLabel; volume label
and serial number are now stored in the filesystem instead of in the
config file (partly based on a patch by Eric Pouech).
Dimitrie O. Paun [Tue, 9 Mar 2004 00:42:21 +0000 (00:42 +0000)]
Support processors made up of different commands.
Rename some processor enums for consistency.
Christian Britz [Tue, 9 Mar 2004 00:42:04 +0000 (00:42 +0000)]
Added German translation of the README file.
Bobby Bingham [Tue, 9 Mar 2004 00:41:39 +0000 (00:41 +0000)]
Stub EnumDesktopsW for now.
Implement EnumDesktopsA in terms of EnumDesktopsW.