Emanuele Aliberti [Sun, 3 Aug 2003 15:53:45 +0000 (15:53 +0000)]
FsRtlSyncVolumes is implemented, even if it does nothing, because it is an absolete API since NT 4.0 or NT 3.50.
svn path=/trunk/; revision=5395
Emanuele Aliberti [Sun, 3 Aug 2003 15:34:52 +0000 (15:34 +0000)]
IMAGE_SUBSYSTEM_EFI_xxx added (KJK::Hyperion)
svn path=/trunk/; revision=5394
Royce Mitchell III [Sun, 3 Aug 2003 15:08:14 +0000 (15:08 +0000)]
fixed declarations for W32kSetProp & W32kGetProp to eliminate build errors.
svn path=/trunk/; revision=5393
Eric Kohl [Sun, 3 Aug 2003 12:20:22 +0000 (12:20 +0000)]
Replaced partition arrays by a doubly-linked lists.
Display unpartitioned disk space correctly.
svn path=/trunk/; revision=5392
Richard Campbell [Sun, 3 Aug 2003 01:48:53 +0000 (01:48 +0000)]
Removed duplicate code for drawing min/max/close buttons, I can actually implement this even better, but i have to leave.
svn path=/trunk/; revision=5391
David Welch [Sat, 2 Aug 2003 19:56:19 +0000 (19:56 +0000)]
- 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.
svn path=/trunk/; revision=5390
David Welch [Sat, 2 Aug 2003 19:53:56 +0000 (19:53 +0000)]
- Fixed vga to vga blits with a negative direction.
svn path=/trunk/; revision=5389
David Welch [Sat, 2 Aug 2003 19:52:03 +0000 (19:52 +0000)]
- Fixed negative width/height off by one.
svn path=/trunk/; revision=5388
David Welch [Sat, 2 Aug 2003 19:46:52 +0000 (19:46 +0000)]
- Fixed rounding direction.
svn path=/trunk/; revision=5387
Gunnar Dalsnes [Sat, 2 Aug 2003 16:56:13 +0000 (16:56 +0000)]
-partially impl. GetQueueStatus, GetInputState
svn path=/trunk/; revision=5386
Gunnar Dalsnes [Sat, 2 Aug 2003 16:54:38 +0000 (16:54 +0000)]
-invented NtUserGetQueueStatus
svn path=/trunk/; revision=5385
Gunnar Dalsnes [Sat, 2 Aug 2003 16:53:40 +0000 (16:53 +0000)]
-added queue bits (currently unused)
svn path=/trunk/; revision=5384
Gunnar Dalsnes [Sat, 2 Aug 2003 16:53:08 +0000 (16:53 +0000)]
-invented NtUserGetQueueStatus
-added queue bits (currently unused)
svn path=/trunk/; revision=5383
Eric Kohl [Sat, 2 Aug 2003 16:49:36 +0000 (16:49 +0000)]
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.
svn path=/trunk/; revision=5382
Gunnar Dalsnes [Sat, 2 Aug 2003 16:32:53 +0000 (16:32 +0000)]
-Introduce new WinSta lock to replace most others
svn path=/trunk/; revision=5381
Gunnar Dalsnes [Sat, 2 Aug 2003 16:32:18 +0000 (16:32 +0000)]
-W32k/NtUser separation
-Introduce new WinSta lock to replace most others
svn path=/trunk/; revision=5380
Emanuele Aliberti [Sat, 2 Aug 2003 14:23:29 +0000 (14:23 +0000)]
IMAGE_SUBSYSTEM_XBOX added (Barubary).
svn path=/trunk/; revision=5379
Thomas Bluemel [Sat, 2 Aug 2003 01:54:24 +0000 (01:54 +0000)]
Added the MENUITEMINFOA/W structure
svn path=/trunk/; revision=5377
Royce Mitchell III [Sat, 2 Aug 2003 00:34:19 +0000 (00:34 +0000)]
fixed build error
svn path=/trunk/; revision=5376
Royce Mitchell III [Sat, 2 Aug 2003 00:03:33 +0000 (00:03 +0000)]
added UNIMPLEMENTED macro and return 0 to NtUserMenuInfo
svn path=/trunk/; revision=5375
Royce Mitchell III [Fri, 1 Aug 2003 23:53:55 +0000 (23:53 +0000)]
moved function names to left-most column
svn path=/trunk/; revision=5374
Royce Mitchell III [Fri, 1 Aug 2003 20:54:03 +0000 (20:54 +0000)]
added file/line# tracking to GDIOBJ locking & unlocking to help track down any remaining GDIOBJ locking issues.
svn path=/trunk/; revision=5373
David Welch [Fri, 1 Aug 2003 20:24:54 +0000 (20:24 +0000)]
- Check the validity of the window handle before calling checking for
a desktop in NtUserGetAncestor.
svn path=/trunk/; revision=5372
David Welch [Fri, 1 Aug 2003 20:22:58 +0000 (20:22 +0000)]
- Realize the system font when creating a DC - avoids a crash on simple
startup.
svn path=/trunk/; revision=5371
Royce Mitchell III [Fri, 1 Aug 2003 19:42:54 +0000 (19:42 +0000)]
reformatted and fixed one of the gdi locking bugs
svn path=/trunk/; revision=5370
David Welch [Fri, 1 Aug 2003 18:45:35 +0000 (18:45 +0000)]
- Implemented GetMessagePos and GetMessageTime
svn path=/trunk/; revision=5369
Royce Mitchell III [Fri, 1 Aug 2003 16:08:14 +0000 (16:08 +0000)]
death to warnings
svn path=/trunk/; revision=5368
David Welch [Fri, 1 Aug 2003 14:44:03 +0000 (14:44 +0000)]
- Forgot this file.
svn path=/trunk/; revision=5367
David Welch [Fri, 1 Aug 2003 14:38:51 +0000 (14:38 +0000)]
- More support for window moving. The window moves but what was below the
old position isn't repainted.
svn path=/trunk/; revision=5366
David Welch [Fri, 1 Aug 2003 14:34:19 +0000 (14:34 +0000)]
- Added a missing break - fixes nonmasked, non-pattern blits.
- Added support for all vga to vga blit directions.
svn path=/trunk/; revision=5365
Eric Kohl [Fri, 1 Aug 2003 14:16:19 +0000 (14:16 +0000)]
Fixed target directory for setupldr.sys.
svn path=/trunk/; revision=5364
Thomas Bluemel [Fri, 1 Aug 2003 11:57:08 +0000 (11:57 +0000)]
Changed a few definitions
svn path=/trunk/; revision=5363
Thomas Bluemel [Fri, 1 Aug 2003 11:56:43 +0000 (11:56 +0000)]
Moved a function from menu.c to window.c
svn path=/trunk/; revision=5362
David Welch [Fri, 1 Aug 2003 11:47:14 +0000 (11:47 +0000)]
- Delete the device object and symbolic link if connecting to the port
driver fails.
svn path=/trunk/; revision=5361
Thomas Bluemel [Fri, 1 Aug 2003 10:56:40 +0000 (10:56 +0000)]
Added a few new syscalls
svn path=/trunk/; revision=5360
Thomas Bluemel [Fri, 1 Aug 2003 10:55:19 +0000 (10:55 +0000)]
Added some menu functions
svn path=/trunk/; revision=5359
Thomas Bluemel [Fri, 1 Aug 2003 09:06:54 +0000 (09:06 +0000)]
Adjusted usage hints
svn path=/trunk/; revision=5358
Richard Campbell [Fri, 1 Aug 2003 06:32:55 +0000 (06:32 +0000)]
boredom, figured i'd commit the change ;)
svn path=/trunk/; revision=5357
Richard Campbell [Fri, 1 Aug 2003 06:30:52 +0000 (06:30 +0000)]
sync with latest wine source tree
svn path=/trunk/; revision=5356
Thomas Bluemel [Fri, 1 Aug 2003 00:44:27 +0000 (00:44 +0000)]
Implemented LoadMenuIndirectW()
svn path=/trunk/; revision=5355
Thomas Bluemel [Thu, 31 Jul 2003 23:15:07 +0000 (23:15 +0000)]
new menu.c
svn path=/trunk/; revision=5354
Thomas Bluemel [Thu, 31 Jul 2003 23:14:37 +0000 (23:14 +0000)]
Menu functions
svn path=/trunk/; revision=5353
Thomas Bluemel [Thu, 31 Jul 2003 23:12:38 +0000 (23:12 +0000)]
removed menu functions
svn path=/trunk/; revision=5352
Thomas Bluemel [Thu, 31 Jul 2003 23:11:38 +0000 (23:11 +0000)]
Added otMenu type
svn path=/trunk/; revision=5351
Thomas Bluemel [Thu, 31 Jul 2003 23:08:49 +0000 (23:08 +0000)]
Added W32kGetSysColorBrush() that's included by menu.c
svn path=/trunk/; revision=5350
Thomas Bluemel [Thu, 31 Jul 2003 23:06:43 +0000 (23:06 +0000)]
Modified CreateMenu() and DestroyMenu()
svn path=/trunk/; revision=5349
Thomas Bluemel [Thu, 31 Jul 2003 23:04:48 +0000 (23:04 +0000)]
Added menu functions NtUser*
svn path=/trunk/; revision=5348
Thomas Bluemel [Thu, 31 Jul 2003 23:00:55 +0000 (23:00 +0000)]
Added Handle table for menus
svn path=/trunk/; revision=5347
Martin Fuchs [Thu, 31 Jul 2003 22:00:18 +0000 (22:00 +0000)]
fix include path for version.h
svn path=/trunk/; revision=5346
Martin Fuchs [Thu, 31 Jul 2003 21:54:28 +0000 (21:54 +0000)]
Declared IDragSourceHelper
svn path=/trunk/; revision=5345
Royce Mitchell III [Thu, 31 Jul 2003 21:50:50 +0000 (21:50 +0000)]
marked NdisAllocateMemoryWithTag as @implemented
svn path=/trunk/; revision=5344
Royce Mitchell III [Thu, 31 Jul 2003 18:24:43 +0000 (18:24 +0000)]
no code change - moved function names to beginning of line
svn path=/trunk/; revision=5343
Royce Mitchell III [Thu, 31 Jul 2003 16:47:08 +0000 (16:47 +0000)]
kbdus.dll - submitted by art yerkes
svn path=/trunk/; revision=5342
David Welch [Thu, 31 Jul 2003 11:16:10 +0000 (11:16 +0000)]
- Reverted incorrect code.
svn path=/trunk/; revision=5341
Royce Mitchell III [Thu, 31 Jul 2003 01:44:18 +0000 (01:44 +0000)]
added page-aligned allocations ( reworked patch by Mike Nordell )
fixed 2 small probs w/ ntoskrnl.edf
svn path=/trunk/; revision=5340
Royce Mitchell III [Thu, 31 Jul 2003 00:52:59 +0000 (00:52 +0000)]
fixed bug in struct _MODIFIERS declaration.
svn path=/trunk/; revision=5339
Steven Edwards [Wed, 30 Jul 2003 23:41:55 +0000 (23:41 +0000)]
Added missing files from Vizzinis NDIS patch
svn path=/trunk/; revision=5338
Royce Mitchell III [Wed, 30 Jul 2003 22:11:20 +0000 (22:11 +0000)]
patch submitted by Vizzini (tested by myself) - implemented Ndis configuration api, adapted ne2000 to use it to get configuration, fixed up registry support for ne2000 driver, other supporting changes
svn path=/trunk/; revision=5337
Royce Mitchell III [Wed, 30 Jul 2003 21:22:51 +0000 (21:22 +0000)]
disabled check for existing hive. Needed because hivesys.inf will be getting an update soon, and mkhive can't recognize that an existing file may be out of date.
svn path=/trunk/; revision=5336
Hartmut Birr [Wed, 30 Jul 2003 19:36:36 +0000 (19:36 +0000)]
- Don't allocate/free a class name string in User32ConvertToAsciiMessage/
User32FreeAsciiConvertedMessage if the class name is an atom.
svn path=/trunk/; revision=5335
Magnus Olsen [Wed, 30 Jul 2003 19:06:55 +0000 (19:06 +0000)]
*** empty log message ***
svn path=/trunk/; revision=5334
Magnus Olsen [Wed, 30 Jul 2003 18:55:27 +0000 (18:55 +0000)]
*** empty log message ***
svn path=/trunk/; revision=5333
Royce Mitchell III [Wed, 30 Jul 2003 18:35:03 +0000 (18:35 +0000)]
cast away warning, reformatted function definition to conform to standard.
svn path=/trunk/; revision=5332
Martin Fuchs [Wed, 30 Jul 2003 16:46:22 +0000 (16:46 +0000)]
adapt winefile project file for new file hierarchie
svn path=/trunk/; revision=5331
Martin Fuchs [Wed, 30 Jul 2003 16:44:43 +0000 (16:44 +0000)]
usage of Get/SetShellWindow() for registering desktop window; display desktop only, if there is not already another
svn path=/trunk/; revision=5330
Royce Mitchell III [Wed, 30 Jul 2003 14:08:16 +0000 (14:08 +0000)]
renamed apps/tests/button, apps/test/button2 & apps/tests/tokentest to be ISO-9660 compatible.
fixed install.bat to reflect those changes, and commented out missing files.
fixed cdmake to abort on non-ISO-9660 names, and removed name mangling.
svn path=/trunk/; revision=5329
Eric Kohl [Wed, 30 Jul 2003 10:49:09 +0000 (10:49 +0000)]
Fixed returned key names in calls to NtEnumerateKey() and NtQueryKey().
svn path=/trunk/; revision=5328
Martin Fuchs [Wed, 30 Jul 2003 05:43:07 +0000 (05:43 +0000)]
declare some additional missing shell constants and types
svn path=/trunk/; revision=5327
James Tabor [Wed, 30 Jul 2003 04:00:47 +0000 (04:00 +0000)]
Created NtUserCreateMenu.
svn path=/trunk/; revision=5326
James Tabor [Tue, 29 Jul 2003 23:34:12 +0000 (23:34 +0000)]
Adding Art Yerkes Keyboard Patch
svn path=/trunk/; revision=5325
James Tabor [Tue, 29 Jul 2003 23:24:01 +0000 (23:24 +0000)]
Adding Art Yerkes Keyboard Patch
svn path=/trunk/; revision=5324
James Tabor [Tue, 29 Jul 2003 23:03:01 +0000 (23:03 +0000)]
Adding Art Yerkes Keyboard Testing Code
svn path=/trunk/; revision=5323
Richard Campbell [Tue, 29 Jul 2003 22:42:26 +0000 (22:42 +0000)]
A few bugfixes
svn path=/trunk/; revision=5322
James Tabor [Tue, 29 Jul 2003 20:38:30 +0000 (20:38 +0000)]
Adding Art Yerkes Keyboard Testing Code
svn path=/trunk/; revision=5321
Royce Mitchell III [Tue, 29 Jul 2003 20:30:11 +0000 (20:30 +0000)]
changes to compile on VC6 & fixed some long file name issues I was experiencing.
svn path=/trunk/; revision=5320
Royce Mitchell III [Tue, 29 Jul 2003 19:43:13 +0000 (19:43 +0000)]
another patch by Mike Nordell. Fixed pointer math to be AMD64 compatible per David Welch.
svn path=/trunk/; revision=5319
Royce Mitchell III [Tue, 29 Jul 2003 19:00:34 +0000 (19:00 +0000)]
casting bug-fix in mm/npool.c - submitted by Mike Nordell aka tamlin - builds & boots to winhello for him & I both.
svn path=/trunk/; revision=5318
Royce Mitchell III [Tue, 29 Jul 2003 18:51:11 +0000 (18:51 +0000)]
fixed pointer math to be portable
svn path=/trunk/; revision=5317
Hartmut Birr [Tue, 29 Jul 2003 18:27:10 +0000 (18:27 +0000)]
- Close always the thread and process handle, even if cmd does not wait for termination of the process.
svn path=/trunk/; revision=5316
Hartmut Birr [Tue, 29 Jul 2003 18:17:53 +0000 (18:17 +0000)]
- Reintialize the timer object to reset the event object if there is no user timer in the list.
svn path=/trunk/; revision=5315
Royce Mitchell III [Tue, 29 Jul 2003 16:44:48 +0000 (16:44 +0000)]
fixed all my bugs passing PUNICODE_STRING objects as PWSTR. Fixed signature of RtlMultiByteToUnicodeN.
svn path=/trunk/; revision=5314
Royce Mitchell III [Tue, 29 Jul 2003 16:42:35 +0000 (16:42 +0000)]
fix compiler bug warning by casting to void*
svn path=/trunk/; revision=5313
Eric Kohl [Tue, 29 Jul 2003 14:37:39 +0000 (14:37 +0000)]
Make sure the object name is a zero-terminated Unicode in ObFindObject().
Bug found by Royce Mitchell and Vizzini.
svn path=/trunk/; revision=5312
Eric Kohl [Tue, 29 Jul 2003 14:31:48 +0000 (14:31 +0000)]
Defined UNICODE_NULL.
svn path=/trunk/; revision=5311
Martin Fuchs [Tue, 29 Jul 2003 06:57:19 +0000 (06:57 +0000)]
extended cvsignore
svn path=/trunk/; revision=5310
Richard Campbell [Tue, 29 Jul 2003 05:37:23 +0000 (05:37 +0000)]
reverted SetWindowPos change, causes display errors in other windows...
svn path=/trunk/; revision=5309
Richard Campbell [Tue, 29 Jul 2003 05:33:15 +0000 (05:33 +0000)]
Fixed a possible bug in mouse detection, the code states the return is because bochs coughs on the rest of the code, but it seems to work fine now...might this be why some people have issues with mice on real hardware? will check into this later.
svn path=/trunk/; revision=5308
Richard Campbell [Tue, 29 Jul 2003 02:14:46 +0000 (02:14 +0000)]
small fix (subtracts 1 from each side of the client area) done for winemine
svn path=/trunk/; revision=5307
Royce Mitchell III [Tue, 29 Jul 2003 00:27:40 +0000 (00:27 +0000)]
added *.tmp to .cvsignore
svn path=/trunk/; revision=5306
Eric Kohl [Mon, 28 Jul 2003 23:23:17 +0000 (23:23 +0000)]
Added some more features for messageboxes (MB_HELP, MB_RIGHT,
MB_CANCELTRYCONTINUE, MB_TOPMOST) and made some other changes.
Patch by Thomas Weidenmueller.
svn path=/trunk/; revision=5305
Royce Mitchell III [Mon, 28 Jul 2003 19:38:58 +0000 (19:38 +0000)]
fixed allocation size in call to RtlAllocateHeap
svn path=/trunk/; revision=5304
Royce Mitchell III [Mon, 28 Jul 2003 19:37:13 +0000 (19:37 +0000)]
cast return value of RtlAllocateHeap to proper type
svn path=/trunk/; revision=5303
Royce Mitchell III [Mon, 28 Jul 2003 18:39:41 +0000 (18:39 +0000)]
fixed parameter declaration for GetSystemWindowsDirectoryA
svn path=/trunk/; revision=5302
Eric Kohl [Mon, 28 Jul 2003 08:09:51 +0000 (08:09 +0000)]
Added Messagebox support.
Patch by Thomas Weidenmueller.
svn path=/trunk/; revision=5301
Steven Edwards [Mon, 28 Jul 2003 03:51:33 +0000 (03:51 +0000)]
Mike McCormack <mike@codeweavers.com>
wvsnprint accepts %p too (on win2k).
svn path=/trunk/; revision=5300
Steven Edwards [Mon, 28 Jul 2003 03:28:07 +0000 (03:28 +0000)]
Build Fix
svn path=/trunk/; revision=5299
Steven Edwards [Mon, 28 Jul 2003 02:26:15 +0000 (02:26 +0000)]
Fix buidling calc
svn path=/trunk/; revision=5298
James Tabor [Mon, 28 Jul 2003 02:05:46 +0000 (02:05 +0000)]
Switch Thread and Process Id around in W32kGetWindowThreadProcessId
svn path=/trunk/; revision=5297
James Tabor [Mon, 28 Jul 2003 01:22:28 +0000 (01:22 +0000)]
Changes based on Gunnar Andr Dalsnes Thread & Process Id patch
svn path=/trunk/; revision=5296
Eric Kohl [Sun, 27 Jul 2003 22:27:36 +0000 (22:27 +0000)]
Added missing MultiSz support.
Fixed some minor bugs.
svn path=/trunk/; revision=5295