Use the same color conversion algorithm as the DIB code (and Windows),
[wine] / dlls /
2001-10-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-16  Alexandre JulliardMoved scrollbar tracking code to scroll.c.
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-10-15  Francois GougetThe _IOXXX macros conflict with system headers on Solar...
2001-10-15  Kai MorichInternalExtractIcon16 forgot to close file handle.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-10-14  Hidenori TakeshimaStarted implementing AVI splitter.
2001-10-14  Ove KaavenFixed bugs with propget methods with input arguments.
2001-10-14  Ove KaavenFixed bugs in safe arrays.
2001-10-14  Ove KaavenFix a UINT16 redefinition problem.
2001-10-12  Alexandre JulliardStore window properties in the server. Moved property...
2001-10-12  Alexandre JulliardMoved MAKEINTATOM to winbase.h and added Unicode version.
2001-10-11  Alexandre JulliardRemoved next and child fields in the window structure...
2001-10-10  Alexandre JulliardStore window parent as an HWND instead of a pointer.
2001-10-10  Francois GougetAllocate the array and strings in one lump (bug found...
2001-10-10  Francois GougetMove the RT_XXX macros to winuser.h.
2001-10-10  Chris GreenAdded names of the "missing" paths for SHGetSpecialFold...
2001-10-09  Patrik StridvallFixed issue found by winapi_check.
2001-10-09  Patrik StridvallAdded new include file ws2spi.h for adding needed types.
2001-10-09  Stefan LeichterFixed parameters of SetupOpenInfFileA.
2001-10-08  Hidenori TakeshimaStarted Implementing Video Renderer.
2001-10-08  Alexandre JulliardRenamed USER_Init into UserClientDllInitialize.
2001-10-08  Francois GougetSmall typo fixes/updates.
2001-10-08  Francois GougetFix the SOCKADDR_IPX declaration.
2001-10-08  Francois Gouget_beginthread: Don't store the trampoline on the stack.
2001-10-08  Malte StarostikCreateURLMoniker takes a LPCWSTR, not a LPWSTR.
2001-10-05  Stefan LeichterAdded defines for resource types RT_MESSAGETABLE, RT_VE...
2001-10-05  Gerard PatelFix sign extension problem in map_wparam_WtoA.
2001-10-05  Huw D M DaviesRemove some unnecessary AddRef's.
2001-10-04  Nikolas ZimmermannSkip port number before calling gethostbyname.
2001-10-04  Ove KaavenThe DISPPARAMS parameter array is a reverse-order array.
2001-10-04  Ove KaavenImplement coercion to VT_UNKNOWN from VT_DISPATCH.
2001-10-04  Ove KaavenITypeInfo::Invoke should also search inherited interfac...
2001-10-03  Gerard PatelMap a window if it is shown by a direct style change.
2001-10-03  Ove KaavenDon't ignore DISPATCH_METHOD in ITypeInfo::Invoke.
2001-10-03  Guy AlbertelliFix SHAddToRecentDocs code to properly handle native...
2001-10-03  Huw D M DaviesLooks like the SLTG_ImplInfo struct isn't a fixed size.
2001-10-02  Bill MedlandAllow two connections by not releasing the wrapped...
2001-10-02  Alexandre JulliardMerged mouse buttons states into the key state array.
2001-10-02  Alexandre JulliardRemoved unnecessary includes/definitions.
2001-10-02  Ilya KonstantinovAdded a _NET_WM_NAME(UTF8_STRING) property to every...
2001-10-02  Andreas MohrMake OaBuildVersion() return the highest version value...
2001-10-02  Andreas MohrAdded WSC*InstallProvider stubs.
2001-10-02  Huw D M DaviesLong nameless args in SLTG apparently get denoted by...
2001-10-02  Guy AlbertelliImplemented dummy stub for SHChangeNotifyUpdateEntryLis...
2001-10-01  Hidenori TakeshimaImplemented CLSID_AudioRender.
2001-10-01  Ove KaavenImplemented DispGetParam.
2001-10-01  Andreas MohrFix/document SHLWAPI ordinals 217 and 218.
2001-10-01  Andreas MohrAdded stub for WSApSetPostRoutine.
2001-10-01  Eric PouechShould initialize COM before calling it.
2001-09-26  Huw D M DaviesBetter handling of typelibs loaded with a trailing...
2001-09-26  Francois GougetRenamed W_OK to MSVCRT_W_OK.
2001-09-25  Hidenori TakeshimaMerged some C sources.
2001-09-24  Alexandre JulliardA couple of optimizations to avoid some server calls...
2001-09-21  David HammertonFixed typos.
2001-09-21  Guy AlbertelliImplement initial version of SHAddToRecentDocs.
2001-09-21  Alexandre JulliardIgnore ConfigueNotify size changes while the window...
2001-09-21  Ove KaavenVariants and safe arrays is now able to copy BSTR swith...
2001-09-21  Ove KaavenRegister typelib marshaling for OLE Automation-compatib...
2001-09-20  Alexandre JulliardFixed a couple of bugs in _except_handler3.
2001-09-20  Andreas MohrAdded stub for GdiInit2().
2001-09-20  Guy L. AlbertelliGet more entry points from Comctl32 and save the addresses.
2001-09-20  Aric StewartThe behavior for wsprintfA is different that for wsprin...
2001-09-20  Francois GougetFix the conversions of a command line to/from an argv...
2001-09-20  Guy AlbertelliImplement most of the MRU related functions.
2001-09-19  Hidenori TakeshimaImplemented ISeekingPassThru.
2001-09-19  Francois GougetFix the definition of structs NUMBERFMT* and CURRENCYFMT*.
2001-09-19  Guy AlbertelliFix problem comparing pidls and return correct code.
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-19  Alexandre JulliardFixed a couple of HWND type mismatches.
2001-09-19  Andreas MohrRename "SystemTime" to "t" (this is *not* SYSTEMTIME...
2001-09-19  Francois GougetAdd msvcrt/locale.h.
2001-09-17  Ove KaavenLots of rpcrt4.dll stubs.
2001-09-17  Mike McCormackIgnore negative widths in HEADER_SetItemBounds.
2001-09-17  Alexandre JulliardImproved make_dlls script. Moved dll list out of
2001-09-17  Hidenori TakeshimaImplemented IMemAllocator.
2001-09-17  Francois GougetImplemented _mbsupr.
2001-09-14  Hidenori TakeshimaAdded stubs for mapi32, msimg32, sti and url.
2001-09-14  Dmitry TimoshkovDo not hold the GDI lock while 16-bit ExtDeviceMode...
2001-09-14  Francois GougetFix recv prototype for WSARecvEx.
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
2001-09-14  Francois GougetFix the WSAStartup prototype.
2001-09-14  Marcus MeissnerReturn the FOURCC codes set by the HAL driver.
2001-09-14  Francois GougetCheck for htotal=vtotal=0 (for xfree 4 vesa driver).
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
2001-09-12  Alexandre JulliardMake sure that functions returning an HWND always retur...
2001-09-12  Travis MichielsenCreated stubs for all cryptographic functions.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-09-11  Hidenori TakeshimaFixed some broken macros.
2001-09-11  Hidenori TakeshimaSynchronize access to the s_COMLockCount, firstRegister...
2001-09-10  Alexandre JulliardIgnore size change on ConfigureNotify if window rect...
2001-09-10  Patrik StridvallDocumentation fixes.
2001-09-10  Bill MedlandBasic implementation of IStream:Clone.
2001-09-10  Bill MedlandMore graceful exit on failure.
2001-09-10  Huw D M DaviesLoad some useful TYPEATTR elements from v1 typelibs.
2001-09-10  Marcus MeissnerMore debug output for InternetGetCookie, added stub...
2001-09-10  Marcus MeissnerAdded dwFlags to lock_update private functions so we...
2001-09-10  Patrik StridvallUse the min/max in windef.h instead.
next