Fixed StatusBar SetText again, added some comments.
[wine] / dlls /
2002-04-29  Marcus MeissnerFixed StatusBar SetText again, added some comments.
2002-04-27  Alexandre JulliardFixed warnings.
2002-04-27  Martin WilckAdded unit test for winsock.
2002-04-27  Martin WilckSO_OPENTYPE has to be a per-thread setting.
2002-04-27  Alexandre JulliardAdded some shdocvw ordinals and stubs.
2002-04-27  Robert O'CallahanFixed bug in TEXT_WordBreak that was variously throwing...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-26  Martin WilckFixed some bugs in my recently submitted patch series.
2002-04-25  Paul MillarFixed minor typo.
2002-04-25  Mike McCormackAdded support for TransmitCommChar.
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-25  Martin WilckImplemented overlapped WSARecvFrom(), WSASendTo(), and
2002-04-24  Alexandre JulliardNever activate the window on SW_SHOWNOACTIVATE.
2002-04-24  Huw D M DaviesDon't check hwndInsertAfter if SWP_NOZORDER is set.
2002-04-24  Alexandre JulliardAdded support for installing an error callback when...
2002-04-24  Guy L. Albertelli- Improve I_IMAGECALLBACK handling and support I_IMAGENONE.
2002-04-24  Marcelo WelterFix to old DCB format parsing.
2002-04-24  Bill MedlandFirst regression test for wsprintf.
2002-04-23  Alexandre JulliardLoad libXrender at run-time with dlopen (based on a...
2002-04-23  Martin WilckFixed handling of deferred connections in WSAAccept().
2002-04-23  Dimitrie O. PaunFix WM_NOTIFYFORMAT handling.
2002-04-23  Dimitrie O. Paun- implement WM_NOTIFYFORMAT
2002-04-22  Chuck Crayne- Recognize "\n" as an alternative soft line break...
2002-04-22  Eric PouechA bit more robust against wave???Open failures.
2002-04-22  Eric PouechFixed multi-thread access to local variables (mainly...
2002-04-22  Eric PouechFixed a mismatch in wavein 16/32 mapping.
2002-04-22  Alexandre JulliardRemoved constants that aren't defined in Windows.
2002-04-21  Eric PouechAdded a framework for testing CreateProcess and a few...
2002-04-21   <wine@gc2.kloepfe... Faster serial speed cases for non Linux systems.
2002-04-21  Mike McCormackAdded a simple test set for window classes.
2002-04-21  Bill MedlandThe extension should not be removed from the display...
2002-04-20  Hidenori TakeshimaImplemented OleIconToCursor.
2002-04-20  Bill MedlandCorrect handling of zero-padded negative numbers; trans...
2002-04-20  Bill MedlandGet the folder browser to work as well with W notificat...
2002-04-20  Christian CostaGET FUNCTIONALITY/STATE INFORMATION: The input paramete...
2002-04-19  Christian CostaVGA_ioport_in: Fake the occurrence of the vertical...
2002-04-19  Hidenori TakeshimaImplemented MJPG handler.
2002-04-19  Leo van den BergAdded stubs for AbortSystemShutdown[AW] and PrivilegeCheck.
2002-04-19  Mehmet YasarNow, we are really erasing WS_CAPTION style.
2002-04-17  Alexandre JulliardExport a few more 16-bit GDI functions. Finished wineps...
2002-04-17  Christian CostaImplement SET INDIVIDUAL DAC REGISTER and SET BLOCK...
2002-04-17  Mehmet YasarAdd more check inside SB_SETTEXT and SB_GETTEXT.
2002-04-17  Dimitrie O. PaunComplete implementation for DrawStatusText{A,W}.
2002-04-17  Martin Wilck_get_sock_fd_type: New function, retrieve fd type and...
2002-04-14  Alexandre JulliardPass a PHYSDEV to EnumDeviceFont and release the GDI...
2002-04-14  Martin Wilck- Need a "cleanup" method.
2002-04-14  Mehmet Yasar- Clear WS_CAPTION style.
2002-04-14  Hidenori TakeshimaFixed some bugs.
2002-04-14  Guy L. AlbertelliImplement NM_CUSTOMDRAW notification.
2002-04-11  Hidenori TakeshimaReturn error codes in some 16bit ole stubs, returning...
2002-04-11  Alexandre JulliardRemoved obsolete console driver.
2002-04-11  Geoffrey HausheerAdded test for GetFullPathNamesA, GetLongPathNamesA,
2002-04-11  Uwe BonnesSIC_GetIconIndex: start DPA_Search from index 0.
2002-04-11  Stefan LeichterCompile fixes for gcc 2.7.2.3.
2002-04-11  Dimitrie O. Paun- implement LPSTR_TEXTCALLBACK
2002-04-11  Jukka HeinonenRemoved obsolete text mode color and attribute code.
2002-04-11  Marcus MeissnerImplemented PrintDlgW and PageSetupDlgW.
2002-04-11  Uwe BonnesLISTVIEW_GetColumnT: care for the format of the string.
2002-04-11  Uwe BonnesMCIWndCreateA: check for NULL filename.
2002-04-08  Mike McCormackCreated a stubbed version of MSISYS.OCX.
2002-04-08  Dusan LackoIf we can't extract the icon, defer link creation to...
2002-04-08  Hidenori TakeshimaAdded some stubs.
2002-04-08  Dimitrie O. Paun- get rid of parent handle from info struct
2002-04-08  Dimitrie O. Paun- fix indentation
2002-04-08  Gerald PfeiferAlso #include <sys/uio.h>.
2002-04-08  Hidenori TakeshimaAdded some stubs.
2002-04-08  Hidenori TakeshimaAdded resources for Japanese.
2002-04-08  Hidenori TakeshimaFixed crashing in stopping parser.
2002-04-08  Jukka HeinonenConverted "read standard input with echo" interrupt...
2002-04-08  Jukka HeinonenWrites to stdout and VGA_WriteChars routine now update...
2002-04-08  Hidenori TakeshimaFixed an overflow in calculating times.
2002-04-06  Huw D M DaviesImplement ResetDC and PHYSICALOFFSET[X|Y] devcaps.
2002-04-06  Huw D M DaviesChanged default paper size to letter.
2002-04-06  Huw D M DaviesAdded support for ResetDC.
2002-04-05  Huw D M DaviesMake ExtDeviceMode dialog use unicode property sheet...
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
2002-04-05  Martin WilckMake the recv() and send() family of functions use...
2002-04-05  Stefan LeichterCheck for NULL pointer in DrawTextExA.
2002-04-05  Dimitrie O. Paun- fix edit box placement
2002-04-05  Guy L. Albertelli- Use the new comctl32 color array for the colors....
2002-04-05  Guy L. Albertelli- Keep track of all system colors used by comctl32...
2002-04-05  Guy L. AlbertelliAdjust the child offset x value based on band style...
2002-04-05  Guy L. Albertelli- Try to match the native control for the SetBkColor...
2002-04-04  Alexandre JulliardFixed compile without freetype.
2002-04-03  Charles LoepSupport for hiding file extensions in IShellFolder_GetD...
2002-04-03  Huw D M DaviesCheck for failure of IShellFolder_GetDisplayNameOf.
2002-04-03  Francois GougetForward C++ functions to the msvcrt library.
2002-04-03  Aric StewartUse rect only if there are flags.
2002-04-03  Huw D M DaviesAdded writing META_ESCAPE records.
2002-04-03  Huw D M DaviesRemoved old FF_ code.
2002-04-03  Huw D M DaviesFix off by one error in HEADER_InsertItemW.
2002-04-03  Huw D M DaviesImplement GetTextExtentPointI and add support for ETO_G...
2002-04-03  Huw D M DaviesFix a few font problems with rotated text and non MM_TE...
2002-04-03  Huw D M DaviesAdd font substitution lookup in the registry. We look...
2002-04-03  Dmitry TimoshkovImplement GetGlyphIndices. Tweak GetCharacterPlacement...
2002-04-03  Mike McCormackAdd stub for WSAEnumProtocols(A/W) functions.
2002-04-03  Huw D M DaviesLoad libfreetype.so on the fly with dlopen and friends.
2002-04-03  Aric StewartEnable ShellExecuteEx to actually open things with...
2002-04-03  Mike McCormackAdded some stubs.
2002-04-03  Huw D M DaviesAdded ImpersonateLoggedOnUser stub.
next