reactos.git
2002-08-29 Robert DickensonAdded command line handling from wine regedit, removed...
2002-08-28 KJK::HyperionCorrected source paths for Event Log service and RPC...
2002-08-28 Robert Kopferl*** empty log message ***
2002-08-28 Jason FilbyA few new definitions related to windowing
2002-08-28 Jason FilbyInitial nonclient code
2002-08-28 Hartmut BirrReplaced 'jmp $+3' with 'jmp label'.
2002-08-28 Robert Kopferladded a preliminary WideCharToMultyByte(). This impl...
2002-08-28 Robert DickensonRespond to WM_MEASUREITEM with the font height.
2002-08-28 Eric KohlAdded detection of PCI Bus Master Controllers.
2002-08-28 Robert Kopferladded some CP_ definitions
2002-08-28 Robert Kopferladded CodePage symbols inside a #if 0
2002-08-28 Hartmut Birr*** empty log message ***
2002-08-28 Hartmut BirrChanged parameters for IoPageRead/IoPageWrite/IoSynchro...
2002-08-28 Hartmut BirrRemoved dereferencing of the event/file object for...
2002-08-28 Hartmut BirrAdded/enabled IoAcquireRemoveLockEx, IoInitializeRemove...
2002-08-28 Hartmut BirrMoved IoPageRead from io.h to iofuncs.h.
2002-08-28 Hartmut BirrChanged the parameters for InterlockedCompareExchange.
2002-08-28 Hartmut BirrSet the allocation size in IoCreateFile.
2002-08-28 Hartmut BirrAdded memcpy/memset with inline assembler implementatio...
2002-08-28 Brian PalmerFix for disk error while Loading FreeLoader... discover...
2002-08-28 Steven Edwardsupdate .cvsignore
2002-08-28 Steven Edwardsadd .cvsignore
2002-08-27 Steven Edwardscopy gstart.exe to C:\reactos\system32
2002-08-27 David WelchMore painting fixes.
2002-08-27 David WelchMisc. painting fixes.
2002-08-27 Jason FilbyMinor fix
2002-08-27 Jason FilbyBeginPaint and EndPaint now functional
2002-08-27 Robert DickensonCreated new module for library IPRTPRIO.DLL
2002-08-27 Hartmut BirrRepleaced wcsicmp with _wcsicmp in ScLookupServiceBySer...
2002-08-27 Robert DickensonAdded required support for WinHelp exports in user32.lib
2002-08-27 Hartmut BirrUsing ReadCacheSegment for reading a cache segment...
2002-08-27 Robert DickensonAdded entry points for WinHelpA and WinHelpW exports.
2002-08-27 Hartmut BirrChanged from CreateFileW for opening a directory to...
2002-08-27 Hartmut BirrAdded testing for a valid proccess pointer in
2002-08-27 Hartmut BirrAdded CloseInProcess to the structure OBJECT_HEADER.
2002-08-27 Hartmut BirrFixed the calculation of the ActiveCount member from...
2002-08-27 Robert DickensonCreated new application template dialog for testing...
2002-08-26 David WelchAdded missing prototype.
2002-08-26 David WelchFixes for painting.
2002-08-26 Hartmut BirrInitialized Peb->WindowFlags (instead of Flags) with...
2002-08-26 David Welch2002-08-26 David Welch <welch@computer2.darkstar...
2002-08-26 David WelchOops, fixed compile errors.
2002-08-26 David WelchCopy all the startup info to the new process.
2002-08-25 Jason FilbyDCE header file
2002-08-25 Steven EdwardsStick the import lib in the right place.
2002-08-25 Robert DickensonMore CVS sugar.
2002-08-25 Robert DickensonAdded a whole lot of CVS sugar so I can use WinCVS...
2002-08-25 Robert DickensonFixed some broken stuff, added some cvs sugur.
2002-08-25 Robert DickensonFixes for building with __MINGW32_VERSION 2.1
2002-08-24 Jason FilbyInitial code for NtUserGetDC
2002-08-24 KJK::HyperionRemoved superfluous DPRINTs
2002-08-24 Eric KohlFixed dependency file deletion bug.
2002-08-23 Eric KohlAdded welcome/autorun application
2002-08-23 Eric KohlAdded welcome/autorun application (test bitmaps)
2002-08-23 Emanuele AlibertiFixes for building the imports libraries.
2002-08-23 Emanuele AlibertiMakefile fixes to compile.
2002-08-23 Robert DickensonAdded new include file.
2002-08-23 Robert DickensonAdded some exports.
2002-08-23 Robert DickensonModified to use new include file reactos/include/snmp...
2002-08-23 Robert DickensonAdded entries for new network applications.
2002-08-23 Robert DickensonCreated framework for new network utility applications.
2002-08-22 Eric Kohl-Implemented ReadConsoleOutputCharacterA and CsrReadCon...
2002-08-22 Brian PalmerChanges in v1.7.5 (8/21/2002) (brianp)
2002-08-21 Brian PalmerInitial commit for utility to install FreeLoader under...
2002-08-21 Brian PalmerChanges in v1.7.4 (8/20/2002) (brianp)
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-08-19 Jason FilbyImproved HLine algorithm; improvement carried over...
2002-08-19 Eugene IngermanAdded color translation for solid color brushes.
2002-08-18 Jason FilbyFixed VGADDIFillSolid - now fast, although ugly (will...
2002-08-18 Hartmut Birr- Added a check for valid result pointers in GetDiskFre...
2002-08-18 Hartmut BirrRewrote _stat functions. This functions can't use _fstat.
2002-08-18 KJK::HyperionRtlGetProcessHeap() is not a function in Microsoft...
2002-08-18 KJK::HyperionCreateFileW: corrected a couple of buglets, added handl...
2002-08-18 Jason FilbyUse clip.h instead of enum.h
2002-08-18 Eugene Ingerman1. CLIPOBJ_bEnum, CLIPOBJ_cEnumStart - implemented...
2002-08-18 KJK::HyperionCleaned up CreateFileW. Please check out the FIXMEs
2002-08-18 KJK::HyperionAdded definition of FILE_OPEN_FOR_RECOVERY
2002-08-17 Robert DickensonMinor cosmetic changes to define, fixup workaround...
2002-08-17 Robert DickensonRudimentiary drivebar support added.
2002-08-17 Hartmut BirrCall VfatSetAllocationSizeInformation only if the file...
2002-08-17 Robert DickensonAdded new module for iphlpapi.dll
2002-08-17 Robert DickensonNewline at EOF to fix warning
2002-08-17 Robert DickensonAdded TOOLS_PATH macro and default target similar to...
2002-08-17 Robert DickensonAdded NDISVERSION define for our target NDIS support...
2002-08-17 Robert Dickensonfixed clean rule to match other makefile standard
2002-08-17 Robert DickensonFixed typo in header comment.
2002-08-17 Robert DickensonAdded new module for snmpapi.dll
2002-08-17 Hartmut BirrDisabled/removed debug messages.
2002-08-17 Hartmut BirrChanged the values for the page file size from the...
2002-08-17 Hartmut BirrZero out the page in MmTransferOwnershipPage.
2002-08-17 Hartmut BirrChange the type of the parameter PhysicalAddress in...
2002-08-17 Hartmut BirrSet the extension length to 0 if there is no extension...
2002-08-17 Hartmut BirrFixed the size for memory unmapping from boot process.
2002-08-17 Hartmut BirrRemoved freeing of IRP's MDL in ScsiClassIoComplete.
2002-08-17 Hartmut BirrSetup the correct stack location for completion routine...
2002-08-17 Hartmut BirrRemoved the absolute path (c:\reactos\system32) to...
2002-08-17 Robert DickensonRemoved modules to go into shell32. New control panel...
2002-08-17 Hartmut Birr- Release streaming file object for directories in...
2002-08-17 Hartmut Birr- Disabled write caching for meta data (FAT, directorie...
2002-08-17 Hartmut BirrIncrement/Decrement the cache reference count on each...
next