Removed prototype for nonexisting function.
[reactos.git] / reactos /
2004-01-13 Eric KohlMoved a lot of registry settings around.
2004-01-13 Eric KohlCleaned up NtSetValueKey() and NtQueryValueKey().
2004-01-13 Richard Campbella small reversion from other mod that wasn't committed.
2004-01-13 Richard Campbell- Modified Tray Notify area and quicklaunch size to...
2004-01-13 Art YerkesProper search for lines and files as with functions.
2004-01-13 Art YerkesRe-enabled stabs reading in the kernel debugger.
2004-01-13 Steven EdwardsAdded notepad ported from WINE. Not built by default...
2004-01-12 Steven EdwardsAdded -D__REACTOS__
2004-01-12 Steven EdwardsAdded comdlg32.dll and imm32.dll to the build.
2004-01-12 Steven EdwardsFixed comdlg32.dll under ReactOS
2004-01-12 Steven EdwardsSome minor addons to work around missing things in...
2004-01-12 Steven EdwardsAdd a semi-working stub of GetDefaultPrinter[A/W] porte...
2004-01-12 Martin Fuchsuse system image list instead of discrete icons as...
2004-01-12 Gé van GeldorpRewrite loop so it can't be optimized away. Patch by...
2004-01-12 Gé van GeldorpTry harder to find another window to activate, fixes...
2004-01-12 Filip NavaraTemporary reverted my last painting change before I...
2004-01-12 Filip NavaraMinor fix.
2004-01-12 Gé van GeldorpRemove debugging cruft
2004-01-12 Gé van GeldorpHandle mouse activation of windows by setting it (or...
2004-01-12 Martin Fuchssupport for pos1/end in keyboard navigation
2004-01-12 Gé van GeldorpWA_* is stored in wParam, not lParam
2004-01-12 Thomas Bluemelfixed GetVolumeInformationW(), GetDiskFreeSpaceW()...
2004-01-12 Eric KohlReverted most of the changes from 2004-01-08.
2004-01-12 Gé van GeldorpDisplay both cmd.exe version and OS version when runnin...
2004-01-12 Gé van GeldorpInclude build no in szCSDVersion
2004-01-12 Gé van GeldorpChange build number to current YYYYMMDD, include state...
2004-01-12 Filip NavaraFixes on paining code to get PuTTY and RegEdit working...
2004-01-11 Martin Fuchskeyboard navigation in start menu
2004-01-11 Filip NavaraWorkaround for W32API bug.
2004-01-11 Filip Navara- Removed some obsolete headers.
2004-01-11 Gé van GeldorpDo a dummy BitBlt at the end of a MaskBitBlt to inform...
2004-01-11 Gé van GeldorpAuto-detect whether to create a GUI or a TUI console
2004-01-11 Emanuele AlibertiLittle program to report how NT stati are converted...
2004-01-11 Martin Fuchsremoved unnecessary commented out lines
2004-01-11 Martin Fuchsremoved C++ comments
2004-01-11 Martin FuchsRecursiveCreateDirectory()
2004-01-11 Martin Fuchsadjustments for building in Wine; eliminated compiler...
2004-01-11 Hartmut Birr- Fixed the binary search in _dosmaperr.
2004-01-11 Martin Fuchsre-inserted execfuncparameter for SHELL_Execute16()
2004-01-11 Gé van GeldorpPrint args of DPRINT and DPRINT1 too
2004-01-11 Gé van GeldorpSilence debug message when DeleteObject()ing a NULL...
2004-01-11 Hartmut Birr- Fixed a wrong parameter in a call to LdrpLoadUserModu...
2004-01-10 Martin Fuchsfixes for many ShellExecute() problems
2004-01-10 Gé van GeldorpUse IntLPtoDP instead of NtGdiLPtoDP since kernel addre...
2004-01-10 Filip NavaraMinor cleanup.
2004-01-10 Art YerkesAdded javascript initialization.
2004-01-10 Art YerkesAdded kjs system to the kernel.
2004-01-10 Art YerkesAdded usage document.
2004-01-10 Art YerkesAdded kjs -- The kernel javascript system.
2004-01-10 Martin FuchsShellExecute...(): expand environment strings
2004-01-10 Martin Fuchsfix for incorrect start directories
2004-01-10 Martin Fuchsprepare hidden startmenu to enhance responsivness
2004-01-10 Filip NavaraModified the location of VGA driver.
2004-01-10 Filip NavaraRemoved the VGA driver from the old location.
2004-01-10 Filip NavaraMoved video drivers to a separate directory and added...
2004-01-10 Hartmut Birr- Fixed the freeing of boot driver memory if KDBG is...
2004-01-10 Hartmut Birr- Check first for string length and second for the...
2004-01-10 Gé van GeldorpPass inheritable attribute on to kernel
2004-01-10 Martin Fuchsmerged WineHQ changes
2004-01-10 Art YerkesThese former stubs are now defined in fillshap.c
2004-01-10 Steven EdwardsMoved taskmgr from rosapps to reactos module for 0...
2004-01-10 Richard CampbellMoved (Ext)FloodFill to fillshap.c and have it call...
2004-01-10 Richard CampbellFloodFill now calls ExtFloodFill with FLOODFILLBORDER...
2004-01-10 Steven EdwardsAdded -D__REACTOS__
2004-01-09 Gé van GeldorpSilence debug message
2004-01-09 Gé van GeldorpAdd needed libs
2004-01-09 Gé van GeldorpNever try to stuff more into the Ioctl OutputBuffer...
2004-01-09 Gé van GeldorpIOCTL_DISK_SET_DRIVE_LAYOUT doesn't return any info...
2004-01-09 Eric KohlAdd userenv.dll
2004-01-09 Eric KohlInitialize profiles.
2004-01-09 Eric KohlAdd userenv.dll
2004-01-09 Eric KohlCreate profile directories.
2004-01-09 Eric KohlDo not dereference key objects if they are used to...
2004-01-09 Steven EdwardsChanged /NOBOOTSCREEN to /NOGUIBOOT to be
2004-01-09 Steven EdwardsChanged /NOBOOTSCREEN to /NOGUIBOOT to be
2004-01-09 Aleksey BraginJohannes Olofsson's swedish keyboard dll (kbdse.dll)
2004-01-09 Martin Fuchssome more ShellExecuteEx() refactoring
2004-01-09 Steven EdwardsAdded dlgs.h for port of comdlg32.dll
2004-01-09 Steven EdwardsPorted comdlg32.dll from Wine. There are still a few...
2004-01-09 Martin Fuchssome refactoring for ShellExecuteEx()
2004-01-08 Filip NavaraDon't use uninitialized variable in CmiAddKeyToHashTabl...
2004-01-08 Filip NavaraFix for bug #138.
2004-01-08 Gé van GeldorpRe-enable assert
2004-01-08 Gé van GeldorpMIM_MENUDATA is now defined in w32api CVS HEAD
2004-01-08 Gé van GeldorpFix compile-time error when compiling with DBG
2004-01-08 Jason FilbySave eax in interrupt_handler2d(). Patch by Mike Nordell.
2004-01-08 Jason FilbyAdd a _commit() to fflush() functions. As advised by...
2004-01-08 Eric KohlUse a list to store linked hives.
2004-01-08 Eric KohlStore hive root key name.
2004-01-08 Eric KohlFixed exports
2004-01-07 Martin FuchsSHELL_SHGetPathFromIDList()
2004-01-07 Martin Fuchspreciser error codes for some shell functions
2004-01-07 Martin Fuchscreate quicklaunch dir it it does not already exist
2004-01-07 Emanuele AlibertiMinor changes for NT compatibility.
2004-01-07 Filip NavaraMove to a new line in EngDebugPrint.
2004-01-07 Emanuele AlibertiCopyright years: 1998-2004.
2004-01-07 Hartmut Birr- Added 'image file execution options' for loadlib...
2004-01-07 Hartmut Birr- Fixed the hex conversion in RtlUnicodeStringToInteger.
2004-01-07 Hartmut Birr- Implemented fast loading of bounded images.
2004-01-07 Martin Fuchsdeclared SHCoCreateInstance()
next