Use ddraw_geom in the execute buffer code.
[wine] / dlls /
2003-09-15  Lionel UlmerUse ddraw_geom in the execute buffer code.
2003-09-15  Eric Pouech- Implemented IsHungAppWindow.
2003-09-15  Mike HearnMove packet linked list tail forward correctly on push.
2003-09-12  Kevin GroeneveldAdd missing wReserved1 member to DCB structure definition.
2003-09-12  Eric PouechMoved some MM internal definition to internal include...
2003-09-12  Mike HearnImplement dispatch variant marshalling.
2003-09-12  Dave MillerAlphabetized the functions.
2003-09-12  Robert Shearman- Make sure dropdown arrow is always centered.
2003-09-11  Jon GriffithsMLLoadlibrary: Remove -noname and duplicate entry.
2003-09-11  Robert ShearmanImplemented IMemAllocator and IMediaSample.
2003-09-11  Alexandre JulliardChanged ordinal functions that now have a name to use...
2003-09-11  Geoff ThorpeAdded a stub for NetStatisticsGet.
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-11  Dave MillerRemove all the ordinals and use @ instead.
2003-09-11  Geoff ThorpeAdded a stub for Heap32ListFirst.
2003-09-11  Steven EdwardsPorting fixes.
2003-09-11  Robert Shearman- Convert ordinals to their real names.
2003-09-11  Francois GougetModify ok("xxx") calls into ok("xxx\n") as is now expected.
2003-09-11  Francois GougetModify winetest_ok to only add a trailing '\n' if there...
2003-09-11  Gregory M. TurnerUpdated the "TODO" comments.
2003-09-11  Robert ShearmanAdd proper names to ordinal-only functions.
2003-09-11  György 'Nog' JeneyFix invalid C constructs (spotted by Marcus Meissner).
2003-09-11  Tom WicklineSet version to 8.1.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-09  Alexandre JulliardConverted the rest of the obj_*.h headers to IDL into...
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-08  Mike McCormackAdded an initial (mostly stub) implementation of MSHTML...
2003-09-08  Alexandre JulliardOn TlsFree, clear the released TLS index in all threads.
2003-09-08  Juan Lang- Fix buffer overrun in GetNetworkParams.
2003-09-08  Francois GougetA few spelling fixes.
2003-09-08  Dave MillerFix incorrect ordinals.
2003-09-08  Rolf KalbermatterChange parameter in SHGetSpecialFolderPathA/W to int...
2003-09-08  Mike McCormackCreate a propper stub for oleaut32.VarMod.
2003-09-06  Alexandre JulliardAdded a missing dependency for testlist.c files.
2003-09-06  Alexandre JulliardRegenerated with the latest widl.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-04  Alexandre JulliardImplemented shtypes.idl and shobjidl.idl and removed...
2003-09-04  Dimitrie O. PaunAdjust selection ranges before we insert the item so...
2003-09-04  Alexandre JulliardConverted obj_webbrowser.h to IDL and moved the definit...
2003-09-04  Christian CostaFix modLongData.
2003-09-04  Stefan LeichterUpdated minor version number.
2003-09-03  Alexandre JulliardConverted oleidl.h to IDL.
2003-09-03  Robert ReifUse the drivers to get device capabilities and property...
2003-09-03  Alexandre JulliardMoved the implementation of the pthread wrappers to...
2003-09-03  Alexandre JulliardAvoid heap reallocation each time a metarecord is writt...
2003-09-03  Alexandre JulliardAvoid including wine/obj_*.h files directly from C...
2003-09-03  Alexandre Julliardshlobj.h must include wine/obj_dragdrophelper.h (report...
2003-09-03  Sylvain PetreolleChanged some functions to reset CFLAG on success.
2003-09-02  Kevin GroeneveldChange default range of up-down control to match range...
2003-09-02  Rolf KalbermatterMake the different helper functions all return actual...
2003-09-02  Rein Klazes_ws_gethostbyname() and WSAAsyncGetHostByName() when...
2003-09-02  Michael Günnewig- Implemented semi-stubs for GetOpenFileNamePreviewA...
2003-09-02  Martin FuchsDeclare LPCITEMIDLIST as 'const' pointer and adjust...
2003-09-02  Michael Stefaniucint33 21h is identical to int33 00h.
2003-09-02  Maxime BellengéImplemented TAB_SetMinTabWidth and TAB_HighlightItem.
2003-09-02  Robert ReifNow that reference counting is correct, there is no...
2003-09-02  Juan LangFixed bug parsing /proc/net/arp for arp table.
2003-09-02  Juan LangImplemented arp table querying through WsControl, and...
2003-09-02  Michael Günnewig- Implemented AVIStreamBeginStreaming and AVIStreamEndS...
2003-09-02  Juan LangFix FormatMessage when FORMAT_MESSAGE_FROM_HMODULE...
2003-09-02  Jason EdmeadesUse a dummy GL context if one is not available when...
2003-09-02  Jukka HeinonenMake DOS process exit using ExitProcess instead of...
2003-09-01  Robert ReifAdded more tests and restructured tests for easier...
2003-09-01  Robert ReifAdded SecondaryBuffer and DirectSoundCaptureNotify...
2003-09-01  Robert ReifAdded a few stub implementations.
2003-09-01  Alexandre JulliardDon't strip the path in LoadModule16 before we have...
2003-09-01  Jukka HeinonenAdd support for specific EOI PIC command.
2003-09-01  Dimitrie O. PaunIf we don't send custom draw messages for subitems...
2003-08-30  Juan Lang- improve some parameter checking in WSAIoctl
2003-08-30  Dave BelangerImplementation of SelectPalette and RealizePalette...
2003-08-30  Warren BairdSave the ext alignment information in a 8-bytes metarec...
2003-08-29  Alexandre JulliardExport SYSDEPS_SwitchToThreadStack() functionality...
2003-08-29  Rok MandeljcMinor updates of Slovenian translations.
2003-08-29  Juan Lang- improve WsControl error checking
2003-08-29  Jukka HeinonenWorkaround implemented for passing faked mickeys to...
2003-08-29  Jukka HeinonenAllow application to use VGA window that overlaps frame...
2003-08-29  Robert ReifAdded some missing functions.
2003-08-29  Mike HearnFixed the error message in Wave(In|Out)Init, it used...
2003-08-29  Rolf KalbermatterChange protoype of SHChangeNotifyRegister to what MSDN...
2003-08-29  John K. HohmSet SE_GROUP_ENABLED in Attributes of Administrators...
2003-08-29  Mike HearnAvoid division by zero when the imagelist is created...
2003-08-29  Rolf KalbermatterMake sure the passed in object pointer is only addrefed...
2003-08-28  Alexandre JulliardWarning fix.
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-28  Mike HearnImplemented a typelib loader cache.
2003-08-28  Dave BelangerFixed a compile error.
2003-08-28  Alexandre JulliardRenamed a few more TEB fields.
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-27  Gregory M. TurnerImplement (most of) SetupIterateCabinet.
2003-08-27  Duane ClarkButton width should be the larger of text width/bitmap...
2003-08-27  Alexandre JulliardRemoved some no longer needed definitions from stackfra...
2003-08-27  Alexandre JulliardConverted remaining 16-bit functions to the new varargs...
2003-08-27  Alexandre JulliardAvoid including stackframe.h if it's not needed.
2003-08-27  Alexandre JulliardAdded varargs support for 16-bit entry points.
2003-08-27  Dimitrie O. PaunRemove some unneeded __WINESRC__ tests from the headers.
2003-08-26  Alexandre JulliardMoved profile functions to dlls/kernel.
2003-08-26  Alexandre JulliardMoved a few more functions to dlls/kernel.
2003-08-26  Alexandre JulliardMoved 16-bit relay and snoop support to dlls/kernel.
next