modified Resources/hresult.xml
[reactos.git] / reactos /
2006-09-09 Art YerkesMake UNIMPLEMENTED available everywhere and remove...
2006-09-09 Thomas BluemelAdded missing definitions
2006-09-08 James TaborUser32 static.c:
2006-09-08 Aleksey BraginAdd a bit of error reporting
2006-09-08 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-08 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-08 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-08 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-08 Aleksey BraginFix invalid charset (DOS -> Windows)
2006-09-07 Hervé PoussineauAdapt usetup to handle more easily additional filesystems
2006-09-07 Alex Ionescu- 1>Build Time 0:04
2006-09-07 Alex Ionescu- More MSVC fixes (down to 19 errors):
2006-09-07 Hervé PoussineauAdd ufat.dll and the optional ufatx.dll (to be added...
2006-09-07 Hervé Poussineau[FORMATTING] Fix tab/space mess by replacing them by...
2006-09-07 Hervé PoussineauUpdate prototypes
2006-09-07 James TaborRemoved NtUserGetKeyboardType, there was no win32k...
2006-09-07 Thomas BluemelYes we should do it as WINE. Fixes a buffer overflow...
2006-09-07 Hervé PoussineauCorrectly handle optional parameters
2006-09-07 Hervé PoussineauSome 64 bits fixes (approved by Filip)
2006-09-07 Hervé PoussineauFix format.exe compilation
2006-09-07 Hervé PoussineauFix compilation
2006-09-07 Hervé PoussineauCorrectly implement autochk, which now calls the Chkdsk...
2006-09-07 Hervé PoussineauAdd a stub for FAT12/16/32 chkdsk
2006-09-07 Hervé PoussineauDeclare prototype for ChkdskEx function in u{FS}.dll
2006-09-07 Magnus Olsenfixed win32k build, trunks builds again thanks w3seek...
2006-09-07 Hervé PoussineauFix typo: _GNUC_ -> __GNUC__
2006-09-07 Johannes Anderwald* fix building ntoskrnl
2006-09-07 Magnus Olsenupdate shlguid, remove the dublacte guid, winefiles...
2006-09-07 Magnus Olseninclude psdk shlguid.h
2006-09-07 Magnus OlsenFixed so explorer can be compiling again.
2006-09-07 Alex Ionescu- More MSVC fixes:
2006-09-06 Thomas BluemelAdd user32 to build notifyhook
2006-09-06 Brandon TurnerLink to shell32 so we can use CommandLineToArgvW when...
2006-09-06 Johannes Anderwald* add console.dll to bootcd
2006-09-06 Art YerkesFix this properly: specify the search path among our...
2006-09-06 Art YerkesDitto.
2006-09-06 Art YerkesAdded _fpreset prototype. Not sure why this isn't...
2006-09-06 Thomas Bluemel- Force using the import libraries built by ReactOS...
2006-09-06 Johannes Anderwald* halfplement reading / writing Console User settings
2006-09-06 Thomas BluemelFixed difference in signedness warnings
2006-09-06 Thomas BluemelFixed difference in signedness warnings
2006-09-06 Aleksey BraginFix MSVC 2005 compilation (Platform SDK is correctly...
2006-09-06 Saveliy TretiakovSome win32k docs (from win32k rewrite branch).
2006-09-06 Alex Ionescu- MSVC Build Fixes
2006-09-05 Magnus Olsenupdate it.rc languages translation by gabrielilardi...
2006-09-05 Saveliy TretiakovCall NtUserDrawCaption directly
2006-09-05 Johannes Anderwald* msvc compiling fix
2006-09-04 Brandon TurnerImplement CryptSignHashW based WINE and old CryptSignHa...
2006-09-04 Hervé PoussineauAllow allow lower case when being called
2006-09-04 Hervé PoussineauAdd a hack to enable formatting (was broken since at...
2006-09-04 Johannes Anderwald* use ConsoleInfo struct directly
2006-09-04 Hervé PoussineauAdd ufat.dll, to be able to format drives to FAT and...
2006-09-04 Thomas Bluemelrename version.h to ver.h to avoid a possible conflict...
2006-09-04 Hervé PoussineauRemove Vfat(x)Initialize and Vfat(x)Cleanup which were...
2006-09-04 Hervé Poussineau[FORMATTING] Add standard headers
2006-09-04 Hervé PoussineauAdd prototypes for some fmifs.dll functions.
2006-09-04 Johannes Anderwald* move reading / applying options out of console.dll
2006-09-04 James TaborUser32 bitmap.c:
2006-09-04 James TaborUser32 combo.c:
2006-09-03 Magnus OlsenAdding small hack to getting SetPixel color right when...
2006-09-03 Alex Ionescu- Final cleanup for now:
2006-09-03 Hervé PoussineauReorder the file
2006-09-03 Alex Ionescu- Add Ke386SetInterruptDescriptorTable inlined function...
2006-09-03 Aleksey BraginAdd comptypeDIB definition to headers
2006-09-03 Magnus OlsenFixed one more bug, we did create wrong bpp if we got...
2006-09-03 Alex Ionescu- Add Ke386SetFs, Ds, Es (using Ke386SetSeg) and Ke386S...
2006-09-03 Hervé PoussineauAllow setup to detect extended partitions
2006-09-03 Alex Ionescu- Remove LDT initialization, LDT shouldn't be initializ...
2006-09-03 Alex Ionescu- Fix KTSS definition.
2006-09-02 Magnus OlsenFixed some more wine test for NtGdiGetDIBits
2006-09-02 Magnus Olsen1. Copy DIB_GetBitmapInfo from wine cvs (date 2/9...
2006-09-02 Aleksey BraginSeparate Device Manager code (what was left from it...
2006-09-02 Alex Ionescu- Part 2 of 2: Implement KiDispatchInterrupt in assembl...
2006-09-02 Alex Ionescu- Part 1.5 of 2: Re-factor KiDispatchInterrupt to separ...
2006-09-02 Alex Ionescu- Fix a bug in RtlFillMemory.
2006-09-02 Alex Ionescu- Add missing volatile statements to KPROCESS, KTHREAD...
2006-09-02 Aleksey BraginAdd forgotten "xs-native.cpp" to the MSVC project of...
2006-09-02 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-02 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-02 Alex Ionescu- Move machine-specific initializations to KeInit2.
2006-09-02 Alex Ionescu- More Initialization changes:
2006-09-02 Alex Ionescu- More kernel initialization changes and cleanups.
2006-09-01 Thomas BluemelFix creating the console system menu items
2006-09-01 Hervé PoussineauAdd softpub.h header
2006-09-01 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-01 Hervé PoussineauAdd a stub sensapi.dll. This is a step to fix bug 1751
2006-09-01 Hervé PoussineauAdd some error codes (taken from Wine)
2006-09-01 Thomas BluemelDon't call BeginPaint/EndPaint while processing a WM_DR...
2006-09-01 Thomas Bluemeldisable code that dereferences a random pointer
2006-09-01 Thomas BluemelDon't leak a reference in NtReleaseSemaphore() in case...
2006-09-01 Thomas Bluemelremove superfluous dereference
2006-09-01 Ged Murphy- Use a more generic print service
2006-09-01 Eric KohlFix indentation, no code changes.
2006-09-01 Alex Ionescu- More initialization cleanup.
2006-09-01 Hervé PoussineauFix build when compilation units are enabled for usetup.c
2006-09-01 Alex Ionescu- Fix bugs in RtlCompareMemory, RtlCompareMemoryULong
2006-09-01 Eric KohlRemove trailing whitespace
2006-09-01 Hervé PoussineauFix option selection in bootcd
2006-09-01 Alex Ionescu- Add back defines accidentaly removed.
2006-09-01 Alex Ionescu- Fix bug in RtlZero, Fill, Move memory where the last...
next