Commit Graph

  • b94f2fca33 - Fixed declaration of IMAGE_EXPORT_DIRECTORY structure. Filip Navara 2004-05-29 11:58:16 +00:00
  • 206a67a937 - The last parameter of NtReadVirtualMemory should be optional. Filip Navara 2004-05-29 11:53:43 +00:00
  • 206298fe27 - RaiseException should pass the exception parameters even if the exception is non-continuable. Filip Navara 2004-05-29 11:51:33 +00:00
  • 0f0b33c44c NdisQueryPacketLength -- Based in an obvious way on a similar macro. Art Yerkes 2004-05-29 10:45:26 +00:00
  • 05769811b4 Fixes for gcc-3.4.0 (pasting the __FUNCTION__ constant with a string) and cast lvalue (reported by thomas weidenmueller) Art Yerkes 2004-05-29 09:59:25 +00:00
  • 76fea742f0 moved oskittcp as it is a driver lib. Steven Edwards 2004-05-29 00:56:56 +00:00
  • d31c888e86 moved oskittcp as it is a driver lib. Steven Edwards 2004-05-29 00:16:39 +00:00
  • 683ba367cc Clean up calls from win32k to csrss Gé van Geldorp 2004-05-28 21:33:41 +00:00
  • 63fc502d5a put version information where it's supposed to go - thanks to Ge Royce Mitchell III 2004-05-28 21:21:06 +00:00
  • f1b0bedbad - Revert the PS/2 timeouts to the old values. Filip Navara 2004-05-28 21:17:42 +00:00
  • 7440bee0cf reactos-specific debugging functions KeRosDumpStackFrames and KeRosPrintAddress Royce Mitchell III 2004-05-28 21:16:27 +00:00
  • 2e294f5461 OS version information - patch by Christoph von Wittich Royce Mitchell III 2004-05-28 19:58:30 +00:00
  • 69f3448639 Turn net/netstat and net/ipconfig back on again, since the build problems were solved Gé van Geldorp 2004-05-28 18:30:22 +00:00
  • 137743321e Don't redefine WINAPI. Spotted by Travis Snoozy <[email protected]> Gé van Geldorp 2004-05-28 18:25:05 +00:00
  • 942d157b7a Remove dummy WINAPI define Steven Edwards 2004-05-28 18:21:18 +00:00
  • 663c447ca6 cleanup of the SDK and disable use of the old WINE tree. Travis Snoozy <[email protected]> Steven Edwards 2004-05-28 18:18:43 +00:00
  • 26beb80a11 Add rule for generating .i (preprocessed) files from .c files Gé van Geldorp 2004-05-28 18:16:46 +00:00
  • 11f4efc511 upgrading user32 test to Wine-20040527 - disabled a test in the 'msg' test because it fails on XP SP1. Royce Mitchell III 2004-05-28 17:56:17 +00:00
  • b9b553dbf6 added constants needed by wine's "user32 msg" test Royce Mitchell III 2004-05-28 14:31:49 +00:00
  • 004720f1a6 fixed typo Thomas Bluemel 2004-05-28 13:23:24 +00:00
  • 336746ec95 1. properly check parameters in SetFilePointer(Ex)() 2. fixed several functions to fail if dealing with console handles Thomas Bluemel 2004-05-28 13:17:32 +00:00
  • 938ede25cd - Implement a generic selection list. - Use selection list in device settings pages. Eric Kohl 2004-05-28 12:14:00 +00:00
  • 69a06d8f31 added CS_DROPSHADOW, needed by latest version of wine's user32 test app Royce Mitchell III 2004-05-28 03:43:12 +00:00
  • bd2990f457 removed programs that link to iphlpapi till exports are worked out. Mark Tempel 2004-05-28 02:32:43 +00:00
  • d7b5932acd fixed filename in include statement and added some debug prints for stubs Thomas Bluemel 2004-05-27 14:50:17 +00:00
  • 961036b735 eliminate unnecessary multiplications in the inner loops of DIB_1BPP_BitBltSrcCopy_From1BPP Royce Mitchell III 2004-05-27 12:35:23 +00:00
  • 6e3bbc606d - Don't change the environment block if the number of variables has not changed (in BlockEnvToEnviron). - Use a copy of the environment strings (in BlockEnvToEnviron). Hartmut Birr 2004-05-27 11:49:48 +00:00
  • 94c04c2051 fixed missing class dereferencings and store a list of windows in the class object Thomas Bluemel 2004-05-27 11:47:42 +00:00
  • ae85951413 - New font substitution: MS Sans Serif -> Bitstream Vera Serif Filip Navara 2004-05-26 21:47:07 +00:00
  • 43836af86c - Implement dummy device settings pages. - Hide the cursor at startup. Eric Kohl 2004-05-26 20:58:37 +00:00
  • ac9cb4c5a6 Fix warnings by vandread. Aleksey Bragin 2004-05-26 20:37:25 +00:00
  • 5141945b57 - Return success for SystemFileCacheInformation requests to NtQuerySystemInformation, so we can see some information in the Task Manager. Filip Navara 2004-05-26 19:56:35 +00:00
  • 72afcc3bb8 - Fixed the third passed parameter to NtSetInformationThread call in ImpersonateLoggedOnUser. Filip Navara 2004-05-26 19:53:48 +00:00
  • cb1ea2ade7 selecting a new clipping region into a dc doesn't return the previous clipping region handle Thomas Bluemel 2004-05-26 18:59:21 +00:00
  • 6248b04e6f fixed returning uninitialized variable in NtGdiSelectVisRgn() and NtGdiExtSelectClipRgn() Thomas Bluemel 2004-05-26 18:49:06 +00:00
  • 8158fc02d0 Append two newlines to the "Press any key to boot form CD....." string. Eric Kohl 2004-05-26 10:58:29 +00:00
  • d7d7bbef13 added stubs for SetFileSecurityW(), GetNamedSecurityInfoA/W() and SetNamedSecurityInfoA/W() Thomas Bluemel 2004-05-26 09:50:10 +00:00
  • 0fc5792047 - Set CurrentThread->u1.ExitTime to exit time in PsTerminateCurrentThread. Patch by Alex Ionescu. Filip Navara 2004-05-25 22:03:48 +00:00
  • d35144407f - Enabled the 'Press any key to boot from CD' message in the ISO boot code and show it only when some hard disk is present. - Adjusted detection timeouts for PS/2 and RS232 to the minimum allowed by the specifications so we don't spend ages in hardware detection. - Experimental NTFS reading support. (No boot code, no attribute lists, no decompression) Filip Navara 2004-05-25 21:47:39 +00:00
  • 470210fb06 - Enabled the 'Press any key to boot from CD' message in the ISO boot code and show it only when some hard disk is present. - Adjusted detection timeouts for PS/2 and RS232 to the minimum allowed by the specifications so we don't spend ages in hardware detection. - Experimental NTFS reading support. (No boot code, no attribute lists, no decompression) Filip Navara 2004-05-25 21:31:27 +00:00
  • 5a22e5bcf0 - Fixed definition of assert macro. - Fixed few DPRINTs to compile. - Handle OF_CREATE flag of OpenFile. Filip Navara 2004-05-25 20:04:14 +00:00
  • f11893f56e Sample man files Aleksey Bragin 2004-05-25 18:50:54 +00:00
  • 0f711c642b New version of man by Semyon Novikov. Manual pages should be located in c:\\man for now, later it will be enhanced to environment variable. I have changed the makefile so it is compatible with ReactOS, and compiles just by running 'make'. There are some warnings also, but I didn't have time to fix them. Aleksey Bragin 2004-05-25 18:49:04 +00:00
  • 7a98b74d8b - Run Task Manager when CTRL-ALT-DEL is pressed. Filip Navara 2004-05-25 15:53:16 +00:00
  • 6368fbd7a8 - Support for window-less hotkeys. - Send hotkeys even if there's no focus window. Filip Navara 2004-05-25 15:52:45 +00:00
  • e58206820b - Implemented ScsiPortGetPhysicalAddress also for addresses from sense info buffer. - Allocated the sense info buffer within contiguous physical memory. - Don't send an sence request after an error if the miniport driver is autosense-capable. Hartmut Birr 2004-05-24 20:33:41 +00:00
  • b718b8e348 Implement kernel-mode range lists. Install target must not rebuild executables. Eric Kohl 2004-05-24 12:08:55 +00:00
  • 82a4c658f4 Implement kernel-mode range lists. Eric Kohl 2004-05-24 12:05:54 +00:00
  • 47f7ff67c1 Implement RtlInvertRangeList() and RtlMergeRangeList(). Eric Kohl 2004-05-24 12:03:24 +00:00
  • 8c86d7049f - Fixed my copy-and-paste bug. Thanks to Royce III. Hartmut Birr 2004-05-23 15:49:56 +00:00
  • 5096908ac7 ignore the hInstance field while searching classes if it's NULL Thomas Bluemel 2004-05-23 14:04:58 +00:00
  • 924e3b2bea - Don't return a file or allocation size for directories. Hartmut Birr 2004-05-23 13:34:32 +00:00
  • 84d6759c0a - Fixed the calculated file attribute in CdfsFileFlagsToAttributes. Hartmut Birr 2004-05-23 13:27:26 +00:00
  • fc9d0d4b4d - Implement RtlFindRange(). - Add documentation. Eric Kohl 2004-05-23 11:56:16 +00:00
  • 27119bd65c fixed typos Thomas Bluemel 2004-05-23 09:36:47 +00:00
  • fffba95c47 remove UNIMPLEMENTED from NtUserIsClipboardFormatAvailable and replace it with a DPRINT1 warning that it is not implemented. This change gets Irfanview working. Royce Mitchell III 2004-05-23 04:04:10 +00:00
  • 11a1d291a0 - Disable NtGdiRealizePalette. It has a lot of bugs and really doesn't do any of the work it should do. Filip Navara 2004-05-22 22:07:42 +00:00
  • f2992e0c09 prevent memory leaks if callbacks to usermode never return Thomas Bluemel 2004-05-22 21:12:15 +00:00
  • ef7b36dd46 - Do not immediately write the zeroed region to the disk for a cached file. - Fixed a problem, which does occur if the cluster size is lower than the segment size. Hartmut Birr 2004-05-22 18:28:18 +00:00
  • d805aabcae silence debug message Thomas Bluemel 2004-05-22 17:51:08 +00:00
  • c6bdf3f977 1. added basic reference counting for message queues 2. fixed memory leak when a thread terminates while dispatching a message 3. wake the sender's thread in case of 2. Thomas Bluemel 2004-05-22 16:48:50 +00:00
  • 4307e3115e code comments Martin Fuchs 2004-05-22 13:18:45 +00:00
  • 86ada6ab1c - Revert change to VGA register values that I accidently commited. Filip Navara 2004-05-22 12:23:12 +00:00
  • a197c442b7 Center install wizard. Don't skip to next page as long as required data have not been entered. Eric Kohl 2004-05-22 12:04:10 +00:00
  • dd55a50761 1. reverted my last change to SendMessageTimeout() which was wrong 2. fixed UserGetWindowIcon(), SendMessageTimeout() usually overwrites the result variable, even if it failed! Thomas Bluemel 2004-05-22 09:22:41 +00:00
  • 1404258b13 - Remove WinLogon icon, because it's copyrighted by Microsoft. Filip Navara 2004-05-22 09:10:33 +00:00
  • ed16c950dc - Check buffer sizes and color counts for IOCTL_VIDEO_SET_COLOR_REGISTERS request. Filip Navara 2004-05-22 08:53:26 +00:00
  • 1c1f4e3945 - Don't delete icons that we got by WM_GETICON or GetClassIcon. Filip Navara 2004-05-22 08:35:38 +00:00
  • 4c8d47cc6b fixed SendMessageTimeout() to return the correct result even when it timed out Thomas Bluemel 2004-05-22 08:27:15 +00:00
  • a4931b6ee8 - removed an obsolete call to ExAllocatePool in CHECKPOINT Hartmut Birr 2004-05-22 08:12:49 +00:00
  • a31ff7a76b I forgot to increase the number of strings loaded from the registry. fixed. Art Yerkes 2004-05-22 02:54:32 +00:00
  • 7f1e933e8e Blight pointed out that we didn't have all the registers in js. This fixes that. Art Yerkes 2004-05-22 02:50:25 +00:00
  • 6f17d958c6 Blight pointed out that I was missing some regs from the end of the trap frame. These are now fixed. Art Yerkes 2004-05-22 01:55:31 +00:00
  • 17983ae6be - Added support for special value "LiveCD" of SystemPath option for loading ReactOS. It uses the known boot drive information as the boot path. Filip Navara 2004-05-21 20:29:56 +00:00
  • 1c9e1c3a8b - Fixed a bug in IsoSearchDirectoryBufferForFile. Compare the offset first, so we don't access invalid memory. Filip Navara 2004-05-21 20:06:09 +00:00
  • ce81c53f81 - End-Of-Line marker at the real end of line shouldn't advance the vertical offset. Filip Navara 2004-05-21 17:34:24 +00:00
  • d76f0c8745 - Support for the End-Of-Line RLE mark. - Treat the bitmap header field bV5ClrUsed correctly if it's set to zero. Filip Navara 2004-05-21 17:05:46 +00:00
  • 08855e847a don't clip moving rectangles to the work area for topmost windows Thomas Bluemel 2004-05-21 12:46:59 +00:00
  • 03de8510c2 removed obsolete fields from the W32PROCESS structure Thomas Bluemel 2004-05-21 10:31:00 +00:00
  • 4349fe8990 implemented DisableProcessWindowsGhosting() (window ghosting is not yet implemented though) Thomas Bluemel 2004-05-21 10:09:31 +00:00
  • 6851738b5a fixed message timeout crash, caused by inserting dispatching messages into the wrong dispatching list Thomas Bluemel 2004-05-20 21:48:41 +00:00
  • c9bec757df fixed handling of caption buttons Thomas Bluemel 2004-05-20 14:53:14 +00:00
  • 0cc4a84668 clip to the work area when dragging a window Thomas Bluemel 2004-05-20 14:34:14 +00:00
  • 0a242842b2 fixed FillRect() to properly handle system color constants (thanks to Royce for spotting this bug) Thomas Bluemel 2004-05-20 14:12:21 +00:00
  • f44bcb1cdb Add some security function stubs. Eric Kohl 2004-05-20 12:42:51 +00:00
  • 4a1429bb28 - Do not change the mapping count of a page if the physical address falls in the range of valid physical memory (in MmMapIoSpace and MmUnmapIoSpace). Hartmut Birr 2004-05-20 08:37:21 +00:00
  • a7cf6b254f get current HINSTANCE if given NULL in CreateWindowExA&W - fixes bug I found today with my little 'window stresser' app. Royce Mitchell III 2004-05-20 04:10:01 +00:00
  • 46d6fe4163 set proper lasterror code in RegisterWindowMessage() Thomas Bluemel 2004-05-19 19:16:47 +00:00
  • 23c42995a1 fixed RegisterWindowMessage() Thomas Bluemel 2004-05-19 19:09:20 +00:00
  • 1f14756983 attempt to fix handling of timed out sending of messages to be thread-safe Thomas Bluemel 2004-05-19 18:45:31 +00:00
  • 90b8b7f3d6 use FASTCALL calling convention for internal routines Thomas Bluemel 2004-05-18 22:32:48 +00:00
  • 0fcdaa8c81 Sylvain Petreolle - Hacked TGMarltt to work on Windows as well as Linux and ReactOS with FreeType. Steven Edwards 2004-05-18 16:22:49 +00:00
  • e765178153 ported CreatePolyPolygonRgn() and CreatePolygonRgn() from wine Thomas Bluemel 2004-05-18 15:25:25 +00:00
  • 40c3c7cd37 fixed memory leak Thomas Bluemel 2004-05-18 14:06:42 +00:00
  • 7ea71b67f4 safe parameter handling for PolyPolygonRgn() and PolygonRgn(). The actual region calculation for both functions is not yet implemented though! Thomas Bluemel 2004-05-18 13:57:41 +00:00
  • 4b62bbcaa8 prompt with error messageboxes for problems when reading init files Martin Fuchs 2004-05-18 12:38:39 +00:00
  • 9c4dd6241a Implement SeQueryAuthenticationIdToken(). Add audit function stubs. Eric Kohl 2004-05-18 12:24:40 +00:00
  • 0cc2f5d9be return more verbose XML parser error messages Martin Fuchs 2004-05-18 12:10:36 +00:00
  • c49f961993 - Do print readable sector numbers in DiskReadLogicalSectors. Hartmut Birr 2004-05-17 20:30:55 +00:00
  • 869728e524 - Implemented the printing of 64 bit numbers. Hartmut Birr 2004-05-17 20:25:01 +00:00