reactos.git
2004-01-28 Gé van GeldorpMerge back commits from WineHQ
2004-01-28 Filip NavaraAdded missing .cvsignore files.
2004-01-28 Gé van GeldorpMerge back commits from WineHQ
2004-01-28 Gé van GeldorpMerge back commits from WineHQ
2004-01-28 Filip NavaraMinor change to allow linking setupapi.dll.
2004-01-28 Gé van GeldorpDetermine number of accelerator table entries in resour...
2004-01-28 Eric KohlRemove ntos.h and roskrnl.h from kernel-mode code.
2004-01-28 Gé van GeldorpInform kernel whether Unicode or Ansi window proc is...
2004-01-28 Gé van GeldorpDon't wait for GUI processes to finish
2004-01-28 Martin Fuchsmerged back commited WINE patches: \n for TRACE messages
2004-01-28 Martin Fuchsmerged back commited WINE patches
2004-01-28 Filip NavaraFixed base addresses and exports.
2004-01-28 Gé van GeldorpPatch by Michael Fritscher
2004-01-28 Gé van Geldorpstrncpy does add NUL bytes to fill dest buffer completely,
2004-01-27 Gé van GeldorpDon't depend on wine user32 internals
2004-01-27 Gé van GeldorpDon't write more nul bytes than necessary
2004-01-27 Hartmut Birr- Fixed some problems which occurs if a read only segme...
2004-01-27 Gé van GeldorpFix cross-thread WM_SETTEXT messages
2004-01-27 Thomas Bluemelactivate modal dialog when clicking on a disabled window
2004-01-27 Thomas Bluemelrelease window object when destroying window children...
2004-01-27 Thomas Bluemeldon't activate disabled windows
2004-01-27 Thomas BluemelGetAncestor() doesn't set a last-error if the handle...
2004-01-26 Gé van GeldorpRelease mutex on error exit
2004-01-26 Thomas Bluemelimplemented multiline menu bars
2004-01-26 Filip NavaraReadd some resource, because they're actually used!
2004-01-26 Thomas Bluemel1. implemented MenuItemFromPoint()
2004-01-26 Thomas Bluemelset menuitem rects after measuring the size
2004-01-26 Thomas Bluemelfixed close button
2004-01-26 Thomas Bluemelgave NtUserCall*Param decent names
2004-01-25 Gé van GeldorpAdd __REACTOS__ define
2004-01-25 Filip NavaraMore work on software mouse pointer implementation.
2004-01-25 Richard Campbellmore housekeeping
2004-01-25 Richard Campbellhousekeeping
2004-01-25 Martin Fuchsfixed Doxygen Generation
2004-01-25 Jason Filby*** empty log message ***
2004-01-25 Filip NavaraMinor fix.
2004-01-25 Filip NavaraFixed binary search algroithm in LdrGetExportByOrdinal...
2004-01-25 Filip NavaraWork on ioctlsocket and WSAIoctl.
2004-01-24 Filip NavaraActually the last entry in export table is NumberOfName...
2004-01-24 Martin Fuchsresolve some FIXMEs by translating new text strings...
2004-01-24 Filip NavaraMoved the generic mouse pointer implementation to win32...
2004-01-24 Filip NavaraWork on mouse pointer implementation.
2004-01-24 Steven EdwardsStarted porting Setupapi.dll from WINE to ReactOS.
2004-01-24 Martin Fuchsdde_connect(): set error code ERROR_DDE_FAIL when encou...
2004-01-24 Martin Fuchs- basic registration of .url and .scf file types
2004-01-24 Filip NavaraFix RtlStringFromGUID.
2004-01-24 Filip NavaraFix debug message.
2004-01-24 Martin Fuchs- use PostMessage(WM_SYSCOMMAND) instead of ShowWindowA...
2004-01-24 Eric KohlCleanup: Replace WINBOOL by BOOL
2004-01-24 Eric KohlCleanup: Replace WINBOOL by BOOL
2004-01-23 Eric KohlCleanup: Replace WINBOOL by BOOL
2004-01-23 Eric KohlCleanup: Replace WINBOOL by BOOL
2004-01-23 Martin Fuchsmerged back commited WINE patches
2004-01-23 Eric KohlMove kernel32-internal declarations from global include...
2004-01-23 Eric KohlMove kernekl32-internal declarations from global includ...
2004-01-23 Martin Fuchsbugfix to correctly display notification icons of some...
2004-01-23 Eric KohlAdd missing header.
2004-01-23 Eric KohlGet rid of useless prototypes.
2004-01-23 Eric KohlNtdll implements the user heaps. Don't try to handle...
2004-01-23 Filip NavaraForgot to commit this file last time.
2004-01-23 Filip NavaraPatch by Matthew Brace <ismarc@austin.rr.com>
2004-01-23 Eric KohlCleanup: Replace WINBOOL by BOOL
2004-01-23 Filip NavaraRemove the empty strings to get the compilation working...
2004-01-23 Filip NavaraFixed compiling (Buffer -> buffer).
2004-01-23 Eric KohlCleanup: Replace WINBOOL by BOOL
2004-01-23 Gé van GeldorpSync to Wine-20040121-plus-LARGE_INTEGER-patch
2004-01-23 Eric KohlImplement basic administrator account creation and...
2004-01-23 Eric KohlCreate the user-specific registry hive.
2004-01-23 Eric KohlNtOpenKey() should return a better status value if...
2004-01-23 Eric KohlImplement basic administrator account creation and...
2004-01-23 Eric KohlImplement basic administrator account creation and...
2004-01-23 Richard CampbellAdded stubbed mpr.dll in an attempt to get mirc 6.12...
2004-01-22 Gé van Geldorpw32api declares some shlwapi.h functions as documented...
2004-01-22 Emanuele AlibertiDo not make NtSecureConnectPort fail: for now direct...
2004-01-22 Filip Navara- Use English resources when no default locale is speci...
2004-01-22 Gé van GeldorpSync with Wine-20040121
2004-01-22 Gé van GeldorpSync with Wine-20040121
2004-01-22 Gé van GeldorpSync with Wine-20040121
2004-01-22 Gé van GeldorpSync with Wine-20040121
2004-01-22 Gé van GeldorpBetter fix for DPA heap problem
2004-01-22 Eric KohlCheck returned status codes.
2004-01-22 Gunnar Dalsnesfix stupid bug
2004-01-22 Martin Fuchsmerged in commited shell32 WINE patch
2004-01-22 Richard Campbellifndef _ROS_
2004-01-21 Eric KohlSilenced a debug message.
2004-01-21 Martin Fuchsmerged back commit shell32 WINE patches
2004-01-21 Martin Fuchsreturn 'My Compuer' PIDL for Desktop->ParseDisplayName()
2004-01-21 Filip NavaraImplemented GetUserDefaultLangID and GetUserDefaultLCID...
2004-01-21 Gé van GeldorpRe-add Doxyfile which was deleted by mistake
2004-01-21 Gé van GeldorpUpdate to FreeType 2.1.5
2004-01-21 Casper Hornstrup2004-01-21 Casper S. Hornstrup <chorns@users.sourcefo...
2004-01-21 Filip NavaraMinor fix in GlobalMemoryStatus to get some application...
2004-01-21 Filip NavaraFix bug #129. Unfortunetly this causes another bug...
2004-01-21 Filip Navarandis.dll -> ndis.sys (fix bug #160)
2004-01-21 Filip NavaraFix bug #166 ('FileDialog returns empty string or error...
2004-01-21 Filip Navara- Don't mix device and logical coordinates in NtUserBeg...
2004-01-21 Filip NavaraAnother rewrite of the mouse detection code by Logan_V8...
2004-01-21 Eric KohlChange location of videoprt.sys.
2004-01-21 Gé van GeldorpAdd taskmgr to distributed apps
2004-01-21 Martin Fuchsuse #ifdef _ROS_ for latest drawing workaround
next