ntdll: Read the current processor with the __NR_getcpu syscall.
[wine] / dlls / user32 /
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.
2011-12-05  Alexandre Julliarduser32: Convert dialogs to po files.
2011-12-05  Alex Henrieuser32: If a dialog has no tab-accessible controls...
2011-11-30  Alexandre Julliarduser32: Use the correct alpha for the title bar gradien...
2011-11-28  Francois GougetAssorted spelling fixes and wording tweaks.
2011-11-22  Alexandre Julliarduser32: Don't allow activating a WS_CHILD top-level...
2011-11-21  Michael Stefaniucuser32/tests: Drop superfluous function pointer casts.
2011-11-18  Erich Hooveruser32: Prioritize focus for dialog owner on EndDialog.
2011-11-17  Francois Gougetuser32: Delete the static critical section when unloadi...
2011-11-17  Dmitry Timoshkovuser32: Issue a warning when dialog control creation...
2011-11-16  Alexandre Julliarduser32/tests: Add tests for small sizes of cursor bitmaps.
2011-11-15  Dmitry Timoshkovuser32: Dialog creation code should force WS_CHILD...
2011-11-15  Dmitry Timoshkovuser32: Add tests for mixed WS_CHILD | WS_POPUP window...
2011-11-09  Andrew Talbotuser32: Suppress sign-extension through integer promotion.
2011-11-08  Alexandre Julliarduser32/tests: Flush events before the key flags test.
2011-11-03  Piotr Cabanuser32: Fix DFC_BUTTONRADIOMASK flag support in DrawFra...
2011-11-02  Aric Stewartuser32: Only attempt autoscroll line breaking on an...
2011-11-01  Aric Stewartuser32: Early versions of usp10 are not well behaved...
2011-10-31  Aric Stewartuser32: Respect rev for painting selections.
2011-10-31  Michael Stefaniucinclude: Make "long" numeric constants LP64/LLP64 proof...
2011-10-28  Aric Stewartuser32: Improvement for performance in soft linebreaking.
2011-10-28  Aric Stewartuser32: Handle PosFromChar if the string is empty and...
2011-10-25  Aric Stewartuser32: When building linedefs prev can be less than...
2011-10-24  Aric Stewartuser32: Use Uniscribe in the multiline edit control.
2011-10-19  Aric Stewartuser32: Recalculate string length when cropping string...
2011-10-18  Aric Stewartuser32: Use Uniscribe in the single line edit control.
2011-10-17  Marcus Meissneruser32: Load PaddedBorderWidth from registry too (Cover...
2011-10-11  Dmitry Timoshkovuser32: Respect the requested size of NONCLIENTMETRICSW...
2011-10-11  Aric Stewartuser32: Use uniscribe ScriptBreak to handle edit contro...
2011-10-10  Dmitry Timoshkovuser32: Fix the logic deciding when to write to the...
2011-10-08  Dmitry Timoshkovuser32: Add support for iPaddedBorderWidth in NONCLIENT...
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-26  André Hentscheluser32/tests: Don't test function directly when reporti...
2011-09-22  Francois Gougetuser32: Change HotTrackingColor to better differentiate...
2011-09-22  Alexandre Julliarduser32/tests: Try harder to flush paint events before...
2011-09-21  Francois Gougetuser32/tests: Skip some tests if not privileged enough...
2011-09-12  Jacek Cabanuser32: Make GetWindowInfo hotpatchable.
2011-09-12  Marcus Meissneruser32: Fixed single byte array overflow.
2011-09-09  Francois Gougetuser32/tests: Add a trailing '\n' to an ok() call.
2011-09-08  Alexandre Julliarduser32/tests: Allow an approximate color match for...
2011-09-08  Bruno Jesususer32/tests: Add SetCaretPos/GetCaretPos tests.
2011-09-04  Alexandre Julliarduser32: Compute the size of the message spy arrays...
2011-09-02  Bruno Jesususer32: Fix support for CB_SETDROPPEDWIDTH in combobox.
2011-08-29  Alexandre Julliarduser32: Simplify the DIB byte width computation.
next