d3dx8: Implement D3DXPlaneColorLerp.
[wine] / dlls / user32 /
2007-10-22  Alex Buseniususer32: Fix segfault when combobox contains a longer...
2007-10-18  Alex Villacís Lassouser32: Tests for fix EM_SETLIMITTEXT with zeroed args.
2007-10-18  Alex Villacís Lassouser32: Fix EM_SETLIMITTEXT with zeroed args.
2007-10-18  Dmitry Timoshkovuser32: Add more listbox message tests, make them pass...
2007-10-17  Alexandre Julliarduser32: Replace a pointer cast by FIELD_OFFSET.
2007-10-15  James Hawkinsuser32: Convert an HDDEDATA handle to a DDEPOKE structu...
2007-10-15  James Hawkinsuser32: Add tests for DdeCreateDataHandle.
2007-10-15  James Hawkinsuser32: Return DMLERR_INVALIDPARAMETER if hszItem is...
2007-10-15  James Hawkinsuser32: Return DMLERR_MEMORY_ERROR instead of posting...
2007-10-15  James Hawkinsuser32: Return DMLERR_INVALIDPARAMETER if hszItem is...
2007-10-15  James Hawkinsuser32: The server should release data sent with WM_DDE...
2007-10-15  Alexandre Julliarduser32: Fix message processing in dde test and go back...
2007-10-15  James Hawkinsuser32: Increase the message timeout.
2007-10-15  Vincent Pelletieruser32: Implement SPI_GETMOUSESPEED in SystemParameters...
2007-10-15  Francois Gougetuser32: Fix the HRAWINPUT definition and the GetRawInpu...
2007-10-11  Francois Gougetuser32/tests: Don't use nameless unions where they...
2007-10-10  Karl Reltonwineserver: Allow already peeked messages to merge.
2007-10-09  James Hawkinsuser32: Test the ddeml server interface.
2007-10-09  James Hawkinsuser32: Move the test_ddeml_client function closer...
2007-10-09  James Hawkinsuser32: Set client_pid to zero before initializing...
2007-10-09  Francois Gougetuser32/tests: Remove an unneeded cast.
2007-10-04  James Hawkinsuser32: Test the ddeml client interface.
2007-10-03  Rémi Assaillyuser32: Renamed and moved SetDeskPattern.
2007-10-03  Rémi Assaillyuser32: Moved some 16-bit functions.
2007-10-02  Alexandre Julliarduser32/tests: Replace GWL_WNDPROC by GWLP_WNDPROC.
2007-10-02  Dmitry Timoshkovuser32: Add a message test for ownerdrawn listbox,...
2007-10-01  Alexandre Julliarduser32/tests: Compare against ASCII string first since...
2007-10-01  Stefan Leichteruser32: Define WINE_FILEVERSION in version resource...
2007-10-01  Rob Shearmanuser32: Add tests for DefWindowProc processing the...
2007-10-01  Dmitry Timoshkovuser32: WM_IME_SETCONTEXT messages are optional.
2007-09-27  Francois GougetAssorted spelling fixes.
2007-09-25  Dmitry Timoshkovuser32: Make message test pass cleanly under XP SP2.
2007-09-25  L. Rahyenuser32: Implement initial stubs for all raw input funct...
2007-09-24  Anatoly Lyutinuser32/tests: Fix test for switch maximized MDI children.
2007-09-21  Peter Oberndorferuser32/tests: Fix dialog proc prototypes.
2007-09-20  James Hawkinsuser32: Add a test that shows ddeml string handles...
2007-09-17  Alexandre Julliarduser32/tests: We can now store binary files in the...
2007-09-17  Alexandre Julliarduser32: We can now store binary files in the repository.
2007-09-17  Alexandre Julliarduser32/tests: Properly flush events in the update rect...
2007-09-17  James Hawkinskernel32: Return TRUE for all pointer params in GlobalU...
2007-09-17  James Hawkinskernel32: Fix the case where memory is freed twice...
2007-09-17  James Hawkinsuser32: Set uiLo and uiHi to zero on error.
2007-09-17  James Hawkinsuser32: Add tests for the DDE pack functions.
2007-09-13  Lei Zhanguser32: Edit control should respond to ctrl + z.
2007-09-11  Vitaliy Margolenuser32: Don't exit when double-clicking with right...
2007-09-10  Dmitry Timoshkovuser32: Add more tests for GetUpdateRect.
2007-08-31  Mikolaj Zalewskiuser32: combo: CB_SETITEMHEIGHT should make the edit...
2007-08-30  Trent Waddingtonserver: Handle existing timer replacement when no windo...
2007-08-30  Mikolaj Zalewskiuser32: Static controls should have a clipping region...
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-29  Alexandre Julliardserver: Set the queue mask directly in get_message...
2007-08-29  Steven Edwardsuser32: Remove some no longer needed wine 16bit headers.
2007-08-27  Alexandre Julliardserver: Store a separate flag for windows that need...
2007-08-27  Alexandre Julliardserver: Moving a window should only expose the immediat...
2007-08-27  Alexandre Julliarduser32: SetWindowPos should erase the parent also for...
2007-08-24  Alexandre Julliarduser32: IsChild must not consider the desktop window.
2007-08-23  Alexandre Julliardserver: Validate the parents every time we paint a...
2007-08-22  Alexandre Julliarduser32: Thread-local hooks need a module if they don...
2007-08-20  Alex Villacís Lassouser32: Fix change-drive in Win3.1-style file open...
2007-08-20  Alex Villacís Lassouser32: Fix crash while dir-navigating in Win3.1-style...
2007-08-20  Alexandre Julliardwinex11: Force a window to managed mode when it is...
2007-08-20  Alexandre Julliarduser32/tests: Allow WM_MOUSEACTIVATE in the mouse hover...
2007-08-20  Alexandre Julliarduser32/tests: Use flush_events more consistently in...
2007-08-16  Paul Vriensuser32/tests: Run tests on win95 again.
2007-08-14  Peter Verthezuser32: LB_SETITEMDATA should return 1 on success,...
2007-08-13  Jason Edmeadesuser32: Fix regression in alt, then right processing...
2007-08-13  Jason Edmeadesuser32: Allow alt+space to highlight system menu.
2007-08-13  Marcus Meissneruser32: Initialize MONITORINFO.cbSize.
2007-08-13  Detlef Riekenberguser32: Call a 16-Bit winproc again.
2007-08-10  Mikołaj Zalewskiuser32: CallWindowProc[AW] for mismatched built-in...
2007-08-09  Jason Edmeadesuser32: Skip system menu entries when using keyboard.
2007-08-09  Dmitry Timoshkovuser32: CBN_SELCHANGE notification should be sent befor...
2007-08-09  Francois GougetAssorted spelling fixes.
2007-08-09  Alexandre Julliarduser32: WM_IME_CHAR should result in posted, not sent...
2007-08-09  Alexandre Julliarduser32: Support for the magic WM_CHAR W->A conversion...
2007-08-08  Alexandre Julliarduser32/tests: Added test cases for WM_CHAR conversions.
2007-08-08  Alexandre Julliarduser32: Added support for the magic WM_CHAR A->W conver...
2007-08-08  Alexandre Julliarduser32: Factor out the calling of a window's winproc...
2007-08-08  Alexandre Julliarduser32: Factor out the various SendMessage functions...
2007-08-08  Alexandre Julliarduser32: Get rid of winproc.h and move definitions in...
2007-08-07  Alexandre Julliarduser32: Fixed the return value of DispatchMessageA/W.
2007-08-02  Alexandre Julliarduser32: Store all builtin winprocs at the start of...
2007-07-31  Alexandre Julliarduser32: Erase parent window when child is hidden. From...
2007-07-31  Detlef Riekenberguser32: Add a stub for GetAppCompatFlags2.
2007-07-30  Clinton Stimpsonuser32: Also test parent messages when hiding child...
2007-07-25  Alexandre Julliarduser32/tests: Flush events more aggressively in mouse...
2007-07-24  Jason Edmeadesuser32: MDI tile and cascade should not resize non...
2007-07-24  Jason Edmeadesuser32: Correct trace to log calculated values rather...
2007-07-23  Vitaliy Margolenserver: Treat desktop as a top-level window.
2007-07-23  Vitaliy Margolenuser32: Add test for SetForegroundWindow(desktop).
2007-07-20  Nigel Liangwinex11.drv: Implement XIMPreEditCaretCallback.
2007-07-20  Anatoly Lyutinuser32: Add comment to a function.
2007-07-20  Mikołaj Zalewskiuser32/tests: Simplify a test.
2007-07-19  Michael Stefaniucdlls: Remove unreachable break after return/break....
2007-07-19  Vitaliy Margolenuser32/test: Destroy no longer needed test dialog windows.
2007-07-16  Aric Stewartuser32: Change SetDeskWallPaper spec.
2007-07-12  Alexandre Julliarduser32: Allocate a dual A/W winproc for DefWindowProc.
2007-07-12  Alexandre Julliarduser32: Check both A and W proc for previously allocate...
2007-07-11  Alexandre Julliarduser32/tests: Flush messages more aggressively in a...
2007-07-03  Paul Vriensuser32/tests: Use skip.
next