Sync to Wine-20050628:
[reactos.git] / reactos /
2005-08-04 Gé van GeldorpSync to Wine-20050628:
2005-08-04 Magnus OlsenWindows TAB complete style instead for unix style patch...
2005-08-04 Thomas Bluemelcompile welcome.exe as unicode application by default
2005-08-04 Gé van GeldorpSync to Wine-20050628:
2005-08-04 Thomas Bluemelproperly implement scrolling
2005-08-03 Thomas Bluemelfail as documented when the pointer to the buffer equal...
2005-08-03 Gé van GeldorpFrancois Gouget <fgouget@free.fr>
2005-08-03 Gé van GeldorpSync to Wine-20050628:
2005-08-03 Gé van GeldorpSync to Wine-20050628:
2005-08-03 Thomas Bluemelfixed difference in signedness warning (GCC4)
2005-08-03 Gé van GeldorpSync to Wine-20050628:
2005-08-03 Gé van GeldorpSync to Wine-20050628:
2005-08-03 Thomas Bluemelimplemented OffsetClipRgn()
2005-08-03 Eric Kohl- Add registry property constants.
2005-08-03 Filip NavaraUse valid timer ID for SetTimer.
2005-08-03 Thomas Bluemeldefine __NO_CTYPE_INLINES so DBG:=0 builds don't import...
2005-08-03 Casper HornstrupFix building 'make test'
2005-08-03 Martin Fuchsswitch back to #include "precomp.h" for precomp.cpp...
2005-08-03 Emanuele AlibertiDocument <module type="nativecui" ...>
2005-08-03 Hervé PoussineauFix mouse.inf file (missing %)
2005-08-03 Hervé PoussineauDon't display available resolutions even if DBG is...
2005-08-03 Hervé PoussineauImplement VideoPortVerifyAccessRanges
2005-08-03 Casper HornstrupFix building kernel32 test
2005-08-03 Filip NavaraFix name length handing in RtlQueryAtomInAtomTable.
2005-08-03 Filip Navara- Implement !DeletePinned case in RtlEmptyAtomTable.
2005-08-03 Hervé PoussineauSet right compatible IDs for USB devices with multiple...
2005-08-03 Thomas Bluemel#include "precomp.h" -> #include <precomp.h>
2005-08-03 Filip Navara#include "precomp.h" -> #include <precomp.h>
2005-08-03 Filip Navara#include "precomp.h" -> #include <precomp.h>
2005-08-03 Gé van Geldorpi386DX <i386dx@hotmail.com>:
2005-08-03 Filip NavaraAdd stub for VpNotifyEaData.
2005-08-03 Martin Fuchsset svn:eol-style of *.vcproj and *.sln to CRLF
2005-08-03 Martin Fuchsset svn:eol-style of *.dsp/dsw to CRLF
2005-08-02 Thomas BluemelRouven Wessling <pentiumforever@gmail.com>:
2005-08-02 Filip NavaraMove #endif one line down to make the source code balanced.
2005-08-02 Filip NavaraRevert changes accidently commited along with last...
2005-08-02 Thomas Bluemelfix typo...
2005-08-02 Filip NavaraMake w3seek happy.
2005-08-02 Thomas BluemelViolin Iliev <violin@developer.bg>:
2005-08-02 Thomas BluemelSVN maintainance: fix line endings and ignore proxy...
2005-08-02 Filip NavaraUse mapped sections for fonts instead of paged pool...
2005-08-02 Emanuele AlibertiA really simple Win32 implementation of 'hostname'.
2005-08-02 Filip NavaraFix linux build.
2005-08-02 Filip NavaraFix the -sections option of PEFIXUP tool and adapt...
2005-08-02 Emanuele AlibertiModify NTDLL!DbgSsInitialize/4 signature.
2005-08-02 Alex Ionescu- Remove CmpFindObject hack and use ObFindObject with...
2005-08-02 Filip NavaraFix some pointer casts.
2005-08-02 Filip Navara- Remove the DoneInitYet hack.
2005-08-02 Filip NavaraRemove duplicate definitions.
2005-08-02 Thomas Bluemelfixed the CONTAINING_RECORD macro
2005-08-02 Alex Ionescu- Add access state functions.
2005-08-01 Eric KohlImplement CM_Get_DevNode_Registry_Property[_Ex]A/W...
2005-08-01 Filip NavaraDon't fallback to linear search for exports, it's not...
2005-08-01 Filip NavaraDon't do linear search for exports, it's not needed.
2005-08-01 Filip NavaraRemove the PESUM tool, the PEFIXUP tool can be used...
2005-08-01 Filip NavaraAdd new PEFIXUP tool and use it in the build system.
2005-08-01 Thomas Bluemelprint percentage character for the memory load in debug...
2005-08-01 Emanuele AlibertiRBuild 'project' document DTD (rough draft).
2005-08-01 Emanuele AlibertiReplace 'Value' with 'Content' as per XML spec.
2005-08-01 Thomas Bluemelrevert my last changes, it seems to cause problems...
2005-08-01 Filip NavaraVarious LdrGetProcedureAddress fixes:
2005-08-01 Emanuele AlibertiFirst attempt to make the XML data we feed rbuild confo...
2005-08-01 Thomas Bluemelfixed uninitialized variable warning
2005-08-01 Thomas Bluemelrevert back to -Os because of some buggy versions of GCC
2005-08-01 Thomas Bluemelcompile release builds with -O3 instead of -Os because...
2005-08-01 Emanuele AlibertiAdd reference to the 'compilerflag' element.
2005-08-01 Thomas Bluemeltemporarily disable -Werror for tools, there seem to...
2005-08-01 Filip NavaraPass correct pool type to PsChargePoolQuota.
2005-08-01 Thomas Bluemeldon't count references for the default quota block...
2005-08-01 Filip NavaraFix a typo. Thanks to Hervé Poussineau for noticing.
2005-08-01 Filip NavaraAdd pool type masks and use them.
2005-08-01 Filip NavaraFix definition of EPROCESS_QUOTA_ENTRY.
2005-08-01 Filip NavaraSetup quota blocks for processes.
2005-08-01 Filip NavaraSetup quota blocks for processes.
2005-08-01 Thomas Bluemeldefine common build flags so they can easily be changed...
2005-08-01 Thomas Bluemelfixed some warnings when compiling with -O3
2005-08-01 Filip NavaraFix prototype of RtlCreateHeap and respect the CommitRo...
2005-08-01 Thomas Bluemelfixed some uninitialized variables warnings
2005-08-01 Hervé PoussineauAdd back changes of revision 16783. Sorry Alex
2005-08-01 Filip NavaraCleanup SID initialization and fill all SeExports fields.
2005-08-01 Filip NavaraFix LdrAccessResource for ordinary mapped files.
2005-08-01 Filip NavaraFix DPRINT.
2005-08-01 Filip NavaraFix paramater validation and pointer manipulation in...
2005-08-01 Filip NavaraFix locking in RtlPinAtomInAtomTable.
2005-08-01 Hervé PoussineauMerge from Wine:
2005-08-01 Hartmut BirrUsed MmFreeVirtualMemory in MmDeleteTeb because MmFreeM...
2005-07-31 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-31 Thomas Bluemelfixed uninitialized variable warning
2005-07-31 Hartmut Birr- Changed BasepConvertUnicodeEnvironment to obtain...
2005-07-31 Hartmut BirrDon't use INVALID_HANDLE_VALUE as HANDLE_DETACH_PROCESS.
2005-07-31 Hartmut Birr- Implemented CsrDuplicateHandleTable.
2005-07-31 Thomas Bluemelfixed typo in a comment
2005-07-31 Thomas Bluemelfixed success check in RtlpCreateAtomHandle, ExCreateHa...
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-31 Filip NavaraFix NULL-terminating of symbol image names.
2005-07-31 Filip NavaraImplement the magic flag in RtlImageDirectoryEntryToDat...
2005-07-31 Filip NavaraRevert #16904 and clarify the comment about the race...
2005-07-31 Martin Fuchsset eol-style for all remaining XML files
2005-07-31 Emanuele AlibertiDocument pch and linkerflag elements.
2005-07-31 Emanuele AlibertiTurn NTDLL.DLL a SUBSYSTEM_WINDOWS_CUI PE image (Casper...
next