wine
2003-12-13  Dimitrie O... Update the dlls/ section. Remove gdi/{,enh}mfdrv, they...
2003-12-13  Alexandre JulliardAdd DEFS to the resource compiler flags.
2003-12-13  Alexandre JulliardAvoid common symbols on Darwin/Mac OS X.
2003-12-13  Alexandre JulliardAdded exception handlers in FindResourceExA/W (based...
2003-12-13  Francois GougetTry not to display uninitialized data in traces (found...
2003-12-13  Mike HearnRemove flat scrollbar stub fixmes.
2003-12-13  Steven EdwardsAdded implib rule for building import libs.
2003-12-13  Jerry JenkinsFix managed state of some windows.
2003-12-13  Andrew de Quincey- Implemented HELPDIR subkeys properly in RegisterTypeL...
2003-12-13  Kirill SmelkovAdded CreateAsyncBindCtx and IsAsyncMoniker stubs.
2003-12-13  Ge van GeldorpWhen building a PE DLL (MinGW), variables exported...
2003-12-12  Alexandre JulliardReturn an error in wine_pthread_mutex_unlock if we...
2003-12-12  Steven Edwards- The last of the major Win16/32 split for commdlg...
2003-12-12  Alexandre JulliardMake Char{Lower,Upper}A call Char{Lower,Upper}BuffA.
2003-12-12  Alexandre JulliardAvoid long long constants (reported by Gerald Pfeifer).
2003-12-12  Robert Shearman- Url Cache improvements.
2003-12-12  Vik KumarAdded eucJP charset.
2003-12-12  Vik KumarFont changes from MS P Gothic to MS UI Gothic.
2003-12-12  Vik KumarAdded Japanese translation.
2003-12-12  Jon GriffithsAdded RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLas...
2003-12-12  Jeremy ShawMove the data around when the ring buffer is resized...
2003-12-12  Martin FuchsFixed missing initializations of struct SHELLEXECUTEINFO.
2003-12-12  Eric PouechMoved all remaining console related code to dlls/kernel...
2003-12-12  Gerald PfeiferFix types in WSAHtonl.
2003-12-12  Dimitrie O... List the tools subdirs as we do for all the others.
2003-12-12  Dimitrie O... Remove most string size limitations.
2003-12-11  Alexandre JulliardStore a pointer to the client-side class structure...
2003-12-11  Jon GriffithsOops - VT_EMPTY->VT_RECORD is not allowed.
2003-12-11  Jon GriffithsTest almost all of the low level variant functions
2003-12-11  Rein KlazesDo conversions between the font size specified in point...
2003-12-11  Kirill SmelkovAdded stub and prototype for WSAJoinLeaf.
2003-12-11  Jon GriffithsReimplement/document every low level variant function.
2003-12-11  Christian CostaAdded WaveIn support.
2003-12-11  Rein KlazesEnable the display of a true type bitmap for true type...
2003-12-11  Huw DaviesFix incorrect calculation of transport_addr.
2003-12-11  Huw DaviesDon't crash if lpDependencies is NULL.
2003-12-11  Mike McCormackImplement CryptRegisterOIDFunction and CryptSIPAddProvider.
2003-12-11  Jeremy ShawAdd a '\r\n' to lpszHeaders if it is not already termin...
2003-12-11  FrankFixed size check in GetCommConfig().
2003-12-11  Richard Cohen- Fix obsolete comments about windowsx, commdlg.
2003-12-11  Richard Cohen- Check FindFirstFile against INVALID_HANDLE_VALUE...
2003-12-10  Alexandre JulliardAdded tests for class style and instance handling.
2003-12-10  Alexandre JulliardSystem classes must not have the CS_GLOBALCLASS style.
2003-12-10  Alexandre JulliardAdded window classes in the server, and support for...
2003-12-10  Alexandre JulliardPrint names for Win32 errors too, plus a few more statu...
2003-12-10  Andreas RosenbergPoint size in DLG_TEMPLATE may be negative.
2003-12-10  Jon GriffithsSort the listview when clicking the Name or Type headers.
2003-12-10  Dmitry TimoshkovAdd support for some MCIWNDF_ styles, indicate that...
2003-12-10  Alexandre JulliardMade all the RegisterClass and GetClassInfo variants...
2003-12-10  Alexandre JulliardAdded support for inter-process GetWindowWord.
2003-12-10  Alexandre JulliardAdded set_win32_error() for error codes that don't...
2003-12-10  Marcelo Duarte- Implementation of HCR_GetExecuteCommandExW for intern...
2003-12-10  Andrew de QuinceyUpwards traversal of inheritance tree didn't occur...
2003-12-10  Jon GriffithsFix a couple of tests for w2k (Russian).
2003-12-10  Jon GriffithsDon't call GetWindowLong for every comparison while...
2003-12-10  Huw DaviesIf a font has a version 0 OS2 table then Windows uses...
2003-12-10  Jon GriffithsAdd a few soon-to-be-implemented functions.
2003-12-09  Jon GriffithsFix the tests to pass when locale settings are user...
2003-12-09  Jon GriffithsImplement conversions between dates and strings.
2003-12-08  Kevin KoltzauImplemented GetTitleBarInfo.
2003-12-08  Dimitrie O... Reformat regedit in a consistent manner.
2003-12-08  Robert Shearman- Fix IMemAlloc_Free when IMemAlloc_Alloc hasn't yet...
2003-12-08  Kevin KoltzauLoad, validate and retrieve a few properties from an...
2003-12-08  Richard Cohen- Implement 'Choose font', 'No title', 'Always on Top'.
2003-12-08  Hans LeidekkerInclude tests for MoveFile[W|A].
2003-12-08  Hans LeidekkerDeal with kernels that don't have IsValidLanguageGroup.
2003-12-08  Hans LeidekkerCheck for ERROR_CALL_NOT_IMPLEMENTED error from RemoveD...
2003-12-08  Dmitry TimoshkovCorrect "MCI Extensions" registry section, add MCI32...
2003-12-08  Alexandre JulliardAdded CS_DROPSHADOW.
2003-12-08  Dimitrie O... Move content of global.h into the appropriate private...
2003-12-08  Eric PouechMove (again) usage of 16 bit specific functions (thunk...
2003-12-08  Lionel UlmerLimit usage of vertex arrays to correct states.
2003-12-08  Huw DaviesIf usWinAscent + usWinDescent == 0 then use the Ascende...
2003-12-08  Dmitry TimoshkovFix a font object leak in the font dialog's WM_PAINT...
2003-12-08  Dmitry TimoshkovCorrect a couple of incorrect registry root key names.
2003-12-08  Mike McCormackStub implementations for CertCreateCRLContext and CertC...
2003-12-08  Dimitrie O... Streamline dlls/ and programs/ in terms of indentation.
2003-12-08  Pavel RoskinMake inactive LED segments dimmer to make numbers easie...
2003-12-08  Ove KaavenRemove an instance of exit(). We should return failure...
2003-12-08  Christian CostaFirst enumerate all internal devices and then external...
2003-12-08  Hans LeidekkerRemove ntdll from imports.
2003-12-08  Juan LangPartially implement NetWkstaGetInfo.
2003-12-08  Dimitrie O... Move include/bitmaps/*.xpm where they belong.
2003-12-08  Stefan LeichterFixed parameter types of function Extract.
2003-12-08  Huw DaviesRun length and ascii85 encode image data.
2003-12-05  Alexandre JulliardGet rid of clipboard.h.
2003-12-05  Alexandre JulliardRemoved now useless call to glXQueryExtensionsString.
2003-12-05  Alexandre JulliardIn RDW_ValidateParent, get rid of the parent update...
2003-12-05  Francois GougetPrint error messages to stderr as is customary.
2003-12-05  Alexandre JulliardMoved all the files in graphics/x11drv to dlls/x11drv.
2003-12-05  Alexandre JulliardAdded a WINEDEBUG environment variable that allows...
2003-12-05  Alexandre JulliardRemoved X11 display parameter from the config file...
2003-12-05  Filip NavaraFixed some flags in calls to CreateWindowEx.
2003-12-04  Alexandre JulliardInitialize Xlib threading support to see what it breaks...
2003-12-04  Mike HearnMap (WS_EX_TOOLWINDOW & WS_CAPTION) to _NET_WM_WINDOW_T...
2003-12-04  Rein KlazesCorrect the test for the ODS_SELECTED bit in the WM_DRA...
2003-12-04  Dimitrie O... More tests for {Local,Global}{,Re}Alloc() calls.
2003-12-04  Alexandre JulliardDefine ALSA_PCM_OLD_* symbols for compatibility with...
2003-12-04  Juan LangPartially implement DeviceIoControl for VDHCP, VNETBIOS...
2003-12-04  Kevin KoltzauAdded stubs for all functions.
next