Implemented NetQueryDisplayInformation, NetUserGetInfo, created
[wine] / dlls /
2002-09-23  Andriy PalamarchukImplemented NetQueryDisplayInformation, NetUserGetInfo...
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-09-20  Jon GriffithsReorganise/minor tidyup of ordinal functions.
2002-09-20  Dimitrie O. PaunHave USER deal with the caret when scrolling a window.
2002-09-18  Alexandre JulliardAvoid calling some kernel functions.
2002-09-18  Alexandre JulliardAdded support for the take focus protocol.
2002-09-18  Dimitrie O. Paun- Better implementation for GetTopindex/GetOrigin/SetIc...
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-17  Alexandre JulliardAuthors: Josef Meixner <Josef.Meixner@t-online.de>...
2002-09-17  Martin WilckMSVCRT needs a public errno.h file.
2002-09-17  Andriy PalamarchukMake LsaOpenPolicy return success.
2002-09-17  Gyorgy 'Nog' Jeney- Unicodeify control.
2002-09-17  Dimitrie O. Paun- Optimize the heck out of Report drawing.
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-17  Sander van LeeuwenListview_ProcessLetterKeys: fixed never ending loop...
2002-09-17  Jerry JenkinsModified volume_effect8 for taking unsigned data as...
2002-09-17  Jerry JenkinsAdded waveOutSetVolume when opening sound driver. Other...
2002-09-17  Francois GougetTests are regular Winelib applications and thus should...
2002-09-17  Francois GougetIDI_APPLICATIONW does not exist on Windows. Use IDI_APP...
2002-09-17  Francois GougetChange the #include order so that these tests compile...
2002-09-17  Francois GougetMove all STATUS_* and RPC_NT_* to ntstatus.h as per...
2002-09-16  Michael StefaniucConvert HRSRC to a void*.
2002-09-16  Francois GougetNetpGetComputerName, SHCopyKeyA and SHRegGetPathA don...
2002-09-16  Martin WilckFix MoveFileEx() flags in MSVCRT rename()/_wrename().
2002-09-16  Dimitrie O. Paun- Reorganization and cleanup of selection code.
2002-09-16  Alexandre JulliardImplemented NtDuplicateObject.
2002-09-16  Duane ClarkWait for app to come up before attempting DDE connection.
2002-09-16  Dimitrie O. Paun- Grand rewrite for {Get,Set,Insert}Item & Co.
2002-09-13  Alexandre JulliardHandle special registry root keys directly in advapi32...
2002-09-13  Alexandre JulliardCopied the registry functions needed by VMM into device...
2002-09-13  Alexandre JulliardRemoved remaining references to advapi32 registry funct...
2002-09-13  Alexandre JulliardRtlFormatCurrentUserKeyPath: return path containing...
2002-09-13  Guy L. Albertelli- Improve LVM_GETITEMRECT values for LVS_ICON style...
2002-09-12  Alexandre JulliardReplaced 'heap' .spec statement by a command line option.
2002-09-12  Alexandre JulliardDelete registry key at exit.
2002-09-12  Alexandre JulliardFixed AssocCreate declaration.
2002-09-12  Alexandre JulliardFixed warnings caused by new winternl.h.
2002-09-12  Dimitrie O. Paun- Implement custom draw support.
2002-09-12  Dimitrie O. PaunFix a bunch of bugs related to scrolling.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-12  Alexandre JulliardFixed requested access rights in RegDeleteKey[AW].
2002-09-12  Alexandre JulliardFixed possible infinite loop in delete_key.
2002-09-12  Patrik StridvallFixed C++ comments.
2002-09-12  Dimitrie O. Paun- Complete rewrite of scrolling code: smaller, faster...
2002-09-12  Jon GriffithsMake hex digits static const & share them.
2002-09-12  Jon GriffithsImplementation and test for SHCopyKeyA/W.
2002-09-12  Martin WilckFix the behavior of GetOverlappedResult() and WSAGetOve...
2002-09-12  Alexandre JulliardRemoved the __uint* types from basetsd.h since they...
2002-09-12  Dimitrie O. PaunMove the name directive from the .spec file to the...
2002-09-12  Marcus MeissnerNew CUPS libraries return "none" as default printer...
2002-09-12  Dimitrie O. PaunMake all spec files grep-able.
2002-09-12  Dimitrie O. PaunGreatly improved drawing code: eliminates all flicker...
2002-09-12  Dimitrie O. Paun- Rewrite the drawing code. It now is much smaller...
2002-09-11  Andriy PalamarchukImplemented buffer management functions, a couple of...
2002-09-11  Andriy PalamarchukA few more conformance tests for heap memory allocation.
2002-09-11  Dimitrie O. Paun- Implement autopaging.
2002-09-11  Dimitrie O. PaunCode cleanups and simplifications, documentation updates.
2002-09-10  Jon GriffithsImplement @163,164,168,175,182,187,286,SHSkipJunction.
2002-09-09  Patrik StridvallAdd and use the header files mssip.h and sipbase.h.
2002-09-09  Alexandre JulliardMoved 16-bit registry functions to kernel dll and imple...
2002-09-09  Patrik StridvallFixed some issues found by winapi_check.
2002-09-09  Andriy PalamarchukRtlNtStatusToDosError: Added new NT status to error...
2002-09-09  Dimitrie O. Paun- Pass infoPtr around, instead of hwnd.
2002-09-09  Dimitrie O. Paun- Fix bug in mouse position reading.
2002-09-09  Dimitrie O. Paun- Fix the tics drawing code.
2002-09-09  Dimitrie O. PaunAdd support for the TTM_GETBUBBLESIZE message.
2002-09-09  Marcus MeissnerIf the default CUPS printer has no ppd file, just use...
2002-09-09  Uwe BonnesMake the scanf family recognize characters again.
2002-09-06  Michael StefaniucFinish the conversion of HWND to a void*.
2002-09-06  Francois GougetSome small typo / phrasing fixes.
2002-09-06  Alexandre JulliardAdded preliminary support for cross-compiling tests...
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-09-06  Andriy PalamarchukLsaNtStatusToDosError implementation.
2002-09-06  Martin WilckWS2_register_async_shutdown(): Try immediate completion...
2002-09-06  Jon GriffithsImplemented registry MIME type functions @324-329.
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-09-06  Francois GougetDo not include wine/unicode.h.
2002-09-06  Jon GriffithsAdd @138,@157,@180,@197,@204.
2002-09-06  Martin WilckFixed typo in check_buffer_se().
2002-09-06  Rolf KalbermatterImplemented SHCreateStdEnumFmtEtc.
2002-09-06  Dimitrie O. Paun- Eliminate flicker.
2002-09-06  Dimitrie O. PaunAdd generic notification support for the common controls.
2002-09-06  Dimitrie O. Paun- Complete support for rgb{Fg,Bk} in DrawIndirect.
2002-09-04  Alexandre JulliardPeekNamedPipe: Check if the pipe was closed when there...
2002-09-04  Jon GriffithsAdded Assoc* funcs (but not underlying IQueryAssociatio...
2002-09-04  Dimitrie O. Paun- Fix ImageList_GetIcon to use ImageList_* functions for
2002-09-04  Dimitrie O. Paun- Unicodification (use Unicode functions & types consis...
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-09-04  Alexandre JulliardAdded DPMI segments structure and related function...
2002-09-04  Andriy PalamarchukSHFileOperationA: improved, implemented FO_MOVE action...
2002-09-04  Dimitrie O. PaunSmall updown cleanup.
2002-09-04  Dimitrie O. Paun- implement support for xBitmap and yBitmap in ImageLis...
2002-09-04  David D. HagoodFixed Linux 2.2 event API code.
2002-09-04  Eric PouechNow passing some console parameters at wineconsole...
2002-08-31  Patrik StridvallMSVC compatibility fixes.
2002-08-31  Alexandre JulliardMoved internal context macros out of winnt.h.
2002-08-30  Steven EdwardsUpdate some .cvsignore files for building on Windows.
2002-08-30  Alexandre JulliardFixed some dll separation issues.
2002-08-30  Dimitrie O. PaunImplement CBES_EX_NOSIZELIMIT style.
2002-08-30  Marcus MeissnerUse Iar (Instruction Address Register) instead of Fill[0].
next