Accelerate PATCOPY blits.
[reactos.git] / reactos /
2002-09-21 David WelchAccelerate PATCOPY blits.
2002-09-21 Jason FilbyMinor fixes
2002-09-20 Jason FilbyWindows now show captions
2002-09-20 Eugene IngermanPatch by Hartmut Birr: protect IrpFlags with spinlock.
2002-09-19 Jason FilbyCorrected comment
2002-09-19 Jason FilbyText alignment should be TA_TOP for a new DC
2002-09-19 Eric KohlMajor rework.
2002-09-19 Eric KohlMoved SCSI headers because they are used by usetup.
2002-09-18 David WelchCreate a PDEV for the display driver only once.
2002-09-18 KJK::HyperionTemporary getopt.h. MingW doesn't define getopt() anywh...
2002-09-17 David WelchPass only the base name of a module.
2002-09-17 David WelchMore user fixes.
2002-09-17 David WelchMisc. user fixes.
2002-09-17 David WelchMisc. user fixes.
2002-09-17 Jason FilbyFixes for DIBs to show with correct vertical orientation
2002-09-17 Jason FilbyRemove unneeded floating point code
2002-09-17 Hartmut BirrChanged the detection of the last session from IOCTL_CD...
2002-09-17 Hartmut Birradded support for IOCTL_CDROM_GET_LAST_SESSION.
2002-09-17 guidofix calculation of InitSize and correctly set edx in...
2002-09-15 Hartmut BirrFixed a wrong length in CdfsReadFile.
2002-09-15 Hartmut BirrAdded support for multi session CD's.
2002-09-15 Hartmut BirrAdded CdfsSetPosition/CdfsSetInformation.
2002-09-15 Hartmut BirrCheck some attributes in CdfsCreateFile.
2002-09-15 Hartmut BirrAdded support for IOCTL_CDROM_READ_TOC.
2002-09-15 guidoInitialisation of debugging and floating point registers in
2002-09-15 guidoSwitch i287 fpu, if present, into protected mode (ignor...
2002-09-14 guidoFix building using gcc-2.95
2002-09-13 Jason FilbyInitial support for 1BPP
2002-09-13 Hartmut BirrIncreased the search buffer for InternalFindFirstFile...
2002-09-13 Hartmut BirrImprove converting speed in RtlTimeFieldsToTime/RtlTime...
2002-09-13 Hartmut BirrCheck for CREATE_UNICODE_ENVIRONMENT in CreateProcessA.
2002-09-13 Hartmut BirrUse the functions from ntdll in SystemeTimeToFileTime...
2002-09-13 Hartmut BirrFixed some problems which occurs if a directory goes...
2002-09-13 Hartmut BirrFixed a buffer overflow if there is given a not null...
2002-09-13 Hartmut BirrFixed a buffer overflow if there is given a not null...
2002-09-13 Hartmut BirrReduced some overhead for strings.
2002-09-12 guidoPrevent buffer overflows in vsn(w)printf
2002-09-11 Steven EdwardsFixed text output for simple messagebox test
2002-09-11 KJK::HyperionPath to SMSS can be now set in the registry value REGIS...
2002-09-09 Hartmut BirrAdded CdfsCleanup.
2002-09-09 Hartmut BirrChanged initialization/deinitialization of caching.
2002-09-09 Hartmut BirrFree the DirectorySeachPattern.
2002-09-08 Eric KohlAdded initial console setup code.
2002-09-08 Casper HornstrupReverted latest changes
2002-09-08 Casper HornstrupReverted latest changes
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupFixed declaration of WSHGetWSAProtocolInfo
2002-09-07 Casper HornstrupFixed declaration of WSHGetWSAProtocolInfo
2002-09-07 Casper HornstrupRemove some debugging code.
2002-09-07 Casper HornstrupFixed typo.
2002-09-07 Casper HornstrupAdded MSVCRT.DLL private headers.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-09-05 Emanuele AlibertiUSER32.EqualRect(): partial implementation.
2002-09-05 Emanuele AlibertiJust one more line. Little is known about MCBs.
2002-09-04 Eric KohlCheck for a busy device in AtapiInterrupt().
2002-09-04 David WelchAdded missing file.
2002-09-04 Eric KohlAdded code to identify the cdrom drive when ReactOS...
2002-09-03 David WelchImplemented part of window properties support
2002-09-02 Steven EdwardsAdded binary resources from Wine for user32.
2002-09-02 Steven EdwardsFixed another stub for the WINE dlls.
2002-09-02 Steven EdwardsFix export to get WineMine to load.
2002-09-01 David WelchDon't reinitialize the VGA on an enable surface if...
2002-09-01 Robert DickensonAdded some exports.
2002-09-01 Robert DickensonSeem to have missed updating these previously....
2002-08-31 David WelchNon-client painting fixes.
2002-08-31 KJK::HyperionDefined missing virtual memory query/set information...
2002-08-31 KJK::HyperionPSAPI (re)licensed under LGPL to be shared with WinE...
2002-08-31 KJK::HyperionLGPL 2.1
2002-08-31 KJK::HyperionPSAPI: all the annoying stuff (enumeration and search...
2002-08-30 David WelchImplemented GetAncestor and IsWindowVisible
2002-08-29 KJK::HyperionPSAPI almost finished
2002-08-29 David WelchFixed when changing the attributes of an area larger...
2002-08-28 KJK::HyperionCorrected source paths for Event Log service and RPC...
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 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 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.
next