Fixed a number of -DSTRICT warnings.
[wine] / dlls /
2002-10-31  Alexandre JulliardFixed a number of -DSTRICT warnings.
2002-10-31  Alexandre JulliardAdded support for nested exceptions happening inside...
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-31  Eric Pouechwinmm/mmsystem now compiles with -DSTRICT.
2002-10-31  Dimitrie O. PaunFix some treeview notification codes between ANSI/Unico...
2002-10-31  Eric PouechReturn correct values for wave(In|Out)GetPosition even...
2002-10-31  Eric PouechSplit between 16 / 32 bit code.
2002-10-30  Alexandre JulliardAdded winedos16.spec.c.
2002-10-30  Uwe BonnesFirst version of msvcrt scanf test.
2002-10-30  Michael StefaniucSome more fixes for compiling the user dll with -DSTRICT.
2002-10-30  Jukka HeinonenAdd winedos16.dll which contains 16-bit protected mode...
2002-10-30  Carlos LozanoFixed SHGFI_SYSICONINDEX flag handling.
2002-10-30  Alexandre JulliardMoved the test routines from wtmain.c into wine/test...
2002-10-30  Marcus MeissnerFixed LITTLE_ENDIAN_32_READ macro to at least compile.
2002-10-30  Martin Wilck- Define SOCKET as UINT_PTR for Win64 (thanks to P...
2002-10-30  Marcus MeissnerPowerpc instruction pointer is Iar, not Eip.
2002-10-30  Eric Pouechwavemap now compiles with -DSTRICT.
2002-10-29  Alexandre JulliardOnly run the 32-bit checklink for dlls that contain...
2002-10-29  Jukka HeinonenModify winedos interrupt handlers so that they work...
2002-10-29  Rein KlazesFix for listview wheelmouse message handling.
2002-10-29  Greg Turner- more comments and comment-cleanup
2002-10-29  Eric PouechMoved 16 bit joystick function to mmsystem.c.
2002-10-29  Eric Pouech- internal renaming (no longer using MMSYSTEM prefixes...
2002-10-29  Eric Pouech- let all time related functions make use of low level...
2002-10-29  Eric PouechAll low level driver functions (internals for wave...
2002-10-29  Eric PouechAll MCI functions are now cleanly separated.
2002-10-29  Eric PouechAll driver functions are now properly separated.
2002-10-29  Eric Pouech- revisited mmsystem/winmm loading mechanism
2002-10-29  Eric PouechNow only storing thread id for mci tasks (16 bit htask...
2002-10-29  Alexandre JulliardRemoved a couple of no longer used queue functions.
2002-10-29  Patrik StridvallFixed some issues found by winapi_check.
2002-10-29  György 'Nog' JeneySeparate out 16-bit ShellExecute function.
2002-10-29  Sander van LeeuwenFixed font object leak in WM_SETFONT handler.
2002-10-29  Jeff SmithCorrections to the Spanish keyboard layout.
2002-10-29  Hagen HeiduckAdded WSASendDisconnect.
2002-10-29  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-10-29  Eric PouechSilence unneeded ERR while converting tasks.
2002-10-29  Eric Pouech- finish mmio separation
2002-10-29  Dimitrie O. PaunSend the right notification code (A/W) depending on...
2002-10-29  Patrik StridvallFixed tests to compile with MS C on Windows.
2002-10-29  Patrik StridvallUpdated the generated tests.
2002-10-29  Jaco GreeffMade the reporting for the (current) unsupported flags...
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-28  Lionel UlmerRaise an exception if any Wine or Winelib code does...
2002-10-28  Greg Turner- Pull the buffer from the rpc message into the midl...
2002-10-28  Greg TurnerAdd a bunch of stubs, all of which I presume to be...
2002-10-28  Andreas Mohr- Make int09 update the BIOS data segment's keyboard...
2002-10-28  Alexandre Julliardset_main_item: ignore meaningless bits in stateMask...
2002-10-28  György 'Nog' JeneySeparate out 16-bit registry functions.
2002-10-28  Greg Turner- Clean up and add some comments.
2002-10-28  Eric PouechMove low level multimedia message mapping out of 32...
2002-10-28  Eric PouechMove MCI message mapping out of 32 bit code.
2002-10-28  Eric PouechMove driver message mapping out of 32 bit code.
2002-10-28  Jason EdmeadesHandle texture FVF formats when no texture is bound.
2002-10-28  Greg Turner- Distinguish between actual paranoia and meaningful...
2002-10-28  Dimitrie O. PaunWe should always have a main item in report mode.
2002-10-28  Dimitrie O. PaunProperly fill lParam in NMLISTVIEW.
2002-10-28  Dimitrie O. PaunFix crash-inducing typo/thinko.
2002-10-28  Dimitrie O. PaunMark immutable objects as const. Fix inconsistent ...
2002-10-28  Dimitrie O. PaunAdd LVHITTESTINFO debug helper. More tracing.
2002-10-28  Dimitrie O. PaunDespite what the docs say, we have to invalidate the...
2002-10-28  Dimitrie O. PaunEliminate flicker when resizing, docs updates.
2002-10-28  Dimitrie O. PaunCleanup, and simplification of UpdateSize.
2002-10-28  Dimitrie O. PaunHandle focus item properly in SetItemCount.
2002-10-28  Dimitrie O. PaunRemove only the necessary selections when setting the...
2002-10-28  Dimitrie O. PaunRewrite of the SetItemCount: bugs got squashed,
2002-10-28  Jukka HeinonenAdd routines for manipulating protected mode interrupt...
2002-10-28  Michael StefaniucSome fixes for the compilation of the user dll with...
2002-10-28  Jason EdmeadesAdd copyrects support.
2002-10-28  Greg Turner- Clean up and enhance some traces.
2002-10-28  Dimitrie O. PaunAdd proper support for the SHCONTF_INCLUDEHIDDEN flag.
2002-10-28  Matthew DavisonMade lzexpand compile with STRICT defined.
2002-10-28  Eric PouechFixed mciSendString debug reporting when an error occur...
2002-10-28  Alexandre JulliardMoved a few remaining 16-bit window functions to wnd16...
2002-10-28  Jason Edmeades- Initialize the texture state information.
2002-10-28  CarloslParam was not properly sent in TTM_ADDTOOLW.
2002-10-28  CarloslParam was not properly sent in CBEN_GETDISPINFOW.
2002-10-28  Jaco Greeff- Implementation of [Internet|Ftp]*W functions to exten...
2002-10-28  Greg TurnerFix endianness dependency in the (there is only one...
2002-10-28  CarlosThe function SHGetFileInfoA wasn't supporting the flag
2002-10-25  Greg TurnerAvoid X11 error during DGA detection.
2002-10-25  Michael StefaniucCompile the kernel dll with -DSTRICT.
2002-10-25  Greg Turner- Use memset instead of ZeroMemory, just to be consiste...
2002-10-25  Alberto MassariDon't touch the This pointer after it has been freed.
2002-10-25  Alexandre JulliardInstall the shell hook as a 32-bit hook.
2002-10-25  Michael StefaniucCompile the advapi32 dll with -DSTRICT.
2002-10-25  Alexandre JulliardMade the ntdll registry functions use HKEY instead...
2002-10-25  Andreas Mohr- fix some pselling
2002-10-25  Greg Turner- Make explicit some missing include dependencies.
2002-10-25  Bill MedlandFix OLE_GetFormatW so that GetDateFormatW works.
2002-10-25  Michael StefaniucCompile the ttydrv dll with -DSTRICT.
2002-10-25  Eric PouechSimplify the global internal data handling.
2002-10-25  Eric PouechUnify the constant used for error codes reporting mappi...
2002-10-25  Jason EdmeadesDefine the main directx8 entrypoint.
2002-10-25  Michael StefaniucSome small cleanups.
2002-10-25  Andreas MohrTiny int17 printer fix.
2002-10-25  Andreas MohrAdded CertOpenStore stub.
2002-10-25  Dimitrie O. PaunDo not invalidate list on WM_SETREDRAW.
2002-10-25  Dimitrie O. PaunWe can avoid flicker on column resize only if it's...
2002-10-25  Dimitrie O. PaunAlways draw the main item in full row select.
next