rundll32: Check more heap allocation failure paths for consistency.
[wine] / dlls / user32 /
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...
2010-04-13  Dmitry Timoshkovuser32: Button painting code always sets up the clippin...
2010-04-12  Nikolay Sivovuser32: Set WM_EXITMENULOOP wParam same way as for...
2010-04-09  Alexandre Julliarduser32: Avoid pointer truncation in SetSysColorsTemp.
2010-04-09  Nikolay Sivovuser32: Block TrackPopupMenu if menu is already active.
2010-04-08  Joel Holdsworthuser32: Replace oic_sample.ico with Tango compliant...
2010-04-08  Joel Holdsworthuser32: Replaced oic_ques.ico with Tango compliant...
2010-04-08  Joel Holdsworthuser32: Replaced oic_note.ico with Tango compliant...
2010-04-08  Joel Holdsworthuser32: Replaced oic_hand.ico with Tango compliant...
2010-04-08  Joel Holdsworthuser32: Replaced oic_bang.ico with Tango compliant...
2010-04-07  Alexandre Julliardwinapi: Generate the 64-bit variant of structure size...
2010-04-06  Joel Holdsworthuser32: Replaced oic_winlogo.ico with Tango compliant...
2010-04-06  Alexandre Julliarduser32/tests: Fix a test that was incorrectly skipped...
2010-04-02  Alexandre Julliarduser32/tests: Use the correct type for the bits pointer...
2010-04-01  Mikhail Maroukhineuser32: Fix compiler warnings with flag -Wcast-qual.
2010-03-30  Alexandre Julliarduser32: Pack the structure for WM_DDE_ACK to allow...
2010-03-30  Alexandre Julliarduser32: Pack the low-level hook structure in messages...
2010-03-30  Alexandre Julliarduser32: Pack the MDICREATESTRUCTW structure in messages...
2010-03-30  Alexandre Julliarduser32: Pack the MDINEXTMENU structure in messages...
2010-03-30  Alexandre Julliarduser32: Pack the MSG structure in messages to allow...
2010-03-30  Alexandre Julliarduser32: Pack the NCCALCSIZE_PARAMS structure in message...
2010-03-30  Alexandre Julliarduser32: Pack the HELPINFO structure in messages to...
2010-03-30  Alexandre Julliarduser32: Pack the COPYDATASTRUCT structure in messages...
2010-03-30  Alexandre Julliarduser32: Pack the WINDOWPOS structure in messages to...
2010-03-30  Alexandre Julliarduser32: Pack the various owner-draw structures in messa...
2010-03-30  Alexandre Julliarduser32: Pack the CREATESTRUCTW structure in messages...
2010-03-29  Alexandre Julliarduser32: Always start the 64-bit version of wineboot...
2010-03-29  Alexandre Julliarduser32: Always start the 64-bit version of explorer...
2010-03-29  Mikhail Maroukhineuser32: Fix compiler warnings with flag -Wcast-qual.
2010-03-25  Sébastien Ramageuser32: End scrollbar tracking if the mouse capture...
2010-03-23  Alexandre Julliarduser32/tests: Fix a couple of race conditions.
2010-03-22  Alexandre Julliarduser32: Store the current cursor and show count in...
2010-03-22  Francois GougetAssorted spelling and case fixes.
2010-03-19  Paul Vriensuser32/tests: Fix timeouts on Win9x/WinMe.
2010-03-19  Alexandre Julliarduser32: Return fake global information in GetCursorInfo...
2010-03-19  Alexandre Julliarduser32/tests: Add some tests for GetCursorInfo.
2010-03-18  Alexandre Julliarduser32/tests: Add some tests for ShowCursor.
2010-03-18  Alexandre Julliarduser32/tests: Add some tests demonstrating that SetCurs...
2010-03-18  Henri Verbeetuser32/tests: Add a test for foreground windows on...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Dmitry Timoshkovuser32: Restore special handling of monochrome bitmaps...
2010-03-04  Jörg Höhlewinex11: Log keycode decimal <-> hex for keysym & MS...
2010-03-03  David Hedberguser32: Fix case where EM_SCROLL with page down results...
2010-03-03  David Hedberguser32: Fix return value of EDIT_EM_Scroll.
2010-03-03  Alexandre Julliardserver: Set the idle event when PeekMessage is called...
2010-03-03  Alexandre Julliarduser32: Pass HWND_BOTTOM unmodified to the server in...
2010-03-02  Henri Verbeetuser32: Also show dialogs right after a WM_TIMER message.
2010-02-24  Alexandre Julliarduser32/tests: Fix broken check of the ok() macro return...
2010-02-24  Dmitry Timoshkovuser32: DeleteDC() should allow to delete a DC returned...
2010-02-24  Nikolay Sivovuser32: Use whole window rectangle for UpdateLayeredWindow.
2010-02-24  Nikolay Sivovuser32: Intersect with passed dirty rectangle while...
2010-02-24  Nikolay Sivovuser32/tests: Test to show that caption added for WS_EX...
2010-02-23  Andrew Nguyenuser32/tests: Fix a failure message trace.
2010-02-23  Andrew Nguyenuser32: Ensure that WM_INITDIALOG passes the first...
2010-02-22  Jörg Höhleuser32: Sync vkey codes with winuser.h.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-19  Alexandre Julliarduser32: Fix Z-order handling of windows that have a...
2010-02-17  Alexandre Julliarduser32: Don't overwrite the default button id when...
2010-02-15  Kusanagi Kouichiuser32: Consolidate empty string.
2010-02-12  Alexandre Julliarduser32: Don't forward WM_SETCURSOR to the desktop window.
2010-02-11  Michael Stefaniucuser32: Don't use HIWORD() on a HINSTANCE.
2010-02-09  Dmitry Timoshkovuser32: In a DLGTEMPLATEEX resource dialog version...
2010-02-08  Alexandre Julliarduser32: Do not load 16-bit user.exe by default.
2010-02-08  Alexandre Julliarduser32: Store 32-bit and 16-bit cursors/icons in indepe...
2010-02-08  Reece Dunnuser32/tests: Make the MDI client take up the whole...
2010-02-08  Paul Vriensuser32/tests: Fix crash on Win9x/WinMe.
2010-02-08  Paul Vriensuser32/tests: Don't try to detect Win9x/WinMe several...
2010-02-05  Bernhard Übelackeruser32: Don't hide the window in SetParent when window...
2010-02-05  Alexandre Julliarduser32/tests: Fix the menu capture test for NT4.
2010-02-04  Michael Stefaniucuser32: Don't print the function name twice in a FIXME.
2010-02-04  Michael Stefaniucuser32: Avoid using HIWORD() on atoms/resources.
2010-02-03  Alexandre Julliarduser32: Add a safety check in release_user_handle_ptr.
2010-02-02  Alexandre Julliarduser32: Fix the WM_CONTEXTMENU parameter for 64-bit.
2010-02-02  Alexandre Julliarduser32/tests: Dispatch a message in case we can a WM_PAINT.
2010-01-25  Jason Edmeadesuser32: Preselect all editbox text when combo gets...
2010-01-25  Jason Edmeadesuser32/tests: Combo should preselect all text on first...
2010-01-25  Justin Chevrieruser32: EnumDisplayDevicesW, populate DeviceID member.
2010-01-22  Paul Vriensuser32/tests: Don't crash on Win9x/WinMe.
2010-01-18  Kusanagi Kouichiuser32: F10 key deactivates menu.
2010-01-18  Paul Vriensuser32/tests: Run tests again on Win95.
2010-01-14  Kusanagi Kouichiuser32: Make DefWindowProc handle Shift+F10.
2010-01-14  Kusanagi Kouichiuser32/tests: Add test for Shift+F10.
2010-01-14  Peter Dons Tychsenuser32: Do not allow a change of capture if the current...
2010-01-14  Michael Stefaniucuser32: Avoid newlines inside FIXME messages.
2010-01-11  Alexander Kochetkovuser32: Fix arithmetic overflow in GetThumbVal.
2010-01-08  Nikolay Sivovuser32/tests: Forward test proc to default dialog proce...
next