- Fix RtlTimeToTimeFields to actually work.
[wine] / dlls /
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.
2002-10-25  Dimitrie O. PaunUse iterators to render over the columns, in report...
2002-10-25  Dimitrie O. PaunSmall iterator-over-range[s] cleanup.
2002-10-25  Dimitrie O. PaunEliminate most of the flicker when resizing columns.
2002-10-25  Dimitrie O. PaunFix subitem background color in full row select.
2002-10-25  Dimitrie O. PaunWe should callback for inexistent subitems.
2002-10-25  Dimitrie O. PaunFix crash when computing the item width of a report...
2002-10-25  Dimitrie O. PaunKeep autoarranging items until one is moved.
2002-10-25  Dimitrie O. PaunAbstract autoarranging decision to a helper function.
2002-10-25  Dimitrie O. PaunDo not do screen work if refreshing is disabled.
2002-10-25  Dimitrie O. PaunRewrite the UpdateScroll function: simpler, faster.
2002-10-25  Michael StefaniucCompile the oleaut32 dll with -DSTRICT.
2002-10-25  Michael StefaniucCompile the shlwapi dll with -DSTRICT.
2002-10-25  Michael StefaniucCompile the msvcrt dll with -DSTRICT.
2002-10-25  Andreas MohrAdded some comments.
2002-10-23  Greg TurnerImplemented NdrClientInitializeNew.
2002-10-23  Greg TurnerWhitespace cleanup.
2002-10-23  Greg TurnerFixed a tiny trace bug.
2002-10-23  Chris MorganCall CreateProcessA() when executing non-dos applicatio...
2002-10-23  Vincent BéronBring some French resources in sync with English ones.
2002-10-23  Michael StefaniucCompile the msvideo dll with -DSTRICT.
2002-10-23  Dimitrie O. PaunAvoid division by 0 by initializing the item size in...
2002-10-23  Dimitrie O. PaunAppend to the end of the DPA, if insert index is too...
2002-10-23  CarlosFixed duplicated arrows in header control.
2002-10-23  Dimitrie O. PaunFix thinko that slipped in with the prev patch (reenabl...
2002-10-23  Dimitrie O. PaunDo not invalidate the window before the first paint...
2002-10-23  Dimitrie O. PaunUse InvalidateItem instead of explicit InvalidateRect...
2002-10-23  Dimitrie O. PaunTransform the invalidation macros to proper functions.
2002-10-23  Dimitrie O. PaunDelay some size computations until after first paint.
2002-10-23  Rein KlazesReorganize the item size calculation (a bit simpler...
2002-10-23  Rein KlazesSearch through all items when LISTVIEW_FindItemW is...
2002-10-23  Dimitrie O. PaunDelete the items if we actually own them.
2002-10-23  Dimitrie O. PaunDo not callback to the parent for lParam when in LVS_OW...
2002-10-23  Jukka HeinonenMove interrupt emulation code from INSTR_EmulateInstruc...
2002-10-23  Michael StefaniucCompile the dplayx dll with STRICT defined.
2002-10-23  Michael Stefaniuc- fix the "int format, HANDLE arg" type of warnings...
2002-10-23  Michael StefaniucAdd casts to compile with -DSTRICT.
2002-10-23  Dimitrie O. PaunDo not crash if callback text is not filled (behave...
2002-10-23  Dimitrie O. PaunCollect all bugs, missing features, etc in the header...
2002-10-23  Dimitrie O. PaunDo not autoarrange if we insert/delete from the end...
2002-10-23  Dimitrie O. PaunRework SetItemPosition, bunch of bugs squashed in the...
2002-10-23  Dimitrie O. PaunRename LISTVIEW_ITEM to ITEM_INFO for consistency.
2002-10-23  Alexandre JulliardMoved network.c to 16-bit sources.
2002-10-23  Patrik StridvallDon't use wine/unicode.h in the header files, include...
2002-10-23  Michael StefaniucAdd needed casts for a "no warnings" compile of comctl32.
2002-10-23  Patrik StridvallFix for platforms not supporting DOS mode.
2002-10-23  Alexandre JulliardStore thread id instead of queue handle in timer structure.
2002-10-23  Alexandre JulliardImplemented GetWindowTask16 on top of GetWindowThreadPr...
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-23  Michael GünnewigAdded dialog for AVISaveOptions.
2002-10-23  Michael GünnewigImplemented AVIBuildFilterW and AVISaveOptions.
2002-10-23  Michael GünnewigFixed bug that prevented ICCompressorChoose from working.
2002-10-23  Patrik StridvallUpdated the generated tests.
2002-10-23  Stefan LeichterDo not break quoted strings in Control_DoLaunch.
2002-10-23  Christian NeumairCollect all bugs, missing features, etc in the header...
2002-10-22  Michael StefaniucCompile the winspool dll with STRICT defined.
2002-10-22  Michael StefaniucCompile the tapi32 dll with STRICT defined.
2002-10-22  Michael StefaniucCompile the psapi dll with STRICT defined.
2002-10-22  Michael StefaniucCompile the msacm dll with STRICT defined.
next