wine
2001-05-22  Alexandre JulliardMake WIN_WindowFromPoint take a POINT instead of a...
2001-05-22  Eric PouechUpdated multimedia documentation.
2001-05-22  Eric PouechMimic more closely Windows' behavior (a MSACM driver...
2001-05-22  Eric PouechMade midi mapper more robust.
2001-05-22  Eric PouechNow loading the default setting for low level drivers...
2001-05-22  Francois GougetUse memset rather than bzero.
2001-05-22  Mike BondFixed spawnlp and added exec variants.
2001-05-22  Dmitry TimoshkovSmall clean up.
2001-05-22  Dmitry TimoshkovFixed some dll separation issues.
2001-05-22  Eric PouechCorrectly generate the environment global variables.
2001-05-21  Gerard PatelTake message filters into account for WM_PAINT too.
2001-05-21  Eric PouechAdded the notion of delayed breakpoint (when a function...
2001-05-21  Eric PouechSome French translations.
2001-05-21  Eric PouechFixed open requests in case of error (if the physical...
2001-05-21  Eric PouechAdded basic support for SPI_GETSCREENREADER.
2001-05-19  Eric PouechFixed reply_message when there is no received message.
2001-05-19  Gerard PatelFixed SetTimer for hwnd == 0.
2001-05-19  James JuranAccept responses from 1..n when choosing from multiple...
2001-05-18  Alexandre JulliardFixed typo in message filter check.
2001-05-18  Alexandre JulliardRemoved THREAD_IsWin16.
2001-05-18  Ulrich CzekallaFix menu behaviour when escape is pressed.
2001-05-18  Marcus MeissnerDo not return FALSE on SetFileAttributes() failure...
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-05-18  Francois GougetSpelling typos.
2001-05-18  Marcus MeissnerFixed compile if we do not have the xf86vidmode extension.
2001-05-18  Marcus MeissnerThe shell special folder path creation did not mkdir...
2001-05-18  Marcus MeissnerEnhanced SetThreadExecutionState stub.
2001-05-18  Mike BondImplementation of spawnl and spawnlp.
2001-05-18  Marcus MeissnerUse older cupsGetPrinters() API so we support CUPS...
2001-05-18  Jukka HeinonenKeyboard events did not update AsyncKeyStateTable,...
2001-05-18  James JuranMake sure we set dwOSVersionInfoSize before calling...
2001-05-16  Marcus MeissnerAdopted to new threaded displays.
2001-05-16  Ian PilcherRead metrics from TrueType fonts.
2001-05-16  Bill MedlandOnly measure child rectangles of visible children when...
2001-05-16  Ian PilcherDisable /etc/printcap parsing if no PPD file specified.
2001-05-16  Ian PilcherGuesstimate Windows font metrics for Type 1 fonts.
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-16  Alexandre JulliardWarnings fixes.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-14  Alexandre JulliardClear owner of system message queue to avoid freeing...
2001-05-14  Ian PilcherAdd closing tags.
2001-05-14  Bang Jun-YoungDefine HAVE_SYS_SOCKET_H on NetBSD and FreeBSD.
2001-05-14  Gerard PatelTest if the menu is destroyed before displaying a menu...
2001-05-11  Alexandre JulliardCreate a new window for the top popup menu on every...
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-11  Francois GougetAdd a warning saying that the x11drv section is getting...
2001-05-11  Francois GougetRemoved some more obsolete 32 suffixes.
2001-05-11  Ian PilcherEliminate __compar_fn_t.
2001-05-11  Alexandre JulliardRenamed display to gdi_display where it is used for...
2001-05-10  Alexandre JulliardRelease 20010510. wine-20010510
2001-05-10  Alexandre JulliardFixed reparenting to desktop (found by Gerard Patel).
2001-05-10  Alexandre JulliardReally free the memory on dll unload.
2001-05-10  Alexandre JulliardMoved ScrollWindowEx implementation to the graphics...
2001-05-10  Francois GougetDon't start applications in the background to avoid...
2001-05-10  Francois GougetThe declaration of DECIMAL in VARIANT happens in the...
2001-05-10  Marcus MeissnerChanged the printing documentation to include CUPS...
2001-05-10  Marcus MeissnerAdded a generic level 3 color postscript PPD (for ...
2001-05-10  Ove KaavenAdded version entry for DirectX 7.0a.
2001-05-09  Alexandre JulliardRemoved XShmCompletion event support (no longer used).
2001-05-09  Alexandre JulliardGot rid of MakeMaker so we can build outside the source...
2001-05-09  Alexandre JulliardAllow WINESERVER to specify a relative path.
2001-05-09  Bang Jun-YoungOn NetBSD if_type is defined as a macro in /usr/include...
2001-05-09  Bang Jun-YoungDo not use internal exception codes defined by Wine...
2001-05-09  Bang Jun-YoungAdded support for NetBSD.
2001-05-09  Ove KaavenFixed the IDirectDrawSurface4 interface declaration...
2001-05-09  Duane ClarkAdd tests for the flag FORMAT_MESSAGE_IGNORE_INSERTS...
2001-05-09  Alexandre JulliardUse 32-bit hook functions where possible. Cleaned up...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-05-09  Alexandre JulliardMoved window move/resize syscommand handling to the...
2001-05-09  Mike McCormackOnly draw the padding area of the combo box, don't...
2001-05-09  Francois GougetRenamed 'operator_compliment' to 'operator_complement'.
2001-05-09  Ulrich CzekallaFixed a paint problem reported by Mike McCormack.
2001-05-09  Ian PilcherUnicode encodings for PostScript fonts.
2001-05-09  Marcus MeissnerImplemented /etc/printcap based printing support.
2001-05-09  James JuranAdd missing newline to WARN messages.
2001-05-08  Francois GougetPrint the tid in the first column when +tid is specified.
2001-05-08  Marcus MeissnerPS passthrough was sending 2 bytes too many.
2001-05-07  Ian PilcherMake PSDRV_Escape(GETPHYSPAGESIZE) return physical...
2001-05-07  Ian PilcherFixed rounding error in page size calculation.
2001-05-07  Duane ClarkSwap portrait/landscape icon when button clicked.
2001-05-07  Duane ClarkAdded entry for printing to a file.
2001-05-07  Francois GougetAdded the minmax.h header (VC6).
2001-05-07  Marcus MeissnerSanity check for Makedll.rules.in -> Makedll.rules...
2001-05-07  Bang Jun-YoungAdd the NetBSD style errno location.
2001-05-07  Francois GougetAdded missing include directives.
2001-05-07  Francois GougetRemove the anonymous function parameter from generate_l...
2001-05-07  Francois GougetRC_INVOKED (&NOWINRES) special cases.
2001-05-07  Francois Gouget-l/-L were not renamed to -t/-T in the usage messages.
2001-05-07  Chris MorganFix duplicate directories being concatenated to buffer in
2001-05-07  Bang Jun-YoungCall OSS_MidiInit() only if HAVE_OSS_MIDI is defined.
2001-05-07  Bang Jun-YoungInclude missing errno.h.
2001-05-07  Marcus MeissnerDrop flags during font enumeration for font chooser...
2001-05-07  Marcus MeissnerChanged some ptr into str.
2001-05-07  Francois GougetAdded support for the DECIMAL type.
2001-05-07  Francois GougetFixed incorrect cast in WSOCK32_send and WSOCK32_recvfrom.
2001-05-07  Francois GougetAdded IS_ERROR.
2001-05-07  Marcus MeissnerReport that we have 2^16 colors, so PowerPoint97 prints...
2001-05-07  Marcus MeissnerFor underlining and striking out text we need to send...
2001-05-07  Marcus MeissnerPaper dialog translated to German.
2001-05-07  Francois GougetPotential buffer overflow in PROFILE_CopyEntry.
next