netapi32: Fix character count passed to GetUserNameW and GetComputerNameW in init_wks...
[wine] / dlls / user32 /
2008-02-25  Rob Shearmanuser32: Fix the number of characters passed to GetClass...
2008-02-25  Stefan Leichteruser32: Added stub for GetMouseMovePointsEx.
2008-02-25  Stefan Leichteruser32: Fix a test of GetMouseMovePointsEx.
2008-02-25  Anatoly Lyutinuser32: Fix return value in ShowScrollBar according...
2008-02-25  Anatoly Lyutinuser32: Added some tests for scrollbar.
2008-02-22  Stefan Leichteruser32: Fix a test of GetMouseMovePointsEx failing...
2008-02-21  Huw Daviesuser32: Add a test for CS_OWNDC windows that are create...
2008-02-20  Alexandre Julliarduser32: Pass the modified SetWindowPos flags to the...
2008-02-20  Andrew Riediuser32: Test LoadImage() to load an icon as a cursor.
2008-02-20  Dmitry Timoshkovuser32: Add a z-order test for owned popup windows.
2008-02-19  Stefan Leichteruser32: Add some tests for GetMouseMovePointsEx.
2008-02-19  Peter Oberndorferuser32: Fix caption bar being drawn 1 pixel too high.
2008-02-18  Alexandre Julliardwinex11: Move the raising of windows on SetFocus to...
2008-02-18  Alexandre Julliarduser32: Rewrite SWP_DoOwnedPopups to take into account...
2008-02-18  Maarten Lankhorstuser32: Fix a message test that would only pass on...
2008-02-18  Marcus Meissneruser32: Handle error returns from ImmGetCompositionString.
2008-02-16  Rob Shearmanuser32: Fix MonitorFromRect to cope with the absence...
2008-02-15  Reece H. Dunnuser32: Improve the combo tests to check when the CBN_S...
2008-02-15  Rob Shearmanuser32: Fix incorrect character count passed to GetWind...
2008-02-15  Dmitry Timoshkovuser32: Use custom window procs instead of DefWindowPro...
2008-02-12  Dmitry Timoshkovuser32: Add a couple of tests for WS_EX_TOPMOST.
2008-02-11  Francois Gougetuser32/tests: Add the trailing '\n' to ok() calls.
2008-02-08  Reece H. Dunnuser32: Make the listbox tests pass in directories...
2008-02-08  Johan Gardelluser32: Added support for SPI_SETMOUSESPEED in SystemPa...
2008-02-07  Alexandre Julliardtests: Add a helper routine to wait for a child process...
2008-02-07  Lei Zhanguser32: Use wine_dbgstr_rect() in traces.
2008-02-07  Andrew Riediuser32: winex11.drv has support for color cursors now.
2008-02-06  Andrew Riediuser32: Test destroying the cursor of a parent process.
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.
next