Split the 16-bit funcitons into a seperate file.
[wine] / dlls /
2002-09-27  György 'Nog' JeneySplit the 16-bit funcitons into a seperate file.
2002-09-26  Alexandre JulliardFixed X11 error code mismatch and removed debugging...
2002-09-26  Greg Turner- fixed up some semantic misunderstandings using the...
2002-09-26  Christian CostaAdded desallocation of the viewport private data.
2002-09-26  Christian CostaAdded allocation/desallocation of the light private...
2002-09-26  Christian CostaEnable creation of our OpenGL Direct3D device from...
2002-09-25  Alexandre JulliardMoved ts_xlib.c into x11drv and removed libwine_tsx11.
2002-09-25  Paul Rupe- Initialize memory to prevent crashes when -debugmsg...
2002-09-25  Paul RupeResize dynamic pointer array more carefully when adding...
2002-09-25  Christian CostaAdded support for POINT, WIREFRAME and SOLID fill modes.
2002-09-25  Christian CostaIDirect3DTexture2Impl_Load: when the surface is not...
2002-09-25  Alexandre JulliardImport wine_tsx11_lock/unlock directly from x11drv...
2002-09-25  Alexandre JulliardFixed a number of bugs in the handling of window parent...
2002-09-25  Greg TurnerAccept time_t argument in WS_setsockopt/WS_SO_RCVTIMEO...
2002-09-24  Alexandre JulliardRemoved some more TSX11 functions and files.
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-24  Guy L. Albertelli- Localize origin, location, and rectangle computation.
2002-09-24  Dimitrie O. PaunSmall cleanups, updated documentation.
2002-09-24  Alexandre JulliardFixed #endif.
2002-09-24  Alexandre JulliardRemoved a bunch of no longer used TSX wrappers.
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-24  Michael StefaniucConvert HKEY to a void*.
2002-09-23  Dimitrie O. PaunRemove some more superfluous ZeroMemory calls, small...
2002-09-23  Dimitrie O. Paun- Remove export of DRAG_QueryUpdate from USER.
2002-09-23  Dimitrie O. Paun- Fix outputting of a text pointer in debug mode (by...
2002-09-23  Patrik StridvallCleaned up the code so it would be easier to parse...
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...
next