- renamed file_operation_delete and to shfileops_delete
[wine] / dlls / user /
2005-02-16  Alex Villacís LassoChange SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN...
2005-02-16  Rein KlazesCalling ValidateRect or ValidateRgn on a windows also...
2005-02-16  Ulrich CzekallaImplement ES_CENTER and ES_RIGHT alignment styles.
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2005-02-15  Mike McCormackAdd some more SPI values.
2005-02-14  Dmitry TimoshkovMake DDE implementation always work internally in Unicode.
2005-02-14  Lauri TulminUpdate scroll info on WM_SETTEXT.
2005-02-14  Francois GougetES_COMBO is not defined in the Windows headers. So...
2005-02-08  Rein KlazesScrollWindowEx when called with the SW_ERASE flag does...
2005-02-08  Paul VriensExtra tracing for SPI_GETICONTITLEWRAP.
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2005-02-02  Lauri TulminAdd test for LB_SELITEMRANGE and make it pass.
2005-02-02  Dmitry TimoshkovUse the idFirstChild specified in the MDIClient's CLIEN...
2005-02-01  Alexandre JulliardRemoved the no longer used WIN_SetExStyle function.
2005-02-01  Alexandre JulliardStore the "managed" flag as a window property instead...
2005-02-01  Dmitry TimoshkovHandle CBR_BLOCK in EXECUTE and ADVISE DDE transactions.
2005-02-01  Justin Chevrier- SPI_GETWORKAREA: Read work area information from...
2005-01-31  Alexandre JulliardWIN_ListParents no longer needs to be exported, make...
2005-01-28  Alexandre JulliardFixed bug that caused the whole window to be repainted...
2005-01-28  Tony LambregtsFix bug in CharPrevExA().
2005-01-27  Dmitry TimoshkovAdd more tests for old style hooks and winevent hooks...
2005-01-27  Paul VriensCheck for availability of SPI_GETICONTITLEWRAP.
2005-01-25  Alexandre JulliardAdded a couple of SetWindowPos tests.
2005-01-25  Rein KlazesMake ShowWindow(...,SW_SHOWNA) also work on already...
2005-01-25  Robert ShearmanAdd a summary line for several scrollbar functions.
2005-01-24  Bernd FuhrmannAdded fixme macros in SystemParametersInfoW for several...
2005-01-21  Alexandre JulliardTweak SetWindowPos flags handling to make a few more...
2005-01-21  Alexandre JulliardMake WIN_SetStyle more thread-safe by specifying the...
2005-01-20  Justin Chevrier- Implemented SPI_SETICONMETRICS.
2005-01-20  Alexandre JulliardReplace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
2005-01-20  Tanabe HiroshiAdded stubs for SendIMEMessageEx[A,W].
2005-01-19  Lauri TulminReposition caret after window resize.
2005-01-19  Lauri TulminDon't recalculate line indexes if number of lines doesn...
2005-01-18  Alexandre JulliardMoved DefWindowProc16 to msg16.c and cleaned up a few...
2005-01-17  Alexandre JulliardGet rid of nonclient.h and of the corresponding exporte...
2005-01-17  Lauri TulminMake long lines behave nicely.
2005-01-17  Alexandre JulliardRemoved a couple of unnecessary calls to WIN_SuspendWnd...
2005-01-17  Alexandre JulliardRemoved unused ForceWindowRaise function.
2005-01-14  Justin ChevrierCreated unit test for SPI_{GET,SET}MINIMIZEDMETRICS.
2005-01-14  Justin Chevrier- Implemented SPI_GETMINIMIZEDMETRICS calculated from...
2005-01-12  Justin Chevrier- Revert previous change of border metric to reference the
2005-01-11  Dmitry TimoshkovMake Alt press/release test actually pass for not manag...
2005-01-11  Dmitry TimoshkovFix WmCreateCustomDialogSeq message sequence for 256...
2005-01-11  Alexandre JulliardDesktop window is repainted on WM_ERASEBKGND, it must...
2005-01-11  Andreas MohrRead/write completion functions get Windows error codes...
2005-01-11  Jacek CabanGet rid of W->A calls.
2005-01-11  Dmitry TimoshkovAdd more tests for keyboard/menu activation behaviour...
2005-01-10  Lauri TulminFixes to the handling of LBS_EXTENDEDSEL style, with...
2005-01-09  Vitaly LipatovAdded handling of SBM_GETSCROLLBARINFO message.
2005-01-08  Huw D M DaviesRevert GetScrollBarInfo spec entry back to a stub to...
2005-01-07  Diego PettenòAdded stub implementation for WINNLS* functions.
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2005-01-06  Dmitry TimoshkovAdd a windows events hook to the message test.
2005-01-06  Justin Chevrier- Obtain border size of windows from registry if available.
2005-01-04  Alexandre JulliardUse the DC origin to map coordinates in ExcludeUpdateRg...
2005-01-04  Robert ShearmanFix colours used for SS_*RECT, SS_*FRAME.
2005-01-03  Alexandre JulliardGet rid of the ThunkData stubs, these are not functions.
2005-01-03  Hans LeidekkerStub implementations for GetAltTabInfo{A,W}.
2005-01-03  Justin ChevrierConverted system metrics to Unicode.
2005-01-03  Jacek CabanGet rid of HEAP_strdupWtoA calls.
2005-01-03  Dimitrie O. PaunAdd test for the listbox item height.
2005-01-03  Dimitrie O. PaunSS_CENTERIMAGE has been implemented.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-23  Mike McCormackDump known but unimplemented SystemParameterInfo actions.
2004-12-21  Ulrich CzekallaIf a dialog with the DS_CONTROL style is not visible...
2004-12-21  Rein KlazesYou can make an invisible window the active window.
2004-12-20  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-20  Rein Klazes- make sure that tests marked as todo_wine and actually...
2004-12-17  Robert ShearmanImplement SS_CENTERIMAGE for static control.
2004-12-17  Dmitry TimoshkovAdd a mouse input test case, make the test pass under...
2004-12-14  Francois GougetAdd trailing '\n's to ok() calls.
2004-12-09  Alexandre JulliardAdded some sanity checks on window dimensions.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-09  Alexandre JulliardMerged system metrics support into sysparams.c, and...
2004-12-08  Rein KlazesGetUpdateRect can be called with a NULL rect.
2004-12-08  Mike McCormackStub implementation for GetLastInputInfo.
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-12-08  Alexandre JulliardMoved some more 16-bit USER functions to the correspond...
2004-12-08  Alexandre JulliardMoved palette functions to user_main.c and removed
2004-12-08  Dmitry TimoshkovIndicate that support for HCBT_SYSCOMMAND hooks is...
2004-12-07  Alexandre JulliardAdded a bunch of tests for various behaviors of RedrawW...
2004-12-07  Alexandre JulliardMoved update region handling to the server.
2004-12-06  Dmitry TimoshkovShowWindow activates only a being maximized child windo...
2004-12-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-12-01  Bill MedlandIf the buffer is no longer static the names should...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-30  Dmitry TimoshkovDrawTextEx should allocate text buffer on stack for...
2004-11-29  Mike McCormackAdded some tests for timer functions.
2004-11-29  Alexandre JulliardGet rid of the client-side window timer structures.
2004-11-29  Eric KohlF4 key flips the listbox in default (not extended UI...
2004-11-28  Alexandre JulliardTake advantage of the new winproc handling to move...
2004-11-28  Ge van Geldorp- Fix vertical position of text in single-line edit...
2004-11-24  Alexandre JulliardChanged winproc allocation to be based only on the...
2004-11-23  Alexandre JulliardFixed handling of NULL pointer in PeekMessageW, with...
2004-11-21  Eric FriasAccelerator resource struct fix for sparc.
2004-11-19  Alexandre JulliardFix conflicting structure tag.
2004-11-08  William Poetra Yoga HGive the first menu item of a popup menu a distance...
2004-11-08  Vitaliy Margolen- return "want all keys" for WM_GETDLGCODE when multi...
2004-11-08  William Poetra Yoga HFix the button edge color, by using the BF_SOFT border...
next