wine
2004-12-06  Juan LangRevert shell32 version to Win2K SP4 level.
2004-12-02  Huw DaviesAllocate the TYPEATTR rather than copying it.
2004-12-02  Jon GriffithsSpelling/grammar fixes.
2004-12-02  Jon GriffithsUse mktemp if we don't have tempfile.
2004-12-02  Alexander YaworskyBasic implementation of service control dispatcher.
2004-12-02  Alexandre JulliardClean up temp files also when killed by a signal.
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-12-02  Eric KohlImplement SetupDiBuildClassInfoList(ExW),
2004-12-02  Eric Pouech- moved event, semaphore, mutex implementation from...
2004-12-02  James HawkinsFix cabextract memory leak.
2004-12-01  Alexandre JulliardRelease 20041201. wine-20041201
2004-12-01  Dmitry TimoshkovAlways create a suspended thread in CreateThread and...
2004-12-01  Michael JungMoved code specific to CPGenKey, CPDeriveKey or CPImpor...
2004-12-01  Robert Shearman- Add some function declarations to objbase.h.
2004-12-01  Filip Navara- Check the return value from *_GETNUMDEVS message...
2004-12-01  Alexander YaworskyIntroduced service thread.
2004-12-01  Rémi AssaillyAdd some mirroring defines.
2004-12-01  Bill MedlandIf the buffer is no longer static the names should...
2004-12-01  Mike McCormackAdded a stub implementation for GetCurrentHwProfileW.
2004-12-01  Ulrich CzekallaPrevent the animation thread from waiting on itself...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-30  Ivan Leo PuotiImplement task modal message boxes.
2004-11-30  Jacek Caban- Added stub implementation of IInternetZoneManager...
2004-11-30  Hans LeidekkerInfrastructure for handling ICC profiles.
2004-11-30  Adam D. MossFix compilation.
2004-11-30  Gerald PfeiferAgain rename getkey() and setkey() for FreeBSD.
2004-11-30  Huw DaviesFor a 15/16 bpp dib we send RGB triples to the printer...
2004-11-30  Michael JungIncorporated LibTomCrypt code into rsaenh to get rid...
2004-11-30  Jon GriffithsEnsure DllCanUnloadNow is a truly void function, and...
2004-11-30  Jon GriffithsImplement DllMain, DllCanUnloadNow, WrapProgress,
2004-11-30  Dmitry Timoshkov- Pass infoPtr around in month calendar control.
2004-11-30  James HawkinsFixed a few memory leaks.
2004-11-30  Alexander YaworskyMerge Unicode and ASCII versions of StartServiceCtrlDis...
2004-11-30  Robert ShearmanStore the new style before redrawing and repositioning...
2004-11-30  Jon GriffithsAllow NCBRESET and NCBADDNAME to work even if there...
2004-11-30  Jon GriffithsGetModuleHandleA->GetModuleHandleW.
2004-11-30  Jon GriffithsUse a FIXME style that will actually compile.
2004-11-30  Dmitry TimoshkovGather all DrawText flags together, convert them to...
2004-11-30  Dmitry TimoshkovDrawTextEx should allocate text buffer on stack for...
2004-11-29  Alexandre JulliardFixed RtlExpandEnvironmentStrings_U to not depend on...
2004-11-29  Mike McCormackAdded some tests for timer functions.
2004-11-29  Alexandre JulliardGet rid of the client-side window timer structures.
2004-11-29  Alexandre JulliardConverted the timer list to use standard list functions.
2004-11-29  Eric PouechMade some functions and variables static.
2004-11-29  Vincent BéronFixed missing </sect2> tag.
2004-11-29  Jason EdmeadesImplement Material, Clip plane and Light support plus
2004-11-29  Gunnar DalsnesAdded a test to make sure that CreateDirectoryA/W does...
2004-11-29  Eric KohlF4 key flips the listbox in default (not extended UI...
2004-11-29  Christian CostaAVI decompressor:
2004-11-29  Jacek CabanAdded some options to popup menu.
2004-11-29  Alexandre JulliardAdded missing CoInitialize.
2004-11-29  Mike HearnTrace the OLE error info strings.
2004-11-29  Mike Hearn- Improve OLE function documentation.
2004-11-29  Mike McCormackCFM_GETSPEC always returns a space-separated list.
2004-11-28  Alexandre JulliardTake advantage of the new winproc handling to move...
2004-11-28  Alexandre JulliardFixed is_valid_winproc to avoid being optimized out...
2004-11-28  Jason EdmeadesAdd Get/Set Transform support, plus BeginScene (does...
2004-11-28  Eric PouechFixed file name when opening NUL.
2004-11-28  Hajime SegawaMake folders open correctly in Windows Explorer.
2004-11-28  Marcus MeissnerUpdated PACKAGING howto.
2004-11-28  Huw DaviesProtect sscanfs with a "C" locale so that they still...
2004-11-28  Dmitry TimoshkovAdd a test for ReadFile/WriteFile fault handling, make...
2004-11-28  Ge van Geldorp- Fix vertical position of text in single-line edit...
2004-11-28  Robert North- Ensure that if buffer pointer is null, queue is flushed.
2004-11-28  Mike McCormack- Don't limit the size of the property that can be...
2004-11-28  Gerald PfeiferFix compilation on systems which do not have <mntent.h>.
2004-11-24  Alexandre JulliardChanged winproc allocation to be based only on the...
2004-11-24  Eric FriasMore portable POINTSTOPOINT macro.
2004-11-24  Alexandre JulliardPrevent use of MAKEPOINTS in Wine code.
2004-11-24  Alexandre JulliardAvoid using the MAKEPOINTS macro, it's broken on big...
2004-11-24  Jason EdmeadesAdd indexbuffer support into wined3d.
2004-11-24  Robert ShearmanImplement OleDuplicateData.
2004-11-24  Mike McCormackReturn correct error code in EnumPrinters.
2004-11-24  Mike McCormackFix ofn.nFileOffset when multiple files are selected.
2004-11-24  Kevin KoltzauCreateBrushIndirect should not return a stock brush.
2004-11-24  Dmitry TimoshkovAvoid some direct accesses to DC internals from metafil...
2004-11-24  Dmitry TimoshkovRemove useless calls to IsBadReadPtr from ReadFile...
2004-11-23  Alexandre JulliardFixed handling of NULL pointer in PeekMessageW, with...
2004-11-23  Kevin KoltzauLook for lcms.h in lcms/lcms.h.
2004-11-23  Alexandre JulliardAppend .dll extension in all cases (spotted by Mike...
2004-11-23  Tom WicklineVersion resources cleanup.
2004-11-23  Jason Edmeades- Implement SetStreamSource
2004-11-23  Mike Hearn- More heapification.
2004-11-23  Huw DaviesWe don't use DGA version 1 so remove the configure...
2004-11-23  Robert ShearmanWhen changing from DIB_Status_GdiMod to DIB_Status_GdiM...
2004-11-23  Jon GriffithsSet the miter limit in the DC state.
2004-11-23  Hans LeidekkerUse string functions that are Windows locale aware.
2004-11-22  Eric FriasExport wine_pthread_get_current_teb.
2004-11-22  Eric FriasFix Sparc assembly code in wine_switch_to_stack.
2004-11-22  Alexandre JulliardPass DLLFLAGS to winebuild too.
2004-11-22  Steven EdwardsDefine "WINVER=0x0501 _WIN32_WINNT=0x0501 _WIN32_IE...
2004-11-22  Eric PouechFixed regressions introduced when moving addresses...
2004-11-22  Kevin KoltzauPrevent environment test from crashing when environment...
2004-11-22  Tom WicklineAdded advpack.dll, rsaenh.dll, strmiids.lib.
2004-11-22  Hans LeidekkerHandle unknown parameters more gracefully.
2004-11-22  Eric FriasFixed KEYLP structure for big endian.
2004-11-22  Alexander YaworskyChanged allocation of arguments in SearchPathA so path...
2004-11-22  Martin FuchsUnicodify string constants.
2004-11-22  Martin Fuchssplitpath maintainance.
2004-11-22  Jon GriffithsSupport mono pattern brushes in EMF's.
next