Converted all the kernel32 register functions to the
[wine] / dlls /
2005-05-07  Alexandre JulliardConverted all the kernel32 register functions to the
2005-05-07  Rolf KalbermatterImplement ICaptureGraphBuilder and IcaptureGraphBuilder...
2005-05-07  Alexandre JulliardPrefix the internal name of all register functions...
2005-05-07  Rolf KalbermatterImplement DLL registering and unregistering functions...
2005-05-07  Rein KlazesDon't set the pen width to 1 in X11DRV_PolyLine.
2005-05-07  Alexandre JulliardTreat 0xffff the same as 0 for the handle generation...
2005-05-07  Francois GougetAdd the 'Western European Summer Time' (WEST) timezone...
2005-05-07  Robert LunnonMake references to NAME_MAX refer to PATH_MAX instead.
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-07  Robert LunnonAvoid passing NULL buffer elements and status pointers to
2005-05-07  Robert LunnonAdded a conditionally compiled definition of INADDR_NON...
2005-05-07  Lionel Ulmer'0' means 'default refresh rate' and not a real refresh...
2005-05-07  Robert LunnonFix segmentation fault caused by incorrect referencing...
2005-05-07  Michael JungMake the root of the shell extension map to the root...
2005-05-07  Robert LunnonImplement NtQueryVolumeInformation for Solaris.
2005-05-07  Aric StewartAdd a missing msiobj_release that was resulting in...
2005-05-07  Aric StewartCorrect a missing MsiCloseHandle().
2005-05-07  Maarten LankhorstFixed two small memory leaks.
2005-05-07  Stefan LeichterMake ole32 tests loadable on NT4.
2005-05-06  Alexandre JulliardRenamed wineps.dll to wineps.drv for consistency.
2005-05-06  Alexandre JulliardStore the module instance we get in DllMain to avoid...
2005-05-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
2005-05-06  Robert ReifMove initialization to IDirectSound_Initialize.
2005-05-06  Michael JungReturn a cloned PIDL by SHBrowseForFolder to avoid...
2005-05-06  Michael JungDisplay a drive icon for the unix root directory.
2005-05-06  Robert ReifChange FIXME to WARN.
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-05-06  Alexandre JulliardAdded support in winebuild for specifying import librar...
2005-05-06  Francois GougetAssorted spelling fixes.
2005-05-06  Alexandre JulliardEric Kohl <eric.kohl_at_t-online.de>
2005-05-06  Maarten LankhorstFixed a dozen of reference (and some memory) leaks.
2005-05-06  Maarten LankhorstFixed {Copy/Delete/Free}MediaType functions to show...
2005-05-06  Hartmut BirrClean up if named pipe is not available.
2005-05-06  Francois GougetTweak the documentation to make winapi_check happy.
2005-05-06  Francois GougetUpdate win32.api to match the current sources.
2005-05-06  Matthew MastracciReplace stub entry for StgOpenStorageEx with call to...
2005-05-05  Alexandre JulliardDon't retrieve a window DC in GetUpdateRect if there...
2005-05-05   <wine.larry.engho... Return ENOENT rather than EBADF from MSVCRT_fopen(...
2005-05-05  Robert ShearmanFix RegDeleteKey{A,W} to open the specified key with...
2005-05-05  Matthew MastracciReplace StgCreateStorageEx stub with call to StgCreateD...
2005-05-05  Rein KlazesIn MaskBlt delete correct bitmap.
2005-05-05  Rein KlazesAdd 16<->32 bit message mappings for WM_COPYDATA messages.
2005-05-05  Rein Klazes- In MZ_DoLoadImage if an environment segment is specif...
2005-05-05  Michael JungFixed GetDisplayNameOf method to not depend on incorrec...
2005-05-05  Michael JungFixed MyComputer's GetDisplayNameOf method.
2005-05-05  Lionel Ulmer- do not flush the buffer when the application only...
2005-05-05  Christian CostaAdded stub implementation for CoGetClassObjectFromURL.
2005-05-05  Troy RolloCorrect bug truncating downloaded files to 4096 bytes.
2005-05-05  Christian CostaForward CLSID_FilterGraphNoThread to CLSID_FilterGraph.
2005-05-05  Emmanuel MaillardFix compile on non-ELF host.
2005-05-05  Lionel Ulmer- more pretty print for the types flag
2005-05-05  Marcus MeissnerInitialize iosb.
2005-05-05  Ivan Leo PuotiSet win2k3 service pack number to 1.
2005-05-05  Emmanuel Maillard- Fix NTDLL_wait_for_multiple_objects call in usr1_handler.
2005-05-04  Felix NawothnigSet iItem to index before notifying callback items.
2005-05-04  Marcus MeissnerSet PhysicalMemory property from system data.
2005-05-04  Troy RolloImplement URLMonikerImpl_BindToStorage.
2005-05-04  Troy RolloCreate URL Cache if it does not already exist.
2005-05-04  Vincent BéronUse SUBLANG_NEUTRAL for French resources.
2005-05-04  Mike McCormackRemove static variables in SHBrowseForFolder implementa...
2005-05-04  Hans LeidekkerStub implementation for SetupCopyOEMInfW.
2005-05-04  Hans LeidekkerBump version number to XP SP2.
2005-05-04  Robert ReifSet driver type properly.
2005-05-04  James Dean AndersonReport an error if trying to get data from an unacquire...
2005-05-04  Ivan WongAdded Hong Kong Standard Time (HKT).
2005-05-04  Ulrich CzekallaLet the default winproc handle WM_MOUSEACTIVATE.
2005-04-28  Raphael Junqueira- implement wglGetCurrentReadDCARB, wglMakeContextCurre...
2005-04-28  Raphael Junqueira- valid implementation of X11DRV_ChoosePixelFormat...
2005-04-28  Aric StewartCorrect user component publication.
2005-04-28  Marcus MeissnerFixed stack overwrite by using sizeof(WS_sockaddr_ipx).
2005-04-28  Mike McCormackSplit up the window procedure.
2005-04-28  Mike McCormackImplemented GetLastInputInfo.
2005-04-28  Raphael Junqueira- implement memory access APIs to VertexBuffers
2005-04-28  Aric StewartImplement MsiQueryFeatureStateW.
2005-04-27  Alexandre JulliardMoved the USER syslevel to dlls/user/user_main.c.
2005-04-27  Eric Pouech- delayed initialisation of BIOS and SYSTEM information...
2005-04-27  Maarten LankhorstAdded the video input device category.
2005-04-27  Alexandre JulliardMoved remaining messaging definitions to user_private...
2005-04-27  Mike McCormackMake sure that dialogs are only created and destroyed...
2005-04-27  Maarten LankhorstImplemented capGetDriverDescription.
2005-04-27  Mike McCormackMake multimedia threads high priority.
2005-04-27  Sami AarioAdded initial version of Delnode plus some tests.
2005-04-27  Alexandre JulliardRemoved the MESSAGEQUEUE structure, and store the corre...
2005-04-27  Mike McCormackMake WINMM_IData statically allocated.
2005-04-27  Raphael JunqueiraFix crash on drawStridedSlow.
2005-04-27  Gerald PfeiferInclude <limits.h> to get a definition of NAME_MAX.
2005-04-27  Aric StewartCorrect a leaking hkey handle.
2005-04-26  Aric StewartExpand some handling of special properties in MsiGetPro...
2005-04-26  Mike McCormackDeclare MsiExportDatabase* in the spec file, and fix...
2005-04-26  Christian CostaFixed flags handling in MCIAVI_mciInfo.
2005-04-26  Alexandre JulliardMoved some messaging and input functions to message...
2005-04-26  Ulrich CzekallaSetParent should not remove menu from non-child windows.
2005-04-26  Huw DaviesThe ansi version of CB_ADDSTRING shouldn't overwrite...
2005-04-26  Maarten LankhorstFixed a reference leak.
2005-04-25  Alexandre JulliardMoved the ScrollWindow and ScrollDC functions to dlls...
2005-04-25  Maxime BellengéPrevent CreateDCA from crashing if a bad lpInitData...
2005-04-25  Ivan Leo PuotiAdd parameter checking to NtReadFile/NtWriteFile.
2005-04-25  Alexandre JulliardRemove a few more instances of strncpy.
2005-04-25  Alexandre JulliardMoved most files from the windows directory to dlls...
2005-04-25  Michael JungSupport for regular files (as opposed to directories).
next