wined3d: Alloc / free shader private data and blt stuff in Init3D/Uninit3D.
[wine] / dlls / user32 /
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.
2008-03-14  Jason Edmeadesuser32: Fix MessageBox button contents and ordering.
2008-03-12  Alexandre Julliardwinex11: Moved support for window moving/resizing back...
2008-03-12  Alexandre Julliarduser32: Add a SetCapture function to the driver interface.
2008-03-12  Alexandre Julliarduser32: Add a helper function to set the capture window.
2008-03-11  Christopher Berneruser32: Make LoadStringW pass tests.
2008-03-10  Paul Vriensuser32/tests: Use A-call.
2008-03-10  Paul Vriensusers32/tests: Win9x doesn't like FILE_ALL_ACCESS.
2008-03-07  Alexandre Julliarduser32: Force the window position to be on-screen in...
2008-03-06  Rob Shearmanuser32: Add test for calling CreateDesktop on already...
2008-03-05  Alexandre Julliarduser32: Added stubs for Cascade/TileChildWindows.
2008-03-05  Alexandre Julliarduser32: Moved Cascade/TileChildWindows16 to wnd16.c.
2008-03-05  Alexandre Julliarduser32/tests: Make the initial timeout longer in flush_...
2008-03-05  Francois Gougetuser32/tests: Don't use 0x55 to avoid any confusion...
2008-03-05  Francois Gougetuser32/tests: Add the trailing '\n' to a couple of...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-04  Alexandre Julliarduser32: Store the window placement information directly...
2008-03-04  Alexandre Julliarduser32: Fix a couple of message test failures.
2008-03-04  Alexandre Julliarduser32/tests: Fix most message tests to pass on Vista.
2008-03-03  Alexandre Julliarduser32: Reimplement LoadStringA to avoid memory allocat...
2008-03-03  Christopher Berneruser32/tests: Conformance tests for LoadStringW and...
2008-03-03  Alexandre Julliarduser32/tests: Skip tests instead of crashing if global...
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-29  Divan Burgeruser32: Correct the button sizes of the caption bar.
2008-02-29  Alexandre Julliarduser32: Moved win.h to the user32 directory.
2008-02-28  Alexandre Julliarduser32/tests: Flush events after showing/hiding a windo...
2008-02-28  Alexandre Julliarduser32: Hide the icon title when hiding a window.
2008-02-28  Alexandre Julliarduser32: Moved the ShowWindow implementation from winex1...
2008-02-25  Alexandre Julliarduser32: Moved the DCE support from winex11 back to...
2008-02-25  Alexandre Julliarduser32: Simplify the window structure creation. Get...
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.
next