netreg: include stdio.h for fprintf, sprintf and sscanf; gcc 4.4 warnings
[reactos.git] / reactos / dll /
2009-08-08 Christoph von Wittichsync jscript with wine 1.1.27
2009-08-08 Hervé Poussineau[lsasrv] Do not launch a thread to listen for incoming...
2009-08-08 Christoph von Wittichdelete obsolete diff
2009-08-07 Stefan Ginsberg- Use APIENTRY compatible -- wdmaud now builds
2009-08-07 Christoph von WittichAPIENTRY LONG --> LONG APIENTRY
2009-08-07 Aleksey Bragin- Sync WIDL and ole32 with Wine-1.1.23, w/o syncing...
2009-08-07 Stefan Ginsberg. Define APIENTRY compatibly for MSVC
2009-08-07 Stefan Ginsberg- C89 compliance for iphlpapi
2009-08-07 Stefan Ginsberg- Fix broken include path for MSVC -- appwiz, input...
2009-08-07 Stefan Ginsberg- Remove another assumption that _MSC_VER means the...
2009-08-07 Johannes Anderwald- Set the stream state to run when opening the device
2009-08-07 Daniel ReimerBug 4700: Translation patch, Dutch, for explorer-new...
2009-08-07 KJK::Hyperionmodified dll/win32/opengl32/gl.c
2009-08-07 KJK::Hyperionmodified dll/win32/advapi32/advapi32.h
2009-08-07 KJK::Hyperionmodified jmorecfg.h
2009-08-06 Dmitry GorbachevAdd GetLogicalProcessorInformation() and a stub for...
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-04 Stefan Ginsberg- Follow up to 41644: Get rid of the Wine headers using...
2009-08-04 Dmitry Chapyshev- Sync FreeLibrary with Wine. Fixes an exception at...
2009-08-04 Stefan Ginsberg- Remove asm-optimized versions of RtlRandom and RtlUni...
2009-08-03 Stefan Ginsberg- Minisync of gdiplus to fix a C4717 warning
2009-08-03 Stefan Ginsberg- strmini.h: Include windef.h so CDECL gets defined...
2009-08-02 Jeffrey MorlanReadFile: When reading from a console handle with proce...
2009-08-02 Stefan Ginsberg- npapi.h: Correct definitions of function pointer...
2009-08-01 Gregor SchneiderGetWindowLongPtr returns a LONG_PTR, so be it
2009-08-01 Gregor Schneider- Handle WM_SETREDRAW messages differently in the DefWn...
2009-07-31 Stefan Ginsberg- ...mised this one
2009-07-31 Gregor SchneiderRemove leftover debug print
2009-07-31 Stefan Ginsberg- Fix gdi32 build due to missing ";"
2009-07-31 Stefan Ginsberg- delayimp.h: Use FORCEINLINE instead of static __inline__
2009-07-29 Gregor Schneideruser32:
2009-07-27 Ged Murphywinsock2.h should come before windows.h
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-26 Timo KreuzerAdd -Wno-format to dmusic
2009-07-26 Stefan Ginsberg- Misc fixes for msvc:
2009-07-26 Dmitry GorbachevSilence a warning.
2009-07-26 Cameron Gutman - Begin using ws2help_new
2009-07-26 Cameron Gutman - Remove our old ws2help in preparation for the transi...
2009-07-26 James Tabor- [Win32k] Moving forward and replace some of the old...
2009-07-25 Dmitry Chapyshev- Add stubs for AppCleanup and videoThunk32
2009-07-25 Dmitry Chapyshev- Implement capCreateCaptureWindowA and capGetDriverDes...
2009-07-25 Dmitry Chapyshev- Add avicap32 (stubs only)
2009-07-25 Dmitry GorbachevAdd / update Czech translations. Radek Liska. Bugs...
2009-07-25 James Tabor- [Win32k] More work on classes. ReactOS seems to retur...
2009-07-24 James Tabor- [Win32k] More work on classes. Fixed SEH abuse and...
2009-07-23 Jeffrey MorlanLoadLibraryExW: After loading a library as a datafile...
2009-07-23 James Tabor- [Win32k] More work on classes. Wine test drop to...
2009-07-22 Matthias Kupferfix a minor translation mistake
2009-07-22 James Tabor- [Win32k] Rename class and window structures.
2009-07-22 James Tabor- [Win32k] Update class and window structures.
2009-07-21 Dmitry Chapyshev- Revert my previous changes in QueueUserWorkItem
2009-07-21 Sylvain Petreollefix includes case
2009-07-21 Dmitry Chapyshev- Add ws2help from alex-network-branch
2009-07-21 Dmitry Chapyshev- Fix some warnings
2009-07-21 Dmitry Chapyshev- .def -> .spec
2009-07-21 Dmitry Chapyshev- Fix types of parameters for WPUFDIsSet, WSCInstallPro...
2009-07-21 James Tabor- [Win32k] Update class structure and fixed on class...
2009-07-20 James Tabor- [Win32k] Update window structure.
2009-07-20 Dmitry Chapyshev- Implement WSAHtons, WSANtohs
2009-07-19 Hervé PoussineauFix bug introduced in r1514, where memory was freed...
2009-07-18 Dmitry Chapyshev- Partially sync with Wine 1.1.26
2009-07-18 Dmitry Chapyshev- Add SEH protection at memory copying. Fixes crash...
2009-07-18 Dmitry Chapyshev- Sync SHDefExtractIconW with Wine. Fixes crash at...
2009-07-17 Johannes Anderwald[WDMAUD.DRV]
2009-07-17 Dmitry Chapyshev- Samplify SwitchToThread and QueueUserWorkItem
2009-07-17 Dmitry Chapyshev- Remove unneeded check and cycle
2009-07-17 Dmitry Chapyshev- Re-implement FreeLibrary (for support LOAD_LIBRARY_AS...
2009-07-17 Dmitry Chapyshev- Implement LOAD_LIBRARY_AS_DATAFILE flag for LoadLibra...
2009-07-17 Dmitry Chapyshev- Rewrite SearchPathW (based on Wine code). It fixes...
2009-07-15 Dmitry Chapyshev- Currently, SearchPathW fails with path such as subdir...
2009-07-15 Stefan Ginsberg- The 4th parameter of NtCreateDebugObject is not a...
2009-07-15 Dmitry GorbachevUpdate Romanian translations. Petru Dimitriu, bug ...
2009-07-15 James Tabor- Implement support for HWND_MESSAGE. Need full testing!
2009-07-14 Cameron Gutman - Fix build
2009-07-14 Cameron Gutman - Renew the IP address of all adapters when using...
2009-07-13 Timo KreuzerGet rid of memcpy at all and use memove instead like...
2009-07-12 Dmitry Chapyshev- Implement QueryFullProcessImageNameA/W (based on...
2009-07-12 James Tabor- Start initializing client pfn arrays so that they...
2009-07-12 Johannes Anderwald- Fix build (2/X)
2009-07-11 Johannes Anderwald[MMEBUDDY]
2009-07-11 Johannes Anderwald- Implement retrieving position
2009-07-11 James Tabor- Global/LocalFlags, now checking the right bit for...
2009-07-11 James Tabor- Fix Global/LocalFlags returns. Now pass all kernel32...
2009-07-11 Johannes Anderwald[WDMAUD.DRV]
2009-07-11 Dmitry Chapyshev- Set status to STATUS_OBJECT_NAME_INVALID if NtCreateM...
2009-07-11 Dmitry Chapyshev- Fix 3 "kernel32_winetest environ" tests. All environ...
2009-07-11 Dmitry Chapyshev- Fix one "kernel32_winetest time" test. All time tests...
2009-07-11 Dmitry Chapyshev- Return ERROR_NOT_SUPPORTED error code instead ERROR_C...
2009-07-11 ReactOS Portable... stop building ntdll as a win32dll so we can fucking...
2009-07-09 Cameron Gutman - Don't overwrite previously set flags
2009-07-08 Cameron Gutman - Fix retrieval of the default gateway (missing defaul...
2009-07-07 James Tabor- Add another Vista function WindowFromPhysicalPoint...
2009-07-06 James Tabor- fix build.
2009-07-06 James Tabor- Update UpdateLayeredWindow and Indirect.
2009-07-06 James Tabor- Update NtGdiOpenDCW to the newest sdk.
2009-07-06 Cameron Gutman - Fix return value of tdiGetMibForIfEntity so it doesn...
2009-07-05 Matthias KupferIf you hit the close button the taskmanager shouldn...
2009-07-05 Dmitry GorbachevUpdate Norwegian translations. Lars Martin Hambro,...
2009-07-05 James Tabor- Discontinue the use of thread information for the...
2009-07-05 James Tabor- Implement the client shutdown procedure. Tested with...
next