oleaut32: Fix a reference count leak in CreateDispTypeInfo.
[wine] / dlls / user /
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.
2006-07-27  Andrew Talbotuser/tests: Write-strings warnings fix.
2006-07-26  Vitaliy Margolenx11drv: Number of fixes for ChangeDisplaySettingsEx...
2006-07-26  Alexandre Julliardserver: Rename the wait_input_idle request to better...
2006-07-24  Dmitry Timoshkovuser: Add more TrackMouseEvent tests, particularly...
2006-07-24  Dmitry Timoshkovuser: Various TrackMouseEvent fixes.
2006-07-24  Dmitry Timoshkovuser: Add a trace to EndDeferWindowPos.
2006-07-24  Dmitry Timoshkovuser: Use (win) debug channel by default, add a TRACE...
2006-07-21  Dmitry Timoshkovuser: Add a TrackMouseEvent test, make it pass under...
2006-07-12  Ge van Geldorpuser32: Implement Get/SetClassLongPtrA/W.
2006-07-12  Andrew Ziemuser: Implement Ascii version of SPI_GETDESKWALLPAPER.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-10  Dmitry Timoshkovuser: Improve SetActiveWindow test, add SetForegroundWi...
2006-07-07  Michael Stefaniucjanitorial: Put "inline static" at the beginning of...
next