Allow the client rectangle to be of arbitrary size and dimensions,
[wine] / windows /
2005-02-22  Rein KlazesDefWindowProc's WM_NCCALC handler must not subtract...
2005-02-22  Alexandre JulliardDispatchMessage needs to repaint the non-client area...
2005-02-22  Jason EdmeadesMake RegisterClassExA check that reserved bytes is...
2005-02-18  Dmitry Timoshkov- Always unlink children before sending WM_NCDESTROY...
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2005-02-14  Marcus MeissnerCheck for overflows with ClrUsed.
2005-02-08  Rein KlazesScrollWindowEx when called with the SW_ERASE flag does...
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
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-01-31  Alexandre JulliardWIN_ListParents no longer needs to be exported, make...
2005-01-31  Dimitrie O. PaunReplace a DPRINTF with TRACE.
2005-01-27  Alexandre JulliardAvoid a few more uses of WIN_FindWndPtr.
2005-01-21  Alexandre JulliardMax tracking size in WM_GETMINMAXINFO should take into...
2005-01-21  Alexandre JulliardMake WIN_SetStyle more thread-safe by specifying the...
2005-01-20  Alexandre JulliardReplace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
2005-01-19  Ulrich CzekallaHandle case when only height is set to CW_USEDEFAULT.
2005-01-19  Vitaly LipatovAdd FIXME for file with broken counters.
2005-01-19  Alexandre JulliardRemoved no longer used WIN_InternalShowOwnedPopups...
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  Alexandre JulliardAvoid most references to the internals of the WND struc...
2005-01-17  Alexandre JulliardSmall optimization in WINPOS_GetWinOffset.
2005-01-14  Dmitry TimoshkovAdd WM_GETOBJECT definition, remove WM_OTHERWINDOWCREAT...
2005-01-12  Alexandre JulliardUse the exported functions SaveDC/RestoreDC instead...
2005-01-11  Jacek CabanGet rid of W->A calls.
2005-01-11  Dmitry TimoshkovAdd more tests for keyboard/menu activation behaviour...
2005-01-09  Jacek CabanGet rid of HEAP_strdupWtoA calls.
2005-01-04  Huw DaviesDon't touch the rect if hwnd is invalid.
2005-01-04  Alexandre JulliardRemove the no longer needed DCE_ExcludeRgn function and
2005-01-04  Ulrich CzekallaWhen loading a bitmap into a dibsection the result...
2005-01-04  Aric StewartHandle IME messages in the default unicode window proce...
2005-01-03  Alexandre JulliardUse ExitProcess to terminate the process in ExitWindows...
2005-01-03  Francois Gouget- If given the EWX_FORCE flag, ExitWindowsEx() should...
2005-01-03  Ulrich CzekallaAdd comment about CLIPBOARD_SetClipboardOwner.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Russ AnderssonThe WM_MOUSEWHEEL message is specified to have absolute...
2004-12-21  Ulrich CzekallaIf a dialog with the DS_CONTROL style is not visible...
2004-12-14  Thomas WeidenmuellerMessageBoxIndirectA() should check whether the MB_USERI...
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-09  Alexandre JulliardRemove a few no longer needed 16-bit exports from gdi32.
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-07  Alexandre JulliardMoved update region handling to the server.
2004-12-06  Eric PouechAnother round of const correctness fixes.
2004-12-06  Filip NavaraDon't call SetScrollInfo with SB_BOTH bar type.
2004-11-30  Ivan Leo PuotiImplement task modal message boxes.
2004-11-30  Jon GriffithsGetModuleHandleA->GetModuleHandleW.
2004-11-29  Alexandre JulliardGet rid of the client-side window timer structures.
2004-11-28  Alexandre JulliardTake advantage of the new winproc handling to move...
2004-11-28  Alexandre JulliardFixed is_valid_winproc to avoid being optimized out...
2004-11-24  Alexandre JulliardChanged winproc allocation to be based only on the...
2004-11-22  Eric FriasFixed KEYLP structure for big endian.
2004-11-21  Stefan LeichterRemoved W->A from DEFWND_ImmIsUIMessageW.
2004-11-21  Eric FriasFixed dialogex resource loading on sparc.
2004-11-09  Dmitry Timoshkov- do not move updown control and buddy if an alignment...
2004-11-08  William Poetra Yoga HFix the size and position of the system menu icon on...
2004-11-03  Ivan Leo PuotiProper implementation of sysmodal message boxes.
2004-11-01  Mike McCormackStart the reboot process in ExitWindowsEx.
2004-11-01  William Poetra Yoga HAdd COLOR_MENUHILIGHT and COLOR_MENUBAR to the system...
2004-10-30  Alexandre JulliardGet rid of the WIN_NEEDS_BEGINPAINT flag, Windows will...
2004-10-29  Mike McCormackKill all wine processes when doing ExitWindowsEx.
2004-10-22  Alexandre JulliardRemoved wrong FIXME for MB_APPLMODAL (reported by Ivan...
2004-10-19  Robert ShearmanWindows with WS_EX_TOOLWINDOW style should not have...
2004-10-18  Dmitry TimoshkovProtect USER32 against early graphics driver unloading.
2004-10-14  Ivan Leo PuotiImplement action 83 in SystemParametersInfo().
2004-10-11  Dmitry Timoshkov- WM_MDISETMENU handler should update new frame menu...
2004-10-11  Dimitrie O. PaunUnicodify DIALOG_DlgDirSelect. Use SendMessageW wheneve...
2004-10-08  Dmitry TimoshkovProperly handle the case when last MDI child is being...
2004-10-07  Alexandre JulliardOnly send WM_PAINTICON and WM_ICONERASEBKGND to 16...
2004-10-06  Dmitry TimoshkovMake message spy thread safe.
2004-10-05  Dmitry TimoshkovAdd a test case for accelerators, make the test pass...
2004-10-05  Alexandre JulliardPrevent DispatchMessage from dispatching a message...
2004-10-05  Dmitry TimoshkovIf there no MDI child to activate set hwndActiveChild...
2004-09-28  Michael KaufmannDIB_FixColorsToLoadflags: Support bitmaps with a BITMAP...
2004-09-25  Robert ShearmanCheck in client area before caption area, because the...
2004-09-24  Hajime SegawaAdded StatusFontSize and MessageFontSize entries in...
2004-09-22  Robert ShearmanGetWindowLong -> GetWindowLongPtr.
2004-09-21  Dmitry TimoshkovFix WM_MDIREFRESHMENU for the case when separator is...
2004-09-21  Dmitry TimoshkovMake message flow for MDI creation/activation/destructi...
2004-09-20  Dmitry TimoshkovMake menu code cope with WM_SYSKEY*/WM_SYSCHAR messages.
2004-09-20  Michael KaufmannFix a regression caused by an earlier patch for CreateD...
2004-09-17  Alexandre JulliardDon't bother to return partial region data in get_windo...
2004-09-15  Dimitrie O. PaunUse the W version of the function were we can.
2004-09-14  Steven EdwardsAdded stub for SwitchDesktop.
2004-09-13  Jon GriffithsCreateDCA -> CreateDCW
2004-09-13  Alexandre JulliardAuthors: Michael Kaufmann <hallo@michael-kaufmann.ch...
2004-09-13  Dmitry TimoshkovAdd support for HCBT_SYSCOMMAND hook, add logging for...
2004-09-10  Zach GormanThe initial dialog focus should be established by the...
2004-09-10  Zach GormanModal dialogs should not be shown via ShowWindow until...
2004-09-09  Alexandre JulliardGet rid of the WIN_SetRectangles export from user32.
2004-09-01  Alexandre JulliardMoved keyboard.c to dlls/user/kbd16.c.
2004-09-01  Alexandre JulliardMoved some window painting functions to uitools.c.
2004-09-01  Alexandre JulliardGet rid of the WINE_UNUSED macro.
2004-08-31  Alexandre JulliardGet rid of the non-standard CONV_POINT and CONV_RECT...
2004-08-30  Alexandre JulliardRemoved struct32.[ch].
2004-08-30  Alexandre JulliardMoved a couple of 16-bit functions to user16.c.
next