urlmon: Implemented IUri_GetAbsoluteUri.
[wine] / dlls / user32 /
2010-08-16  Dmitry Timoshkovuser32: Properly pack the WM_WINE_SETWINDOWPOS internal...
2010-08-04  Dmitry Timoshkovuser32: Protect from setting as a window owner one...
2010-08-03  Dmitry Timoshkovuser32: Add a test for GetClassInfo, make it pass under...
2010-07-26  Alexandre Julliardgdi32: Replace the SelectVisRgn Wine-specific export...
2010-07-26  Paul Vriensuser32: Add the Serbian (Cyrillic) translation.
2010-07-24  Alexandre Julliarduser32: Don't make constants static to avoid compile...
2010-07-23  Paul Vriensuser32: Add the Serbian (Latin) translation.
2010-07-22  Alexandre Julliarduser32: DCX_NORESETATTRS should be applied at DC releas...
2010-07-22  Dylan Smithuser32: Prevent resize of minimized windows from SetWin...
2010-07-22  Dylan Smithuser32/tests: Minimized windows shouldn't be resizable.
2010-07-22  Michael Stefaniucuser32: Remove the ignored common resource attributes.
2010-07-21  Dylan Smithuser32: DefMDIChildProc sends WM_MDINEXT with active...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-19  Dylan Smithuser32: RegisterClassEx should check for invalid cbSize...
2010-07-19  Sven Baarsuser32: Fix the Dutch translation.
2010-07-19  Vincent Povirkuser32: Don't dump structures of some ambiguous listvie...
2010-07-12  Igor Paliychukuser32: Ukrainian translation update.
2010-07-07  André Hentscheluser32/tests: The dialog for that proc has no IDCANCEL.
2010-07-02  André Hentscheluser32/tests: Test that GetDlgItem does not recurse.
2010-07-01  Austin Englishuser32: Fix a compiler warning on mingw.
2010-06-30  André Hentscheluser32/tests: Use if(0) instead of a comment to make...
2010-06-24  Alexandre Julliarduser32: Add a heuristic for Unicode mappings of DDE...
2010-06-24  Alexandre Julliarduser32/tests: Fix more DDE test failures on Win9x.
2010-06-24  Alexandre Julliarduser32/tests: Add some Unicode test cases for A/W mappings.
2010-06-24  Alexandre Julliarduser32/tests: Restructure the DDE end-to-end tests...
2010-06-23  Alexandre Julliarduser32/tests: Fix some DDE test failures on Win9x.
2010-06-23  Alexandre Julliarduser32/tests: Add more systematic tests to validate...
2010-06-21  André Hentscheluser32: Update comment.
2010-06-21  Alexandre Julliarduser32: Fallback to English in MessageBoxIndirect if...
2010-06-18  Vitaly LipatovUpdate Russian translations.
2010-06-18  Paul Chitescuuser32: Use a safer method of freeing user handles...
2010-06-18  Paul Vriensuser32: Add another flag to the TRACE().
2010-06-17  Alexandre Julliarduser32: Destroy the unused buttons in a message box...
2010-06-17  Alexandre Julliarduser32/tests: Fix some class tests that behave differen...
2010-06-17  Alexandre Julliarduser32/tests: Ignore repeat key flag that causes occasi...
2010-06-17  Alexandre Julliarduser32/tests: Expand the DCX_NORESETATTR test to make...
2010-06-16  Alexandre Julliarduser32: Don't try to alpha blend icons when drawing...
2010-06-09  Paul Vriensuser32: Update the Danish translation and convert to...
2010-06-09  Łukasz Wojniłowiczuser32: Update the Polish translation.
2010-06-07  Wolfram Sanguser32: No sanity checks for BITMAPCOREINFO in BITMAP_Load.
2010-05-31  Alexandre Julliarduser32: Fallback to normal icon drawing if AlphaBlend...
2010-05-28  Alexandre Julliarduser32: Only skip redraws on MDI child unmaximize if...
2010-05-28  Alexandre Julliarduser32: Re-enable the fast code path in CreateIconIndirect.
2010-05-27  Alexandre Julliarduser32: Don't include winbase16.h.
2010-05-27  Austin Englishuser32/tests: Check return value of GetUpdateRect in...
2010-05-26  Alexandre Julliarduser32: Copy icon bits by hand in CreateIconIndirect...
2010-05-26  Alexandre Julliarduser32: Check the active window instead of the foregrou...
2010-05-25  Alexandre Julliarduser32/tests: Fix a test failure in desktop mode.
2010-05-24  Austin Englishuser32/tests: Check return value of DdeClientTransactio...
2010-05-24  Austin Englishuser32: Add test for drop down width in test_changesize().
2010-05-23  Alexandre Julliarduser32: Don't repaint the caret in SetCaretPos if the...
2010-05-21  Michael Stefaniucuser32: Avoid using long.
2010-05-21  Alexandre Julliarduser32: Get rid of the CURSORICONINFO structure in...
2010-05-21  Alexandre Julliarduser32: No longer store the icon bits in the icon object.
2010-05-21  Alexandre Julliarduser32: Remove the CURSORICONINFO parameter in the...
2010-05-20  Alexandre Julliarduser32: Use the stored color and mask bitmaps instead...
2010-05-20  Alexandre Julliarduser32: Use the stored color and mask bitmaps instead...
2010-05-20  Alexandre Julliarduser32: Store a pre-computed alpha bitmap for 32-bpp...
2010-05-20  Alexandre Julliarduser32: Store color and mask bitmaps in the cursor...
2010-05-20  Alexandre Julliarduser32: Define an explicit structure for storing the...
2010-05-20  Michael Stefaniucuser32: Avoid a potential NULL pointer dereference...
2010-05-20  Alexandre Julliarduser32: Ignore the bitmap offset if it's not set.
2010-05-19  Henri Verbeetuser32: Verify we got a valid window handle in GetDCEx().
2010-05-19  Michael Stefaniucuser32: Remove superfluous "not NULL" check of the...
2010-05-19  Andrew EikumRevert "user32: Don't use DLGTEMPLATE's ExStyle when...
2010-05-18  Dmitry Timoshkovuser32: Paint button focus in the ODA_SELECT case too.
2010-05-18  Michael Stefaniucuser32: Remove redundant not NULL check of variable...
2010-05-17  Dmitry Timoshkovuser32: Add BM_SETSTATE/BM_SETCHECK message tests for...
2010-05-17  Wolfram Sanguser32: Apply sanity-check in BITMAP_Load.
2010-05-14  Alexandre JulliardFix the bitmap info size computation when masks are...
2010-05-12  Gerald Pfeiferuser32/tests: Make checks in test_LoadImageFile and...
2010-05-11  Alexandre Julliardserver: Return the cursor information for a thread...
2010-05-10  Gerald Pfeiferuser32/tests: Remove variable atom which is not really...
2010-05-10  Wolfram Sanguser32: Honor bfOffBits in BITMAP_Load.
2010-05-10  Nikolay Sivovuser32: Fix selected brush color for caret bitmap creation.
2010-05-10  Alexandre Julliarduser32: Fix checking of show count in ShowCursor.
2010-05-10  Gerald Pfeiferuser32/tests: Remove SetShellWindowEx from test_shell_w...
2010-05-08  Andrew Eikumuser32: Don't use DLGTEMPLATE's ExStyle when creating...
2010-05-07  Alexandre Julliarduser32: Make DrawIcon simply call DrawIconEx.
2010-05-07  Alexandre Julliarduser32: Use the correct rop when blitting an icon in...
2010-05-07  Alexandre Julliarduser32: Fix drawing of 1-bpp icons in DrawIconEx.
2010-05-07  Alexandre Julliarduser32: Return the icon depth instead of number of...
2010-05-06  Joel Holdsworthuser32: Fixed some minor glitches in oic_winlogo.ico.
2010-05-04  Gerald Pfeiferuser32/tests: Remove variable old_left_margin which...
2010-05-04  Gerald Pfeiferuser32/tests: Destroy the window we created at the...
2010-05-03  Paul Vriensuser32/tests: Run the tests again on Win95.
2010-04-29  Alexandre Julliardwinex11: Make the cursor window global instead of per...
2010-04-26  Alexandre Julliarduser32: Only call the driver DestroyCursorIcon entry...
2010-04-26  Wolfram Sanguser32: Ignore reserved bytes in BMP fileheader.
2010-04-26  Nikolay Sivovuser32/tests: Add some GetDlgItem() tests regarding...
2010-04-25  Vincent Povirkuser32: Focus editboxes when the context menu is opened.
2010-04-22  Gerald Pfeiferuser32: Remove variable mask which is not really used...
2010-04-21  Alexandre Julliarduser32: Fix handling of bitmap header size for V4/V5...
2010-04-21  Alexandre Julliarduser32: Only call the driver when the cursor has actual...
2010-04-21  Alexandre Julliarduser32: Remove the CURSORICON parameter in the SetCurso...
2010-04-20  Alexandre Julliarduser32: Add driver entry points for cursor creation...
2010-04-20  Jaime Raveuser32: Draw the rect edges from left to right and...
2010-04-19  Michael Stefaniucuser32: Avoid using HIWORD on a string pointer.
2010-04-16  Dmitry Timoshkovuser32: Do not ask DrawFrameControl() to modify the...
2010-04-13  Alexandre Julliarduser32: The Z-order of owned windows doesn't depend...
next