rpcrt4/tests: Replace || by |.
[wine] / dlls / user /
2006-11-09  Marcus Meissneruser32: Replaced && 0xff by & 0xff.
2006-11-09  Francois Gougetinclude: The PSDK headers don't define WM_SYSTIMER...
2006-11-09  Mike McCormackuser32: Downgrade a FIXME to a WARN.
2006-11-08  Francois Gougetinclude: The PSDK does not have the A/W variants of...
2006-11-07  Francois Gougetuser32/include: Don't define the OBM_*, OCR_* and OIC_...
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-06  Mike McCormackuser32: The string passed to ToUnicode(Ex) is for output.
2006-11-02  Dmitry Timoshkovuser32/tests: Move the system menu test into its own...
2006-11-02  Dmitry Timoshkovuser32: Check only for -1 and -2 as special values...
2006-11-02  Dmitry Timoshkovuser32/tests: Mask a not documented extended style...
2006-10-30  Dmitry Timoshkovuser32: Add a test for CreateWindow/DestroyWindow behav...
2006-10-30  Alexandre Julliarduser32: SetWindowRgn should call SetWindowPos, not...
2006-10-30  Dmitry Timoshkovuser32: Flush painting events harder in some places...
2006-10-30  Dmitry Timoshkovuser32: Properly log HCBT_KEYSKIPPED hook event, make...
2006-10-30  Huw Daviesuser32: The hiword of the return value from LB_ITEMFROM...
2006-10-25  Alexandre Julliarduser32: Fixed maximized window size on multi-monitor...
2006-10-25  Alexandre Julliarduser32: Properly handle negative coordinates for mouse...
2006-10-24  Detlef Riekenberguser: Remove wrong comment.
2006-10-24  Mikołaj Zalewskiresources: Change Dutch sublanguage code to SUBLANG_NEU...
2006-10-24  Alexandre Julliarduser: Make sure the desktop window exists before callin...
2006-10-24  Mikołaj Zalewskiresources: Change German sublanguage code to SUBLANG_NE...
2006-10-24  Andrew Talbotuser: Remove superfluous shadow variable.
2006-10-23  Alexandre Julliarduser: Fixed MonitorFromWindow behavior for an invalid...
2006-10-23  Dmitry Timoshkovuser32: Make the test pass for GetClassName called...
2006-10-23  Alexandre Julliarduser: Adapt system metrics for multi-monitor setups.
2006-10-23  Alexandre Julliarduser: Maximize windows to the right monitor on multi...
2006-10-23  Alexandre Julliarduser: Fixed combo box drop position on multi-monitor...
2006-10-23  Alexandre Julliarduser: Take multiple monitors into account when placing...
2006-10-23  Alexandre Julliarduser: Take multiple monitors into account when placing...
2006-10-23  Alexandre Julliarduser: Take multiple monitors into account when placing...
2006-10-23  Alexandre Julliarduser: Moved GetMonitorInfo and EnumDisplayMonitors...
2006-10-23  Mike McCormackuser32: Add a test showing a problem in GetClassNameA.
2006-10-20  Byeong-Sik JeonKorean: Use SUBLANG_NEUTRAL in Korean resources.
2006-10-17  Dmitry Timoshkovuser: Add a test for ShowWindow(SW_MAXIMIZE) called...
2006-10-17  Andrew Talbotuser: Dead code fix (Coverity).
2006-10-16  Mikołaj Zalewskiuser32: Send a WM_MOUSELEAVE even if another window...
2006-10-16  Mikołaj Zalewskiuser32: When calling TrackMouseEvent with TME_LEAVE...
2006-10-16  Mikołaj Zalewskiuser32: Don't create timers with nEventId == 0 in Track...
2006-10-12  Alexandre JulliardFixed some printf warnings caused by using sizeof.
2006-10-12  Christian Gmeineruser32: SPI_GETFONTSMOOTHINGORIENTATION and SPI_SETFONT...
2006-10-11  Ge van Geldorpwinapi_test: Regenerate tests.
2006-10-11  Dmitry Timoshkovuser: Add some missing messages to the message spy.
2006-10-10  Vitaliy Margolenuser: Add test for LL mouse hook and [Get|Set]CursorPos.
2006-10-09  Louis. Lendersuser32: Return a fake device notification handle in...
2006-10-09  Michael Stefaniucuser/tests: Win64 printf format warning fixes.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-10-05  Francois Gougetuser/tests: It is perfectly valid for some sysparams...
2006-10-05  Vitaliy Margolenuser32: Pass hook handle to the destination thread.
2006-10-05  Alexandre Julliardserver: Changed the get_next_hook request to allow...
2006-10-05  Alexandre Julliarduser32: Store the prev_unicode hook flag on the client...
2006-10-05  Andrew Talbotuser/tests: Cast-qual warnings fix.
2006-10-04  Alexandre Julliarduser32: The per-window user data must be a DWORD_PTR.
2006-10-04  James Hawkinsuser: Add missing sizeof(WCHAR) multiplier.
2006-10-04  Alexandre Julliardserver: Pass the data for message callbacks as vararg...
2006-10-04  Alexandre Julliardserver: Return the data for callback results in the...
2006-10-04  Alexandre Julliardserver: Return the data for winevent hooks in the varar...
2006-10-04  Vitaliy Margolenuser: Move some common code into one function.
2006-10-03  Dmitry Timoshkovuser: Increase the time during which flush_events(...
2006-10-03  Oleg Krylovuser: Fix CopyImage function declaration.
2006-10-03  Andrew Talbotuser: Cast-qual warnings fix.
2006-10-02  Michael Stefaniucuser: Win64 printf format warning fixes.
2006-10-02  Dmitry Timoshkovuser/tests: Flush events before running mouse tests.
2006-10-02  Jason Greenuser32: Stub implementation of BlockInput.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-26  Nicolas Delcroswinuser.h: Fix PROPENUMPROCEXA/W types declarations.
2006-09-25  Mikołaj Zalewskiuser32: Update Polish translation.
2006-09-25  Aric Stewartuser: Correct buffer overflows in IME processing code.
2006-09-21  Alexandre Julliarduser: Fix handling of high bits of resource id in LoadS...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-09-08  Jesse Allenuser: ChangeDisplaySettings virtual desktop mode handli...
2006-09-07  Dmitry Timoshkovuser: Use computed icon rectangle if SS_CENTERIMAGE...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-28  Dmitry Timoshkovuser: Do not force repainting on WM_WINDOWPOSCHANGED...
2006-08-18  Alexandre Julliarduser: Add .exe extension to wineboot just in case.
2006-08-17  Alexandre Julliarduser: Defer all ExitWindowsEx processing to wineboot.
2006-08-16  Alexandre Julliarduser: Explicitly load explorer.exe from the system...
2006-08-15  Alexandre Julliarduser/tests: Fix a compiler warning, and remove some...
2006-08-14  Frank Richteruser: Fix SPI_SETICONTITLELOGFONT to check for LOGFONTW...
2006-08-14  Frank Richteruser: Initialize size of nonclients struct in load_nonc...
2006-08-11  Aric Stewartuser: Implement MNS_NOTIFYBYPOS.
2006-08-10  Mike McCormackuser32: Remember to draw the icon when SS_CENTERIMAGE...
2006-08-09  Michael Kaufmannuser: Fix the keyboard navigation and some graphical...
2006-08-09  Michael Kaufmannuser: CopyImage: Handle the flags LR_COPYDELETEORG...
2006-08-09  Michael Kaufmannuser: Accept more flags in SetMenuItemInfo and ModifyMenu.
2006-08-09  Alexandre Julliardserver: Make the message extra info 64 bits on Win64.
2006-08-09  Alexandre Julliardserver: Split the queuing of hardware messages into...
2006-08-09  Hwang YunSong(황윤성)user32: Updated Korean resource.
2006-08-09  Andrew Talbotuser/tests: Write-strings warnings fix.
2006-08-08  Robert Shearmanuser: Make ExitWindowsEx asynchronous by deferring...
2006-08-08  Andrew Talbotuser/tests: Write-strings and cast-qual warnings fix.
2006-08-04  Dan Hipschmanuser: Call SetLastError in CreateWindowEx when WS_CHILD...
2006-08-04  Dan Hipschmanuser: Add a test for CreateWindowEx.
2006-08-04  Alexandre Julliarduser: Don't bother checking the WS_VISIBLE style on...
2006-08-02  Alexandre Julliarduser: Add some missing internal Wine messages to the...
2006-08-02  Alexandre Julliarduser: Implementation of Get/SetWindowLongPtr for 64...
2006-08-01  Dmitry Timoshkovuser: Add a couple of missing bits to the SetWindowLong...
2006-07-31  Robert Shearmanuser: Ignore setting NULL window procs inside SetWindow...
2006-07-31  Vitaliy Margolenuser: Set buffer to '\0' in GetKeyNameTextA too.
2006-07-28  Alexandre Julliarduser: Abort WaitForUserIdle if the target process died.
next