mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
02c15ae9f730671e7596b3e4063fec31a72d37de
Reduces failures from 18 to 13 and test doesn't keep a window open anymore. (Partly) revert 29649, 33848, 33909, 33910 as it's now implemented by wine 1.4 Francois Gouget <[email protected]> Don't put single quotes around '%s' when using the debugstr_*() functions. 1.5 Huw Davies <[email protected]> user32: Keep track of whether the app has asked for the text buffer handle. 1.9 Dmitry Timoshkov <[email protected]> user32: Fix some compilation warnings in 64-bit mode. 1.15 Alexandre Julliard <[email protected]> user32: Store the builtin class names in Unicode. 1.16 Andrew Talbot <[email protected]> user32: Constify some variables. 1.17 Gerald Pfeifer <[email protected]> user32: Factor in EDIT_WM_EraseBkGnd(). 1.18 Andrew Talbot <[email protected]> user32: Remove unneeded casts. 1.19 Marcus Meissner <[email protected]> user32: Handle error returns from ImmGetCompositionString. 1.20 Lei Zhang <[email protected]> user32: Tweak how the edit control handles WM_GETDLGCODE. 1.21 Lei Zhang <[email protected]> user32: Handle WM_CHAR messages better in edit controls. 1.22 Lei Zhang <[email protected]> user32: Correctly handle VK_RETURN for edit controls with ES_WANTRETURN style. 1.23 Lei Zhang <[email protected]> user32: Fix WM_CHAR return value for edit controls. 1.24 Lei Zhang <[email protected]> user32: Handle ES_MULTILINE correctly for WM_KEYDOWN/VK_RETURN. 1.25 Lei Zhang <[email protected]> user32: Handle VK_ESCAPE correctly in EDIT_WM_KeyDown. 1.26 Lei Zhang <[email protected]> user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_RETURN. 1.27 Lei Zhang <[email protected]> user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_TAB. 1.28 Lei Zhang <[email protected]> user32: Fix a typo. 1.29 Lei Zhang <[email protected]> user32: Handle VK_TAB in EDIT_WM_KeyDown. 1.30 Lei Zhang <[email protected]> user32: Do checks in the right order in EDIT_BuildLineDefs_ML. 1.31 Lei Zhang <[email protected]> user32: Handle ctrl + home in edit control. 1.32 Lei Zhang <[email protected]> user32: Handle ctrl + end in edit control. 1.33 Alexandre Julliard <[email protected]> user32: Added support for WS_EX_RIGHT in the edit control. 1.34 Kusanagi Kouichi <[email protected]> user32: Handle IME messages more gracefully. 1.35 Alexandre Julliard <[email protected]> user32: Remove redundant LocalUnlock calls. 1.36 Austin English <[email protected]> Spelling fixes. 1.37 Lei Zhang <[email protected]> user32: Handle VK_RETURN WM_KEYDOWN events better in edit controls. Elias Benali wrote the initial version of this patch. 1.38 Lei Zhang <[email protected]> user32: Edit controls should ignore WM_KEYDOWN on control + enter. 1.39 Andrew Talbot <[email protected]> user32: Remove unused variables. 1.40 Hongbo Ni <[email protected]> user32: Implement WM_UNICHAR for edit control. 1.41 Lei Zhang <[email protected]> user32: Send messages for edit control context menu operations. 1.42 Aric Stewart <[email protected]> user32: Make sure our vertical line count is at least 1 even if there is an oversized font in the edit control. 1.43 Michael Stefaniuc <[email protected]> user32: Remove superfluous casts of void pointers. 1.44 Francois Gouget <[email protected]> user32: Remove WINAPI/CALLBACK on static functions where not needed. svn path=/trunk/; revision=38739
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%