Ros-diffs May 2010

ros-diffs@reactos.org
  • 21 participants
  • 438 discussions

[mjmartin] 47325: [win32k] - For the Low Level Mouse Hook (WH_MOUSE_LL), input can come from the mouse driver or mouse_event. Both of which result in a call to UserSetCursorPos. UserMode SetCursorPos API also ends up here. Add BOOL parameter that can be used to determine if hooks are to be called. - Move the code related to calling the hook procedure from MsqInsertSystemMessage into UserSetCursorPos and call the hook procedure here if needed. If hook procedure returns non 0 value. Dont insert th
by mjmartin@svn.reactos.org
14 years, 3 months

[ekohl] 47324: [WINLOGON] - Set the APPDATA environment variable without loading shell32.dll. This should fix bug #5398.
by ekohl@svn.reactos.org
14 years, 3 months

[fireball] 47323: - Sync up to Wine-1.2-rc1. - Further refactoring of cursor icons code according to recent Wine's improvements.
by fireball@svn.reactos.org
14 years, 3 months

[gadamopoulos] 47322: [kernel32_winetest] - kernel32 tests need a resource file
by gadamopoulos@svn.reactos.org
14 years, 3 months

[fireball] 47321: [VENDOR/WINE] - Import Wine-1.2-rc1 gdi32, user32, winex11.drv, wineserver.
by fireball@svn.reactos.org
14 years, 3 months

[fireball] 47320: - Initial cursor icons support, work in progress. When it's finished, improvements and optimisations are welcome.
by fireball@svn.reactos.org
14 years, 3 months

[jmorlan] 47319: [WIN32CSR] Implement FILE_SHARE_* flags for console handles. Fixes some more winetests.
by jmorlan@svn.reactos.org
14 years, 4 months

[jmorlan] 47318: [WIN32CSR] Delete even the active screen buffer when all handles are closed. Fixes a winetest.
by jmorlan@svn.reactos.org
14 years, 4 months

[jmorlan] 47317: [WIN32CSR] - Simplify locking: having a lock for each screen buffer is overkill since most programs only use one screen buffer at a time. (besides, almost all APIs were taking the console lock anyway) Reduce to just having one lock for a console. - Instead of keeping track of how many references a screen buffer has, keep track of handles only. When all handles to a screen buffer are closed, it should be deleted even if it's the active buffer (not yet implemented).
by jmorlan@svn.reactos.org
14 years, 4 months

[jmorlan] 47316: [WIN32CSR] Protect ProcessData->Console with the HandleTableLock.
by jmorlan@svn.reactos.org
14 years, 4 months
Results per page: