Avoid a couple of 'clobbered by longjmp' warnings.
[wine] / dlls / user /
2005-09-07  Alexandre JulliardDon't fallback to LoadMenu16 when the window is created...
2005-09-07  Alexandre JulliardOnly access 16-bit stack if really necessary.
2005-09-06  Michael Kaufmann- Fix text placement.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-27  Jason EdmeadesListbox delete string handling should validate the...
2005-08-25  Vitaly Lipatov- remove return: now break loop if can't change state...
2005-08-22  Mike McCormackFix magic item handling and warnings.
2005-08-22  Mike McCormackFix gcc 4.0 warnings.
2005-08-22  Mike McCormackFix some gcc 4.0 warnings.
2005-08-22  Jacek CabanFix RegisterWindowMessage declaration and improve debug...
2005-08-19  Frank RichterFix wrong structure size check in GetScrollBarInfo().
2005-08-19  Mike McCormackMake sure a cursor is always returned if one exists.
2005-08-18  Mike McCormackFix uninitialized variable warnings emitted by gcc...
2005-08-16  Frank RichterChange CB_GETCOMBOBOX to return STATE_SYSTEM_PRESSED in
2005-08-15  Vincent BéronChange some TRACEing formats to make more sense.
2005-08-11  Alexandre JulliardSet remove to TRUE in accept_hardware_message for messa...
2005-08-10  Francois GougetDefine DCX_USESTYLE if it is not defined already. Fixes the
2005-08-10  Alexandre JulliardUse the proper WOW functions everywhere instead of...
2005-08-10  Alexandre JulliardMake sure we don't call the graphics driver after proce...
2005-08-09  Dmitry TimoshkovMake CreateWindow with invalid menu handle test pass...
2005-08-08  Francois GougetCreateWindow(parent=NULL, ctlid!=0) should fail.
2005-08-08  Francois GougetThe listbox test shows that the control id must be...
2005-08-03  Alexandre JulliardCall the USER driver directly to check for X events...
2005-08-02  Lauri TulminAdd tests for repainting windows with CS_PARENTDC class...
2005-08-01  Alexandre JulliardAdded commented out stubs for a bunch of new functions.
2005-07-29  Dmitry Timoshkov- Add an ownerdrawn listbox test, which confirms that...
2005-07-26  Phil KrylovTranslate the whole wparam to/from Unicode.
2005-07-25  Dmitry TimoshkovTake into account CS_NOCLOSE window class style and...
2005-07-22  Alexandre JulliardStore the SysIP property using a string to avoid troubl...
2005-07-22  Alexandre JulliardFixed get_window_properties to correctly specify the...
2005-07-20  Alexandre JulliardGet rid of cursoricon.h.
2005-07-19  Alexandre JulliardSave the scope window for mouse events before overwriti...
2005-07-19  Alexandre JulliardInitialize the various menu global variables on demand...
2005-07-18  Robert ShearmanReplace calls to DIALOG_GetCharSize with code to do...
2005-07-18  Alexandre JulliardLoad the USER driver on demand instead of at user32...
2005-07-18  Alexandre JulliardFixed a few prototypes in the USER driver.
2005-07-18  Alexandre JulliardLoad system metrics on demand instead of initializing...
2005-07-18  Felix NawothnigAdd stub for SetLayeredWindowAttributes.
2005-07-18  Paul VriensDon't run tests on platforms that don't support WindowS...
2005-07-15  Alexandre JulliardAdded a bunch of utility functions to factor out a...
2005-07-15  Frank RichterAdd support for drawing gradient captions.
2005-07-12  Mike McCormackClean up CURSORICON_Load.
2005-07-12  Mike McCormackRemove CURSORICON_SimulateLoadingFromResourceW.
2005-07-12  Mike McCormackModify CURSORICON_FindBestIcon/Cursor to use enumerator...
2005-07-12  Robert ShearmanCall SetLastError on errors.
2005-07-12  Robert Shearman- Support right-aligned text in TabbedTextOut.
2005-07-12  Robert Shearman- Implement LB_SETLOCALE.
2005-07-11  Robert ShearmanThe units passed into LB_SETTABSTOPS are dialog units...
2005-07-11  Mike McCormackReplace CURSORICON_CreateFromResource by CreateIconFrom...
2005-07-11  Mike McCormackRemove unused function args.
2005-07-10  Felix NawothnigFix a typo.
2005-07-08  Alexandre JulliardPut in place the basic infrastructure to allow supporti...
2005-07-08  Dmitry TimoshkovAdd DDE transaction test, make it pass under Wine.
2005-07-08  Frank RichterAlways zero destination buffer in SYSPARAMS_LoadRaw...
2005-07-07  Alexandre JulliardMoved initialization of the desktop window in the graph...
2005-07-07  Alexandre JulliardRemoved creation of the no longer used shading brush.
2005-07-07  Frank RichterAdd support for proper saving of the "FLATMENU" and...
2005-07-07  Frank RichterWine has now a Marlett font, hence the window buttons...
2005-07-07  Alexandre JulliardDelay creation of the internal pos atom until needed.
2005-07-07  Dmitry TimoshkovAdd a MsgWaitForMultipleObjects test.
2005-07-07  Dmitry TimoshkovMake IsWindowUnicode work in the case when window belon...
2005-07-07  Felix NawothnigUpdate TODO list.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-06  Rein Klazes- when sending the WM_DRAWITEM message in case of a...
2005-07-06  Alexandre JulliardRestore the clip region after GetDCEx in send_erase...
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-07-06  Felix NawothnigClear buffer before querying the registry in SYSPARAMS_...
2005-07-06  Mike McCormack-Wpointer-sign fixes for gcc 4.0.
2005-07-05  Vitaliy MargolenFix some failing tests.
2005-07-05  Detlef RiekenbergLoadImageW: Fix type of TRACE parameter.
2005-07-05  Frank RichterAdd support for drawing menus in "flat" style.
2005-07-05  Dmitry TimoshkovAdd a test case for IsWindowUnicode.
2005-07-05  Frank RichterAdd support for SPI_[SG]ETFLATMENU in SystemParametersI...
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-07-01  Andreas MohrHCONV and HCONVLIST are 32bit handles.
2005-07-01  Robert ShearmanGetDlgItemText should always try to NULL terminate...
2005-06-30  Alexandre JulliardRevert SPI_SETMOUSEBUTTONSWAP changes.
2005-06-30  Dmitry TimoshkovFix a typo in ReuseDDElParam: GlobalLock supposed to...
2005-06-28  Alexandre JulliardKeep track of the windows and hooks used by a thread...
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-27  Eric PouechConst correctness fixes.
2005-06-27  Jacek CabanBetter notify macro
2005-06-25  Andreas MohrFix some 16-bit return values.
2005-06-25  Michael Kaufmann- Remove the old margins from the format rectangle...
2005-06-24  Michael KaufmannPaint the background with the correct color if WS_BORDER.
2005-06-23  Alexandre JulliardSort entry points in the same order as Windows.
2005-06-22  Mike McCormackFix declarations, remove unused code.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-21  Rein KlazesIn reg_get_logfont:
2005-06-20  Alexandre JulliardMoved a few registry keys from HKLM\Software\Wine to
2005-06-20  Vitaly LipatovFix returned value for SPI_SETMOUSEBUTTONSWAP.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Rein KlazesOwner drawn menu item size calculation fixes:
2005-06-20  Hans LeidekkerStub implementation for GetMenuBarInfo.
2005-06-20  Rein KlazesIn SCROLL_DrawScrollbar allocate the internal info...
2005-06-17  Vitaliy MargolenDeactivate active window in ShowWindow(,SW_HIDE).
2005-06-17  Vitaliy MargolenShowOwnedPopups and WM_SHOWWINDOW should handle non...
2005-06-17  Dmitry TimoshkovDdeCreateStringHandleA/W takes a pointer to a const...
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-15  Dmitry TimoshkovAdd a test case for WM_[L|R|M|X]BUTTONDBLCLK generation...
next