Commit Graph

  • a765936fc3 Modified CreateMenu() and DestroyMenu() Thomas Bluemel 2003-07-31 23:06:43 +00:00
  • 7cedf407f1 Added menu functions NtUser* Thomas Bluemel 2003-07-31 23:04:48 +00:00
  • 3445150d31 Added Handle table for menus Thomas Bluemel 2003-07-31 23:00:55 +00:00
  • 23845e1644 fix include path for version.h Martin Fuchs 2003-07-31 22:00:18 +00:00
  • c76d495bff Declared IDragSourceHelper Martin Fuchs 2003-07-31 21:54:28 +00:00
  • cab1b119f1 marked NdisAllocateMemoryWithTag as @implemented Royce Mitchell III 2003-07-31 21:50:50 +00:00
  • 361cc25b24 no code change - moved function names to beginning of line Royce Mitchell III 2003-07-31 18:24:43 +00:00
  • a1de567eff kbdus.dll - submitted by art yerkes Royce Mitchell III 2003-07-31 16:47:08 +00:00
  • 0b78b457fc - Reverted incorrect code. David Welch 2003-07-31 11:16:10 +00:00
  • bbb0ecb401 added page-aligned allocations ( reworked patch by Mike Nordell ) fixed 2 small probs w/ ntoskrnl.edf Royce Mitchell III 2003-07-31 01:44:18 +00:00
  • 84610d9546 fixed bug in struct _MODIFIERS declaration. Royce Mitchell III 2003-07-31 00:52:59 +00:00
  • 77dba28717 Added missing files from Vizzinis NDIS patch Steven Edwards 2003-07-30 23:41:55 +00:00
  • eab39eae46 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 Royce Mitchell III 2003-07-30 22:11:20 +00:00
  • e5f5b27064 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. Royce Mitchell III 2003-07-30 21:22:51 +00:00
  • 09c3a66c65 - Don't allocate/free a class name string in User32ConvertToAsciiMessage/ User32FreeAsciiConvertedMessage if the class name is an atom. Hartmut Birr 2003-07-30 19:36:36 +00:00
  • f15e2b76b9 *** empty log message *** Magnus Olsen 2003-07-30 19:06:55 +00:00
  • 007c07efe6 *** empty log message *** Magnus Olsen 2003-07-30 18:55:27 +00:00
  • 98f9507c1e cast away warning, reformatted function definition to conform to standard. Royce Mitchell III 2003-07-30 18:35:03 +00:00
  • 8bd2e4e942 adapt winefile project file for new file hierarchie Martin Fuchs 2003-07-30 16:46:22 +00:00
  • 21ee9e011a usage of Get/SetShellWindow() for registering desktop window; display desktop only, if there is not already another Martin Fuchs 2003-07-30 16:44:43 +00:00
  • d2cd5c9398 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. Royce Mitchell III 2003-07-30 14:08:16 +00:00
  • 2d1ca36bba Fixed returned key names in calls to NtEnumerateKey() and NtQueryKey(). Eric Kohl 2003-07-30 10:49:09 +00:00
  • 31caa1aaff declare some additional missing shell constants and types Martin Fuchs 2003-07-30 05:43:07 +00:00
  • ff990ad35e Created NtUserCreateMenu. James Tabor 2003-07-30 04:00:47 +00:00
  • f01a4bbc85 Adding Art Yerkes Keyboard Patch James Tabor 2003-07-29 23:34:12 +00:00
  • ad08e4b8c5 Adding Art Yerkes Keyboard Patch James Tabor 2003-07-29 23:24:01 +00:00
  • bf7329e25b Adding Art Yerkes Keyboard Testing Code James Tabor 2003-07-29 23:03:01 +00:00
  • 9b70e2debd A few bugfixes Richard Campbell 2003-07-29 22:42:26 +00:00
  • 132dc80b26 Adding Art Yerkes Keyboard Testing Code James Tabor 2003-07-29 20:38:30 +00:00
  • d818b09a8c changes to compile on VC6 & fixed some long file name issues I was experiencing. Royce Mitchell III 2003-07-29 20:30:11 +00:00
  • 304ae1f0b9 another patch by Mike Nordell. Fixed pointer math to be AMD64 compatible per David Welch. Royce Mitchell III 2003-07-29 19:43:13 +00:00
  • 6992ecb9fa casting bug-fix in mm/npool.c - submitted by Mike Nordell aka tamlin - builds & boots to winhello for him & I both. Royce Mitchell III 2003-07-29 19:00:34 +00:00
  • a1edd5239a fixed pointer math to be portable Royce Mitchell III 2003-07-29 18:51:11 +00:00
  • c709aacf75 - Close always the thread and process handle, even if cmd does not wait for termination of the process. Hartmut Birr 2003-07-29 18:27:10 +00:00
  • e8644f681b - Reintialize the timer object to reset the event object if there is no user timer in the list. Hartmut Birr 2003-07-29 18:17:53 +00:00
  • d72f016227 fixed all my bugs passing PUNICODE_STRING objects as PWSTR. Fixed signature of RtlMultiByteToUnicodeN. Royce Mitchell III 2003-07-29 16:44:48 +00:00
  • ef3c8f80d8 fix compiler bug warning by casting to void* Royce Mitchell III 2003-07-29 16:42:35 +00:00
  • 8d0d5db7c6 Make sure the object name is a zero-terminated Unicode in ObFindObject(). Bug found by Royce Mitchell and Vizzini. Eric Kohl 2003-07-29 14:37:39 +00:00
  • 5e24ec3176 Defined UNICODE_NULL. Eric Kohl 2003-07-29 14:31:48 +00:00
  • 0ec78164b0 extended cvsignore Martin Fuchs 2003-07-29 06:57:19 +00:00
  • 9a42a52561 reverted SetWindowPos change, causes display errors in other windows... Richard Campbell 2003-07-29 05:37:23 +00:00
  • 0f93fcfd62 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. Richard Campbell 2003-07-29 05:33:15 +00:00
  • 51ddb25af9 small fix (subtracts 1 from each side of the client area) done for winemine Richard Campbell 2003-07-29 02:14:46 +00:00
  • 032b4ea8e6 added *.tmp to .cvsignore Royce Mitchell III 2003-07-29 00:27:40 +00:00
  • c08e57bdfe Added some more features for messageboxes (MB_HELP, MB_RIGHT, MB_CANCELTRYCONTINUE, MB_TOPMOST) and made some other changes. Patch by Thomas Weidenmueller. Eric Kohl 2003-07-28 23:23:17 +00:00
  • c96f5dedff fixed allocation size in call to RtlAllocateHeap Royce Mitchell III 2003-07-28 19:38:58 +00:00
  • 0d53ee5681 cast return value of RtlAllocateHeap to proper type Royce Mitchell III 2003-07-28 19:37:13 +00:00
  • e170c778de fixed parameter declaration for GetSystemWindowsDirectoryA Royce Mitchell III 2003-07-28 18:39:41 +00:00
  • 1acf351783 Added Messagebox support. Patch by Thomas Weidenmueller. Eric Kohl 2003-07-28 08:09:51 +00:00
  • 70d7e57a1d Mike McCormack <[email protected]> wvsnprint accepts %p too (on win2k). Steven Edwards 2003-07-28 03:51:33 +00:00
  • cb4c1883dd Build Fix Steven Edwards 2003-07-28 03:28:07 +00:00
  • c272eb5359 Fix buidling calc Steven Edwards 2003-07-28 02:26:15 +00:00
  • ca40c0ffd4 Switch Thread and Process Id around in W32kGetWindowThreadProcessId James Tabor 2003-07-28 02:05:46 +00:00
  • d3b4f0a838 Changes based on Gunnar Andr Dalsnes Thread & Process Id patch James Tabor 2003-07-28 01:22:28 +00:00
  • 3b66543ecb Added missing MultiSz support. Fixed some minor bugs. Eric Kohl 2003-07-27 22:27:36 +00:00
  • 78e43e0f29 Treat DWORD values as unsigned - Patch by vizzini Steven Edwards 2003-07-27 22:00:26 +00:00
  • 2ce9849248 - RegisterClassExA: Don't try to convert a class name which is an atom to unicode. - NtUserRegisterClass: Track classes by atom not by name. David Welch 2003-07-27 21:35:50 +00:00
  • df807693a0 - Pass the rop code to PatBlt down to the BitBlt functions. - Emulate all rop codes on dib 4bpp surfaces. I left the current code as an optimized case for SRCCOPY. David Welch 2003-07-27 18:37:23 +00:00
  • f858d1a51d - Made the argument to W32kIsEmptyRect constant; fixes some warnings. David Welch 2003-07-27 18:34:48 +00:00
  • 938493d413 Added dialog class registration. Patch by Thomas Weidenmueller. Eric Kohl 2003-07-27 17:48:43 +00:00
  • b7b1ad8ea9 - Set the deault base for user mode dlls to 0x10000000. - Fixed the reloc entries for a user mode dll by a second call to ld/dlltools. Hartmut Birr 2003-07-27 14:08:38 +00:00
  • 70ebdbd3ec - Protected each access to the module list with acquiring the loader lock. - Removed the both list entries from the module list in LdrUnloadDll. Hartmut Birr 2003-07-27 14:00:04 +00:00
  • d7c14e4f71 - Made a start on implemented window moving. - Implemented capturing input. - Implemented some of window activation. - Fixed a bug in NtUserGetAncestor - Don't return the desktop window for GA_ROOT. David Welch 2003-07-27 11:54:42 +00:00
  • fc10a5b013 - Don't continue the exception if there are no seh frames at all. David Welch 2003-07-27 11:49:32 +00:00
  • 4a35181ef2 Implemented LdrQueryImageFileExecutionOptions(). Eric Kohl 2003-07-27 11:40:01 +00:00
  • f82ee00571 added missing assert for unhandled case in RtlMultiByteToUnicodeSize Royce Mitchell III 2003-07-26 23:25:17 +00:00
  • a79eb7852c put variables at top to eliminate build error in DIALOG_CreateControls32 Royce Mitchell III 2003-07-26 23:12:08 +00:00
  • a432924599 no more complaints about missing .d files during build (yay!) - submitted by arty Royce Mitchell III 2003-07-26 22:51:03 +00:00
  • 90e968621b - Forgot these files; sorry everyone. David Welch 2003-07-26 20:05:45 +00:00
  • 6408c767ef bugfixes by Thomas Weidenmueller Richard Campbell 2003-07-26 18:38:52 +00:00
  • ae73363a39 Added some code from wine from menus. David Welch 2003-07-26 15:48:47 +00:00
  • 6b89ce1a25 - Fixed the using of the assert macro. Hartmut Birr 2003-07-26 14:56:55 +00:00
  • 27d761134d dialog.c patch by Thomas Weidenmueller Richard Campbell 2003-07-26 14:55:35 +00:00
  • bb9fe349f2 - Moved the code for freeing a segment to separate function (MmUnmapViewOfSegment). - Freed all segments for an image section in MmUnmapViewOfSection. Hartmut Birr 2003-07-26 12:47:51 +00:00
  • fc9d49f8c0 - Freed the no access memory area in MmReleaseMemoryArea. - Changed the iteration through the memory area list in MmReleaseMemoryArea. Hartmut Birr 2003-07-26 12:45:37 +00:00
  • 501204c9c5 - Fixed the compared length of the name in LdrFindEntryForName. - Initialized the section handle for a loaded dll in LdrPEStartup. Hartmut Birr 2003-07-26 12:44:20 +00:00
  • 2c955c5467 bigger font + reorganized Royce Mitchell III 2003-07-26 00:04:02 +00:00
  • fd46a0c711 removed unused variable causing build failure. Also fixed int/ptr comparison warning Royce Mitchell III 2003-07-25 23:57:20 +00:00
  • 99f9c40405 - Use a paged lookside list for window messages. David Welch 2003-07-25 23:53:36 +00:00
  • 2a0a58c945 - Added InterlockedPushEntrySList export so lookaside lists can be used from outside ntoskrnl. David Welch 2003-07-25 23:51:23 +00:00
  • f66a066087 got rid of BS_FLAT ( Casper added it to include/defines.h ) Royce Mitchell III 2003-07-25 23:50:37 +00:00
  • bf34364f74 implementation of window enumeration. thread window enumeration appears to have a problem. Would someone who understands it better please fix it? Royce Mitchell III 2003-07-25 23:02:21 +00:00
  • 8a66dfeaad Added expand program ported from WINE. Steven Edwards 2003-07-25 21:51:30 +00:00
  • 56670e025c remove asm code from WINE string function. Steven Edwards 2003-07-25 21:42:14 +00:00
  • 457baf8e8c GetWindowThreadProcessId impl./fixed Gunnar Dalsnes 2003-07-25 19:37:14 +00:00
  • a857d3b160 NtUser-/W32kGetWindowThreadProcessId impl. Gunnar Dalsnes 2003-07-25 19:36:26 +00:00
  • 1e85120647 test case for EnumWindows, EnumChildWindows, etc... all functions that make use of NtUserBuildHwndList Royce Mitchell III 2003-07-25 19:13:14 +00:00
  • a5abfe745b Fix Sermouse entry Gé van Geldorp 2003-07-25 08:47:30 +00:00
  • 62662b7a88 destubbing Royce Mitchell III 2003-07-24 22:17:15 +00:00
  • a847c6c2a6 Finished W32kGetTextExtentExPoint() implementation Gé van Geldorp 2003-07-24 21:23:37 +00:00
  • b8ae2f9b96 2003-07-24 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2003-07-24 20:52:58 +00:00
  • fda0b5ab0b Build and install lz32.dll and twain_32.dll ported from WINE-20030709 Steven Edwards 2003-07-24 19:54:25 +00:00
  • e465a87f9c - Removed import of kernel32.GetVersionExW. Hartmut Birr 2003-07-24 19:53:11 +00:00
  • e88c8bf234 Added GetSystemWindowsDirectory[A/W] stub returning GetWindowsDirectory. FIXME Steven Edwards 2003-07-24 19:50:40 +00:00
  • c32bccd381 Added GetSystemWindowsDirectory[A/W] stub. Steven Edwards 2003-07-24 19:50:03 +00:00
  • b1026db1fa 2003-07-24 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2003-07-24 19:37:20 +00:00
  • 2b7294bcd1 Make vfatfs compile using VC6. Patch by Mike Nordell. Casper Hornstrup 2003-07-24 19:00:42 +00:00
  • f312ea4371 - Fixed the loading of a segment which raw size is lower than the virtual size. Hartmut Birr 2003-07-24 18:37:44 +00:00
  • d47c833e21 reorganized for NDIS_WDM support ( submitted by vizzini ) Royce Mitchell III 2003-07-24 18:14:59 +00:00
  • 080c7a7f06 finished destubbing Royce Mitchell III 2003-07-24 17:53:13 +00:00