reactos.git
2003-03-20 Richard CampbellUpdated INSTALL
2003-03-20 Richard CampbellAttempt at updating README file
2003-03-19 Gunnar Dalsnesinitial work on I/O completion
2003-03-19 Gunnar Dalsnesset thread WaitReason when blocking
2003-03-19 Gunnar Dalsnesset thread WaitReason when blocking
2003-03-19 KJK::HyperionMinGW includes libmsvcrt.a by default, no need to add...
2003-03-19 KJK::HyperionFixed parsing of color specification strings containing...
2003-03-19 Eric KohlReorganize registry initialization.
2003-03-19 Eric KohlFix typos.
2003-03-19 Mark TempelTest application used for testing GDI shape drawing...
2003-03-19 Mark TempelUpdate to add a new test application (shaptest) to...
2003-03-18 Brian PalmerOnly compile if running win32 version of gcc.
2003-03-18 Brian PalmerChanges in v1.8.3 (3/18/2003) (brianp)
2003-03-18 Eric KohlImplemented the import of default registry settings...
2003-03-18 Eric KohlFixed an off-by-one error in CmiPopulateHive().
2003-03-18 Gé van GeldorpPass NTSTATUS return code from NtUser functions and...
2003-03-18 Gé van GeldorpAdd #include to prevent warnings on MmCopyFrom/ToUser
2003-03-18 Gé van GeldorpPass PWINDOW_OBJECT instead of HANDLE in call to W32kGe...
2003-03-18 Richard CampbellImplemented RedrawWindow()
2003-03-18 Richard CampbellImplemented CloseWindow()
2003-03-18 Richard CampbellImplemented GetParent()
2003-03-18 Richard CampbellImplemented IsZoomed()
2003-03-18 Steven EdwardsA little more good housekeeping
2003-03-18 Steven EdwardsRemoved Extra unnneed messagebox test
2003-03-18 Steven EdwardsMoved MessageBox test to a more proper name
2003-03-18 Steven Edwardsdisabled unneeded EH in test
2003-03-17 Gunnar DalsnesLdrGetExportByOrdinal was broken
2003-03-17 Gunnar DalsnesTlsGetValue: fix to comply with SDK behaviour
2003-03-17 Gunnar Dalsnesdon't touch FileObject after IoCallDriver + cleanup
2003-03-17 Gunnar DalsnesObReferenceObjectByHandle: don't fail if NULL DesiredAccess
2003-03-17 Eric KohlNtCreateKey() must return STATUS_OBJECT_NAME_NOT_FOUND...
2003-03-17 Eric KohlFixed registry paths and some typos.
2003-03-16 Richard Campbell- Updated obm_close
2003-03-16 Emanuele AlibertiSoftModalMessageBox stub added.
2003-03-16 Emanuele AlibertiMinor changes.
2003-03-16 Eric KohlMoved txtsetup.sif to the bootdata directory.
2003-03-16 Hartmut Birr- Fixed the screen updating in CsrWriteConsoleOutputChar.
2003-03-16 Casper Hornstrup2003-03-16 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-16 Casper Hornstrup2003-03-16 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-16 Casper Hornstrup2003-03-16 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-16 Casper Hornstrup2003-03-16 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-16 Casper Hornstrup2003-03-16 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-16 Casper Hornstrup2003-03-16 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-16 Casper Hornstrup2003-03-16 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-16 Casper Hornstrup2003-03-16 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-16 Casper Hornstrup2003-03-16 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-16 Richard CampbellFixed more bugs...
2003-03-16 Richard CampbellSystem buttons actually look like they press.
2003-03-15 Eric KohlImplemented InfGetXxxField() functions.
2003-03-15 Steven Edwardsturn off EH in test program.
2003-03-14 Steven Edwards....
2003-03-14 Steven EdwardsHack stub for NdisWriteErrorLogEntry so VMware network...
2003-03-14 Eugene IngermanAdded safe copy from user.
2003-03-14 Steven EdwardsGcc 3.x newline warning fix
2003-03-14 Richard Campbell*** empty log message ***
2003-03-14 Richard CampbellIDEALLY this should look like NT4 windows to the pixel...
2003-03-13 Richard CampbellAdded some entries, changed some entries. This may...
2003-03-13 Eric KohlReplaced the current inf-parser by a robust state-machi...
2003-03-13 Eric KohlSeperated inf- and ini-file routines. The inf-file...
2003-03-12 Richard Campbell*** empty log message ***
2003-03-12 Richard CampbellA couple bugfixes
2003-03-12 Richard CampbellWindows are activated when created. This is actually...
2003-03-12 Richard CampbellYAY for bug fixes!
2003-03-12 Richard CampbellMore bugfixes
2003-03-12 Richard Campbellditto
2003-03-12 Richard CampbellSmall bugfix
2003-03-12 Richard CampbellImplemented MoveWindow()
2003-03-11 Steven EdwardsAdded Demo for WM_ERASEBKGND
2003-03-11 Gé van GeldorpGet mouse cursor working under VMware
2003-03-11 Richard CampbellLOTs of changes, a few bug fixes, some code cleanup.
2003-03-10 Jason FilbyUpdated Serial Mouse driver
2003-03-10 Jason FilbyRemoving old mouse driver
2003-03-10 Richard CampbellDefined DFC_POPUPMENU
2003-03-09 Jason FilbyMinor button fixes
2003-03-09 Hartmut Birr- Return TRUE on success in DrvAssertMode.
2003-03-09 Hartmut Birr- Protected the access to the crtc registers (cursor...
2003-03-09 Hartmut Birr- Added CsrDuplicateHandle.
2003-03-09 Hartmut Birr- Added CsrCreateProcessData.
2003-03-09 Hartmut Birr- Check for a valid process data pointer in some functions.
2003-03-09 Hartmut Birr- Check for a valid process data pointer in some functions.
2003-03-09 Hartmut Birr- Fixed the return value in SearchPathW.
2003-03-09 Hartmut Birr- Duplicate the error handle in CreateProcessW.
2003-03-09 Hartmut Birr- Improved DuplicateHandle for console handles.
2003-03-09 Hartmut Birr- Implemented DuplicateConsoleHandle.
2003-03-09 Gé van Geldorp#include file moved
2003-03-09 Jason FilbyRefer to new ntddmou.h
2003-03-09 Jason FilbyCalculation fix (from Tim Jobling)
2003-03-09 Jason FilbyCalculation fix
2003-03-09 Jason FilbyImproved mouse button handling
2003-03-08 Eric KohlStart to fill-in the registry.
2003-03-08 Eric KohlCreate binary system hive when usetup is running.
2003-03-08 Gé van Geldorp- Fix DC/Bitmap handling
2003-03-08 Gé van GeldorpRemove DCE from linked list on destroy
2003-03-08 Gé van GeldorpRemove debugging statements
2003-03-07 Richard CampbellImplemented MoveWindow and SetWindowPos, SetWindowPos...
2003-03-07 Richard CampbellMore bug fixes, should behave alot like Windows NT...
2003-03-07 Gé van GeldorpAdjust to new position in rosapps build tree
2003-03-06 Gé van GeldorpSwitch back to the command prompt when you press the...
2003-03-06 Richard Campbell*** empty log message ***
2003-03-06 Richard CampbellUpdated by TortoiseCVS
next