wine/eterwine.git
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.
2004-10-25 Francois GougetFix the usage for non-boolean options, always print the
2004-10-25 Francois GougetInclude wintrust.h.
2004-10-25 Michael JungAdded define for CUR_BLOB_VERSION.
2004-10-25 Dimitrie O... Use proper types/names in all cases. Fix some indentation.
2004-10-25 Rein KlazesCorrectly use the returned value from GetTimeZoneInform...
2004-10-25 Dmitry Timoshkov- Remove bogus use of nStatCounter and hOleAut32 in...
2004-10-25 Peter QuiringAdded HF32_DEFAULT and HF32_SHARED values.
2004-10-25 Dimitrie O... Use only Unicode functions, it makes it easier to see...
2004-10-25 Scott RitchieRevised Wine User Guide introduction.
2004-10-25 Eric Pouech- fixed the way length of msvcrt runtime info is passed
2004-10-25 Robert ReifDon't consider no driver a test failure.
2004-10-25 Robert ReifDon't consider a device in use a failure.
2004-10-25 Sami AarioCheck the return value of the SHGetDesktopFolder call.
2004-10-25 Robert Shearman- Don't fill in any more information than native does...
2004-10-25 Robert Shearman- Don't leak memory when an app sends TTM_SETTITLE...
2004-10-25 Michael Stefaniuc- Add info that the wine config file has/needs a header...
2004-10-25 Juan LangUse shell32 to get the user profile dir.
2004-10-25 Juan LangUpdate comment for LsaOpenPolicy.
2004-10-22 Francois GougetAssorted spelling fixes.
2004-10-22 Alexandre JulliardConverted more of the (Un)RegisterTypeLib code to Unicode.
2004-10-22 Alexandre JulliardRemoved wrong FIXME for MB_APPLMODAL (reported by Ivan...
2004-10-22 Alexandre JulliardGet rid of this obsolete script.
2004-10-22 Juan LangShell registry entries are now created by shell32,...
2004-10-22 Aric StewartDon't reregister ProgIds over and over, also write...
2004-10-22 Francois GougetAdd function prototypes.
2004-10-22 Stefan LeichterFixed GetModuleBaseNameA tests for WinXP.
2004-10-22 Mike McCormackUse Unicode functions in RegisterTypeLib.
2004-10-22 Alexandre JulliardVK_0-9 and VK_A-Z are not defined in the Windows header...
2004-10-22 Alexandre JulliardAvoid copying invalid data on error.
2004-10-22 Francois GougetFix the function pointer declarations so MSVC likes...
2004-10-22 Alexandre JulliardFixed definition of MAX_COMPUTERNAME_LENGTH (spotted...
2004-10-22 Francois GougetFlesh out the icm.h header (add COLORMATCHSETUP & co...
2004-10-22 Francois GougetReview and fix regular expressions of the form /^foo...
2004-10-22 Francois GougetThere is no point making '--register' functions stdcall...
2004-10-22 Stefan LeichterFixed GetAcceptLanguagesA tests for WinXP.
2004-10-22 Rein KlazesCorrect the calculation of the year for the 31'st of...
2004-10-22 Martin FuchsFix indenting of last patch (tabs instead of spaces).
2004-10-22 Mike McCormackAdd a test for creating empty shelllink files.
2004-10-22 Dimitrie O... Audit the Date Time Control. Unicodification.
2004-10-22 Robert ReifDon't consider a bad format an error unless the capabil...
2004-10-21 Rolf Kalbermatter- SHCreateDirectory should create intermediate director...
2004-10-21 Francois GougetStandardize on '%long --pointer'.
2004-10-21 Uwe BonnesMonthcal_SetRange: Set proper value for min date.
2004-10-21 Dimitrie O... Remove env values from config, they are now maintained...
2004-10-21 Francois GougetFix some issues reported by winapi_check:
2004-10-21 Robert ShearmanAlways remove WS_BORDER style from ComboBoxEx control.
2004-10-21 Ge van Geldorp- Don't double-quote an already double-quoted argument.
2004-10-21 Jason EdmeadesImplement the beginnings of the stateblock class, and...
2004-10-21 Thorsten KaniDon't add extra OFFSET_X/Y to the calculation of rcBitm...
2004-10-21 Francois GougetWarn about implementing a -register function as stdcall.
2004-10-21 Francois GougetAdd support for include/msvcrt. Fixes a bunch of spurio...
2004-10-21 Robert ReifTrailing white space cleanup.
2004-10-21 Mike McCormackImplement ChangeServiceConfig2A using ChangeServiceConf...
2004-10-21 Juan Lang- the correct registry location to override is User...
2004-10-21 Francois GougetDeclare DO_DUMP_FUNC() before calling it and call norma...
next