Commit Graph

  • fcd871c119 patch by vizzini - added settings for vmware's net driver, implemented a handful of functions needed by the driver, more to come Royce Mitchell III 2003-08-07 05:28:33 +00:00
  • 74ff28452f * added _DISABLE_TIDENTS macro to disable any ANSI/UNICODE ambiguous elements from the header files. * enabled _DISABLE_TIDENTS for most ReactOS OS components. * fixed all errors that resulted from this change * a few small bugfixes along the way Royce Mitchell III 2003-08-07 04:03:25 +00:00
  • 8828590645 function name to left-most column Royce Mitchell III 2003-08-07 03:35:06 +00:00
  • ab15b1074b function names to left-most column Royce Mitchell III 2003-08-07 03:32:00 +00:00
  • 83c7463719 function names to left column Royce Mitchell III 2003-08-07 03:29:44 +00:00
  • de019849b6 moved _NtCurrentTeb()'s function name to left-most column. Royce Mitchell III 2003-08-07 01:51:42 +00:00
  • 5784df93e4 bugfix: UNICODE_STRING objects are not null-terminated by default, but LoadLibraryW expects a null-terminated string. Royce Mitchell III 2003-08-06 22:05:46 +00:00
  • 2f728ecc17 some work on menus Thomas Bluemel 2003-08-06 18:43:58 +00:00
  • bd3582207d more work on window classes and RegisterClass[Ex] by Jonathan Wilson Thomas Bluemel 2003-08-06 16:47:35 +00:00
  • 9eba70c367 Updated by TortoiseCVS Royce Mitchell III 2003-08-06 16:39:57 +00:00
  • 3b90d80a10 Implemented partition creation and deletion on the internal partition list. Moved some functions from usetup.c to partlist.c. Removed unused code. Eric Kohl 2003-08-06 16:37:46 +00:00
  • 1e452928ca Fixed GetWindowWord() Aleksey Bragin 2003-08-06 16:37:28 +00:00
  • ec326fe1d6 Implemented GetWindowWord() as call to NtuserGetWindowLong() with casting result to WORD. Aleksey Bragin 2003-08-06 15:38:13 +00:00
  • 80c5a9419a Added GetWindowWord function to def and edf file Aleksey Bragin 2003-08-06 15:34:46 +00:00
  • c1de116da3 - Allow painting of the desktop window (why was this removed?) David Welch 2003-08-06 15:27:27 +00:00
  • e373dfabf4 - Optimized implementation of blits from the display surface to a 4BPP DIB. David Welch 2003-08-06 13:53:18 +00:00
  • 5d3d0bf17b - Added .cvsignore file for this application. David Welch 2003-08-06 13:52:03 +00:00
  • a1cbe39ded - Updated .cvsignore file for this dll. David Welch 2003-08-06 13:50:54 +00:00
  • f5088eb8d9 - Added .cvsignore file for this directory. David Welch 2003-08-06 13:50:19 +00:00
  • 461b5018b2 Some changes for menus and unstubbed NtUserGetSystemMenu(), NtUserSetSystemMenu() and NtUserCallHwndLock() Thomas Bluemel 2003-08-06 13:17:44 +00:00
  • e5793b92ec Found problem when copy file to C:\TEST, output result was C:TEST, which placed it in current directory. CMD copy is still buggy. James Tabor 2003-08-06 11:33:03 +00:00
  • 0a6485b203 Some changes for menus and unstubbed NtUserCallNoParam() and NtUserCallOneParam() Thomas Bluemel 2003-08-06 11:32:17 +00:00
  • a98f5b2575 Fix copy *.exe c:\test and c:test. Made use of GetFullPathNameA to force clean paths. James Tabor 2003-08-05 23:48:51 +00:00
  • 5c18315741 Found problem when copy file to C:\TEST, output result was C:TEST, which placed it in current directory. CMD copy is still buggy. James Tabor 2003-08-05 23:30:03 +00:00
  • 0275f1127b FsRtlInitializeOplock is implemented with a void function because it is obsolete. Emanuele Aliberti 2003-08-05 21:37:21 +00:00
  • 5f3ceed713 Added some cosmetical fixes. Fixed size of trailing unused disk space. Create partition page adds partition to internal list. No on-disk changes yet. Eric Kohl 2003-08-05 20:39:24 +00:00
  • 0c3a60aa71 Added some more menu functions Thomas Bluemel 2003-08-05 19:50:57 +00:00
  • 6295a1f99b Dont include winfile in main makefile since it doesnt compile Jason Filby 2003-08-05 19:05:32 +00:00
  • 64c31c759c ANSI/UNICODE struct separation patch by Royce3, ANSI/UNICODE WNDCLASS separation and new gdi32 functions by Jonathan Wilson Thomas Bluemel 2003-08-05 15:41:03 +00:00
  • d932b77179 Implemented NdisImmediateReadPort..() and NdisImmediateWritePort...() as calls to hal's READ_PORT_xxx and WRITE_PORT_xxx Aleksey Bragin 2003-08-05 12:22:48 +00:00
  • 7d209b51d0 Added new menu functions and fixed some bugs Thomas Bluemel 2003-08-04 23:52:25 +00:00
  • e4dec071c1 added an ASSERT to W32kIsDesktopWindow() Royce Mitchell III 2003-08-04 21:21:13 +00:00
  • c6f66985bf Additions and fix to NtQueryInformationProcess. Patch by Mike Nordell. Eric Kohl 2003-08-04 20:44:54 +00:00
  • cc71b9ec7a initial implementation of EngLockSurface and EngUnlockSurface Royce Mitchell III 2003-08-04 19:57:47 +00:00
  • 35e4a473dd marked implemented functions as such Royce Mitchell III 2003-08-04 19:57:05 +00:00
  • f460558ae4 patch by vizzini - began addition of NDIS4 support to ndis.sys; began conversion of tcpip.sys to NDIS4, adjusted bindings info in the registry Royce Mitchell III 2003-08-04 19:31:06 +00:00
  • 602faeb404 bugfix in W32kDeleteDC() - you can't release a NULL handle ( i.e. DCToDelete->w.hBitmap ) Royce Mitchell III 2003-08-04 19:10:52 +00:00
  • 0132757b63 reformatting + fix GDIOBJ_LockMultipleObj() to not try to lock a NULL handle. Royce Mitchell III 2003-08-04 19:08:26 +00:00
  • 3f0eccc563 reformatting, check return value of GDIOBJ_LockMultipleObj(), allow compile to calc size of Lock for calls to GDIOBJ_LockMultipleObj() Royce Mitchell III 2003-08-04 19:07:50 +00:00
  • 0af13836af fixed spelling error Royce Mitchell III 2003-08-04 17:54:52 +00:00
  • a24079b8cc -misc Gunnar Dalsnes 2003-08-04 16:56:49 +00:00
  • 878bd7b8e1 -W32k/NtUser separation -cleanup -misc Gunnar Dalsnes 2003-08-04 16:55:36 +00:00
  • 92bab0c786 Cleaned up the partition list and update the status line. Removed some global partition data. Added delete partition page. Eric Kohl 2003-08-04 15:54:05 +00:00
  • 0b2338e5a9 made very small changes to some menu function definitions Thomas Bluemel 2003-08-04 10:14:19 +00:00
  • ef0c664be9 Implemented a few things... Thomas Bluemel 2003-08-04 10:13:51 +00:00
  • afa27c2690 - Fixed a buffer overflow, if a atapi device returns more bytes as requested. Hartmut Birr 2003-08-04 08:32:48 +00:00
  • 0fe3e63201 - Fixed the calculation of the block end. - Allocate large blocks (>=PAGE_SIZE) page aligned. Hartmut Birr 2003-08-04 08:26:19 +00:00
  • fdee06eae0 Fix end of line, James Tabor 2003-08-04 03:30:34 +00:00
  • 78dffae46c new version of PagedPoolCacheAligned. Fixing the problem in subsys/win32k/objects/dc.c allows this code to work perfectly ( even when forcing all PagedPool allocations to be cache aligned. Also implemented buffer over/under-run detection for the PagedPool. Royce Mitchell III 2003-08-04 00:39:58 +00:00
  • 330f6dce4f fixed 2 bugs in HEAP_strdupA2W, moved the HEAP_ functions to their own file, and caching the results of RtlGetProcessHeap() for improved performance. Royce Mitchell III 2003-08-04 00:28:44 +00:00
  • bd3999379b clean-up work on my GDIOBJ lock/unlock tracing/debugging Royce Mitchell III 2003-08-04 00:24:07 +00:00
  • 1ddb9c245b fixed major ( but obscure ) bug, passing a PDC where an HDC should have been. Royce Mitchell III 2003-08-04 00:18:21 +00:00
  • a389755afc tlist in rosapps now compiles again. Emanuele Aliberti 2003-08-03 18:06:02 +00:00
  • a98f810f35 CTM in rosapps now compiles again. Emanuele Aliberti 2003-08-03 18:00:41 +00:00
  • 83c3378434 Comment CTM out from main makefile until it can compile Jason Filby 2003-08-03 16:37:46 +00:00
  • 775fc49699 FsRtlSyncVolumes is implemented, even if it does nothing, because it is an absolete API since NT 4.0 or NT 3.50. Emanuele Aliberti 2003-08-03 15:53:45 +00:00
  • bfa5b471b5 IMAGE_SUBSYSTEM_EFI_xxx added (KJK::Hyperion) Emanuele Aliberti 2003-08-03 15:34:52 +00:00
  • c5edad3a6b fixed declarations for W32kSetProp & W32kGetProp to eliminate build errors. Royce Mitchell III 2003-08-03 15:08:14 +00:00
  • 94880f6c27 Replaced partition arrays by a doubly-linked lists. Display unpartitioned disk space correctly. Eric Kohl 2003-08-03 12:20:22 +00:00
  • 922496846f Removed duplicate code for drawing min/max/close buttons, I can actually implement this even better, but i have to leave. Richard Campbell 2003-08-03 01:48:53 +00:00
  • 786dbef8e2 - Repaint the parent window in the non-paintself case. - Updates since DceGetVisRgn returns a region which is in screen(?) coordinates.- Hacks to allow repainting of the desktop. David Welch 2003-08-02 19:56:19 +00:00
  • 6cb3436154 - Fixed vga to vga blits with a negative direction. David Welch 2003-08-02 19:53:56 +00:00
  • a319015f49 - Fixed negative width/height off by one. David Welch 2003-08-02 19:52:03 +00:00
  • 334c131a7a - Fixed rounding direction. David Welch 2003-08-02 19:46:52 +00:00
  • 5152bc11cc -partially impl. GetQueueStatus, GetInputState Gunnar Dalsnes 2003-08-02 16:56:13 +00:00
  • d550965766 -invented NtUserGetQueueStatus Gunnar Dalsnes 2003-08-02 16:54:38 +00:00
  • eec230298d -added queue bits (currently unused) Gunnar Dalsnes 2003-08-02 16:53:40 +00:00
  • 7f050c459b -invented NtUserGetQueueStatus -added queue bits (currently unused) Gunnar Dalsnes 2003-08-02 16:53:08 +00:00
  • 0c6dca9836 Replaced array of disk entries in partition list by doubley-linked list of disk entries. Disabled create, delete and format partition until bugs are fixed. Eric Kohl 2003-08-02 16:49:36 +00:00
  • 3ff6d5b32d -Introduce new WinSta lock to replace most others Gunnar Dalsnes 2003-08-02 16:32:53 +00:00
  • 59caa89d83 -W32k/NtUser separation -Introduce new WinSta lock to replace most others Gunnar Dalsnes 2003-08-02 16:32:18 +00:00
  • 0eec40929a IMAGE_SUBSYSTEM_XBOX added (Barubary). Emanuele Aliberti 2003-08-02 14:23:29 +00:00
  • c6ab1f9b5f Added the MENUITEMINFOA/W structure Thomas Bluemel 2003-08-02 01:54:24 +00:00
  • 920142e43a fixed build error Royce Mitchell III 2003-08-02 00:34:19 +00:00
  • 9bf077bd41 added UNIMPLEMENTED macro and return 0 to NtUserMenuInfo Royce Mitchell III 2003-08-02 00:03:33 +00:00
  • 85ee89fefe moved function names to left-most column Royce Mitchell III 2003-08-01 23:53:55 +00:00
  • 6779fdedf7 added file/line# tracking to GDIOBJ locking & unlocking to help track down any remaining GDIOBJ locking issues. Royce Mitchell III 2003-08-01 20:54:03 +00:00
  • 786eaea3f0 - Check the validity of the window handle before calling checking for a desktop in NtUserGetAncestor. David Welch 2003-08-01 20:24:54 +00:00
  • ec488b1f40 - Realize the system font when creating a DC - avoids a crash on simple startup. David Welch 2003-08-01 20:22:58 +00:00
  • 2f64211efe reformatted and fixed one of the gdi locking bugs Royce Mitchell III 2003-08-01 19:42:54 +00:00
  • 9b7ffc9f8a - Implemented GetMessagePos and GetMessageTime David Welch 2003-08-01 18:45:35 +00:00
  • 63f62de42d death to warnings Royce Mitchell III 2003-08-01 16:08:14 +00:00
  • 81ef6d78bf - Forgot this file. David Welch 2003-08-01 14:44:03 +00:00
  • f09f142871 - More support for window moving. The window moves but what was below the old position isn't repainted. David Welch 2003-08-01 14:38:51 +00:00
  • 07a3d1d8e3 - Added a missing break - fixes nonmasked, non-pattern blits. - Added support for all vga to vga blit directions. David Welch 2003-08-01 14:34:19 +00:00
  • f8c432602c Fixed target directory for setupldr.sys. Eric Kohl 2003-08-01 14:16:19 +00:00
  • 36629a61f8 Changed a few definitions Thomas Bluemel 2003-08-01 11:57:08 +00:00
  • 2fc0098fe8 Moved a function from menu.c to window.c Thomas Bluemel 2003-08-01 11:56:43 +00:00
  • 571d3f55d3 - Delete the device object and symbolic link if connecting to the port driver fails. David Welch 2003-08-01 11:47:14 +00:00
  • ef7b713c37 Added a few new syscalls Thomas Bluemel 2003-08-01 10:56:40 +00:00
  • 6af74c71d9 Added some menu functions Thomas Bluemel 2003-08-01 10:55:19 +00:00
  • 7a7250c74b Adjusted usage hints Thomas Bluemel 2003-08-01 09:06:54 +00:00
  • d798d54a08 boredom, figured i'd commit the change ;) Richard Campbell 2003-08-01 06:32:55 +00:00
  • 50a9df0d98 sync with latest wine source tree Richard Campbell 2003-08-01 06:30:52 +00:00
  • 66615a0c8a Implemented LoadMenuIndirectW() Thomas Bluemel 2003-08-01 00:44:27 +00:00
  • 08210803d8 new menu.c Thomas Bluemel 2003-07-31 23:15:07 +00:00
  • feea865c46 Menu functions Thomas Bluemel 2003-07-31 23:14:37 +00:00
  • 381c1c6ca9 removed menu functions Thomas Bluemel 2003-07-31 23:12:38 +00:00
  • 536f4271e0 Added otMenu type Thomas Bluemel 2003-07-31 23:11:38 +00:00
  • b8fa0ee48c Added W32kGetSysColorBrush() that's included by menu.c Thomas Bluemel 2003-07-31 23:08:49 +00:00