Fix testing example.
[wine] / dlls /
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.
2003-08-25  Alexandre JulliardMoved selector fixup for the relay code to the callto16...
2003-08-25  Dimitrie O. PaunAlways setup the selection colour, not just in custom...
2003-08-25  Jukka HeinonenMake all users of DOSVM_Enter explicitly set V86 flag.
2003-08-25  Alexandre JulliardMoved 16-bit calls initialization and exception handlin...
2003-08-25  Alexandre JulliardFixed copy/paste error in WOWCallback16Ex call (spotted...
2003-08-25  Jukka HeinonenReplace some magic numbers with symbols.
2003-08-25  Dimitrie O. PaunFix the hit test for full row select in REPORT mode...
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-08-23  Maxime BellengéFix the creation of treeview with checkboxes.
2003-08-23  Steven EdwardsSplit win16/32 support.
2003-08-23  Alexandre JulliardMoved 16-bit builtin module handling to dlls/kernel...
2003-08-23  Tom WicklineSet version to 8.1.
2003-08-23  José Manuel Ferrer... More Spanish translations.
2003-08-23  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-08-23  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-08-23  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-08-23  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-08-23  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-08-23  Mike HearnIn the global interface table:
2003-08-23  Alexandre JulliardGot rid of 16-bit glue code generation since it is...
2003-08-23  Alexandre JulliardMoved most of the 16-bit task support and NE module...
2003-08-22  Rok Mandeljc- implemented loader, loader's stream and loading of...
2003-08-22  Filip NavaraFixed prototypes of CreateStatusWindowA/W, ImageList_Copy,
2003-08-22  Steven EdwardsFixes for building with w32api headers on Mingw.
2003-08-22  José Manuel Ferrer... Some new Spanish translations and improvements to other...
2003-08-22  Dmitry TimoshkovSome applications depend on the order of initialization...
2003-08-21  Alexandre JulliardStore the debug info structure on the thread stack.
2003-08-21  Ivan Leo Murray... Small resources fixes.
2003-08-21  Ivan Leo Murray... Added Italian resources.
2003-08-21  Mike McCormackRemove useless comments that clutter the code.
2003-08-21  Mike McCormackStub for (undocumented) SHCreateLinks.
2003-08-21  Dmitry TimoshkovCope with potentially moved and resized file view window.
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-20  Robert ReifAdded tests for buffer property sets.
2003-08-20  Robert ReifSplit property sets into two types: buffer and private.
2003-08-20  Jukka HeinonenMake FPU emulation use CS:IP when determining location...
2003-08-20  Jukka HeinonenRemove unnecessary __wine_call_from_16_regs call frame...
2003-08-20  Nerijus BaliunasUpdated LT keyboard.
2003-08-20   <wine@frotz.org>Fix parameter to snd_pcm_sw_params_set_silence_size().
2003-08-20  Dmitry TimoshkovApply only specified tests.
2003-08-20  Dimitrie O. PaunStub out the _[w]popen/_pclose() functions.
2003-08-19  Alexandre JulliardRenamed system.dll to system.drv.
2003-08-19  Alexandre JulliardReplaced remaining calls to PROFILE_GetWineIniString...
2003-08-19  Jon GriffithsUse exception as the base for all exception derived...
2003-08-19  Mike McCormackImplement registry key unloading.
2003-08-19  Alexandre Julliard_ftol should return a 64-bit int (spotted by Jon Griffi...
2003-08-19  Jukka HeinonenWhen forcing call to DOS relay from protected mode...
2003-08-19  Christian CostaAllocate space to contain the IMAGE_NT_HEADERS structur...
2003-08-19  Maxime BellengéFix unreachable TVHT_ONITEMSTATEICON in TREEVIEW_LButto...
2003-08-19  Jon GriffithsMake RtlTimeToSecondsSince1970 consistent with other...
next