mlang: Mode CodePagesToCodePage() code to IMLangFontLink2 and forward to it.
[wine] / dlls / user32 /
2012-09-27  Alexandre Julliarduser32: Add tests for UpdateLayeredWindowIndirect and...
2012-09-20  Michael Stefaniucuser32: Remove superfluous function pointer casts.
2012-09-18  Alexandre Julliarduser32/tests: Fix coordinates in the UpdateLayeredWindo...
2012-09-17  Aric Stewartuser32: Free the uniscribe data before freeing the...
2012-09-17  Alexandre Julliarduser32/tests: Add a test for calling UpdateLayeredWindo...
2012-09-14  Michael Stefaniucuser32: Don't bother using the register storage class...
2012-09-13  Alexandre Julliarduser32/tests: Add some tests for UpdateLayeredWindow.
2012-09-13  Alexandre Julliarduser32: Refresh the frame when the style bits of a...
2012-09-13  Alexandre Julliarduser32: Don't send messages on position changes in...
2012-09-12  Henri Verbeetuser32: Add rawinput keyboard support.
2012-09-11  Alexandre Julliarduser32: Check for the need to flush window surfaces...
2012-09-11  Henri Verbeetuser32: Add rawinput mouse support.
2012-09-10  Henri Verbeetuser32: Implement RegisterRawInputDevices().
2012-09-10  Alexandre Julliarduser32: Fix DrawFocusRect to always invert the destinat...
2012-09-06  Akihiro Sagawauser32: Add support for legacy access keys.
2012-09-06  Alexandre Julliarduser32: Maintain a list of active window surfaces and...
2012-09-06  Alexandre Julliarduser32: Add support for managing a DIB surface for...
2012-09-06  Alexandre Julliardgdi32: Add a graphics driver to render windows contents...
2012-09-05  Alexandre Julliardgdi32: Let user32 specify the device rectangle when...
2012-09-05  Alexandre Julliarduser32: Add a helper function to retrieve the virtual...
2012-09-05  Nikolay Sivovuser32: Release uniscribe data on Edit control destruct...
2012-09-04  Alexandre Julliarduser32: Only show a window the first time WS_VISIBLE...
2012-08-29  Alexandre Julliarduser32: Invalidate the DCEs while still holding the...
2012-08-29  Alexandre Julliarduser32: Always go through set_window_pos when the WS_VI...
2012-08-29  Alexandre Julliarduser32: Rely on SetWindowPos to invalidate the DCEs...
2012-08-29  Alexandre Julliarduser32: ScrollWindow should not use a cached DC, unlike...
2012-08-22  Piotr Cabanuser32: Don't limit time needed for WM_DDE_INITIATE...
2012-08-20  Marcus Meissneruser32: Fixed two use-after-free (Coverity).
2012-08-20  Marcus Meissneruser32: Free the correct dce (Coverity).
2012-08-16  Alex Henrieuser32: Correct dialog focus behavior.
2012-08-13  Michael Stefaniucuser32: Avoid TRUE:FALSE conditional expressions.
2012-07-26  Sergey Guralnikuser32: Rearrange ComboBox repositioning code.
2012-07-18  Alexandre Julliarduser32/tests: Try to fix a test that frequently fails...
2012-07-17  Alexandre Julliarduser32/tests: Move DlgDirList tests to avoid changing...
2012-07-17  Alex Henrieuser32: Minimize and maximize boxes can only appear...
2012-07-16  Bruno Jesususer32/tests: Update DlgDirList tests.
2012-07-09  Bruno Jesususer32/tests: Add a test for OpenClipboard twice with...
2012-07-03  Sergey Guralnikuser32: Add test for ComboBox repositioning behavior.
2012-06-12  Francois Gougetuser32: Make some DDE functions static.
2012-06-12  Francois Gougetuser32: Reorder some DDE functions to avoid the need...
2012-06-04  Michael Stefaniucuser32/tests: Fix the expected values in some ok()...
2012-05-31  Alexandre Julliardgdi32: Move DC hook private definitions out of wingdi.h.
2012-05-22  Piotr Cabanuser32/tests: Added SetWindowPos test that incorrectly...
2012-05-16  Piotr Cabanuser32/tests: Added more GetMenuBarInfo tests.
2012-05-16  Piotr Cabanuser32/tests: Added GetMenuBarInfo tests.
2012-05-16  Piotr Cabanuser32: Added GetMenuBarInfo implementation.
2012-05-16  Michael Stefaniucuser32/tests: Remove duplicated ok() call.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-15  Francois Gougetuser32: Fix the spelling of the hRecipient variable.
2012-05-15  Francois Gougetuser32/tests: Add a trailing '\n' to ok() calls.
2012-05-15  Michael Stefaniucuser32/tests: Check the correct variable for the correc...
2012-05-14  Owen Rudgeuser32: Return Unicode length instead of ANSI in GetUse...
2012-05-14  Owen Rudgeuser32: Correct return value when buffer too short...
2012-05-14  Owen Rudgeuser32/tests: Add GetUserObjectInformation tests.
2012-04-30  Austin Englishuser32: Make a few more functions hotpatchable.
2012-04-19  Alexandre Julliarduser32: Don't invalidate DCEs for sibling top-level...
2012-04-05  Aric Stewartuser32: While calculating lines, discard uniscribe...
2012-04-02  Dmitry Timoshkovuser32: SetWindowPos() should check the final window...
2012-04-02  Dmitry Timoshkovuser32: SetParent() should use ShowWindow() to make...
2012-03-29  Dmitry Timoshkovuser32: IsDialogMessage should allow control ids other...
2012-02-22  Thomas Faberuser32/tests: Do not depend on argument evaluation...
2012-02-20  Marcus Meissneruser32: Remove duplicated call to GetSystemMenu (Coverity).
2012-02-15  Alexandre Julliarduser32: Add mouse tracking on caption right-clicks...
2012-02-15  Alexandre Julliarduser32: Fix GetKeyNameText returned length.
2012-02-08  Alexandre Julliarduser32: Draw the mask with SRCCOPY in DrawIcon when...
2012-02-07  Dmitry Timoshkovuser32: Make FlashWindowEx tests pass under Windows.
2012-02-07  Dmitry Timoshkovuser32: Fix a couple of typos.
2012-02-06  Dmitry Timoshkovuser32: RealChildWindowFromPoint should skip invisible...
2012-02-06  Dmitry Timoshkovuser32: Add a bunch of RealChildWindowFromPoint tests.
2012-01-30  Aric Stewartuser32: Have a fallback in linebreaking if uniscribe...
2012-01-30  Aric Stewartuser32: Check return code from ScriptStringAnalyse.
2012-01-23  Francois Gougetuser32: Use '+' when specifying a modifier + accelerato...
2012-01-17  Alexandre Julliarduser32: Always query actual key state from the server...
2012-01-17  Alexandre Julliarduser32: Fix some printf format warnings.
2012-01-16  Alexandre Julliarduser32: Fix a pointer cast warning.
2012-01-12  Alexandre Julliarduser32: Don't access past the file size when loading...
2012-01-11  André Hentscheluser32: No need for WINE_ prefixed debug output macro.
2012-01-10  Aric Stewartusp10: Better handle cases in single line edit controls...
2012-01-09  Alexandre Julliarduser32/tests: Fix some test failures on Windows.
2012-01-09  Alexandre Julliarduser32: Return the cursor position in send_hardware_mes...
2012-01-05  Dmitry Timoshkovuser32: Add an invalid window check to SetActiveWindow.
2012-01-05  Dmitry Timoshkovuser32: Add an invalid window check to SetFocus.
2012-01-04  Dmitry Timoshkovuser32: Add some tests for SetFocus/SetActiveWindow...
2011-12-30  Dmitry Timoshkovuser32: Add some SetFocus message tests.
2011-12-30  Alexandre Julliarduser32/tests: Remove a crashing test.
2011-12-21  Aric Stewartusp10: Correct error in EDIT_GetLineRect in index for...
2011-12-20  Aric Stewartuser32: Do not simply return 0 in EDIT_EM_PosFromChar...
2011-12-20  Aric Stewartuser32: Modify EDIT_GetLineRect to better handle RTL...
2011-12-20  Ken Thomasesuser32/tests: Test that ToUnicode null-terminates the...
2011-12-19  Francois Gougetuser32: Avoid hardcoding the Unicode string literal...
2011-12-16  Alexandre Julliarduser32: Don't try to alpha blend icons on low color...
2011-12-15  Alexandre Julliarduser32: Always use the default alignment when displayin...
2011-12-15  Alexandre Julliarduser32: Cache the global key state to avoid performance...
2011-12-12  Dmitry Timoshkovuser32: Strip WS_CAPTION|WS_SYSMENU when a dialog has...
2011-12-12  Rico Schüllerd3dx9: Implement D3DXSHAdd().
2011-12-12  Dmitry Timoshkovuser32: Strip WS_CAPTION|WS_SYSMENU when a dialog has...
2011-12-07  Dmitry Timoshkovuser32: Add the tests for dialog window styles, make...
2011-12-07  Dmitry Timoshkovuser32: Add more window style tests, make them pass...
2011-12-06  Aric Stewartuser32: Protect against NULL ssa to prevent crashes...
2011-12-06  Hans Leidekkeruser32: Add stub implementations of MessageBoxTimeoutA/W.
next