secur32: Fix ntlm tests on Vista.
[wine] / dlls / user32 /
2008-05-05  Dmitry Timoshkovuser32: Set the size of returned DEVMODE to least commo...
2008-05-02  Huw Daviesuser32: Fix bitmap_info_size to take into account bit...
2008-05-02  Alexandre Julliarduser32: Add an exception handler around LB_GETTEXT...
2008-05-01  Paul Vriensuser32/tests: Run tests again on win95.
2008-05-01  James Hawkinsuser32: Fix a test that fails in win2k3.
2008-05-01  ByeongSik Jeonuser32: Post the WM_KEY{DOWN|UP} message whenWM_IME_KEY...
2008-04-30  Andrew Talbotuser32: Remove unused variables.
2008-04-28  James Hawkinsuser32: Fix a test that fails on platforms without...
2008-04-28  ByeongSik Jeonuser32: Set the vkey value to VK_PROCESSKEY when IME...
2008-04-28  Vitaliy Margolenwinex11: Fix MapVirtualKeyEx to properly map left-right...
2008-04-25  Lei Zhanguser32: Edit controls should ignore WM_KEYDOWN on contr...
2008-04-25  Erik de Castro Lopouser32/tests: Use SetWindowLongPtr instead of SetWindow...
2008-04-24  Alexandre Julliarduser32: Allow the default desktop name to be specified...
2008-04-24  Paul Vriensuser32/tests: Skip tests if function is not implemented.
2008-04-24  Alexandre Julliarduser32: Make drivers non-const to avoid a compiler...
2008-04-24  Lei Zhanguser32: Handle VK_RETURN WM_KEYDOWN events better in...
2008-04-24  Lei Zhanguser32: Add a test for sending WM_KEYDOWN to a child...
2008-04-23  ByeongSik Jeonuser32: Pass the WM_IME_NOTIFY message to the default...
2008-04-23  Jeff Latimeruser32/tests: Fix typedefs & function definitions so...
2008-04-22  Austin EnglishSpelling fixes.
2008-04-21  Alexandre Julliardwinex11: Use SetWindowPos to invalidate DCEs when chang...
2008-04-21  Alexandre Julliarduser32: Invalide DCEs also when resizing a hidden windo...
2008-04-21  Alexandre Julliarduser32: Dump more SetWindowPos flags.
2008-04-21  Alexandre Julliarduser32: Remove redundant LocalUnlock calls.
2008-04-18  Anatoly Lyutinuser32/tests: Add test for switching not maximized...
2008-04-18  Anatoly Lyutinuser32/tests: Get rid of magic number.
2008-04-18  Kusanagi Kouichiuser32: Handle IME messages more gracefully.
2008-04-18  Hwang YunSong(황윤성user32: Updated Korean resource.
2008-04-17  Alexandre Julliarduser32: Added support for WS_EX_RIGHT in the static...
2008-04-17  Alexandre Julliarduser32: Added support for WS_EX_RIGHT in the edit control.
2008-04-17  Alexandre Julliarduser32: Added support for WS_EX_RIGHT in the button...
2008-04-17  James Hawkinsuser32: Fix a test that fails in XP and win2k3.
2008-04-15  Lei Zhanguser32: Handle ctrl + end in edit control.
2008-04-15  Lei Zhanguser32: Handle ctrl + home in edit control.
2008-04-15  Lei Zhanguser32: Do checks in the right order in EDIT_BuildLineD...
2008-04-14  Aric Stewartuser32: Call ImmProcessKey in TranslateMessage to allow...
2008-04-14  Hwang YunSong(황윤성user32: Updated Korean resource.
2008-04-14  Alex Villacís Lassouser32: LoadImage(IMAGE_BITMAP) should reject invalid...
2008-04-14  Aric Stewartuser32: Make sure there is space for at least 6 items...
2008-04-14  Dmitry Timoshkovuser32: Use appropriate type for lresult.
2008-04-11  Dmitry Timoshkovuser32: Fix Win64 warnings.
2008-04-10  Alexandre Julliarduser32/tests: Replace the keyboard flags bitfield by...
2008-04-10  Alexandre Julliarduser32: Moved the menu activation hack on managed windo...
2008-04-10  Alexandre Julliarduser32: Forward all WM_SYSCOMMAND messages to the drive...
2008-04-10  Lei Zhanguser32: Handle VK_TAB in EDIT_WM_KeyDown.
2008-04-10  Alexandre Julliarduser32/tests: Avoid testing uninitialized data.
2008-04-09  Lei Zhanguser32: Fix a typo.
2008-04-09  Lei Zhanguser32: Add edit control check to see if its in a dialo...
2008-04-09  Lei Zhanguser32: Add edit control check to see if its in a dialo...
2008-04-08  Alexandre Julliarduser32: Get rid of the debug mark option in the system...
2008-04-08  Lei Zhanguser32: Handle VK_ESCAPE correctly in EDIT_WM_KeyDown.
2008-04-08  Lei Zhanguser32: Handle ES_MULTILINE correctly for WM_KEYDOWN...
2008-04-08  Lei Zhanguser32: Fix WM_CHAR return value for edit controls.
2008-04-08  Lei Zhanguser32: Add tests for edit controls and VK_TAB.
2008-04-08  Lei Zhanguser32: Add tests for edit controls and VK_RETURN.
2008-04-08  Lei Zhanguser32: Add more tests for single line edit control...
2008-04-08  Lei Zhanguser32: Add more tests for ES_WANTRETURN.
2008-04-07  Rok Mandeljcuser32: Updated Slovenian translation.
2008-04-07  Alexandre Julliarduser32: Fix list_window_parents when run in the desktop...
2008-04-07  Francois GougetAssorted spelling fixes.
2008-04-04  Alexandre Julliarduser32: Fix a few ShowWindow todo tests.
2008-04-04  Lei Zhanguser32: Use a bogus wildcard in listbox test, change...
2008-04-03  Maarten Lankhorstuser32: Implement BroadcastSystemMessage.
2008-04-03  Lei Zhanguser32: Correctly handle VK_RETURN for edit controls...
2008-04-03  Lei Zhanguser32: Dialog should ignore WM_KEYDOWN messages if...
2008-04-03  Lei Zhanguser32: Add more edit dialog tests.
2008-04-02  Vitaliy Margolenwinex11drv: Distinguish left and right keys for shift...
2008-03-31  Alexandre Julliarduser32: Don't start explorer.exe on non-visible window...
2008-03-31  Vitaliy Margolenuser32: Properly translate keyboard left/right-shift...
2008-03-31  Andrew Talbotuser32: Void functions should not return a value.
2008-03-28  Marcus Meissneruser32/tests: Mark unsigned entitities as unsigned.
2008-03-28  Vitaliy MargolenUpdate Russian translations.
2008-03-28  Michael Stefaniucuser32: About dialog cosmetic fixes for the Romanian...
2008-03-28  Lei Zhanguser32: Add more DrawText tests.
2008-03-28  Lei Zhanguser32: Handle WM_CHAR messages better in edit controls.
2008-03-28  Lei Zhanguser32: Add more dialog with edit control tests.
2008-03-28  Lei Zhanguser32: Make an edit test more readable.
2008-03-27  Dmitry Timoshkovuser32: Add a defwinproc flag when appropriate.
2008-03-27  Alexandre Julliarduser32: Cosmetic fixes to the About dialog.
2008-03-27  Dmitry Timoshkovuser32: Add a test for combobox navigation with arrow...
2008-03-27  Michael Stefaniucuser32: Add the Romanian translation.
2008-03-26  Alexandre Julliarduser32: Allow arbitrary text size for loaded strings...
2008-03-26  Lei Zhanguser32: Tweak how the edit control handles WM_GETDLGCODE.
2008-03-24  Marcus Meissneruser32/tests: Fix uninitialized struct component.
2008-03-24  Alexandre Julliarduser32: Clamp the mouse position to the window rectangl...
2008-03-24  Alexandre Julliarduser32: Make sure we set menu capture to a window that...
2008-03-24  Marcus Meissneruser32/tests: Skip checks if pre-condition does not...
2008-03-24  Vitaliy Margolenuser32: Fix F1 message sequence.
2008-03-22  Reece Dunnuser32: Fixed the HiliteMenuItem tests to pass on Windo...
2008-03-21  Herve Chanaluser32: A nicer icon for oic_winlogo.
2008-03-21  Alexandre Julliarduser32/tests: Flush events during the mouse button...
2008-03-20  Dmitry Timoshkovuser32: Increase an initial buffer size from 32 to...
2008-03-20  Andrew Talbotuser32: Assign to structs instead of using memcpy.
2008-03-19  Rob Shearmanuser32: Handle the undocumented behaviour in DefWindowP...
2008-03-19  Alexandre Julliarduser32: Implemented EnumDesktopWindows.
2008-03-18  Reece Dunnuser32: Improve the HiliteMenuItem tests so they reflec...
2008-03-18  Andrew Riediuser32: Move the bitmap header check as far up as possible.
2008-03-17  Reece H. Dunnuser32: HiliteMenuItem fails if an invalid window handl...
2008-03-15  Maarten Lankhorstuser32: Fix enumeration for EnumWindowStations and...
2008-03-15  Clinton Stimpsonuser32: Test processing of expose events.
next