reactos.git
2004-01-10 Steven EdwardsRemoved taskmgr.
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 Steven EdwardsRemoved the last of the C++ style comments. Adjusted...
2004-01-09 Gé van GeldorpSilence debug message
2004-01-09 Steven EdwardsConvert the last of Task Manager from C++ to C.
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 KohlStore hive root key name.
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 Steven EdwardsCode cleanup for the Winelib port by Eric Pouech.
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 Steven EdwardsCompleated the update of the license headers and conver...
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()
2004-01-07 Martin Fuchsmerge in WineHQ changes
2004-01-06 Martin Fuchshopefully the last fix for _SHGetPathFromIDListA/W...
2004-01-06 Martin Fuchstake over Alexandre's better solution for LPSHELLEXECUT...
2004-01-06 Martin Fuchsimplemented IShellExecuteHook for control panel
2004-01-06 Martin Fuchsimplemented IShellExecuteHook for control panel
2004-01-06 Martin Fuchsmerged WineHQ correction for SHCoCreateInstance()
2004-01-06 Martin Fuchsmerged WinHQ Makefile optimization
2004-01-06 Martin Fuchssome small improvements
2004-01-06 Martin Fuchsdefine interface IShellExecuteHook
2004-01-06 Martin Fuchsuse _vsnprintf() instead of vsnprintf()
2004-01-06 Martin Fuchsinclude <wine/port.h> header file
2004-01-06 Martin Fuchsimplemented wine_dbg_sprintf()
2004-01-06 Martin Fuchsdeclared wine_dbg_sprintf()
2004-01-06 Eric KohlMoved some Nt/Zw functions and types.
2004-01-06 Martin Fuchscall QueryInterface for Desktop in SHBindToParent()
2004-01-06 Martin FuchsFIXME for CreateProcess(): use CurDir to search for...
2004-01-06 Martin Fuchscorrect implementation of SHGetRealIDL()
2004-01-06 Thomas Bluemelfixed compiling problems
2004-01-06 Martin Fuchsfixed string length in RenderFILENAMEW()
2004-01-06 Martin FuchsFIXME comment for SHGetSetSettings()
2004-01-06 Martin Fuchsrenamed PathYetAnotherMakeUniqueNameA() to PathYetAno...
2004-01-06 Martin Fuchsimplemented SHGetRealIDL()
2004-01-06 Martin Fuchsadded FIXME comments for IResolveShellLink
2004-01-06 Martin Fuchsfixed buffer size management in _ShgetPathFromIDListA()
2004-01-06 Martin Fuchsadded some FIXME comments to ShellExecuteExA32()
2004-01-06 Martin Fuchscorrected return type of SHFileOperation()
2004-01-06 Martin Fuchscorrected types and function name of PathYetAnotherMake...
2004-01-06 Art YerkesFixes for bugs previously posted in bugzilla.
2004-01-05 Vizziniadded a cast to silence a compiler warning
2004-01-05 Vizzinicross-compile fixes
2004-01-05 Vizzinicross-compile fixes for winebuild
2004-01-05 Martin FuchsSHELL32_GetItemAttributes(): implemented SFGAO_LINK
2004-01-05 Martin Fuchsdependency scanning
2004-01-05 Filip NavaraCross-compilation fixes.
2004-01-05 Filip NavaraRemove winver.h and fix the errors.
2004-01-05 Thomas Bluemelfixed div/0 bug
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2004-01-05 Thomas Bluemelstruct packing compiler independence. Patch by Mike...
2004-01-05 Thomas BluemelCorrect compiler-agnostic stdcall function pointers...
2004-01-04 Martin Fuchsremoved NONAMELESSUNION and NONAMELESSSTRUCT
2004-01-04 Martin Fuchsuse DUMMYUNIONNAME instead of plain 'u'
2004-01-04 Martin Fuchseliminated warnings for GCC 3.3
2004-01-04 Thomas Bluemelsome fixes
2004-01-04 Martin Fuchsread configuration of hidden file extensions from registry
2004-01-04 Martin Fuchsenhanced file sytem icon cache
2004-01-04 Steven EdwardsAdded strpbrkW - I am going to need it for comdlg32...
2004-01-04 Martin Fuchsicon caching
2004-01-04 Filip NavaraCross-compilation fixes.
2004-01-04 Filip NavaraCompilation fixes.
2004-01-04 Gé van GeldorpRely on CSRSS to do console handle duplication
2004-01-04 Steven EdwardsFix typo spotted by Casper.
2004-01-03 Steven EdwardsUse strncmp.
2004-01-03 Steven EdwardsMinor fixes.
2004-01-03 Steven EdwardsMinor fixes.
next