reactos.git
2004-07-08 Eric KohlRegister the logon process.
2004-07-08 Eric KohlFix RegisterLogonProcess().
2004-07-08 Filip Navara- Honor the "Extended" bit in SetKeyState.
2004-07-08 Thomas Bluemeladded a very basic timer queue test program
2004-07-08 Art YerkesFixed OskitTCPSend prototype.
2004-07-08 Art YerkesFixed for TCPIP
2004-07-08 Thomas Bluemelfixed debug output
2004-07-08 Thomas BluemelFixed handling of NULL arguments in ChangeDisplaySettin...
2004-07-08 Thomas Bluemel1. implemented the timer queue functions of kernel32...
2004-07-07 Gé van GeldorpAdd command-line shutdown/logoff utility
2004-07-07 Eric KohlAdd ACCESS_STATE and INITIAL_PRIVILEGE_SET.
2004-07-07 Filip Navara- Updated system colors.
2004-07-07 Filip Navara- Use LinBytesPerScanLine (value for linar framebuffer...
2004-07-07 Filip Navara- Return image name in SymGetModuleInfo since some...
2004-07-07 Thomas Bluemeladded missing cvsignore file
2004-07-07 Filip Navara- Don't create XLATEOBJ for BitBlt and StretchBlt opera...
2004-07-07 Filip Navara- Fixed ExcludeClipRgn for case when DC contained no...
2004-07-07 Filip Navara- Handle allocation failure in IntCreateBitmap.
2004-07-07 Filip Navara- Imporved implementation of UnhandledExceptionFilter.
2004-07-07 Filip Navara- Fixed NtQueryInformationProcess to return STATUS_NOT_...
2004-07-07 Filip Navara- Fixed RtlUnwind to correctly remove SEH frames and...
2004-07-07 Filip Navara- Add VBE video mode registry. (Gerard Gatineau asked...
2004-07-07 Eric KohlImplement environment variable dialog.
2004-07-07 Gé van GeldorpSet default (Administrator) privileges when logging on
2004-07-07 Gé van GeldorpSilence debug messages
2004-07-06 Gé van GeldorpImplement LookupPrivilegeValueW for local machine
2004-07-06 Gé van GeldorpMake AdjustTokenPrivileges confirm to MSDN-documented...
2004-07-05 Royce Mitchell IIIfixed typo
2004-07-05 Gé van GeldorpPatch by Jens Collin <jens.collin@lakhei.com>
2004-07-05 Hartmut Birr- Check for a valid buffer on a call to IOCTL_DISK_CHEC...
2004-07-05 Hartmut Birr- Removed IOCTL_DISK_CHECK_VERIFY. We must use the...
2004-07-05 Hartmut Birr- Removed the using of the media change count to recogn...
2004-07-04 Jason Filbylstrcpy and lstrcat should return NULL if the string...
2004-07-04 Filip Navara- Fixed NumLock, CapsLock and ScrollLock handling in...
2004-07-04 Filip Navara- Use absolute value of the color difference when calcu...
2004-07-04 Filip Navara- Guard against out of bounds access to KeyboardLayout...
2004-07-04 Filip Navara- Fix GDI object locking broken by this patch:
2004-07-04 Filip Navara- Send the cursor to display driver in top-down format.
2004-07-04 Hartmut Birr- Fixed a bug in IoCsqRemoveIrp and IoCsqRemoveNextIrp.
2004-07-04 Gé van GeldorpMike McCormack <mike@codeweavers.com>
2004-07-04 Filip Navara- Don't continue execution if there is no exception...
2004-07-04 Filip Navara- Support resursive locking of the GDI objects.
2004-07-04 Royce Mitchell IIIsmall fix to constant we aren't even using, yet, but...
2004-07-03 Filip Navara- Allocate memory from paged pool in EngAllocMem.
2004-07-03 Filip Navara- Fixed buffer handling and coordinate translation...
2004-07-03 Filip Navara- Don't use the "cpu" directive because NASM 0.98 doesn...
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-07-03 Hartmut Birr- Fixed a bug, which prevents an opening of files,...
2004-07-03 Hartmut Birr- Implemented GuiConsoleHandleClose.
2004-07-03 Hartmut Birr- Try to get or to allocate the process data structure...
2004-07-03 Hartmut Birr- Allowed multiple calls to CsrClientConnectToServer.
2004-07-03 Gé van GeldorpRemove debugging statement
2004-07-03 Filip Navara[Sorry for too many changes in one patch, but it's...
2004-07-03 Filip Navara- Handle correctly bottom-up surfaces in the VGA driver.
2004-07-02 Gé van GeldorpNtCreateKey doesn't create nested keys, but RegCreateKe...
2004-07-02 Royce Mitchell IIIsmall cleanup
2004-07-02 Eric KohlAdd partial implementation of the environment variables...
2004-07-02 Gé van GeldorpOnly accept matching palette
2004-07-02 Royce Mitchell IIIoops, if you're going to move a function, get rid of...
2004-07-02 Gé van GeldorpFix WinExec return value
2004-07-02 Thomas Bluemelallow changing the cursor position with the mouse
2004-07-02 Art YerkesAdded installation of services file needed for getservb...
2004-07-02 Royce Mitchell IIINtRaiseException fixed to not clobber EAX any more...
2004-07-02 Alex IonescuServices file for WS2_32.dll, created by Cameron Palmer.
2004-07-02 Royce Mitchell III(remove old disabled code)
2004-07-02 Royce Mitchell IIINtContinue fixed to return failure on invalid params...
2004-07-01 Royce Mitchell IIImerge in kjk_hyperion's ZwContinue test
2004-07-01 Thomas Bluemelmerge patch from wine by Robert Shearman (winehq.org...
2004-07-01 Thomas Bluemelsome little fixes
2004-07-01 Gé van GeldorpDon't reset LastError on success
2004-07-01 Gé van GeldorpHandle file names like ./somename in SearchPath()
2004-07-01 Eric KohlFix a typo. Now the 'Advanced' page shows again.
2004-07-01 Filip NavaraCVS maintaince
2004-07-01 KJK::HyperionMerging the KJKHyperion-RtlUnwind branch back into...
2004-07-01 Royce Mitchell IIIcleanup/reformat syscall code, save return value as...
2004-06-30 Steven EdwardsMerge in Winehq commits. - not enabled yet
2004-06-30 Steven EdwardsMerge in Winehq commits.
2004-06-30 Gé van GeldorpFix IFileSystemBindData method order again.
2004-06-30 Steven EdwardsMerge in Winehq commits.
2004-06-30 Steven EdwardsMerge in Winehq commits.
2004-06-30 Steven EdwardsMerge in Winehq commits.
2004-06-30 Eric KohlAdd accessibility control panel.
2004-06-30 Eric KohlAdd control panel icon.
2004-06-30 Eric Kohl- Add accessibility control panel. Patch by <j_anderw...
2004-06-30 Eric KohlUse w32api.
2004-06-30 Eric Kohl- Apply patch by <j_anderw@sbox.tugraz.at>.
2004-06-30 Eric KohlDefine PSCB_BUTTONPRESSED.
2004-06-29 Filip Navara- Return correct ID for windowless timers in IntSetTimer.
2004-06-29 Gé van GeldorpUse DIB bitfields to create palette at > 8 bpp
2004-06-29 Filip Navara- Fixed duplicate color conversion in Bitfields/RGB...
2004-06-29 Filip Navara- Match the first 16 colors of the Windows (R) XP defau...
2004-06-29 Thomas Bluemelfixed makefiles
2004-06-29 Filip Navara- Fixed list mode traversing.
2004-06-29 Filip Navara- Report 1 (Default) instead of 0 (Invalid) as the...
2004-06-29 Filip Navara- Match the first 16 colors of the Windows (R) XP defau...
2004-06-29 Eric KohlAdd substitutions for 'MS Shell Dlg' and 'MS Shell...
2004-06-29 Gé van GeldorpFix IFileSystemBindData method order
2004-06-29 Gé van GeldorpFix RestartDialog() prototype
2004-06-29 Gé van GeldorpMinimize Wine porting headers
2004-06-29 Gé van GeldorpMinimize Wine porting headers
next