schannel: Use FIELD_OFFSET instead of offsetof.
[wine] / dlls / user32 /
2007-05-29  Francois Gougetuser32/tests: SWP_STATECHANGED is an undocumented flag...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-24  Dmitry Timoshkovuser32/tests: Fix a problem revealed by compilation...
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-05-21  Francois Gougetuser32/tests: Fix compilation with gcc 2.95.
2007-05-18  Michael Karcheruser32: Reduce the PeekMessage timeout to zero for...
2007-05-16  Dmitry Timoshkovuser32: Remove duplicated code.
2007-05-16  Anatoly Lyutinuser32: mdi: Fix switch with wParam in WM_SYSCOMMAND...
2007-05-15  Dmitry Timoshkovuser32: Add a test for the menu resource loader, make...
2007-05-15  Dmitry Timoshkovuser32: Add a test for CheckMenuRadioItem and make...
2007-05-08  Dmitry Timoshkovuser32: Windows doesn't send the initialization message...
2007-05-03  Mikołaj Zalewskiuser32: Fix TabbedTextOut.
2007-04-27  Kevin Koltzauuser32: Draw menu item bitmaps in the correct location...
2007-04-26  Dmitry Timoshkovuser32: Windows doesn't redraw a window if it is being...
2007-04-20  Huw Daviesuser32: Cache the text buffer length to avoid excessive...
2007-04-20  Huw Daviesuser32: Add a function to return the length of the...
2007-04-20  Huw Daviesuser32: Keep track of whether the app has asked for...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-16  Jan Zerebeckiuser32: Fix to succeed reliably in test where it works...
2007-04-16  Andrew Talbotuser32: Make function definitions and declarations...
2007-04-12  Louis Lendersuser32: Add RealChildWindowFromPoint.
2007-04-12  Lei Zhanguser32: WM_ACTIVATEAPP on minimize message test.
2007-04-06  Dmitry Timoshkovuser32: Windows uses ptMaxTrackSize to set an initial...
2007-04-05  Paul Vriensuser32/tests: Don't run unicode tests if not supported.
2007-04-04  Alexandre Julliardwinex11.drv: Store the display file descriptor directly...
2007-03-28  Marcin Grześkowiakuser32: Use charset of currently selected font in DrawT...
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-27  Mikołaj Zalewskiuser32: combobox: The text area height should be font_h...
2007-03-22  Dmitry Timoshkovuser32: WM_GETTEXT message converters have to 0-termina...
2007-03-20  Dmitry Timoshkovuser32: Avoid compiler specific code in the DefWindowPr...
2007-03-19  Mikołaj Zalewskiuser32: tests: Using DefWindowProcA with RegisterClassW...
2007-03-17  Andrew Talbotuser32: Replace inline static with static inline.
2007-03-17  Huw Daviesuser32: Use a window's icon in preference to its class...
2007-03-16  Dmitry Timoshkovuser32: Restore erroneously removed chunk of code.
2007-03-14  Rob Shearmanuser32: Add several more MsgWaitForMultipleObjects...
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-13  Juan Languser32: Fix a comment.
2007-03-07  Aric Stewartuser32: Don't delete hrgnClip until we are done using it.
2007-03-06  Andrew Talbotuser32: Replace const pointer parameters with correct...
2007-03-06  Dmitry Timoshkovuser32: Make the excessive scroll test pass under Windows.
2007-03-05  Alexandre Julliardserver: Expose areas revealed by changes to the window...
2007-03-05  Dmitry Timoshkovuser32: win2k and XP return broken border info in GetWi...
2007-03-05  Dmitry Timoshkovuser32: Fix most of test failures when running message...
2007-03-02  Clinton Stimpsonuser32: Add another test for GetUpdateRect().
2007-02-28  Dmitry Timoshkovuser32: Fix a test failure when running under Windows...
2007-02-27  Dmitry Timoshkovuser32: Simplify height calculation.
2007-02-27  Rob Shearmanuser32: Send WM_GETTEXT to get the window caption when...
2007-02-26  Fabian Bieleruser32: Do not call NULL message callback.
2007-02-23  Francois Gougetuser32/tests: Fix the ChangeDisplaySettingsEx() test...
2007-02-21  Alexandre Julliardserver: Added support for the PM_QS_* flags in PeekMessage.
2007-02-21  Dmitry Timoshkovuser32: Add a CreateIcon test, make it pass under Wine.
2007-02-21  Dmitry Timoshkovuser32: Add traces to the cursor APIs.
2007-02-20  Dmitry Timoshkovuser32: Add a test for DefDlgProc(WM_SETFOCUS), make...
2007-02-15  Louis Lendersuser32: Fix error return values in DialogBoxParam ...
2007-02-14  Aric Stewartuser32: Scroll window fix.
2007-02-14  Dmitry Timoshkovuser32: Avoid sending unwanted DM_GETDEFID/DM_SETDEFID...
2007-02-13  Kirill K. Smirnovuser32/tests: Add tests for WM_SETICON.
2007-02-13  Kirill K. Smirnovuser32: Handle WM_SETICON message similarly to WM_SETTEXT.
2007-02-13  Dmitry Timoshkovuser32: Activate an MDI child on WM_SETFOCUS as well...
2007-02-09  Paul Vriensuser32/listbox: Remove deadcode (Coverity).
2007-02-09  Vitaly LipatovSome fixes in russian resources.
2007-02-08  Louis Lendersuser32: Don't crash if a WM_NCCREATE message is sent...
2007-02-07  Clinton Stimpsonuser32: Add test cases for update rects affected by...
2007-02-07  Aric Stewartuser32: We are calculating the height for the drop...
2007-02-06  Clinton Stimpsonuser32: WM_SETFONT on button doesn't repaint directly.
2007-02-06  Andrew Talbotuser32: Remove unused function.
2007-02-06  Andrew Talbotuser32: Remove unused variables.
2007-02-05  Dmitry Timoshkovuser32: Add the tests for minimize/restore MDI child...
2007-02-05  Dmitry Timoshkovuser32: Although Windows sends WM_GETMINMAXINFO at...
2007-02-05  Andrew Talbotuser32: Declare some functions static.
2007-02-05  Dmitry Timoshkovuser32: Dump contents of CREATESTRUCT in WM_[NC]CREATE...
2007-01-24  Dmitry Timoshkovuser32: Do not use DIB APIs for bitmap bits in a device...
2007-01-24  Dmitry Timoshkovuser32: Using DIB APIs to convert a DDB to monochrome...
2007-01-23  Peter Oberndorferuser32: Only try to remove the MDI document icon from...
2007-01-22  Louis Lendersuser32: Define RealChildWindowFromPoint as a real stub.
2007-01-19  Dmitry Timoshkovuser32: Some apps pass a color bitmap as a mask to...
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-18  Mike McCormackuser32: Add a test showing WM_GETTEXT doesn't crash...
2007-01-18  Mike McCormackuser32: Add an exception handler around the WM_GETTEXT...
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2007-01-15  Dmitry Timoshkovuser32: Remove redundant visibility checks of a maximiz...
2007-01-15  Dmitry Timoshkovuser32: Simplify some maximized MDI child checks.
2007-01-15  Dmitry Timoshkovuser32: Remove MDI_AugmentFrameMenu call from WM_MDICRE...
2007-01-12  Paul Vriensuser32/tests: Cast-qual warning fixes.
2007-01-11  Dmitry Timoshkovuser32: Add a simple DrawState test, make it pass under...
2007-01-11  Louis Lendersuser32: Update Dutch resources.
2007-01-10  Michael Stefaniucjanitorial: Use the C standard for multiline strings.
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2007-01-08  Dmitry Timoshkovuser32: Restore old WM_SIZE handler in mdi child.
2007-01-08  Dmitry Timoshkovuser32: Add one more GetSystemMenu test.
2007-01-08  Dmitry Timoshkovuser32: Make message tests pass cleanly under XP SP2.
2007-01-06  Vitaliy Margolenwinex11drv/user32: Add ClipCursor to x11drv to pass...
2007-01-05  Kai Blinuser32: If pTest was allocated, length has to be >...
2007-01-04  Dmitry Timoshkovuser32: Fix some failures in the MDI message test.
2007-01-04  Dmitry Timoshkovuser32: Fix some failures of the ShowWindow test under...
2007-01-03  Reinhard Karcheruser32: Speed improvement for 16bit comm support.
2007-01-03  Reinhard Karcheruser32: Speed improvement for 16bit comm support.
next