Commit Graph

  • 8a3a4af533 - Initialize/delete the lock of a screen buffer. Hartmut Birr 2004-02-25 23:33:42 +00:00
  • 22d250a711 Forgot to commit this. Steven Edwards 2004-02-25 23:13:37 +00:00
  • 2ef4c4f1ad Fixed error introduced by removing the stubs. Created new file hwprofiles.c for GetCurrentHwProfileA Steven Edwards 2004-02-25 23:12:39 +00:00
  • 427c8aeb8f rebar control for desktop bar Martin Fuchs 2004-02-25 22:56:49 +00:00
  • 1816da4b7a Fix building Lsass Steven Edwards 2004-02-25 22:36:53 +00:00
  • 4f12cc2e75 Removed Makefile.ros as it is autogenerated. Steven Edwards 2004-02-25 22:34:57 +00:00
  • 6811934f2a For now, I changed the _WIN32_WINNT level in iphlpapi_private.h. This will probably need to be changed. Art Yerkes 2004-02-25 21:41:31 +00:00
  • 4903d69f54 Added iphlpapi_private, which used to be ipprivate. Renamed to better go with wine scheme. Art Yerkes 2004-02-25 20:35:31 +00:00
  • 3fa6583180 No more ick tabs. Art Yerkes 2004-02-25 20:29:15 +00:00
  • 47306399fd 2004-02-25 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2004-02-25 20:27:56 +00:00
  • 4f32541e64 fix taksbar icons after closing previous applications Martin Fuchs 2004-02-25 20:21:30 +00:00
  • de2e13a185 fix taksbar icons after closing previous applications Martin Fuchs 2004-02-25 20:21:29 +00:00
  • 07405fb464 Added a stub odbc32.dll as MFC depends on it. Steven Edwards 2004-02-25 20:09:39 +00:00
  • 5eea69af20 Removed stubs in icmp, iphlpv6. These are documented as being linked from iphlpapi.lib, but I made the incorrect assumption that this meant that they came from iphlpapi.dll Art Yerkes 2004-02-25 20:06:40 +00:00
  • 99866ef3a0 Sync Winmm with Wine-20040215 and silence some non-error messages. Steven Edwards 2004-02-25 20:00:42 +00:00
  • 9744443ac8 Remove ALL stubs which might be of questionable origin. Eric Kohl 2004-02-25 19:34:33 +00:00
  • ea3d021bfd set background brush for the short moment of displaying the background color while moving foreground windows Martin Fuchs 2004-02-25 19:29:13 +00:00
  • 8932a19cd6 set background brush for the short moment of displaying the background color while moving foreground windows Martin Fuchs 2004-02-25 19:29:12 +00:00
  • b5a4206184 fixed bug #224 Martin Fuchs 2004-02-25 18:58:34 +00:00
  • fcf0872f58 fixed bug #224 Martin Fuchs 2004-02-25 18:58:26 +00:00
  • 2d27f8a140 - Made again usable the cursor and F1-12 keys. Hartmut Birr 2004-02-25 18:12:52 +00:00
  • 8b99b4ec5e Remove ALL stubs which might be of questionable origin. Eric Kohl 2004-02-25 14:25:11 +00:00
  • 5ed2e7cef1 Silence debug messages Gé van Geldorp 2004-02-25 09:55:30 +00:00
  • 5c85402724 Iphlpapi is now fully merged. Further changes should be synced with wine. Art Yerkes 2004-02-25 07:41:50 +00:00
  • 5e2693380d Partial implementation of VideoPortGetVgaStatus, needs testing James Tabor 2004-02-25 05:38:33 +00:00
  • 11f62ff83b Started implementation of VideoPortGetVgaStatus James Tabor 2004-02-25 03:05:27 +00:00
  • f687066559 Started implementation of VideoPortGetVgaStatus James Tabor 2004-02-25 02:59:55 +00:00
  • 2b83ae3b64 Change a UNIMPLEMENTED to a DPRINT so we dont hang After doing Help -> About -> About OS in Explorer. Steven Edwards 2004-02-25 01:25:51 +00:00
  • 5fd0390001 - Make the install target depend on the files to be installed. David Welch 2004-02-24 23:51:38 +00:00
  • 7eeed46004 - Avoid a crashing when trying to process an exception early in the boot process. David Welch 2004-02-24 23:51:04 +00:00
  • 446f263ed3 - Try to avoid crashing when dumping out a corrupted stack. David Welch 2004-02-24 23:50:26 +00:00
  • f8a6374074 Get most of PICE to build again. Steven Edwards 2004-02-24 23:30:20 +00:00
  • e105a06719 docu update Martin Fuchs 2004-02-24 22:20:18 +00:00
  • 4438a2a27c fixed more GDI handle leaks Martin Fuchs 2004-02-24 22:15:43 +00:00
  • 3f5fd6a3b2 fixed more GDI handle leaks Martin Fuchs 2004-02-24 22:15:41 +00:00
  • 7db5e43a17 added /KDNOECHO parameter to disable serial echo by default in kdgb Thomas Bluemel 2004-02-24 21:25:41 +00:00
  • f276f1c016 - launch task manager - set foregroundwindow when opening start menu (CTRL-ESC shortcut) Martin Fuchs 2004-02-24 20:00:16 +00:00
  • f537ac11a5 - launch task manager - set foregroundwindow when opening start menu (CTRL-ESC shortcut) Martin Fuchs 2004-02-24 20:00:03 +00:00
  • aec334c343 fixed WindowFromPoint() to send WM_NCHITTEST messages to windows that belong to the current process. Thomas Bluemel 2004-02-24 15:56:53 +00:00
  • e7282af976 patch by Michael Fritscher to get Mspaint closer to working Vizzini 2004-02-24 15:42:06 +00:00
  • 5299e2afd5 cleanup Thomas Bluemel 2004-02-24 13:27:03 +00:00
  • e3ead6ead5 Add more icon images Gé van Geldorp 2004-02-24 09:16:32 +00:00
  • 3613632618 InstallHinfSection has had a good progress at last - now it supports (at least _should_ - I didn't have time to test it thoroughly) file operations via file queues. There maybe a mess with paths, and I'm committing this now to have this code lying in CVS rather than on my HDD, since it isn't fully finished yet. But it's really close to the final stage. Aleksey Bragin 2004-02-24 08:17:37 +00:00
  • dcbe451792 I modified this StretchBlt sample to provide non-uniform scaling of image, plus two ways to scale it - via stretchblt() and via stretchdibits() -- to test both functions in ReactOS. If anyone is strictly against me modifiying this sample from the book -- tell me, and I will create stretchblt2 then. But I think this is unncessary. Aleksey Bragin 2004-02-24 08:05:13 +00:00
  • b13d239f87 1. get rid of winlock.c 2. changed the Parent and Object field of the WINDOW_OBJECT structure to HANDLE for easier maintainance and serialize any access to them Thomas Bluemel 2004-02-24 01:30:58 +00:00
  • d8b7c0ee97 Fix mono -> color bitblts Gé van Geldorp 2004-02-23 22:44:52 +00:00
  • 60f5689a70 keyboard navigation in start menu using first character of display names Martin Fuchs 2004-02-23 22:17:01 +00:00
  • 48da412f74 keyboard navigation in start menu using first character of display names Martin Fuchs 2004-02-23 22:16:54 +00:00
  • 47d8d8ba89 - As CURSORICON_FindBestIcon now takes color *bits* count and not color count, fixed the color calculation in LookupIconIdFromDirectoryEx. Filip Navara 2004-02-23 22:04:38 +00:00
  • 46d0e1a57c 2004-02-23 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2004-02-23 21:46:54 +00:00
  • 1092faa446 Recursively search sub menus when a command id is specified Gé van Geldorp 2004-02-23 21:18:45 +00:00
  • b320e099ed - Compilation fixes. Filip Navara 2004-02-23 20:56:50 +00:00
  • 7bbbc66715 fixed icon handle leak in notification area Martin Fuchs 2004-02-23 20:39:16 +00:00
  • 8c1f187f6e fixed icon handle leak in notification area Martin Fuchs 2004-02-23 20:36:21 +00:00
  • 717ccf2aa4 Fix key left at begin and key right at end of menu Gé van Geldorp 2004-02-23 20:10:01 +00:00
  • 405c0e0d5a Fix race condition Gé van Geldorp 2004-02-23 20:08:35 +00:00
  • 7a4c78bd4d - Fixed icon lookup so that in high color video modes colorfull icons are used. Filip Navara 2004-02-23 18:16:37 +00:00
  • f493ab9cc7 Release the correct lock Gé van Geldorp 2004-02-23 12:39:37 +00:00
  • 95033dafab Update to new fmifs types. Implement partition format progress bar. Eric Kohl 2004-02-23 11:58:27 +00:00
  • 951f5f360f Update to new fmifs types. Eric Kohl 2004-02-23 11:57:00 +00:00
  • 574b42db31 * lib/fmifs * lib/fslib/fvatlib Convert Win32 types to native Add PROGRESS and DONE callbacks. Eric Kohl 2004-02-23 11:56:10 +00:00
  • 2b197a92e6 * lib/fmifs * lib/fslib/fvatlib Convert Win32 types to native InitializeFmIfs() is the DLL entry point Eric Kohl 2004-02-23 11:55:12 +00:00
  • 2beb8b39ac * lib/fmifs * lib/fslib/fvatlib Convert Win32 types to native Eric Kohl 2004-02-23 11:53:00 +00:00
  • 8265b68f51 Add Everaldo to credits Jason Filby 2004-02-23 04:29:39 +00:00
  • 0970df8771 Implement system menus Gé van Geldorp 2004-02-22 23:40:58 +00:00
  • 50103fff09 - Added missing members of GDIINFO structure. Filip Navara 2004-02-22 22:19:49 +00:00
  • 576e14972b - Advancing pointer inside loop makes more sense than checking the same structure ModeCount times. Filip Navara 2004-02-22 22:19:48 +00:00
  • cc1c862dae - Added more debugging messages for video port driver Int 10 services. Filip Navara 2004-02-22 22:19:42 +00:00
  • 63aeee7369 Corrected packing! Filip Navara 2004-02-22 20:21:05 +00:00
  • 77c1718844 - Make the targets for regression test files the files themselves to avoid unnecessary recompilation. David Welch 2004-02-22 18:53:39 +00:00
  • 0679c1f91e - Inherit any PREFIX setting for cross-compilation from the environment. David Welch 2004-02-22 18:46:45 +00:00
  • dc9250b384 Implement keyboard navigation for menus Gé van Geldorp 2004-02-22 18:04:52 +00:00
  • af770309fc 2004-02-22 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2004-02-22 17:30:33 +00:00
  • e8cc37fcec - Added some strange behaviour to VIS_ComputeVisibleRegion. - Draw windows from foreground to background in IntFindWindowToRepaint, because it causes problems otherwise. Filip Navara 2004-02-22 16:56:14 +00:00
  • b716aa0265 - Prevent double unlinking of window. Filip Navara 2004-02-22 15:14:27 +00:00
  • 1dc0c10491 - Fixed couple of mutex locking issues. - Removed IntInitDesktopWindow function, because it's no longer used. Filip Navara 2004-02-22 14:26:35 +00:00
  • a1eebee733 Minor cleanup. Implement RegRestoreKeyW(). Eric Kohl 2004-02-22 14:26:07 +00:00
  • 2d6b7b1255 minor fix Thomas Bluemel 2004-02-22 14:09:51 +00:00
  • 765c5f4797 display 'not yet implemented' messages for printers, network and RAS; disable address&command bar Martin Fuchs 2004-02-22 12:26:06 +00:00
  • 9dacfa1b68 - Modifed DceUpdateVisRgn to correctly handle situations when DceGetVisRgn returns NULL. - Fixed the alternative version of VIS_ComputeVisibleRegion and made it the one and only, because it's smaller and faster than the original one. Filip Navara 2004-02-22 12:25:35 +00:00
  • 936dffea06 - Don't call IntSendMessage in MsqTranslateMouseMessage with uninitialized variable as window handle. Filip Navara 2004-02-22 12:25:02 +00:00
  • 2ae57f1248 disable stubs for SHFindFiles() and SHFindComputer() Martin Fuchs 2004-02-22 12:18:58 +00:00
  • 80c553b4b5 minor cleanup Thomas Bluemel 2004-02-22 12:06:43 +00:00
  • b45d1b24ec - handle case, when having problems to open image file - disable FAT-button since it's not yet ready Martin Fuchs 2004-02-22 10:20:30 +00:00
  • cc3221be2c 2004-02-22 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2004-02-22 09:59:17 +00:00
  • a7b989769f - Unified indenting style in NtGdiExtTextOut and implemented support for right and centered text alignment. - Don't render glyphs in TextIntGetTextExtentPoint. Filip Navara 2004-02-22 08:35:21 +00:00
  • e6ad1bc2c0 - Fixed deadlock in IntFindWindowToRepaint. Filip Navara 2004-02-21 23:30:18 +00:00
  • f38fdd47c3 - Fixed releasing of window object in IntValidateParent and NtUserRedrawWindow. Spotted by Thomas Weidenmuller. - Fixed potencial deadlock in IntPaintWindows. Spotted by Thomas Weidenmuller. Filip Navara 2004-02-21 22:22:26 +00:00
  • d83db81881 - Minor correction of NtGdiExtTextOut. Filip Navara 2004-02-21 21:15:22 +00:00
  • 232ffaff28 - Moved code from NtGdiTextOut to NtGdiExtTextOut and added basic support for ETO_OPAQUE flag. Filip Navara 2004-02-21 20:26:54 +00:00
  • 63eaa13a61 Null terminator fixes Jason Filby 2004-02-21 16:36:02 +00:00
  • 3cb945ba08 KERNEL_VERSION_BUILD_RC added in buildno.h. Emanuele Aliberti 2004-02-21 15:34:51 +00:00
  • 5aaaf34334 - Fixed my use of IntIsWindowVisible, it takes HWND as parameter and not PWINDOW_OBJECT. Filip Navara 2004-02-21 14:00:30 +00:00
  • 445eb5362d - Minor correction (again) Filip Navara 2004-02-21 13:57:31 +00:00
  • c2458a1a4c CVS maintenance Filip Navara 2004-02-21 13:56:36 +00:00
  • 391292e419 - Minor correction Filip Navara 2004-02-21 13:51:13 +00:00
  • 717c7d0333 Fix double release of fast mutex Gé van Geldorp 2004-02-21 13:37:26 +00:00
  • 409eab1805 - Fixed some nonsense code in NtGdiGetDCEx. - Fixed few race conditions in painting code. - Removed function IntGetNCUpdateRegion and inlined it's code into IntInvalidateWindows. - Removed function IsHidden and replaced it's usage by IntIsWindowVisible. Filip Navara 2004-02-21 13:13:27 +00:00
  • 5b5028fcb9 - Fixed a wrong index, which resulted in writing over the end of an allocated buffer. Hartmut Birr 2004-02-21 12:58:49 +00:00
  • 1f1b824d08 Import w32api version 2.5 include files Gé van Geldorp 2004-02-21 09:20:39 +00:00