Commit Graph

  • d462152e6d - Fixed the calculation of the start for a partition within an extended partition. Hartmut Birr 2004-05-17 20:20:17 +00:00
  • 3128a0aff7 add missing precomp.h header file Martin Fuchs 2004-05-17 19:56:04 +00:00
  • 8f30493913 Prevent unnecessary relinks when TARGET_REGTESTS = yes Gé van Geldorp 2004-05-17 19:45:10 +00:00
  • 0e7124da95 committed Marlett replacement as binary Steven Edwards 2004-05-17 17:41:08 +00:00
  • 0bf4f46ded trying to fix this to be binary Steven Edwards 2004-05-17 17:40:21 +00:00
  • 997484141f Untested !!!! Added Font substition support for Marlett via TGMarlett Steven Edwards 2004-05-17 17:32:19 +00:00
  • 6eb086ebc9 added Transgamings Marlett font replacement licensed under the BSD license. Steven Edwards 2004-05-17 17:30:24 +00:00
  • aaa859c4a6 - Fixed Window Class menu handling that I broke with my last patch. Filip Navara 2004-05-17 16:38:58 +00:00
  • 06ed586fb1 Add documentation for some range list functions. Eric Kohl 2004-05-17 13:21:52 +00:00
  • 53a3421952 Add range list flags. Eric Kohl 2004-05-17 13:20:05 +00:00
  • 06c03f786a use precompiled headers for VC++ builds Martin Fuchs 2004-05-17 13:11:06 +00:00
  • fb5e84bd1f - Set Mdl->Process in MmMapLockedPages to current process and back to NULL in MmUnmapLockedPages. Filip Navara 2004-05-16 22:27:57 +00:00
  • caa8f5caae - Don't use object that's already unlocked. Filip Navara 2004-05-16 19:42:32 +00:00
  • eb9fa5b0a5 Window Class handling fixes: - Corrected styles/names for builtin classes. - Make NtUserRegisterClassExWOW a bit more like in windows. - More Windows-like handling of hInstance in RegisterClassEx[AW]. - Very basic work on global vs. local window classes. Filip Navara 2004-05-16 19:31:09 +00:00
  • 192d918fb4 fixed missing dereferencing of threads in PostThreadMessage() Thomas Bluemel 2004-05-16 18:33:40 +00:00
  • 4bee3087ac fixed dereferencing bug Thomas Bluemel 2004-05-16 13:57:49 +00:00
  • 3538785e6a replaced UnsafeIntCreateRectRgnIndirect() and UnsafeIntUnionRectWithRgn() with macros to directly call the appropriate function Thomas Bluemel 2004-05-16 09:51:27 +00:00
  • 607ca343e7 fixed typo Thomas Bluemel 2004-05-15 23:07:11 +00:00
  • d16209b9dc - Improved the reading and writing of fragmented files. Hartmut Birr 2004-05-15 23:00:02 +00:00
  • 189436c3ef - Fixed the implementation of IoBuildPartialMdl. Hartmut Birr 2004-05-15 22:51:38 +00:00
  • 43783f95c5 Anich Gregor: Basic implementation of GetUserObjectInformation() (needed by the nvidia opengl ICD) Thomas Bluemel 2004-05-15 22:50:04 +00:00
  • bdd1e9e8c6 - Fixed the implementation of MmMapIoSpace. Hartmut Birr 2004-05-15 22:45:51 +00:00
  • 0dbe70cad7 Eng memory test Jason Filby 2004-05-15 20:30:19 +00:00
  • aa82813f06 - Simplified the converting of environment variables. Hartmut Birr 2004-05-15 20:25:09 +00:00
  • 4b6ab2d1c6 removed assertion Thomas Bluemel 2004-05-15 20:19:20 +00:00
  • c0fb78df09 Implement RtlIsRangeAvailable(). Eric Kohl 2004-05-15 19:41:10 +00:00
  • 9f5e364685 Add range list status codes. Eric Kohl 2004-05-15 19:39:35 +00:00
  • fbef35d884 - Fixed the execution of batch files. Hartmut Birr 2004-05-15 19:24:59 +00:00
  • 6387f49323 removed #ifdef (due to wine sync) Thomas Bluemel 2004-05-15 18:20:26 +00:00
  • 75cf55e8b3 Test was backwards Gé van Geldorp 2004-05-15 16:29:55 +00:00
  • 1805ae9248 ASSERT() was a no-op in win32k, even for debug builds Gé van Geldorp 2004-05-15 16:17:59 +00:00
  • 9fa3c615c7 - Fixed cut & paste error in NtGdiGetDIBColorTable and NtGdiSetDIBColorTable. - Fixed implementation of DIB_MapPaletteColors. It shoud take palette from DC and the index array is of type PUSHORT, not PULONG. Filip Navara 2004-05-15 15:04:43 +00:00
  • 2f7fa4426a Implement range list copy and delete functions. Eric Kohl 2004-05-15 14:26:08 +00:00
  • d1d7eaa06b Stub __badioinfo Jason Filby 2004-05-15 12:56:53 +00:00
  • 4e81b67c89 - Use NtGdiBitBlt in NtGdiStretchDIBits if source and destination dimensions are equal. Filip Navara 2004-05-15 11:20:38 +00:00
  • 39fee6b8c7 combobox popups should be always-on-top Thomas Bluemel 2004-05-15 10:08:45 +00:00
  • bc072fb755 - Recalculate the menu bar size when resizing window. Filip Navara 2004-05-15 08:53:06 +00:00
  • 6952a5644f - New implementation of GetDIBColorTable and SetDIBColorTable. Filip Navara 2004-05-15 08:52:25 +00:00
  • 1825cf4a15 Only split update region into client and non-client parts if there actually is something to split Gé van Geldorp 2004-05-15 08:01:56 +00:00
  • 5884627fe6 Silence debug messages Gé van Geldorp 2004-05-15 07:49:05 +00:00
  • 1c108dfcbd Implement complex clipping for StretchBlt Gé van Geldorp 2004-05-15 06:54:47 +00:00
  • b3b134ecfa changed cursors/icons to use the window station handle table Thomas Bluemel 2004-05-14 23:57:32 +00:00
  • 4b8fc8e4e4 Implement complex clipping for StretchBlt Gé van Geldorp 2004-05-14 22:56:18 +00:00
  • 0c9315b3dc - Fixed implementation of NtGdiGetNearestColor. Filip Navara 2004-05-14 22:20:46 +00:00
  • 759afa4f19 - Define KEBUGCHECK macro to make compiling KJS working again. Filip Navara 2004-05-14 21:25:08 +00:00
  • 3221290df2 - Minor corrections to EqualRect and SubtractRect. Filip Navara 2004-05-14 17:02:40 +00:00
  • 394e0f648e - NtGdiCreateRectRgn should accept negative width and height. It's supposed to be handled just like in NtGdiSetRectRgn. Filip Navara 2004-05-14 16:56:48 +00:00
  • 3f9294eaee - Fix ExtSelectClipRgn and some other clipping functions. Filip Navara 2004-05-14 16:55:18 +00:00
  • 1e4d1cd885 - Fix DPRINT. Filip Navara 2004-05-14 16:50:44 +00:00
  • 95a2d3b54f - Modify DPRINTs to print window styles in hexadecimal notation. Filip Navara 2004-05-14 16:50:16 +00:00
  • fb5a06a8d1 - Check for the WS_CLIPSIBLINGS flag on the correct window. Filip Navara 2004-05-14 16:48:47 +00:00
  • 1f1079ac18 - Don't modify Msg->pt for mouse messages. It's supposed to be always in screen coordinates, not it client coordinates. Filip Navara 2004-05-14 16:48:04 +00:00
  • 4087ebf77f Implement basic range list functions. Eric Kohl 2004-05-14 12:11:52 +00:00
  • 57df925ccb Use updated version of SystemHandleInformation. James Tabor 2004-05-14 09:25:41 +00:00
  • 6ea0fbf3f3 - Implementation of RtlDuplicateUnicodeString. - Copied implementation of RtlGetVersion from ntoskrnl. - Stubs for RtlNtPathNameToDosPathName and RtlpEnsureBufferSize. These functions are needed by native Windows DLLs. - Export RtlRandomEx as a wrapper for RtlRandom. Filip Navara 2004-05-13 21:01:14 +00:00
  • f4b54419c3 - Added missing unlocking of handle table in RtlLookupAtomInAtomTable. Filip Navara 2004-05-13 20:48:31 +00:00
  • 41df8b886e - Make WinPosSearchChildren more readable. Filip Navara 2004-05-13 20:46:28 +00:00
  • 63c655e5d1 - Add some stubs needed by native Windows DLLs. Filip Navara 2004-05-13 20:42:28 +00:00
  • 81728cf1b8 - Fix common controls subclassing. Filip Navara 2004-05-13 20:34:24 +00:00
  • 624300da51 - Report a failure for FindNextFile(NULL) instead of crashing. Filip Navara 2004-05-13 20:32:18 +00:00
  • 620a45896a - Report failure when function imported by ordinal isn't found. Filip Navara 2004-05-13 20:30:26 +00:00
  • c9b5101395 - Handle more notification messages to prevent "-- %p WM_COMMAND %x unhandled" messages. Filip Navara 2004-05-13 20:28:58 +00:00
  • 66a1b30c14 - Add REST_NONLEGACYSHELLMODE policy. Filip Navara 2004-05-13 20:27:04 +00:00
  • 3da87fae97 - Don't allow making a window with negative dimensions in WM_WINDOWPOSCHANGING. Filip Navara 2004-05-13 20:25:50 +00:00
  • 83c27bebc6 - Force recalulation size of menu items when new item is added. - Make MDI injected icons working. - Minor corrections to menu code size handling. Filip Navara 2004-05-13 20:21:27 +00:00
  • 5c60bbb820 - Define RB_GETBANDMARGINS and RB_SETWINDOWTHEME. Filip Navara 2004-05-13 20:17:12 +00:00
  • 08358fce51 - Don't pass garbage to RtlQueryAtomInAtomTable. It doesn't like it... Filip Navara 2004-05-13 20:10:15 +00:00
  • 036d02e291 Added .cvsignore for oskittcp Steven Edwards 2004-05-13 20:03:03 +00:00
  • 58f0550e7b Regression-test enable win32k; patch by Casper Hornstrup Jason Filby 2004-05-13 19:31:09 +00:00
  • 6dac2c7d87 Remove unused variable; patch by Casper Hornstrup Jason Filby 2004-05-13 19:28:57 +00:00
  • 89ac0e36c9 - Print class name in DPRINT1 in NtUserFindWindowEx. Filip Navara 2004-05-12 20:45:05 +00:00
  • a1c9203ceb - Fixed the WM_SYSCOMMAND with SC_SIZE messages to have correct codes in wParam. Filip Navara 2004-05-12 20:34:38 +00:00
  • f4371386e4 GetWindowInfo() doesn't check the cbSize parameter Thomas Bluemel 2004-05-12 15:28:01 +00:00
  • a218ec6e0b Fix scrollbar controls Gé van Geldorp 2004-05-12 09:47:16 +00:00
  • 45ac874e11 Avoid warnings when using gcc 3.4 Gé van Geldorp 2004-05-11 20:52:10 +00:00
  • b8c9de400f Fix command line handling (mostly double-quoting stuff) Gé van Geldorp 2004-05-11 20:44:30 +00:00
  • fc1b4d644e Allow caller to continue after NtUserOpenClipboard() Gé van Geldorp 2004-05-10 23:05:13 +00:00
  • 71f57b72d4 - Workaround for supporting a reads from pipe after the other end has been closed and data are still available in the buffers. Filip Navara 2004-05-10 19:58:10 +00:00
  • 21a782aceb take back changes to window styles, they broke our gui consoles Thomas Bluemel 2004-05-10 19:23:37 +00:00
  • 1b645d2622 Avoid warnings when using gcc 3.4 Gé van Geldorp 2004-05-10 18:02:20 +00:00
  • 2fbb38750c Update to FreeType 2.1.8 Gé van Geldorp 2004-05-10 17:48:36 +00:00
  • 418b7e53a6 use a common header for most files in win32k to make use of precompiled headers Thomas Bluemel 2004-05-10 17:07:20 +00:00
  • 23dcd0a6f2 fixed compiling issues with gcc 3.4 Thomas Bluemel 2004-05-10 13:35:28 +00:00
  • 32478ebba8 fixed compiling issues with gcc 3.4 Thomas Bluemel 2004-05-10 13:29:59 +00:00
  • dc5862b16e Enable missing EnumDisplayMonitors. Eric Kohl 2004-05-10 12:34:44 +00:00
  • eca151dba3 Avoid warnings when using gcc 3.4 Gé van Geldorp 2004-05-10 12:21:22 +00:00
  • cf6301c2d6 Avoid warnings when using gcc 3.4 Gé van Geldorp 2004-05-10 11:56:07 +00:00
  • a2c82e3283 Avoid collision with compiler generated label Gé van Geldorp 2004-05-10 11:13:15 +00:00
  • 7177d62015 Skip leading comment lines Gé van Geldorp 2004-05-10 10:51:36 +00:00
  • 37af37614a Royce3: fixed compiling issues with g++ Thomas Bluemel 2004-05-10 07:44:43 +00:00
  • c1574ff8d1 - Put the event from file object as user event into the irp in IopCloseFile and IopDeleteFile. This is necessary because the event from fileobject isn't set automatically after a close/cleanup call. Hartmut Birr 2004-05-09 15:02:07 +00:00
  • ad49710348 - Set the correct cdb length for the mode sens command in CdromClassCreateDeviceObject. Hartmut Birr 2004-05-09 14:50:50 +00:00
  • c2f0a2f385 Support multi-block bins. Eric Kohl 2004-05-09 14:50:09 +00:00
  • f760135f5d - Implement multi-block bins. This removes all existing size limits within the registry. - Janitorial work. Eric Kohl 2004-05-09 12:23:35 +00:00
  • cc056e8bb5 handle WM_SETCUROR messages for the desktop window Thomas Bluemel 2004-05-08 19:35:32 +00:00
  • c12dfa13b6 assign even more styles for overlapped windows Thomas Bluemel 2004-05-08 16:06:54 +00:00
  • 066123fa60 Update porting status Gé van Geldorp 2004-05-08 14:16:09 +00:00
  • dd3c643b4d Sync to Wine-20040505: Francois Gouget <[email protected]> - Taking into account wavemap and midimap there can be up to 8 output drivers. So increase the size of the MMDrvs array accordingly. - Skip already loaded drivers before complaining (asserting) that they don't fit in the MMDrvs array. - Make static Unicode strings const. Gé van Geldorp 2004-05-08 14:07:55 +00:00
  • f19704b04f Sync to Wine-20040505: Francois Gouget <[email protected]> - Make Unicode strings 'static const'. - Assorted spelling fixes. - Make our ascii strings static const. - Remove a couple string variables that were used only once and use the string literal directly. - Use named constants instead of magic numbers. - Remove wszRegSeparator from devenum_private.h since it's neither exported by createdevenum.c nor used by anyone else. Kevin Koltzau <[email protected]> - Allow UrlCombine to calculate size of required buffer. Gé van Geldorp 2004-05-08 13:49:05 +00:00
  • 1b91a499fe Ulrich Czekalla <[email protected]> - Delegates messages directly to the edit control window proc instead of containing an edit control. Fixes problems with subclassing the richedit control. Francois Gouget <[email protected]> - Make Unicode const strings static so they are not copied to the stack each time we enter the function. Gé van Geldorp 2004-05-08 13:41:00 +00:00