msi: Append a slash to network and url sources.
[wine] / dlls / user32 /
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.
2007-10-30  Alexandre Julliarduser32: Fix a slightly incorrect assert.
2007-10-30  Mikolaj Zalewskiuser32: Better fix how to handle GetWindowLongPtr[AW...
2007-10-26  James Hawkinsuser32: Define WM_LBTRACKPOINT if it's not previously...
2007-10-26  James Hawkinsuser32: Fix a test that now passes in Windows.
2007-10-25  Lei Zhanguser32: Do not send button click to dialog with disable...
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.
next