wine
2002-04-17  Dimitrie O... Complete implementation for DrawStatusText{A,W}.
2002-04-17  Martin Wilck_get_sock_fd_type: New function, retrieve fd type and...
2002-04-17  Martin WilckGetOverlappedResult: Return ERROR_IO_INCOMPLETE if...
2002-04-15  Alexandre JulliardFixed stupid typo in previous patch.
2002-04-14  Alexandre JulliardPass a PHYSDEV to EnumDeviceFont and release the GDI...
2002-04-14  Alexandre JulliardFixed inheriting command-line options from parent process.
2002-04-14  Martin Wilck- Need a "cleanup" method.
2002-04-14  Martin WilckSTATUS_CANCELLED is correct for cancelled requests...
2002-04-14  Mehmet Yasar- Clear WS_CAPTION style.
2002-04-14  Hidenori TakeshimaFixed some bugs.
2002-04-14  Martin WilckFix winemaker-generated references to dlls that have...
2002-04-14  Guy L. AlbertelliImplement NM_CUSTOMDRAW notification.
2002-04-14  Guy L. Albertelli- When dumping NMCUSTOMDRAW, use correct size for a...
2002-04-12  Alexandre JulliardRelease 20020411. wine-20020411
2002-04-12  Alexandre JulliardClean autom4te.cache.
2002-04-11  Andriy PalamarchukCreated regedit replacement. Fixed some bugs.
2002-04-11  Alexandre JulliardRemoved changelog entries that are in the main changelo...
2002-04-11  Christoph FrickReuse visuals to avoid MAX_PIXELFORMATS limit.
2002-04-11  Hidenori TakeshimaUse hard-coded font name bindings only with the ANSI_CH...
2002-04-11  Hidenori TakeshimaReturn error codes in some 16bit ole stubs, returning...
2002-04-11  Alexandre JulliardUpdated configure to take advantage of new autoconf...
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  Alexandre Julliard'used' should be set even if we are only computing...
2002-04-11  Stefan LeichterCompile fixes for gcc 2.7.2.3.
2002-04-11  Dimitrie O... - 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 Bonnesget_window_children: only decrement available size...
2002-04-11  Uwe BonnesLISTVIEW_GetColumnT: care for the format of the string.
2002-04-11  Uwe BonnesMCIWndCreateA: check for NULL filename.
2002-04-11  Rizsanyi ZsoltSending EN_UPDATE notification in the EDIT_WM_SetText...
2002-04-09  Dmitry TimoshkovCreate new console only if the process is a console...
2002-04-09  Dmitry TimoshkovFixed problem with mouse cursors in Word.
2002-04-09  Dmitry TimoshkovAlways erase background.
2002-04-09  Huw D M DaviesWe don't handle STRETCH_HALFTONE mode yet; make this...
2002-04-08  Alexandre JulliardNeed to check for focus and capture also on the childre...
2002-04-08  Mike McCormackCreated a stubbed version of MSISYS.OCX.
2002-04-08  Guy AlbertelliSome additional traces.
2002-04-08  Dusan LackoIf we can't extract the icon, defer link creation to...
2002-04-08  Alexandre JulliardFixed compile when HAVE_OPENGL is not defined.
2002-04-08  Dmitry TimoshkovAdded CS_PARENTDC style.
2002-04-08  François GougetAdded some error codes.
2002-04-08  Hidenori TakeshimaAdded some stubs.
2002-04-08  Dimitrie O... - get rid of parent handle from info struct
2002-04-08  Michael KarcherFixed OpenGL routines broken by the DC -> PHYSDEV change.
2002-04-08  Geoffrey HausheerAdded comments explaing how to use cygwin/mingw/wine...
2002-04-08  Dimitrie O... - fix indentation
2002-04-08  Paul RupeAdded keymap tables for US dvorak layout.
2002-04-08  Gerald PfeiferAlso #include <sys/uio.h>.
2002-04-08  Hidenori TakeshimaAdded a sample win.ini.
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  Hidenori TakeshimaUse default GUI font instead of hard-coded 'MS Sans...
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  Dmitry TimoshkovAdded registry entries required for IE installer.
2002-04-06  Huw D M DaviesDon't hang around for a minute if we can't exec the...
2002-04-06  François GougetReplace some SendMessage with SendNotifyMessage in...
2002-04-06  Jeremy WhiteFixed exit status in some cases.
2002-04-06  Huw D M DaviesSpout a FIXME if we try to call ExtTextOut on an open...
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  Alexandre JulliardAvoid crash when trying to attach to a terminating...
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  Marcus MeissnerHKEY_LOCAL_USER should be HKEY_CURRENT_USER.
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
2002-04-05  Alexandre JulliardFixed GetTextExtentPointI driver usage.
2002-04-05  Martin WilckMake the recv() and send() family of functions use...
2002-04-05  Steven EdwardsFixed mingw32 warning about stdcall and fastcall being...
2002-04-05  Stefan LeichterCheck for NULL pointer in DrawTextExA.
2002-04-05  Dimitrie O... - fix edit box placement
2002-04-05  Guy L. Albertelli- Add defines for the NMTBHOTITEM flag word.
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  Alexandre JulliardAdded timer on server exit to wait a bit for new clients.
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 DaviesDo not enumerate the META_EOF record.
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  Alexandre JulliardMake dlopen_dll return an error immediately if the...
2002-04-03  Huw D M DaviesIf lfFaceName == "", then we patch up the names accordi...
2002-04-03  Huw D M DaviesImplement GetTextExtentPointI and add support for ETO_G...
2002-04-03  Huw D M DaviesDon't calculate cached metrics or enumerate X11 fonts...
2002-04-03  Huw D M DaviesFixed font enumeration.
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  Alexandre JulliardBetter check for -lresolv. Removed FREETYPELIBS.
next