Ulrich Weigand [Sun, 2 May 1999 11:33:01 +0000 (11:33 +0000)]
Don't crash if queuing an APC on a thread that doesn't wait.
Ulrich Weigand [Sun, 2 May 1999 11:30:39 +0000 (11:30 +0000)]
Use SERVICES callback to implement Windows timers.
Timer expiration handling removed from EVENT_WaitNetEvent loop.
Huw D M Davies [Sun, 2 May 1999 11:27:14 +0000 (11:27 +0000)]
Call SetLastError in HeapCompact().
Ove Kaaven [Sun, 2 May 1999 11:26:07 +0000 (11:26 +0000)]
Added prototype for TryEnterCriticalSection.
Klaas van Gend [Sun, 2 May 1999 11:22:50 +0000 (11:22 +0000)]
Make all structures packed and removal of some WINE_PACKED.
Pavel Roskin [Sun, 2 May 1999 11:21:45 +0000 (11:21 +0000)]
Pushbuttons should only be rounded in Win31 look.
Juergen Schmied [Sun, 2 May 1999 11:21:08 +0000 (11:21 +0000)]
- default item handling
- small drawing fixes
Noel Borthwick [Sun, 2 May 1999 11:20:00 +0000 (11:20 +0000)]
Fixed an unbalanced windows lock/unlock sequence in
WINPOS_ActivateOtherWindow.
Alexandre Julliard [Sun, 2 May 1999 10:23:40 +0000 (10:23 +0000)]
enhmetafile added
Eric Pouech [Sun, 2 May 1999 10:21:49 +0000 (10:21 +0000)]
- got rid of all the internal MM tweaks to load builtin MCI
drivers. They are all seen as drivers, loaded as DLLs and standard
module loadorder is used to know which type to use (builtin vs
native).
- first full working implementation of mmThread??? functions (to
support gracefully native MCI drivers).
- support of mmShowMMCPLPropertySheet.
- fix of some heap validate bugs (thanks to Ulrich for reporting them).
Guy Albertelli [Sun, 2 May 1999 10:17:31 +0000 (10:17 +0000)]
Fix CreateProcessA to implement correct actions on ambiguous command
line names (try longer and longer strings).
Huw D M Davies [Sun, 2 May 1999 10:15:16 +0000 (10:15 +0000)]
Started implementing Enhanced MetaFile driver.
Francis Beaudet [Sun, 2 May 1999 09:27:08 +0000 (09:27 +0000)]
Implemented the OLE object default handler and data cache.
Huw D M Davies [Sun, 2 May 1999 09:23:51 +0000 (09:23 +0000)]
Several improvements to Enhanced MetaFile playback.
Bertho Stultiens [Sun, 2 May 1999 09:21:31 +0000 (09:21 +0000)]
Only try to append ".dll" if a library is loaded implicitely.
Michael Veksler [Sun, 2 May 1999 09:20:45 +0000 (09:20 +0000)]
Fix TRACE formatting warnings.
Andreas Mohr [Sun, 2 May 1999 09:20:07 +0000 (09:20 +0000)]
Fixed a small syntax problem.
Juergen Schmied [Sun, 2 May 1999 09:19:19 +0000 (09:19 +0000)]
- better stubs for Get/Set special (Progman/Taskman) window functions
Juergen Schmied [Sun, 2 May 1999 09:17:48 +0000 (09:17 +0000)]
- new SendMessageCallbackW
- some fixme's for missing A<->W conversion
Noel Borthwick [Sun, 2 May 1999 09:16:44 +0000 (09:16 +0000)]
Fixed an unbalanced windows lock/unlock sequence in GetNextDlgTabItem.
Klaas van Gend [Sun, 2 May 1999 09:14:00 +0000 (09:14 +0000)]
Bugfix for EnumPrinters level 2.
Guy Albertelli [Sun, 2 May 1999 09:11:33 +0000 (09:11 +0000)]
Correct logic in GetKeyNameText.
Andreas Mohr [Sun, 2 May 1999 09:09:48 +0000 (09:09 +0000)]
Removed +snoop from documentation/bugreports.
Pavel Roskin [Sat, 1 May 1999 10:41:02 +0000 (10:41 +0000)]
LoadImageW fixed for hicolor displays.
Marcus Meissner [Sat, 1 May 1999 10:39:28 +0000 (10:39 +0000)]
MCI_ANIM_OPEN_PARMSW should be LPCWSTR, MCI_DefYieldProc should be WINAPI.
Alexandre Julliard [Sat, 1 May 1999 10:37:00 +0000 (10:37 +0000)]
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Fixed HEADER_InsertItemA and HEADER_InsertItemW null pointer checking
to handle wide character strings properly. Fix of our previous patch
for null pointer checking.
Thuy Nguyen [Sat, 1 May 1999 10:36:07 +0000 (10:36 +0000)]
Implemented CreateILockBytesOnHGloba, GetHGlobalFromILockBytes and
the ILockBytes interface based on an HGLOBAL.
Francis Beaudet [Sat, 1 May 1999 10:32:32 +0000 (10:32 +0000)]
Fixed a bug in CoRegisterClassObject.
Luc Tourangeau [Sat, 1 May 1999 10:30:53 +0000 (10:30 +0000)]
Removed some flickering when inserting or deleting buttons.
Alexandre Julliard [Sat, 1 May 1999 10:29:37 +0000 (10:29 +0000)]
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Fixed LISTVIEW_GetItemChanges() to perform a more complete comparison
between lpItem and lpLVItem. Now compares the pszText string of the
lpItem and lpLVItem structs. Fixes a bug where the old and new item
have the same attributes but their text differs and GetItemChanges()
compares them as equal.
Thuy Nguyen [Sat, 1 May 1999 10:27:05 +0000 (10:27 +0000)]
Added support for adding and removing pages dynamically from a
property sheet.
Marcus Meissner [Sat, 1 May 1999 10:23:45 +0000 (10:23 +0000)]
Removed the gotos from the WndProcs, always use a small wrapper that
locks the window, calls the real wndproc, unlocks the window.
Juergen Schmied [Sat, 1 May 1999 10:22:22 +0000 (10:22 +0000)]
Fixed default menu item.
Juergen Schmied [Sat, 1 May 1999 10:21:06 +0000 (10:21 +0000)]
Fixed typo.
Andreas Mohr [Sat, 1 May 1999 10:20:18 +0000 (10:20 +0000)]
Added a missing LeaveCriticalSection.
Francois Boisvert [Sat, 1 May 1999 10:19:35 +0000 (10:19 +0000)]
Fixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in
TranslateMDISysAccel16.
Ove Kaaven [Sat, 1 May 1999 10:18:21 +0000 (10:18 +0000)]
Fixed off-by-one bug in async output buffers.
Francis Beaudet [Sat, 1 May 1999 10:10:30 +0000 (10:10 +0000)]
Fixed a little Drag and Drop bug.
Alexandre Julliard [Mon, 26 Apr 1999 18:19:22 +0000 (18:19 +0000)]
Release 990426.
Marcus Meissner [Mon, 26 Apr 1999 14:58:58 +0000 (14:58 +0000)]
Added autoconf check for "inline". You can now use it, it will be
defined to (empty) for compilers that do not have it.
Gerald Pfeifer [Mon, 26 Apr 1999 14:57:54 +0000 (14:57 +0000)]
Don't include alloca.h.
James Juran [Mon, 26 Apr 1999 14:57:06 +0000 (14:57 +0000)]
Update to reflect recent changes and discussions.
Bertho Stultiens [Mon, 26 Apr 1999 14:55:24 +0000 (14:55 +0000)]
The load order parser should not always complain about extensions.
Juergen Schmied [Mon, 26 Apr 1999 14:54:38 +0000 (14:54 +0000)]
- align magic buttons right
- shortcuts alignment working again
Eric Pouech [Mon, 26 Apr 1999 14:53:32 +0000 (14:53 +0000)]
Fixed loading of native NE dlls.
Alexandre Julliard [Sun, 25 Apr 1999 19:04:42 +0000 (19:04 +0000)]
Fixed __builtin_return_address arg.
Patrik Stridvall [Sun, 25 Apr 1999 19:01:52 +0000 (19:01 +0000)]
Fixed ANSI compabillity.
Bertho Stultiens [Sun, 25 Apr 1999 18:31:35 +0000 (18:31 +0000)]
Built-in dlls now have resources attached via the PE-header like
normal dlls. This enables the use of the resource API.
Alexandre Julliard [Sun, 25 Apr 1999 12:41:36 +0000 (12:41 +0000)]
Use $HOME instead of getpwuid for user's home directory.
Fixed messed up indentation.
Alexandre Julliard [Sun, 25 Apr 1999 12:39:33 +0000 (12:39 +0000)]
Use $HOME instead of getpwuid for user's home directory.
Patrik Stridvall [Sun, 25 Apr 1999 12:36:53 +0000 (12:36 +0000)]
#pragma pack(?) changed to #include "*pack*.h"
Jim Aston [Sun, 25 Apr 1999 12:31:20 +0000 (12:31 +0000)]
Added some missing #defines I've run across.
Andreas Mohr [Sun, 25 Apr 1999 12:27:58 +0000 (12:27 +0000)]
Ignore trailing dots on file names.
Ove Kaaven [Sun, 25 Apr 1999 12:24:42 +0000 (12:24 +0000)]
Added a possibility to let the internal debugger use a separate
heap. Not enabled by default, change #if in include/debugger.h to use
this (the heap allocator is very slow).
Eric Pouech [Sun, 25 Apr 1999 12:23:26 +0000 (12:23 +0000)]
wine.conf should not overrule content of burned in data in
loadorder.c.
Karl Lessard [Sun, 25 Apr 1999 12:19:30 +0000 (12:19 +0000)]
SetMapMode should not reset the window and viewport origins to 0.
Eric Pouech [Sun, 25 Apr 1999 12:18:36 +0000 (12:18 +0000)]
Allow to automatically copy part of wine.ini into generated file.
Small perl enhancement (work in strict mode).
Small updates in heuristics.
Eric Pouech [Sun, 25 Apr 1999 12:16:49 +0000 (12:16 +0000)]
Upgraded to have a decent multimedia DLLs configuration.
Bertho Stultiens [Sun, 25 Apr 1999 11:06:12 +0000 (11:06 +0000)]
- Fixed a counting bug in the win32 count and sort routine.
- Fixed sort order of resources (must be name before ordinal).
- Shuffled a couple of global variables so that built-in dlls now can
load resources through the proper PE interface.
Adrian Thurston [Sun, 25 Apr 1999 11:05:30 +0000 (11:05 +0000)]
Added support for strict handles. Only works on machines where
sizeof(UINT) == sizeof(void*).
Ulrich Weigand [Sun, 25 Apr 1999 11:04:45 +0000 (11:04 +0000)]
Initialize process critical section in the correct process context.
Ulrich Weigand [Sun, 25 Apr 1999 11:03:59 +0000 (11:03 +0000)]
Warn if wrong process tries to enter critical section.
Better implementation of Reinitialize/UninitializeCriticalSection
(still not quite correct).
Marcus Meissner [Sun, 25 Apr 1999 11:03:11 +0000 (11:03 +0000)]
debug.h must be last in list of includes.
Ulrich Weigand [Sun, 25 Apr 1999 11:02:33 +0000 (11:02 +0000)]
Return 32-bit module in GetModuleHandle16() if appropriate.
Eric Pouech [Sun, 25 Apr 1999 11:01:12 +0000 (11:01 +0000)]
Fixed crash when status was read with cd-rom tray open.
Eric Pouech [Sun, 25 Apr 1999 11:00:36 +0000 (11:00 +0000)]
Fixed a bug in msg conversion.
Eric Pouech [Sun, 25 Apr 1999 10:59:46 +0000 (10:59 +0000)]
Prevent crash when nMinRange > nMaxRange.
Eric Pouech [Sun, 25 Apr 1999 10:59:01 +0000 (10:59 +0000)]
Added some missing manifest constants for Queue Status functions (QS_????).
Eric Pouech [Sun, 25 Apr 1999 10:58:04 +0000 (10:58 +0000)]
Added missing WIN_ReleaseWndPtr.
Alexandre Julliard [Sun, 25 Apr 1999 10:57:03 +0000 (10:57 +0000)]
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
More appropriate default size for fonts with invalid sizes.
Alexandre Julliard [Sun, 25 Apr 1999 10:56:10 +0000 (10:56 +0000)]
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Implemented SetColumnWidth for ListView control.
Adam Sacarny [Sun, 25 Apr 1999 10:55:22 +0000 (10:55 +0000)]
Added new documentation for the configuration file.
Andreas Mohr [Sun, 25 Apr 1999 10:54:16 +0000 (10:54 +0000)]
Improved VERSION_GetVersion.
Peter Bortas [Sun, 25 Apr 1999 10:53:22 +0000 (10:53 +0000)]
Added Swedish keyboard layout.
Huw D M Davies [Sun, 25 Apr 1999 09:24:23 +0000 (09:24 +0000)]
General tidy up of the MetaFile driver - make sure that everything
goes through the DCFuncs table.
Uwe Bonnes [Sun, 25 Apr 1999 09:22:13 +0000 (09:22 +0000)]
Add a stub for GlobalMasterHandle.
Adam Sacarny [Sun, 25 Apr 1999 09:20:40 +0000 (09:20 +0000)]
Much nicer way to select wine's location.
Option to disable creation of debugging output.
Debugging output is now created in directory script was started in.
Noel Borthwick [Sun, 25 Apr 1999 09:19:21 +0000 (09:19 +0000)]
Fixed a problem with managed mode, where popup windows with a WS_DLGFRAME
style were appearing with a title bar. According to the docs for
WS_DLGFRAME a window with this style cannot have a title bar.
Marcus Meissner [Sun, 25 Apr 1999 09:15:25 +0000 (09:15 +0000)]
Use DllOverrides from wine.ini as defaults also in
loadorder.c (merged in some MM dlls lines from Eric Poeuch).
Eric Pouech [Sun, 25 Apr 1999 09:12:27 +0000 (09:12 +0000)]
Fixed some bogus infinite expiration time.
David Luyer [Sun, 25 Apr 1999 09:11:05 +0000 (09:11 +0000)]
- consolidate both cases of !pending in WaitNetEvent
- select() returns -1 not 0 on error in WaitNetEvent
Ove Kaaven [Sun, 25 Apr 1999 09:09:15 +0000 (09:09 +0000)]
Made HeapValidate threadsafe, and added some macros to track callerEIP
a little better.
Added HEAP_xrealloc.
Marcus Meissner [Sat, 24 Apr 1999 12:02:14 +0000 (12:02 +0000)]
autoconf fixes and cleanups (check for dlopen() in libc too).
Francis Beaudet [Sat, 24 Apr 1999 12:00:31 +0000 (12:00 +0000)]
Implemented CreateStreamOnHGLOBAL.
Andreas Mohr [Sat, 24 Apr 1999 11:57:30 +0000 (11:57 +0000)]
Let CoSetState() accept state == NULL.
Juergen Schmied [Sat, 24 Apr 1999 11:56:51 +0000 (11:56 +0000)]
Made internal format more compatible.
Juergen Schmied [Sat, 24 Apr 1999 11:55:46 +0000 (11:55 +0000)]
Small fixes.
Guy Albertelli [Sat, 24 Apr 1999 11:54:40 +0000 (11:54 +0000)]
Fix locking with proper calls to WIN_ReleaseWndPtr.
Ove Kaaven [Sat, 24 Apr 1999 11:53:38 +0000 (11:53 +0000)]
Don't malloc/free for every mixing operation, use the same buffer over
instead...
Alexandre Julliard [Sat, 24 Apr 1999 11:51:13 +0000 (11:51 +0000)]
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbejy@wpi.edu>
HEADER_InsertItemA and HEADER_InsertItemW now treat null pointers to
text strings as null strings, as Windows does. Fixes wine crash on
startup of CuteFTP.
Noomen Hamza [Sat, 24 Apr 1999 11:49:26 +0000 (11:49 +0000)]
Set (when registry loaded) data to "\0" and length to 2 in empty
string value case, in place of setting data to NULL and length to 0,
and this is without initializing output buffer parameter of
RegQueryValue*.
Huw D M Davies [Sat, 24 Apr 1999 11:47:26 +0000 (11:47 +0000)]
Added Panose defines and EXTLOGFONT[A|W].
Patrik Stridvall [Thu, 22 Apr 1999 16:27:50 +0000 (16:27 +0000)]
Fixed ANSI compabillity.
Michael Veksler [Thu, 22 Apr 1999 15:26:11 +0000 (15:26 +0000)]
Removed some includes of 16 bit API.
Adrian Thurston [Thu, 22 Apr 1999 15:23:18 +0000 (15:23 +0000)]
ICOMization of remaining interfaces.
Noel Borthwick [Thu, 22 Apr 1999 15:22:06 +0000 (15:22 +0000)]
Fixed bug with tooltips stealing focus whenever a tooltip was created,
shown, hidden or tracked. The SetWindowPos calls needed to have the
SWP_NOACTIVATE flag set additionally.
Karl Lessard [Thu, 22 Apr 1999 14:59:21 +0000 (14:59 +0000)]
Fixed coordinates conversion in OffsetClipRgn.
Adrian Thurston [Thu, 22 Apr 1999 14:56:14 +0000 (14:56 +0000)]
Clean up objbase.h. Makes the STDMETHOD set of macros available to the winelib user.
Marcus Meissner [Thu, 22 Apr 1999 14:55:06 +0000 (14:55 +0000)]
CreateSocketHandle,GetHandleContext,SetHandleContext stubs added.
Juergen Schmied [Thu, 22 Apr 1999 10:11:04 +0000 (10:11 +0000)]
Moved stuff to the right place.