small bugfix - debug/release inconsistency - found by Thomas Weidenmueller
[reactos.git] / reactos /
2004-06-22 Royce Mitchell IIIsmall bugfix - debug/release inconsistency - found...
2004-06-22 Richard Campbellvery basic makefile for vs2003 (and the free tools...
2004-06-22 Vizziniminor debug message fix
2004-06-21 KJK::HyperionDoes ntoskrnl really need its own makefile?
2004-06-21 Hartmut Birr- Enabled the command queueing (in DiskClassCreateDevic...
2004-06-21 Hartmut Birr- Reduced the necessary size of inquiry data to 4 byte.
2004-06-21 Hartmut Birr- Fixed the access to an uninitialized variable in...
2004-06-21 KJK::HyperionAnother PSEH fix
2004-06-21 Martin Fuchsdisable explorer sidebar in SDI mode
2004-06-21 Thomas Bluemeluse FormatMessage() to print some error messages. Patch...
2004-06-21 Thomas Bluemel1. fixed compiler warning
2004-06-21 Royce Mitchell IIIgone with the wind - sorry for that, I guess CVS isn...
2004-06-21 Eric KohlFixed icon masks.
2004-06-21 Royce Mitchell IIIcvsignore maintainance
2004-06-21 Eric KohlStop dumping PnP nodes at an empty node.
2004-06-21 Thomas Bluemelmerged focus handling code from wine
2004-06-21 Thomas Bluemeladded support for deleting values
2004-06-21 Thomas Bluemelmoved several strings to the application resources
2004-06-21 Martin Fuchscapture mode while scrolling start menus
2004-06-21 Alex IonescuAdded two new Cache Manager files added for the stubs.
2004-06-21 Alex IonescuAdded Stubs for Cache Manager functions in their approp...
2004-06-21 Art YerkesSwitched the sense of the onlyLoopback flag in getNumNo...
2004-06-21 Thomas Bluemelfixed scrollbar issues
2004-06-20 Gunnar Dalsnesremove unused stub SetCriticalSectionSpinCount (it...
2004-06-20 Gunnar Dalsnesadded comment to FreeSid
2004-06-20 Gunnar Dalsnesadded RtlpDuplicateUnicodeString
2004-06-20 Gunnar Dalsnesforgot to change some memory allocator calls
2004-06-20 Gunnar Dalsnesforgot to change some memory allocators calls
2004-06-20 Gunnar Dalsnesmoved encode|image|splaytee into rtl
2004-06-20 Gunnar Dalsnesmoved into rtl
2004-06-20 Gunnar Dalsnesmove rtl/version|image|encode into rtl
2004-06-20 Thomas Bluemelsome little fixes
2004-06-20 Gé van GeldorpPrefer non-topmost windows when activating another...
2004-06-20 Gé van GeldorpDon't activate invisible windows
2004-06-20 Martin Fuchsscroll mode for very long start menus
2004-06-20 Thomas Bluemelsome minor fixes to the hex edit control
2004-06-20 Thomas Bluemelfixed compiling issues
2004-06-20 Thomas Bluemeldisplay hex dump of the binary data
2004-06-20 Royce Mitchell IIIfixed that stupid run dialog not defaulting to the...
2004-06-20 Filip Navara- Fix video mode list traversing. Reported by Royce...
2004-06-20 Gé van GeldorpActivate window on non-client click too
2004-06-20 Filip Navara- Add HwResetHw implementation that uses VBE set mode...
2004-06-20 Filip Navara- Fixed very stupid bug with pointer handling in NtUser...
2004-06-20 Filip Navara- Cleaned up IntVideoPortResetDisplayParameters a bit.
2004-06-20 Royce Mitchell IIImuch nicer-looking 8-bit versions of drives.ico and...
2004-06-20 Thomas Bluemelsome more work on the hex edit control (added messages...
2004-06-20 Filip Navara- Call the "load default cursor" callback. Fixes bug...
2004-06-20 Thomas Bluemelsome work on editing binary registry values (not workin...
2004-06-20 Eric KohlAdd display type (VGA or VESA) selection.
2004-06-20 Martin Fuchsfix opening explorer sub folders in MDI mode - problem...
2004-06-20 Gé van GeldorpReserve ordinals 90 and 91. Fixes bug 182.
2004-06-20 Gé van GeldorpHandle ordinals which are not exported
2004-06-20 Filip Navara- Use raw size for image sections if virtual size isn...
2004-06-20 Filip Navara- Handle correctly "Unknown" media type in VfatHasFileS...
2004-06-20 Vizzinivarious bugfixes to IoQueryDeviceDescription and friend...
2004-06-20 Vizziniclarified a misleading comment
2004-06-20 Vizzinifixed a bug in IoCsqRemoveNextIrp (missing break)
2004-06-20 Royce Mitchell IIImuch nicer-looking 8-bit versions of mycomputer.ico...
2004-06-20 Thomas Bluemelsome fixes to be able to create a unicode build
2004-06-20 Vizzinibacked out bugified patch
2004-06-20 Thomas Bluemeladded support to edit REG_MULTI_SZ strings.
2004-06-20 Filip Navara- Allocate memory from PagedPool instead of NonPagedPoo...
2004-06-20 Filip Navara- Fixed memory corruption in IopInitializeBuiltinDriver.
2004-06-19 Thomas Bluemeldisplay REG_NONE and REG_MULTI_SZ values
2004-06-19 Filip Navara- Fixed NtUserDestroyWindow to correctly destroy owned...
2004-06-19 Filip Navara- Force importing _vsnprintf from MSVCRT. The NTDLL...
2004-06-19 Richard Campbellvery basic makefile for vs2003 (and the free tools...
2004-06-19 Vizzinipatch by Tom (tmkpl@poczta.onet.pl)
2004-06-19 Filip Navara- Fixed compilation problems with MinGW runtime 3.3.
2004-06-19 Filip Navara- Callbacks implementation. A little modified patch...
2004-06-19 Vizzinifixed an extremely irritating bug in an enum
2004-06-19 Filip Navara- Corrected shell paths.
2004-06-19 Steven Edwardsadded stubs for the Cache Manager by Alex Ionescu.
2004-06-19 Art YerkesChange from unclegarlic: Don't overwrite packet length.
2004-06-19 Gero Kuehnchanged from control.cpp to control.c, changed \ to...
2004-06-18 KJK::HyperionAttempt to fix PSEH compilation for kernel-mode targets...
2004-06-18 Gero Kuehninitial checkin of the non-shell-namespace-based contro...
2004-06-18 Filip Navara- Get this test compilable.
2004-06-18 Steven EdwardsAdded font enumeratiion demo
2004-06-18 Filip Navara- VideoPortInt10 should copy back the output registers...
2004-06-18 Martin Fuchseliminate GCC warning
2004-06-18 Martin Fuchseliminate GCC warning
2004-06-18 Martin Fuchsre-enable DesktopWindow::OnDefaultCommand to open explo...
2004-06-18 Filip Navara- Map correct amount of the video memory.
2004-06-18 Filip NavaraChangelog:
2004-06-17 Gero Kuehnadded SetFocus call for the username dialog
2004-06-17 Eric KohlAdd missing nls settings for Great Britain.
2004-06-17 Gé van GeldorpRemove obsolete ide and (old) floppy drivers
2004-06-17 Eric KohlFix typos.
2004-06-17 Eric KohlCompile advapi32 using w32api.
2004-06-17 Art YerkesThis makes RtlUnicodeStringToInteger work like the...
2004-06-16 Eric KohlAdd some missing error codes.
2004-06-16 Filip Navara- Bump version number to 0.2.4.
2004-06-16 Gé van GeldorpUpdate porting status
2004-06-16 Gé van GeldorpSync to Wine-20040615:
2004-06-16 Gé van GeldorpSync to Wine-20040615:
2004-06-16 Gé van GeldorpSync to Wine-20040615:
2004-06-16 Gé van GeldorpSync to Wine-20040615:
2004-06-16 Gé van GeldorpSync to Wine-20040615:
2004-06-16 Gé van GeldorpSync to Wine-20040615:
next