Commit Graph

  • f7deec4b5c moved start menu entries for control panel, etc. into new settings submenu Martin Fuchs 2003-09-27 13:15:02 +00:00
  • 1c7c828d1e Alternate implementation of DrawFocusRect() which works better in current ReactOS Gé van Geldorp 2003-09-27 12:32:52 +00:00
  • 4e2b376ccf Bugfix: Reverted order of mask1Bpp, this change fixes 1bpp blits. Filip Navara 2003-09-27 09:27:45 +00:00
  • 7f69240625 reactos\subsys\system\usetup\infcache.c (line 1156) Robert Dickenson 2003-09-27 09:14:15 +00:00
  • b58279d977 partial support for intellimouse Thomas Bluemel 2003-09-27 01:08:19 +00:00
  • 82a60ec8d1 removed redefinition of WHEEL_DELTA constant Thomas Bluemel 2003-09-27 00:29:52 +00:00
  • aa8f2f585a added constants for WM_XBUTTON* messages Thomas Bluemel 2003-09-27 00:22:10 +00:00
  • 2deb611ef7 Add NtUserReleaseDC Gé van Geldorp 2003-09-26 21:05:48 +00:00
  • e80e96bff4 - Incomplete implementation of ReleaseDC() - Fix pen color bug if pen was selected into a DC more than once - Cache GetSysColorBrush() and GetSysColorPen() Gé van Geldorp 2003-09-26 20:58:06 +00:00
  • 4671a645d8 Changed DPRINT1 to DPRINT when connecting to mouse device. Filip Navara 2003-09-26 20:10:07 +00:00
  • 3bc1216b7f Check for presence of \reactos\ntoskrnl.exe instead of REACTOS disk label to identify the boot cdrom device. Eric Kohl 2003-09-26 19:45:04 +00:00
  • efec63db2f Fixed the type of PS2MouseInitializeDataQueue. Filip Navara 2003-09-26 19:37:38 +00:00
  • afd54f8f9c Fixed DIB_BltToVGA and other functions calling it to handle situation where SourcePoint->x % 2 != 0. Filip Navara 2003-09-26 18:38:47 +00:00
  • 95d5d55bff Fixed the FileVersion once more. The version should be 5.1.2600 because some applications use the bitmap resources directly and depending on the FileVersion tries to load animations. Filip Navara 2003-09-26 12:17:05 +00:00
  • b13d959501 Handle some out of resource situations Gé van Geldorp 2003-09-26 10:45:45 +00:00
  • 5a99fbb2ce Search for devices if a valid vendor and device ids are passes to ScsiPortInitialize(). Eric Kohl 2003-09-25 23:23:21 +00:00
  • fbbaa9a97d fixed some drawing bugs of scrollbars Thomas Bluemel 2003-09-25 21:16:56 +00:00
  • 895c98c856 Replaced ObRosCreateObject() by ObCreateObject() and ObInsertObject(). Fixed ObCreateObject() and ObInsertObject(). Eric Kohl 2003-09-25 20:09:56 +00:00
  • 72d8964737 Fixed line endings. Filip Navara 2003-09-25 18:29:45 +00:00
  • 636d453391 fixed file version to 1,0,0,0 Thomas Bluemel 2003-09-25 18:10:22 +00:00
  • 37d56c9567 fixed version info Thomas Bluemel 2003-09-25 17:05:19 +00:00
  • 7ea418b4eb Plug & Play manager improvments + few other things Filip Navara 2003-09-25 15:54:43 +00:00
  • bf8e3b5659 Device driver loading and unloading utilities. Filip Navara 2003-09-25 15:40:23 +00:00
  • 85fd5b07a7 Fixed generation of Device ID. Filip Navara 2003-09-25 15:21:11 +00:00
  • 1fc4bb294e palbitblt installation is added to reactos tests Aleksey Bragin 2003-09-25 15:20:59 +00:00
  • 19fcfe178b Slightly changed PALETTE_SetMapping() to obtain pointer to the system palette dynamically instead of just looking into COLOR_sysPal. Good news - palbitblt.exe now works as it as supposed to work under non-paletted mode, and in 16-colors too (but I haven't checked if it looks the same in this mode in Windows too) Aleksey Bragin 2003-09-25 15:15:03 +00:00
  • 30174c1155 Changes in COLOR_PaletteLookupPixel() to handel case, when it's called with NULL XlateObj, Aleksey Bragin 2003-09-25 15:12:42 +00:00
  • fc32b5f1f9 Changed one UNIMPLEMENTED in NtGdiGetDIBits() to DPRINT (when bits=0, application queries for parameters, and gets them via this way). I guess this isn't fully correct behaviour, but everyone will get clear notification via DPRINT in case this branch of NtGdiGetDIBits is called. Aleksey Bragin 2003-09-25 14:40:42 +00:00
  • 2f740eff13 PALOBJ_cGetColors(): PalObj is already a pointer to PALGDI, no need to call AccessInternalObjectFromUserObject(PalObj). At least it gives error when this function is invoked. If I'm mistaking (this function is being called with wrong param), please notify me. Aleksey Bragin 2003-09-25 14:32:55 +00:00
  • 07a35efe80 Patch by Skywing: - fixes issues with object manager calling object deletion callbacks at raised IRQL [which creates a ton of problems] - move kernel debugger init to after ExInit Vizzini 2003-09-25 05:12:24 +00:00
  • 0ae09914df fixed passing pointers to win32k Thomas Bluemel 2003-09-24 21:09:22 +00:00
  • 987f34d8d3 fixed file version field Thomas Bluemel 2003-09-24 20:32:11 +00:00
  • 4b416189e9 add capclock to the build system Thomas Bluemel 2003-09-24 20:05:29 +00:00
  • 63ebbd13c0 fixed some cvsignore files Thomas Bluemel 2003-09-24 19:55:18 +00:00
  • 461f1cab84 improved mouse (buttons) handling Thomas Bluemel 2003-09-24 18:39:34 +00:00
  • b5d10cd2da added *.map to the cvsignore file Thomas Bluemel 2003-09-24 17:36:58 +00:00
  • e669b2e1cb Added winhello2 test app by Michael Fritscher Thomas Bluemel 2003-09-24 16:11:05 +00:00
  • 3fd1dcd5e0 some fixes on on gdi handles Thomas Bluemel 2003-09-24 16:01:32 +00:00
  • 3ed28b6e6f some work on scrollbars Thomas Bluemel 2003-09-24 13:41:40 +00:00
  • 4fe38862eb NtGdiEllipse() improvements Gé van Geldorp 2003-09-23 21:48:18 +00:00
  • 3ec27cec15 fixed memory leak in REGION_XorRegion() Thomas Bluemel 2003-09-23 19:33:29 +00:00
  • 0b9c284361 Fix GDI_HANDLE_INDEX_MASK, thanks to Jonathan Wilson Gé van Geldorp 2003-09-23 18:04:42 +00:00
  • cb74b26689 Update of richedit to Wine 20030911 version Filip Navara 2003-09-22 06:11:49 +00:00
  • 19aeb83a4b added *.iso and *.cab to cvsignore Thomas Bluemel 2003-09-21 18:17:55 +00:00
  • a41feef44a fixed NtUserClipCursor() Thomas Bluemel 2003-09-21 16:00:24 +00:00
  • 87768e6cca fix usage of 64 bit constants in SleepEx() and GetQueuedCompletionStatus() Martin Fuchs 2003-09-21 14:02:30 +00:00
  • 3d57db0ea0 Exception Handling Martin Fuchs 2003-09-21 13:51:20 +00:00
  • 3c50c8c091 Explorer FAQ Martin Fuchs 2003-09-21 13:51:02 +00:00
  • 3a04e43292 fixed NtUserClipCursor() Thomas Bluemel 2003-09-21 11:53:13 +00:00
  • 3cd94c29a1 Fix some coordinate system mismatches Gé van Geldorp 2003-09-21 06:44:51 +00:00
  • 52c1dddf12 ported ConvertDefaultLocale() from wine Thomas Bluemel 2003-09-21 01:47:02 +00:00
  • de2bded76d unstubbed national language support functions Thomas Bluemel 2003-09-20 23:37:56 +00:00
  • df61aa9b8a fixed compiler warnings Thomas Bluemel 2003-09-20 22:44:22 +00:00
  • 9fb56830e8 fixed compiler warnings Thomas Bluemel 2003-09-20 20:31:57 +00:00
  • 174238220d fixed compiler warnings and cvsignore files Thomas Bluemel 2003-09-20 20:12:43 +00:00
  • b2869f7a74 Revert previous change to dialog.c and fix the problem at it's root, in EnumChildWindows. Thanks to Thomas Weidenmueller. Gé van Geldorp 2003-09-20 19:52:23 +00:00
  • 0504e0cffa Fix GetDlgItem() Gé van Geldorp 2003-09-20 19:24:11 +00:00
  • 04b9e7234a fixed compiler warnings Thomas Bluemel 2003-09-20 19:08:44 +00:00
  • 013bfffae8 fixed compiler warnings Thomas Bluemel 2003-09-20 14:44:35 +00:00
  • c92e25be46 improved exception handling in start menu, especially for non-NT systems Martin Fuchs 2003-09-19 20:27:59 +00:00
  • f2fb2a7e5c rm REMOTE DBG Martin Fuchs 2003-09-19 07:43:27 +00:00
  • 2efa56ff58 fix for mingw build Martin Fuchs 2003-09-18 22:48:17 +00:00
  • b0665e94ab compatibility changes for correct start menu subentries on Windows 9x Martin Fuchs 2003-09-18 22:18:38 +00:00
  • e125705217 Patch by Mike Nordell: Change UserMode to KeGetCurrentProcess()->PreviousMode in calls to ObReferenceObjectByHandle() in file ps/kill.c Aleksey Bragin 2003-09-18 17:55:21 +00:00
  • 4374bab13d Add msimg32 to the list of libraries Aleksey Bragin 2003-09-18 16:03:03 +00:00
  • 092aeee1ca Path by Filip Navarra, implementing initial version MSIMG32 dll that just calls relevant gdi32.dll functions. Aleksey Bragin 2003-09-18 15:44:43 +00:00
  • b2a7aa0781 Added defines for uninitialized values. Eric Kohl 2003-09-18 13:45:07 +00:00
  • b4f1ad8ce1 use system colors instead of hardcoded constants for drive panes Martin Fuchs 2003-09-16 21:54:24 +00:00
  • d1e179a339 command line option -nodesktop Martin Fuchs 2003-09-16 17:59:23 +00:00
  • 1f1078fba3 Patch by Valentin Verkhovsky: Ntfs driver is updated now and ready for testing. I've been working on MFT processing for while. Thus driver performs only files & attribute enumerating by VCN-LCN pair mapping like M$ Nfi utility. Emanuele Aliberti 2003-09-15 16:01:16 +00:00
  • ed00963623 changed callbacks to use stdcall made a number of changes to the protocol->miniport send path clarified locking and irql manipulation code added support for SendPacketsHandler cleaned up NdisRegisterProtocol and NdisOpenAdapter Vizzini 2003-09-15 03:58:12 +00:00
  • c7198d46d8 implemented MiniportHalt, MiniportQueryInformation, and MiniportSetInformation Vizzini 2003-09-15 03:47:22 +00:00
  • 6c6b49d3cb Patch from Filip Navara updating comctl32 Vizzini 2003-09-15 02:48:15 +00:00
  • 5cb3c6a572 updatebuildno without ./ Martin Fuchs 2003-09-14 19:04:23 +00:00
  • 54c2f02940 lf Martin Fuchs 2003-09-14 19:00:03 +00:00
  • 88b58a6ff1 updatebuildno script for systems without installed "cp" Martin Fuchs 2003-09-14 18:43:44 +00:00
  • 64fddd5694 transparent Icons with shadow Martin Fuchs 2003-09-14 17:28:27 +00:00
  • 04f28a8acf transparent XP icons in various image sizes Martin Fuchs 2003-09-14 15:48:51 +00:00
  • 9604dab6c5 - Use KeSetBasePriorityThread for changing the thread priority in NtSetInformationThread. Hartmut Birr 2003-09-14 10:53:32 +00:00
  • 6f4149e361 - Reference all returned process objects (in PsGetNextProcess). - Do not fail if a process is deleted (in PsGetNextProcess). - Change the direction of the returned process (in PsGetNextProcess). - Check if a process is deleted in NtOpenProcess. Hartmut Birr 2003-09-14 10:52:33 +00:00
  • 24203ec76e - Moved the call to ExpSwapThreadEventPair from PiDeleteThread to PsTerminateCurrentThread. Hartmut Birr 2003-09-14 10:50:29 +00:00
  • 5eb3a136c6 - Returned STATUS_PROCESS_IS_TERMINATING/STATUS_THREAD_IS_TERMINATING instead of STATUS_UNSUCCESSFUL if a process/thread is deleted. Hartmut Birr 2003-09-14 10:48:39 +00:00
  • 1324042725 added missing cvsignore Thomas Bluemel 2003-09-14 10:37:03 +00:00
  • 0b9f28cec0 - Changed the reference/dereference order in ObDeleteHandle. Hartmut Birr 2003-09-14 09:19:07 +00:00
  • 753a4b6018 - Changed the wait parameter to FALSE in a call to KeSetEvent (in NtSetLowEventPair). Hartmut Birr 2003-09-14 09:18:04 +00:00
  • 8f692f9ab7 - Implemented the allocation type NonPagedPoolCacheAligned/NonPagedPoolCacheAlignedMustS. Hartmut Birr 2003-09-14 09:15:04 +00:00
  • 991009f8c6 - Reduce the size for the block header by using a union structure. - Allocate the buffer for the pool bitmap dynamically. - Fixed some of the debug functions. - Implemented the allocation type NonPagedPoolCacheAligned/NonPagedPoolCacheAlignedMustS. Hartmut Birr 2003-09-14 09:14:20 +00:00
  • 230ad74f48 - Fixed KeReleaseDispatcherDatabaseLockAtDpcLevel/KeReleaseDispatcherDatabaseLock. Hartmut Birr 2003-09-14 09:12:19 +00:00
  • f9cf46a778 - Initialize only the page table for the region up to 8MB. Hartmut Birr 2003-09-14 09:11:14 +00:00
  • 8331f92d3f - Dereference the process pointer in QSI_DEF(SystemProcessInformation). Hartmut Birr 2003-09-14 09:03:54 +00:00
  • 0ec4b3e636 - Fixed the length for the allocated buffer in IntGetClassName. Hartmut Birr 2003-09-14 09:03:53 +00:00
  • 47c9a1e005 fix for building with DBG=1 Vizzini 2003-09-14 05:53:15 +00:00
  • b5596b0da8 Use a better ReactOS Icon as application icon and for start menu button Martin Fuchs 2003-09-13 23:52:05 +00:00
  • fd94f77ea8 patch by Filip Navara for remaining mswsock stubs Vizzini 2003-09-13 21:15:03 +00:00
  • d17de36214 rename local variable from hwnd to hwndDesktop Martin Fuchs 2003-09-13 19:13:57 +00:00
  • 6ede4e5449 work around for Windows NT, Win 98, ... to display desktop window in the correct size Martin Fuchs 2003-09-13 19:01:25 +00:00
  • 9b298429d8 fixed the hMenu parameter in CreateWindowEx so that this parameter changes the child windows' ID Thomas Bluemel 2003-09-13 13:58:38 +00:00
  • 5d3579faab added link to FAQ web page Martin Fuchs 2003-09-13 11:27:20 +00:00
  • 3d6d2f3879 removed compatibility code for old W32API headers of version 2.3 Martin Fuchs 2003-09-13 10:06:18 +00:00
  • a9aabdaaf1 Patch by skywing: - wrote RtlRaiseException user mode implementation - wrote KiRaiseUserExceptionDispatcher/KeRaiseUserException to raise user exceptions from kernel mode - implemented raise STATUS_INVALID_HANDLE-if-debugged in NtClose Vizzini 2003-09-13 06:17:52 +00:00