Authors: Mark Westcott <mark@houseoffish.org>, Mike Hearn <mike@theoretic.com>
[wine] / dlls /
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...
2003-08-18  Francois GougetSpelling and case fixes.
2003-08-18  Alexandre JulliardAdded missing \n in TRACE calls.
2003-08-18  Alexandre JulliardFree the debug info when making a critical section...
2003-08-18  Lionel UlmerAdded support for multi-texturing.
2003-08-18  Jon GriffithsAdd some new types and functions.
2003-08-18  Robert ReifFixed Warblade image loading.
2003-08-18  Robert ReifFixed bug where last tests were not executed.
2003-08-18  Jukka HeinonenFix CPU flag handling when internal interrupts are...
2003-08-18  RaulSmall Estonian keyboard fix.
2003-08-18  Gregory M. TurnerDon't touch perf in FDIIsCabinet, InstallShield may...
2003-08-18  Jon GriffithsRemove redundant wine specific #include.
2003-08-18  Jon GriffithsSpelling fixes.
2003-08-18  Maxime BellengéFix things broken by the last TREEVIEW_UpdateDispInfo...
2003-08-18  Eric PouechRegression fixes for Nt{Read|Write}File:
2003-08-15  Alexandre JulliardMoved __errno_location() handling to pthread.c, and...
2003-08-15  Alexandre JulliardAdded missing dependency.
2003-08-15  Jason EdmeadesDXT1/3/5 support was broken, but unnoticeable since...
2003-08-15  Mike McCormackUse WideByteToMultiChar not strlenW.
2003-08-13  Maxime BellengéFix for TREEVIEW_UpdateDispInfo to test with the correc...
next