winedos: Clear TF bit before passing control to a VM86 interrupt handler.
[wine] / dlls / user /
2006-03-22  Alexandre Julliardserver: Class and global atoms should not be local...
2006-03-22  Huw Daviesuser32: Only adjust the margins if the edit control...
2006-03-18  Mike McCormackRemove some unnecessary uses of windowsx.h
2006-03-15  Alexandre Julliarduser/tests: Try harder to flush X events before running...
2006-03-09  Alexandre Julliarduser: Support packing/unpacking the WM_DEVICECHANGE...
2006-03-09  Mike McCormackuser: The height of a ListBox item can be no more than...
2006-03-07  Alexandre Julliarduser: Launch explorer to manage the desktop window.
2006-03-06  Alexandre Julliardserver: Return real parent and owner in the create_wind...
2006-03-06  Alexandre Julliarduser: Allow creating windows of the desktop class.
2006-03-06  Alexandre Julliarduser: Allow some Wine internal messages to act on the...
2006-03-04  Byeong-Sik Jeonuser32: Fix the default height for CJK fonts.
2006-03-02  Vitaly Lipatovuser: Fix uninitialized rectangle in menu arrow painting.
2006-03-01  Rein Klazesuser32: Fix handling of '\b' right flush character...
2006-03-01  Jason Edmeadesuser32: Ensure VK_UP displays the popup menu for the...
2006-02-24  Francois GougetAssorted spelling fixes.
2006-02-24  Francois Gougetuser32: Handle WM_ENDSESSION in DefWinProc().
2006-02-24  Francois Gougetuser32: 0 vs. INFINITE timeout.
2006-02-24  Francois Gougetuser: Fix ExitWindows().
2006-02-24  Francois Gougetuser: Give meaningful names to the structures used...
2006-02-20  Rein Klazesmenu: Take the MF_DEFAULT flag in to account in MENU_Ca...
2006-02-20  Rein Klazesuser: Add conformance tests for menu item drawing.
2006-02-20  Rein Klazesuser: Menu drawing fixes.
2006-02-20  Rein Klazesuser: Menu string width calculation fixes.
2006-02-20  Rein Klazesuser: Menu drawing fixes.
2006-02-20  Rein Klazesuser: Menu drawing fixes.
2006-02-20  Rein Klazesuser: Move drawing of pop menu arrows to a subroutine...
2006-02-20  Michael Kaufmannuser: Add the DS_NOIDLEMSG style to message boxes.
2006-02-17  Phil Krylovuser: Implement scrolling in popup menus.
2006-02-14  Troy Rollouser: Fix argument type of IsDlgButtonChecked.
2006-02-14  Troy Rollouser: Fix argument type for EnableScrollBar.
2006-02-14  Troy Rollouser: Fix argument types for CheckRadioButton.
2006-02-14  Troy Rollouser: Fix return type and argument type for GetDlgItemT...
2006-02-13  Petr Tesarikuser32: Czech language resources encoding fix.
2006-02-06  Francois GougetAssorted spelling fixes.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-02-06  Fatih Aşıcıuser: Turkish translation.
2006-01-30  Michael Kaufmannuser: Remove internal messages from the message queue...
2006-01-30  Alexandre JulliardFixed creation of PS_ALTERNATE pens.
2006-01-30  Vitaliy Margolenuser: Remove duplicate code.
2006-01-30  Vitaliy Margolenuser/tests: Add test for low level mouse hooks.
2006-01-27  Rein Klazesuser: Fix SPI_{G|S}ETFONTSMOOTHING with tests.
2006-01-27  Huw Daviesuser: Don't automatically add a bunch of styles in...
2006-01-27  Rein Klazesuser: Fix DrawTextExA/W on empty strings.
2006-01-27  Dmitry Timoshkovuser: Postpone resetting SCROLL_TrackingWin untill...
2006-01-25  Vitaliy Margolenuser: Don't drop owned windows in WIN_EnumChildWindows.
2006-01-25  Michael Kaufmannstatic control: SS_CENTERIMAGE fixes.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-24  Alexandre JulliardAvoid importing _strlwr/_strupr from ntdll.
2006-01-23  Louis Lendersuser32: Added stub for UpdateLayeredWindow.
2006-01-23  Dmitry Timoshkovuser32: Make GetMenuItemInfo tests pass under Wine.
2006-01-23  Vitaliy Margolenuser: Add missing WIN_ReleasePtr.
2006-01-20  Detlef Riekenberguser/tests: Added \n to a few ok() calls.
2006-01-19  Ken Thomasesuser: Fixed the lifetime of MDICREATESTRUCT variables.
2006-01-19  Jason Edmeadesuser: Tests for when the menu is incorrect because...
2006-01-17  Michael Kaufmannstatic control: Immediately repaint the control.
2006-01-17  Michael Kaufmannstatic control: Separate WM_NCCREATE and WM_SETTEXT.
2006-01-17  Michael Kaufmannstatic control: Don't load OEM bitmaps.
2006-01-17  Michael Kaufmannstatic control: STN_ENABLE and STN_DISABLE notifications.
2006-01-17  Michael Kaufmannstatic control: Better STM_GETIMAGE.
2006-01-17  Michael Kaufmannstatic control: Support SS_REALSIZEIMAGE.
2006-01-17  Michael Kaufmannstatic control: Support SS_REALSIZECONTROL.
2006-01-17  Michael Kaufmannstatic control: Background of enhanced metafiles.
2006-01-17  Michael Kaufmannstatic control: Support text style flags.
2006-01-17  Robert Shearmanuser: Fix WM_QUIT message ordering from PostQuitMessage.
2006-01-16  Rein Klazesuser: Avoid buffer overflow in sysparams.c.
2006-01-10  Troy Rollouser: Fix return type of EnableMenuItem.
2006-01-10  Michael Kaufmannuser: Improve the ownerdraw support of the static control.
2006-01-10  Michael Kaufmannuser: The LoadImage resource string may be a numeric...
2006-01-09  Phil Krylovuser: Fix dropdown combo creation when there is no...
2006-01-09  Mike McCormackuser32: Update the list of things to fix in the Combo...
2006-01-09  Rein Klazesuser32: Prevent a crash in GetMenuStringA caused by...
2006-01-06  Raimonds Praudeuser32: Limit text in the edit field of a combo box.
2006-01-06  Michael KaufmannStatic control: Support enhanced metafiles.
2006-01-04  Rein Klazesuser32: Menu tracing improvements.
2006-01-03  Rein Klazesuser32: Separate menu bitmaps and strings.
2006-01-03  Francois GougetAssorted spelling fixes
2006-01-03  Vitaliy Margolengdi: Device name returned from EnumDisplayDevices is...
2005-12-22  Alexandre Julliarduser/tests: Remove todo_wine from a few tests that...
2005-12-22  Dmitry Timoshkovuser32/tests: Add a PeekMessage test.
2005-12-19  Aric Stewartuser: Make the edit control IME aware and implement...
2005-12-19  Vitaliy Margolenuser: Fix LB_GETTEXT unmapping for A<->W.
2005-12-19  Rein Klazesuser: Fix hrgn leaks in win.c test.
2005-12-19  Lauri Tulminuser32: Don't truncate text when creating edit control.
2005-12-19  Rein Klazesx11drv: Do not use the scroll rectangle for clipping...
2005-12-17  Dmitry Timoshkovx11drv: ScrollDC should not clip output if a clipping...
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-16  Alexandre JulliardWe no longer need to handle EXCEPTION_PRIV_INSTRUCTION...
2005-12-16  Rein Klazesuser32: Implement saving and fix reading of nonclient...
2005-12-14  Rein Klazesuser: Read/save minimized metrics from/to registry.
2005-12-14  Aric Stewartuser: GetClipboardFormatNameA fix.
2005-12-12  Eric PouechConst correctness fixes.
2005-12-09  Vincent BéronAdd some missing includes which contain used prototypes.
2005-12-05  Alexandre Julliarduser: Fixed copy/paste bug in CURSORICON_GetResIconEntry.
2005-12-01  Dmitry TimoshkovAdd a test for LB_SELITEMRANGE, make it pass under...
2005-11-30  Dmitry TimoshkovAdd a test for RedrawWindow with an empty region/rectan...
2005-11-30  Vitaliy MargolenShowWindows(SW_SHOWMAXIMIZED) should ignore WS_MAXIMIZE...
2005-11-30  Vitaliy MargolenNew maximized visible window should be shown with
2005-11-30  Vitaliy MargolenCreateWindow should not activate invisible minimized...
2005-11-29  Vitaliy MargolenEnumChildWindows should return result from the callback.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
next