Commit Graph

  • 4eec93eae2 (Partial) implementation of Ellipse() Gé van Geldorp 2003-09-12 22:17:06 +00:00
  • f7f1fc7717 new patch for more stubs and misc changes patch changes: 1.add mswsock.dll with stubs for allmost all functions (1 or 2 I cant get prototype of) 2.add some definitions to various header files 3.add some stubs to advapi32.dll 4.add a stub for GdiInitializeLanguagePack to gdi32.dll 5.add some stubs to iphlpapi.dll 6.add some stubs to kernel32.dll 7.add some stubs to ntdll.dll 8.add some stubs to ws2_32.dll 9.add some stub definitions to wsock32.dll 10.change wsock32.dll so that most functions redirect to ws2_32.dll or mswsock.dll (which is how microsoft does it) 11.turn -Wall -Werror on for cards 12.turn -Wall -Werror on for epsapi 13.turn -Wall -Werror on for fmifs and fix problems that resulted 14.turn -Wall -Werror on for freetype 15.turn -Wall -Werror on for vfatlib and fix problems that resulted 15.turn -Wall -Werror on for kernel32 and fix problems that resulted 16.turn -Wall -Werror on for ntdll and fix problems that resulted 17.turn -Wall -Werror on for lzexpand 18.turn -Wall -Werror on for msafd 19.turn -Wall -Werror on for psapi 20.turn -Wall -Werror on for twain 21.add some stubs to user32.dll 22.turn -Wall -Werror on for version 23.turn -Wall -Werror on for wshirda Vizzini 2003-09-12 17:51:48 +00:00
  • 3eff784d88 fixed some cvsignore files Thomas Bluemel 2003-09-12 16:18:52 +00:00
  • a4487cceea removed winedbc dependencies Thomas Bluemel 2003-09-12 13:47:59 +00:00
  • a9160ac5fd implemented a couple of scrollbar functions and fixed GetDoubleClickTime() Thomas Bluemel 2003-09-12 12:54:26 +00:00
  • fd08241470 Add some SS_* styles Gé van Geldorp 2003-09-11 22:32:33 +00:00
  • 30d562530c Fixed typo Gé van Geldorp 2003-09-11 22:11:44 +00:00
  • 1a9cd2de4a Implemented SS_PATHELLIPSIS and SS_ENDELLIPSIS styles and STN_CLICKED/STN_DBLCLK notifications Gé van Geldorp 2003-09-11 22:10:16 +00:00
  • 1c0adb9ffd assignment bugfix for casper Vizzini 2003-09-11 20:10:33 +00:00
  • a0fc1a5dac - Zero DMA related data in the pseudo device extension before a new port device is detected. - Added code to support one device-queue per LUN (disabled). - Cleaned-up / simplified some functions. - Started to rename internal functions to SpiXxxx. Eric Kohl 2003-09-11 11:51:05 +00:00
  • 892557fccc Added Adapter-Object used for PCI-Bus-Master-DMA. Eric Kohl 2003-09-11 11:45:28 +00:00
  • 89d5a30486 Implement SS_SUNKEN and SS_WORDELLIPSIS styles Gé van Geldorp 2003-09-11 08:32:42 +00:00
  • f837ed21ac Handle WM_CTLCOLOR* messages Gé van Geldorp 2003-09-11 08:32:06 +00:00
  • 755c84cde3 Support OPAQUE text background Gé van Geldorp 2003-09-10 23:16:13 +00:00
  • 5bdf0b7486 Switch back to correct mode Gé van Geldorp 2003-09-10 23:08:28 +00:00
  • 6b54dccd23 Small bug in debug data displayed: NtGdiCreatePrimarySurface(): Fixed line "Display Driver ... loaded", now loads really loaded driver instead of always first on the list. Aleksey Bragin 2003-09-10 21:06:26 +00:00
  • e9d5901d8b NtGdiRealizePalette(): Unlock palettes prior to call to IntEngCreateXlate(). (prevents double-lock) Aleksey Bragin 2003-09-10 21:03:18 +00:00
  • 156ce01884 Small program to test ReactOS palette support in bitblt operations (Crashes on ROS for now, I'll commit patches to ROS later to fix this). Aleksey Bragin 2003-09-10 20:15:46 +00:00
  • 2d66ad555c Fix caption text width Gé van Geldorp 2003-09-10 18:18:25 +00:00
  • 5e5352278f added file version resource to riched32 and changed makefile to automatically build the riched32.dll Thomas Bluemel 2003-09-10 15:30:53 +00:00
  • 3a5cac081a cvsignores and commented out softice Vizzini 2003-09-10 15:28:53 +00:00
  • 233a78a636 added cvs ignore file Thomas Bluemel 2003-09-10 14:41:29 +00:00
  • 4d3bedb140 added richedit.h so the richedit control can be compiled Thomas Bluemel 2003-09-10 14:39:33 +00:00
  • 8636ea85a9 Let the mouse cursor go where it hasn't gone before: right and lower edge of the screen Gé van Geldorp 2003-09-10 07:24:31 +00:00
  • 413af2c984 patch by Skywing: made existing eventpair code more efficient and added support for associating eventpairs with threads and signaling them that way Vizzini 2003-09-10 06:12:22 +00:00
  • 05023f216e Limit cursor clip region to desktop region Gé van Geldorp 2003-09-09 20:10:38 +00:00
  • 7479009d8c Properly offset client-relative update rectangle Gé van Geldorp 2003-09-09 20:06:58 +00:00
  • e34b503bd2 Remove debug breakpoint Gé van Geldorp 2003-09-09 15:56:06 +00:00
  • 860af295a0 Add RoundRect test (patch by Royce3) Gé van Geldorp 2003-09-09 15:50:46 +00:00
  • 213461d136 RoundRect() implementation by Royce3 Gé van Geldorp 2003-09-09 15:49:59 +00:00
  • 93e8262300 Add KFLOATING_STATE Gé van Geldorp 2003-09-09 14:51:41 +00:00
  • 216280ce74 Naive implementation of Ke(Save/Restore)FloatingPointState Gé van Geldorp 2003-09-09 14:50:19 +00:00
  • f7cd42043b Mark ScreenDeviceContext as local before destroying it Gé van Geldorp 2003-09-09 10:57:03 +00:00
  • 840130bc87 .cvsignore maintenance Gé van Geldorp 2003-09-09 09:43:46 +00:00
  • c0339cdb1b Show which areas are being repainted Gé van Geldorp 2003-09-09 09:40:19 +00:00
  • db573c519a Fixes to WinPosSetWindowPos() and the routines it depends upon Gé van Geldorp 2003-09-09 09:39:21 +00:00
  • a5743bd648 code cleanup, lots of little bugfixes, implemented MiniportHandleISR Vizzini 2003-09-09 04:42:21 +00:00
  • d34f9a0679 Sorry about that. the COPYING file is a copy of the GPL. Steven Edwards 2003-09-08 19:25:50 +00:00
  • 5f42375644 fixed drawing the window frame so there's a line between client area and caption bar Thomas Bluemel 2003-09-08 18:50:00 +00:00
  • 3551d4488a Added a copy of the GPL. Just to make it clear some parts of ReactOS are GPL others are LGPL so we ship a copy of both licenses for now. Steven Edwards 2003-09-08 18:27:53 +00:00
  • afb6548beb #include stddef.h in winsock2.h Gé van Geldorp 2003-09-08 17:19:55 +00:00
  • 205f58421e implemented calculating of tracking thumb in scrollbars Thomas Bluemel 2003-09-08 15:08:56 +00:00
  • eca8e8ad7c winsock2.h now depends on stddef.h Gé van Geldorp 2003-09-08 13:20:15 +00:00
  • 569f26e923 changes in this patch by Jonathon Wilson: 1.add some definitions to ascii.h 2.add some definitions to base.h 3.add some definitions to defines.h 4.add some definitions to funcs.h 5.add some definitions to structs.h 6.add some definitions to unicode.h 7.add some definitions to winsock2.h 8.fix it so that the ACCESS_MODE definition in ntos\security.h is only visible in kernel mode 9.add lots of stubs to advapi32.dll (some stuff from appmgmt.h, winsafer.h, evntrace.h, winefs.h, sddl.h, wincred.h & mschapp.h still to be added) 10.add a bunch of stubs to iphlpapi.dll 11.modify kernel32.dll so that certain functions are forwarded to ntdll.dll instead of being stubs in kernel32.dll 12.modify lz32.dll so that everything points at kernel32.dll 13.fix msafd.h to account for changes to winsock2.h (winsock2.h now needs stdlib.h to get the size_t type) 14.add stubs for SendIMEMessageExW and SendIMEMessageExA to user32.dll 15.add some stubs to ws2_32.dll 16.rename WahCreateNotificationTable to WahCreateNotificationHandle in ws2help.dll (WahCreateNotificationHandle is what microsoft calls it) 17.fix ws2help.h to account for changes to winsock2.h (winsock2.h now needs stdlib.h to get the size_t type) 18.fix wshirda.h to account for changes to winsock2.h (winsock2.h now needs stdlib.h to get the size_t type) 19.fix wsock32\stubs.c to account for changes to winsock2.h (winsock2.h now needs stdlib.h to get the size_t type) 20.add some stubs/fix some others for wsock32.dll 21.add some stubs to secur32.dll (more to come when I get sspi.h, secext.h & ntsecpkg.h) 22.add stubs for GetConsoleKeyboardLayoutNameA & GetConsoleKeyboardLayoutNameW to kernel32 23.add stub for SetupChangeFontSize to syssetup.dll 24.add some header files from WINE (related to advapi, secur32 and others) and 25.made lsass\ntsecapi.h redundant (the stuff that was in it is now in the WINE ntsecapi.h). Therefore, it should probobly be removed. Thomas Bluemel 2003-09-08 09:56:57 +00:00
  • 19c18b7f2c added hittesting for scrollbars and fixed passing the cursor coordinates to NCL messages Thomas Bluemel 2003-09-08 02:14:20 +00:00
  • 61009dcbf6 Version 0.1.3.7 Martin Fuchs 2003-09-07 22:00:02 +00:00
  • 7bc7cff30d Fixed the button label bug. Eric Kohl 2003-09-07 17:36:40 +00:00
  • 55f95cb4b1 Fixed COLOR_WINDOWFRAME and COLOR_WINDOW system color. Default buttons and checkboxes look better now. Eric Kohl 2003-09-07 17:35:15 +00:00
  • 4d237d4e7c Removed checkbox bitmap loading code and hardcoded checkbox size. Checkboxes are visible now. Eric Kohl 2003-09-07 13:16:55 +00:00
  • 1a1d4a8874 added syscall NtUserGetScrollInfo() and fixed nonclient hittest for caption buttons Thomas Bluemel 2003-09-07 11:52:54 +00:00
  • f54139ad6e Do not link against ntdll. Eric Kohl 2003-09-07 11:17:51 +00:00
  • 76286b9a50 renamed and fixed a few functions regarding scrollbars Thomas Bluemel 2003-09-07 09:55:52 +00:00
  • 94b5d29d89 Implement temp GetEnhMetaFilePixelFormat James Tabor 2003-09-06 19:44:00 +00:00
  • cd39c464f2 Implementing OpenGl support James Tabor 2003-09-06 19:04:56 +00:00
  • 62847198aa fixed disabled caption buttons bug Thomas Bluemel 2003-09-06 16:59:30 +00:00
  • 81b36f5903 Implementing OpenGl support James Tabor 2003-09-06 16:50:11 +00:00
  • 625bd1a280 better handling of caption buttons Thomas Bluemel 2003-09-06 14:30:21 +00:00
  • e1f57fd5f7 added pcnet to make system and added unix installation script Vizzini 2003-09-06 02:19:39 +00:00
  • 8ed19da5a8 *** empty log message *** Vizzini 2003-09-06 02:01:40 +00:00
  • 0320c0fcc2 Allow serial mouse driver and COM debug output to coexist peacefully. Patch by Filip Navara Gé van Geldorp 2003-09-05 15:55:47 +00:00
  • 31b2a95597 - Implemented ScsiPortGetPhysicalAddress() (incomplete). - Implemented ScsiPortGetVirtualAddress(). Eric Kohl 2003-09-05 15:05:52 +00:00
  • 7070f0804a Copy .nls files without renaming them. Bochs users can use DOS and Loadros or FreeLoader to boot ReactOS. Eric Kohl 2003-09-05 15:03:38 +00:00
  • 8cfd3cac0b Implemented ScsiPortGetUncachedExtension(). Eric Kohl 2003-09-05 11:48:03 +00:00
  • b078e28da7 returned debug level to MIN_TRACE Vizzini 2003-09-05 06:25:44 +00:00
  • aa20c8ca0e several new APIs courtesy of Royce3 Vizzini 2003-09-05 06:18:26 +00:00
  • 1a6db07631 re-worked ndis to do device detection from a win2k-style registry enum database, added debugging aids, commented, began to stub support for deserialized miniports Vizzini 2003-09-05 05:44:53 +00:00
  • 2ef78d9833 switched to mapped port i/o from immediate i/o, having solved the port mapping problem in ndis Vizzini 2003-09-05 05:40:42 +00:00
  • 3f8dab56a1 registry format change for new ndis device detection Vizzini 2003-09-05 05:39:43 +00:00
  • 646d02c426 orphan adapter list Vizzini 2003-09-05 02:29:07 +00:00
  • 1683474c77 fix broken build Vizzini 2003-09-05 01:59:30 +00:00
  • 9d8179a6c8 - Implemented LUN-Extensions. - Moved Inquiry-Data from Port-Extension to LUN-Extensions. Eric Kohl 2003-09-04 23:33:55 +00:00
  • a7793b4ec9 Simple Win32 caption clock. It exposes a bug possibly in win32k.sys which causes a system crash. Emanuele Aliberti 2003-09-04 21:33:11 +00:00
  • 7377c5fe18 missed one Vizzini 2003-09-04 16:52:10 +00:00
  • 74ef9cda04 Search for all logical units (LUNs) of a SCSI target. Eric Kohl 2003-09-04 11:30:42 +00:00
  • 4517f7f992 added NdisMAllocateSharedMemory and NdisMFreeSharedMemory and fixed a couple minor bugs Vizzini 2003-09-04 07:01:51 +00:00
  • dc354a8e32 implemented NdisMAllocateMapRegisters, NdisMFreeMapRegisters, NdisMQueryMapRegisterCount, and NdisMRegisterIoPortRange Vizzini 2003-09-04 06:59:48 +00:00
  • f82864342a added object and added -Wall Vizzini 2003-09-04 06:55:21 +00:00
  • 7f9734c8df couple of new data structs and changes to LOGICAL_ADAPTER struct for resource tracking, dma, etc. Vizzini 2003-09-04 06:53:31 +00:00
  • ce2f631b26 implemented NdisMPciAssignResources and fixed several string length bugs Vizzini 2003-09-04 06:51:31 +00:00
  • 0e0fac5636 fixed a potential 0-pointer deref Vizzini 2003-09-04 06:47:37 +00:00
  • f0496db9c5 implemented HalAllocateCommonBuffer Vizzini 2003-09-04 06:45:38 +00:00
  • 02ee3e3600 fixed RtlUnicodeStringToInteger Vizzini 2003-09-04 06:41:35 +00:00
  • 908c5df187 added NdisRawXXX prototypes and moved callback function prototypes to stdcall Vizzini 2003-09-04 06:35:20 +00:00
  • a26b8ceda1 nic enumerator Vizzini 2003-09-04 01:45:42 +00:00
  • 8a5da02367 started pcnet driver - incomplete but builds and loads Vizzini 2003-09-03 23:59:56 +00:00
  • fef7f78541 Implemented device enumeration in QueryDosDeviceW(). Eric Kohl 2003-09-03 22:28:40 +00:00
  • 89fc578c5f Fixed signature of [Nt/Zw]QueryDirectoryObject(). Eric Kohl 2003-09-03 20:16:06 +00:00
  • a1f144f35b Implemented/fixed QueryDosDevice[A/W]. Eric Kohl 2003-09-03 16:16:04 +00:00
  • c9313c9b83 Fixed bugs in NtQuerySymbolicLinkObject(): - fixed returned length and status Eric Kohl 2003-09-03 15:12:16 +00:00
  • 1aace81264 - Fixed calculation of the number of FAT sectors. - Write disk label as Oem string. - Moved hidden sector hack to vfatlib.c Eric Kohl 2003-09-03 10:06:39 +00:00
  • dc6fc3e540 Export missing FreeOemString(). Eric Kohl 2003-09-03 10:03:50 +00:00
  • 3205402fac print KERNEL_VERSION_STR Martin Fuchs 2003-09-02 21:23:47 +00:00
  • 190fc39af4 HALx86: minor cleanup and internal calling convention changes in display functions. Emanuele Aliberti 2003-09-02 20:11:43 +00:00
  • ed80957cfc - Don't put the digits strings on the stack. Hartmut Birr 2003-09-02 18:19:41 +00:00
  • 14dfbc088a Added some splay-tree functions. Eric Kohl 2003-09-02 13:18:22 +00:00
  • e3b6ff8479 Added some splay-tree functions. Eric Kohl 2003-09-02 11:21:59 +00:00
  • f6ee216aae Added some splay-tree functions. Eric Kohl 2003-09-02 11:14:15 +00:00
  • ed2e90a9e8 Implemented creation of simple cabinet files (one file per cabinet). Eric Kohl 2003-09-01 15:43:25 +00:00
  • 3882add234 The used FAT-type (FAT12/FAT16/FAT32) depends on the volume size, not on the partition type. Eric Kohl 2003-09-01 13:15:42 +00:00
  • f61bbf368c Merge richedit.dll with Winehq. 8-31-03. Ported by Filip Navara. Steven Edwards 2003-08-31 21:33:32 +00:00