wine/eterwine.git
2004-11-06 Mike HearnSupport assigning font objects to other font objects.
2004-11-06 Robert ShearmanRemove unnecessary WNDPROC casts.
2004-11-06 Gerald PfeiferFix format string in WSAAddressToStringA().
2004-11-06 Mike HearnDocument the linked list support code.
2004-11-06 Robert ShearmanImplement TBN_RESTORE notification.
2004-11-06 Robert ShearmanLimit StackWalk iterations to prevent infinite loop.
2004-11-04 Michael JungImplemented a substantial part of rsaenh.dll.
2004-11-04 Mike HearnDocument how SEH works in Wine.
2004-11-04 Dmitry TimoshkovAdd unix locale to code page mapping for ISO-8859-16.
2004-11-04 Hans LeidekkerImplement WSAAddressToString{A,W}.
2004-11-04 Aric StewartImplemented InternetGetConnectedStateExA.
2004-11-04 Aneurin Price- Move printf tests from scanf.c to printf.c (and fix...
2004-11-04 Aric StewartImplementation of PathCleanupSpec.
2004-11-04 Gerald PfeiferDisable memory reservation code on FreeBSD, where it...
2004-11-04 Juan Lang- implement LookupPrivilegeName
2004-11-03 Robert ShearmanFix broken thread start routines.
2004-11-03 Ivan Leo PuotiProper implementation of sysmodal message boxes.
2004-11-03 Tony LambregtsFix up init_fp test for freopen.
2004-11-03 Aric StewartHandle 3 more custom action types
2004-11-03 Jakob ErikssonAllocateAndInitializeSid does not work on Win98.
2004-11-03 Hans LeidekkerImprove {Uninstall,Install}ColorProfile{A,W}.
2004-11-03 Robert ReifDon't consider a MMSYSERR_NOTSUPPORTED failure a test...
2004-11-02 Alexandre JulliardRestore chunk of code lost in previous changes.
2004-11-02 Jeremy WhiteTune the behavior of Sleep() and Waitxxx() to more...
2004-11-02 Ivan Leo PuotiDownloading the platform sdk doesn't require IE any...
2004-11-02 Jeremy WhiteThe Sleep(0) in this loop is incorrect, and should...
2004-11-02 Huw DaviesScale the patterns so that they're rendered at 300dpi.
2004-11-02 Stefan DösingerAdded WSAAddressToStringA/W stubs.
2004-11-02 Vitaly LipatovAdded MSK timezone info.
2004-11-02 Hans LeidekkerMake sure we match output of Win2k protocol enumeration...
2004-11-02 Michael JungAdded CET timezone info.
2004-11-02 Michael Kaufmann- Extended support for BITMAPCOREINFO / BITMAPCOREHEADE...
2004-11-02 Fabrice MénardCheck the type of error returned by SHCreateDirectoryExW.
2004-11-02 Roger OlsonAdd Pacific Standard Time (PST) to TZ_INFO.
2004-11-01 Mike McCormackStart the reboot process in ExitWindowsEx.
2004-11-01 Mike McCormackDownload the Mozilla Active X control on demand.
2004-11-01 Hans LeidekkerFill WSAPROTOCOL_INFO structures instead of PROTOCOL_IN...
2004-11-01 Dmitry TimoshkovConvert NativeFont control to unicode, use hbrBackgroun...
2004-11-01 Dmitry TimoshkovAdd simple implementation of advpack.DoInfInstall.
2004-11-01 Dmitry TimoshkovDo not retrieve infoPtr twice in ToolbarWindowProc...
2004-11-01 Michael JungCryptGetUserKey: Set return key handle to zero in case...
2004-11-01 Dimitrie O... Send notification messages in the format dictated by
2004-11-01 Vincent BéronPut $(FREETYPELIBS) as the last part, as it can include...
2004-11-01 Stefan LeichterSet the correct last error in EnumUILanguagesA, with...
2004-11-01 William Poetra... Add COLOR_MENUHILIGHT and COLOR_MENUBAR to the system...
2004-10-30 Alexandre JulliardGet rid of the WIN_NEEDS_BEGINPAINT flag, Windows will...
2004-10-30 Francois GougetBased on the last 36+ months Wine is released once...
2004-10-30 Ivan Leo PuotiRemove DS_SYSMODAL from msgbox resource.
2004-10-30 Francois GougetAdd support for REG_EXPAND_SZ in set_registry_variables().
2004-10-30 Francois GougetAlter the functions declaration order or predeclare...
2004-10-30 Francois Gouget#ifdef out the tests if compiling with the Platform...
2004-10-30 Francois GougetMIDL_STUB_MESSAGE.UniquePtrCount has been renamed in...
2004-10-29 Ulrich CzekallaAdd stubs for EnumPrintProcessorsAW.
2004-10-29 Rein Klazes- Simplify the calculation in TIME_DaylightCompareDate;
2004-10-29 Dmitry TimoshkovClean up user32/input.c test, remove the wrong assumpti...
2004-10-29 Mike McCormackDefine some extra HTTP_QUERY values.
2004-10-29 Mike McCormackKill all wine processes when doing ExitWindowsEx.
2004-10-28 Torbjörn AnderssonFixed size check in GetDeviceData.
2004-10-28 Jakob ErikssonSupposedly fix http test on Windows.
2004-10-28 Rein KlazesIn VOLUME_ReadFATSuperblock:
2004-10-28 Rolf KalbermatterUse SHCreateDirectoryEx function instead of doing expli...
2004-10-28 Rolf KalbermatterAdd test for SHCreateDirectoryEx function.
2004-10-27 Dmitry TimoshkovTake into account window visibility when searching...
2004-10-27 Alexandre JulliardAdded is_window_visible function.
2004-10-27 Alexandre JulliardUse correct type instead of void* in item linked list.
2004-10-27 Fabrice MénardSome French translations added.
2004-10-27 Rein Klazes- Reordered some code from the existing helper _GetTime...
2004-10-27 Rolf KalbermatterFix bad memory allocation for unicode buffer.
2004-10-27 Stefan LeichterFixed GetAcceptLanguagesA tests for Win98.
2004-10-27 Dmitry TimoshkovFlush pending messages before testing painting message...
2004-10-27 Rein KlazesIn MSVCRT_localtime() return tm_isdst = 0 when there...
2004-10-27 Juan Lang_SHExpandEnvironmentStrings should return input string...
2004-10-27 Dmitry TimoshkovAdd proper prototypes for GetClassLongPtrA/W for _WIN64...
2004-10-27 Dimitrie O... Use typesafe signature where possible.
2004-10-27 Dimitrie O... Rename STATUSWINDOWINFO to STATUS_INFO, for consistency...
2004-10-27 Dimitrie O... Minor cleanups.
2004-10-27 Dimitrie O... Use Unicode functions where possible.
2004-10-27 Mike McCormackAdd stub implementations for LaunchINFSection(Ex).
2004-10-27 Michael JungCryptCreateHash: Set returned hash handle to zero in...
2004-10-27 Alexandre JulliardAdded fallback syscalls for epoll functions.
2004-10-27 Ge van GeldorpUse only one .res file.
2004-10-27 Kevin KoltzauAdd stretching support to AlphaBlend.
2004-10-26 Eric PouechReorganizing wine-devel:
2004-10-26 Robert ReifSplit up audio.c into three separate .c files:
2004-10-26 Mike McCormackAdd some tests for time conversion functions.
2004-10-26 Dimitrie O... Move the hwnd self into the listbox LB_DESCR struct.
2004-10-26 Robert Reifwin 9x doesn't always support waveOutGetDevCapsW so...
2004-10-26 Dmitry TimoshkovMake button return exactly the same dialog codes as...
2004-10-26 Juan LangUpdate shell32's version to WinXP level.
2004-10-26 Robert ReifVerifyCertification is not always implemented.
2004-10-26 Alexandre JulliardConvert CommConfigDialog to Unicode.
2004-10-26 Thorsten KaniUse address of tab_item.extra when building drawitemstruct.
2004-10-26 Juan LangFix CSIDL_CONTROLS and CSIDL_PRINTERS PIDL types, and...
2004-10-26 Mike McCormackSERIALUI: convert to Unicode.
2004-10-26 Francois GougetAdd function prototypes.
2004-10-26 Rein KlazesCorrectly use the return value of GetTimeZoneInformation.
2004-10-26 Dimitrie O... Implement proper GWL_STYLE handling, proper reaction...
2004-10-25 David KredbaNew Czech resources.
2004-10-25 Juan LangAvoid copying invalid data on error.
2004-10-25 Francois GougetFix string handling.
next