ntdll: The FileMailslotSetInformation and FileCompletionInformation cases of NtSetInf...
[wine] / dlls / user32 /
2008-02-04  Bang Jun-younguser32: Fix EndMenu() to match the PSDK.
2008-02-04  Michael Stefaniucuser32: Remove duplicated get_hook_proc() function.
2008-02-04  Francois Gougetuser32: Fix a typo in the StretchDIBits stub name.
2008-01-25  Reece H. Dunnuser32: Make the edit tests pass on Vista.
2008-01-25  Reece H. Dunnuser32: Make the class tests pass on Vista.
2008-01-25  Reece H. Dunnuser32: Make the clipboard tests pass on Vista.
2008-01-24  Alexandre Julliarduser32: Moved the bulk of CreateWindow and SetWindowPos...
2008-01-23  Alexandre Julliarduser32: Menus should be top-most windows.
2008-01-23  Dmitry Timoshkovuser32: Make MapVirtualKeyEx(MAPVK_VK_TO_CHAR) behave...
2008-01-23  Paul Vriensuser32/tests: Run full test again on win95 and NT4.
2008-01-22  Andrew Talbotuser32: Remove unneeded casts.
2008-01-22  Andrew Talbotuser32: Remove unneeded casts.
2008-01-22  Alexandre Julliardwinex11.drv: Fix handling of strange window sizes in...
2008-01-22  Alexandre Julliarduser32,server: Set the initial window rectangles to...
2008-01-16  Christopher Berneruser32: Fixed off by one scroll bar pixels.
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-16  Francois GougetFix spelling error in the generated conformance test...
2008-01-14  Alexandre Julliarduser32: Don't inherit stdin/stdout handles in explorer.
2008-01-11  Alistair Leslie... user32: Add SetProcessDPIAware stub.
2008-01-10  Louis Lendersuser32: Add stub for GetLayeredWindowAttributes.
2008-01-09  Marcus Meissnerwinex11: Set last error on enumerating display settings.
2008-01-08  Gerald Pfeiferuser32: Factor in EDIT_WM_EraseBkGnd().
2008-01-07  Peter Oberndorferuser32: Remove unused lpGrayMask array.
2008-01-02  Rob Shearmanuser32: Add a stub implementation of RegisterServicesPr...
2007-12-31  Andrew Talbotuser32: Fix a spelling typo.
2007-12-31  Gerald Pfeiferuser32: Fix type of loop variable.
2007-12-31  Michael Stefaniucuser32: Remove unneeded casts.
2007-12-28  Dmitry Timoshkovuser32: Reimplement IsHungAppWindow.
2007-12-26  Reece H. Dunnuser32: Added the new Vista messages to spy.
2007-12-20  Dmitry Timoshkovuser32: Add a test for an invalid DEVMODE passed to...
2007-12-19  Alex Villacís Lassouser32: Fix regression in DlgDirList caused by modified...
2007-12-19  Dmitry Timoshkovuser32: Set the edit text in a combobox only if combobo...
2007-12-19  Dmitry Timoshkovuser32: Make sure to setup clipping before any painting...
2007-12-18  Alexandre Julliarduser32: Set the WSF_VISIBLE flag on the main window...
2007-12-18  Francois Gougetuser32/tests: Use GetProcAddress() on ChangeDisplaySett...
2007-12-17  Dmitry Timoshkovuser32: Always clip the button painting to the client...
2007-12-17  Stefan Dösingerwinex11: Activate the depth-bpp difference.
2007-12-17  Alexandre JulliardRevert "user32: Moved some 16-bit functions."
2007-12-14  Stefan Dösingeruser32: Add a test for EnumDisplaySettings vs GetDevice...
2007-12-14  Stefan Dösingeruser32: Add a test for WM_DISPLAYCHANGE.
2007-12-13  Alexandre Julliarduser32: Print the RegisterHotKey fixme only once.
2007-12-11  Andrew Riediuser32: Test the initial state of the cursor.
2007-12-10  Andrew Riediuser32: Improve test_DestroyCursor().
2007-12-10  Andrew Riediuser32: Uncomment and explain a test in test_DestroyCur...
2007-12-10  Alexandre Julliarduser32: Keep waiting for posted messages in peek_messag...
2007-12-07  Alexander Nicolays... user32: A few more colour changes to match modern Windows.
2007-12-07  Francois GougetAssorted spelling fixes.
2007-12-07  Michael Stefaniucuser32/tests: Pass HEAP_ZERO_MEMORY to HeapAlloc()...
2007-12-05  Alexandre Julliardserver: Implemented EnumWindowStations and EnumDesktops.
2007-12-04  Dmitry Timoshkovuser32: Make sure the desktop window is created before...
2007-12-03  Andrew Riediuser32: Add a FIXME for animated cursors.
2007-11-30  Stefan Dösingeruser32: Destroying the current cursor results in an...
2007-11-29  Gerald Pfeiferuser32: Reduce scope of variable in ICO_ExtractIconExW...
2007-11-28  Divan Burgeruser32, wine.inf: Enable title bar gradients and match...
2007-11-26  Gerald Pfeiferuser32: Fix variable type in SCROLL_HandleScrollEvent...
2007-11-26  Andrew Talbotuser32: Fix a typo.
2007-11-26  Andrew Talbotuser32: Constify some variables.
2007-11-21  Andrew Talbotuser32: Constify some variables.
2007-11-21  Divan Burgeruser32: Change the desktop colour and pattern to match...
2007-11-21  Divan Burgeruser32: Fix colours to match exactly with Windows 2000.
2007-11-20  Alexander Nicolays... user32: Change to modern Windows colours.
2007-11-20  Francois Gougetuser32/tests: Add the trailing '\n' to an ok() call.
2007-11-20  Andrew Talbotuser32: Constify some variables.
2007-11-19  Michael Stefaniucdlls: Remove duplicate includes.
2007-11-15  Andrew Talbotuser32: Constify a variable.
2007-11-15  Alex Villacís Lassouser32: Conformance tests for DlgDirList and DlgDirSele...
2007-11-15  Alex Villacís Lassouser32: DlgDirList converts path specification to upper...
2007-11-14  Alex Villacís Lassouser32: Conformance tests for LB_DIR on listboxes.
2007-11-14  Alex Villacís Lassouser32: DlgDirSelect tacks on a period on filenames...
2007-11-14  Alex Villacís Lassouser32: LB_DIR with standalone DDL_DRIVES implies DDL_E...
2007-11-14  Alex Villacís Lassouser32: Fix returned value of LB_DIR.
2007-11-14  Andrew Talbotuser32: Constify a variable.
2007-11-13  Francois Gougetuser32/tests/msg: Don't mess up lParam as it is passed...
2007-11-12  Dan Kegeluser32: Implement return value for DdeClientTransaction...
2007-11-12  Alexandre Julliarduser32: Remove a few traces that only duplicate the...
2007-11-12  Andrew Talbotuser32: Constify some variables.
2007-11-09  Alexandre Julliarduser32/tests: Fix access to an uninitialized variable.
2007-11-09  Dmitry Timoshkovuser32: Simplify some code.
2007-11-09  Francois Gougetuser32/tests: Skip some tests when DdeClientTransaction...
2007-11-09  Andrew Talbotuser32: Constify some variables.
2007-11-08  Alex Villacís Lassouser32: Fix for failing tests of LB_GETTEXT on listbox...
2007-11-08  Alex Villacís Lassouser32: Fix LB_ITEMFROMPOINT tests for listbox control.
2007-11-07  Alexandre Julliarduser32: Removed unused NC_DrawGrayButton function.
2007-11-07  Alexandre Julliarduser32: Make all internal user32 functions and variable...
2007-11-06  Alexandre Julliarduser32: Fixed A<->W translations of CREATESTRUCTs that...
2007-11-05  Francois Gougetuser32: Fix compilation on systems that don't support...
2007-11-02  Alexandre Julliardserver: Allow to specify the class name instead of...
2007-11-02  Alexandre Julliardserver: Allow to specify the class name instead of...
2007-11-02  Gerald Pfeiferuser32: Don't check unsigned types for >= 0.
2007-11-02  Alexandre Julliarduser32/tests: Don't test the contents of uninitialized...
2007-11-02  Alexandre Julliarduser32: Cache the window class name on the client side.
2007-11-02  Alexandre Julliarduser32: Properly handle integer atoms specified as...
2007-11-01  Alexandre Julliardserver: Support using a name to destroy a window class...
2007-11-01  Alexandre Julliardserver: Allow to send a name instead of an atom when...
2007-11-01  Alexandre Julliarduser32: Store the builtin class names in Unicode.
2007-11-01  Dmitry Timoshkovuser32: Initialize more fields in the DEVMODE structure.
2007-10-31  Alexandre Julliardserver: Added support for HWND_TOPMOST and HWND_NOTOPMOST.
2007-10-31  Alexandre Julliarduser32: SetParent should not make the window topmost.
2007-10-31  Alexandre Julliarduser32: Don't allow changing the WS_EX_TOPMOST style...
2007-10-31  Hwang YunSong(황윤성)user32: Updated Korean resource.
next