Change #defines of bios memory types to a proper enum. Makes it easier to distinguish...
[reactos.git] / reactos /
2006-09-23 Aleksey BraginChange #defines of bios memory types to a proper enum...
2006-09-23 Hervé PoussineauDo not display the group name of a service if it doesn...
2006-09-23 Hervé PoussineauSubkeys names should be case insensitive.
2006-09-23 Magnus OlsenIntGdiCreateSolidBrush
2006-09-23 Magnus Olsenfixed some more setpixel bugs
2006-09-23 Aleksey Bragin- Issue a synchronous invalidate device relations reque...
2006-09-23 Magnus Olsenadd NULL termate on ansi string when WideCharToMultiByt...
2006-09-23 Magnus Olsenremove folder gdi for all gdi test are in gdi32
2006-09-22 Magnus OlsenImplement BRUSH_GetObject it is not perfect, it return...
2006-09-22 Magnus Olsenfinish implement NtGdiCloseEnhMetaFile it is not fully...
2006-09-22 Magnus Olsenmerges ros-branch-0_3_1 r24226 to trunk with arty...
2006-09-21 Aleksey BraginAdd an MM api to get the memory map from Freeldr's...
2006-09-21 Saveliy TretiakovFix boot with /DEBUGPORT=GDB and /DEBUGPORT=COM1. I...
2006-09-21 Magnus Olsenset GetLastErrorMsg if CreateFontIndirectA(NULL) are...
2006-09-20 James TaborFix CreateFontIndirectA so it will not bigcheck with...
2006-09-20 James TaborKill debug prints.
2006-09-20 James TaborGdi32 font.c:
2006-09-20 Hervé PoussineauBig update of i8042prt driver. The driver is now plug...
2006-09-20 Hervé PoussineauIf boot resources are provided, use them instead of...
2006-09-20 Aleksey Bragin- Add ability to allocate either "low" or "high" pages
2006-09-20 Saveliy TretiakovFix booting with /DEBUGPORT=GDB and Pice too.
2006-09-20 Hervé PoussineauSave correct boot resources lists in registry
2006-09-20 Thomas BluemelSome tchar fixes
2006-09-20 Thomas BluemelFix warnings
2006-09-19 Andrew MungerInitialize h_alises with a length 1 array containing...
2006-09-18 James TaborKill some warnings.
2006-09-18 Ged Murphy- Add a cute custom control to sysdm allowing dialogs...
2006-09-18 Andrew MungerReapply entrypoint fix, patch from Usurp.
2006-09-18 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-18 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-18 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-18 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-18 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-18 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-18 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-18 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-18 Hervé PoussineauAutosyncing with Wine HEAD
2006-09-18 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-18 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-18 The Wine SynchronizerAutosyncing with Wine HEAD
2006-09-18 Hervé PoussineauAutosyncing with Wine HEAD
2006-09-18 Johannes Anderwald* fix build
2006-09-18 Aleksey BraginFix some defines used in fiber.S in kernel32.dll (fixes...
2006-09-18 Magnus Olsenrevert 24179 it was bad idea. and wrong way todo it on
2006-09-18 Alex Ionescu- Implement FPU Exception Handler.
2006-09-18 Alex Ionescu- Implement Trap 16: Math Coprocessor Fault. Happens...
2006-09-18 Alex Ionescu- On SMP systems, update KPROCESS->ActiveProcessors...
2006-09-18 Alex Ionescu- Assert that the current CPU is the one the thread...
2006-09-18 Alex Ionescu- Fix some bugs in LDT switch (EDI->EBP)
2006-09-18 Alex Ionescu- Don't update CR3 in KTSS, it's not used.
2006-09-18 Alex Ionescu- Stop doing cli/sti doing context switching (For now...
2006-09-17 Alex Ionescu- Add func.endfunc decoration.
2006-09-17 Magnus Olsenimplemet GdiReleaseDC it redirect to NtUserReleaseDC...
2006-09-17 Alex Ionescu- Fix some insidious bugs in exception handling, mostly...
2006-09-17 Magnus Olsendid delete NtGdiDeleteObjectApp at end of NtGdiCloseEnh...
2006-09-17 Magnus OlsenActivate CloseEnhMetaFile in gdi32.
2006-09-17 Magnus OlsenNtGdiCloseEnhMetaFile
2006-09-17 Alex Ionescu- Cleanup except_asm.s and add .func/.endfunc and fix...
2006-09-17 Alex Ionescu- Fix a bug in KeRaiseUserExceptionDispatcher which...
2006-09-17 Magnus Olsenfast implemet of NtGdiCloseEnhMetaFile
2006-09-17 Hervé PoussineauDefine some registry entries as not volatile, to preven...
2006-09-17 Hervé PoussineauDeviceNode->ResourceList and DeviceNode->ResourceListTr...
2006-09-17 Alex Ionescu- A missing "return" statement to KiDispatchException...
2006-09-17 Hervé PoussineauDisable some code I did during the last day to repair...
2006-09-17 Magnus OlsenUpgrade from dejavu font 2.9 to 2.10
2006-09-17 Hervé PoussineauDon't go further than end of string when writing value...
2006-09-17 Hervé PoussineauDon't enable acpi service by default, it would be autom...
2006-09-17 Magnus Olsenimplement last part of NtGdiCreateEnhMetaFile
2006-09-17 Hervé PoussineauMerge from Wine:
2006-09-17 Hervé PoussineauI don't know how to save REG_LINK info on disk, so...
2006-09-17 Alex Ionescu- Create a KD-compatible KiDebugRoutine and piggyback...
2006-09-17 Alex Ionescu- Large cleanup of psmgr.c. Move all externs and protot...
2006-09-17 Hervé PoussineauInstall VMware driver using UpdateDriverForPlugAndPlayD...
2006-09-16 Hervé PoussineauMake IoInvalidateDeviceRelations really asynchronous
2006-09-16 Johannes Anderwald* update comments
2006-09-16 Hervé PoussineauFix compilation (3 variables were unused)
2006-09-16 Hervé PoussineauChange detection method to see if a driver is a legacy one
2006-09-16 Alex Ionescu- Fix one of the oldest hacks in ReactOS: KeGetCurrentT...
2006-09-16 Alex Ionescu- Revert part of 24108 which was scanning the process...
2006-09-16 Hervé PoussineauDon't crash if PCI AddDevice is called with a NULL...
2006-09-16 Martin Fuchsexplorer: minor code cleanup
2006-09-16 Martin Fuchs"Debug Release" mix configuration for notifyhook projec...
2006-09-16 Martin Fuchsexplorer: handle child window creation errors
2006-09-16 Magnus Olsenfixed a memory I accident created when to free a hdc
2006-09-16 Alex Ionescu- Implement most of the Ring 3/0 Invalid Opcode handler...
2006-09-16 James TaborI think this was on Ged mind.
2006-09-16 Art YerkesNot sure where LicenseDialogProc is supposed to come...
2006-09-16 Alex Ionescu- Merge in my latest Dispatcher changes for KeWaitForMu...
2006-09-15 Magnus OlsenImplement NtGdiCreateEnhMetaFile it is base on wine...
2006-09-15 Hervé PoussineauFix "normal" formatting, by removing differences betwee...
2006-09-15 Ged Murphyenable system info (again)
2006-09-15 Ged Murphy- add hardware profile and start and recovery dialogs
2006-09-15 Aleksey BraginFix typos in comments
2006-09-15 Aleksey BraginAdd missing "NTAPI"
2006-09-15 Aleksey BraginRevert a change in debug.h introduced in 19329 by Hartm...
2006-09-15 Magnus Olsenarcoding winetest CreateEnhMetaFileA all param can...
2006-09-15 Hervé PoussineauAssume bus number #0 if not specified in resource list
2006-09-15 Hervé Poussineau- Fix Freeldr to correctly send reported resources...
2006-09-14 Hervé PoussineauCheck for ACPI BIOS identifier, to prevent double enume...
2006-09-14 Ged Murphyfix a few dialog asthetics
next