EDIT_EM_SetSel: Old/new selection range ordering code would break when
[wine] / windows /
2005-03-14  Dmitry TimoshkovDo not release capture before sending WM_NCDESTROY...
2005-03-10  Marcus MeissnerUse 512 byte buffer for buffer of LB_GETTEXT and CB_GET...
2005-03-10  Alexandre JulliardMerge the rest of the messaging code into dlls/user...
2005-03-10  Alexandre JulliardTake message filtering into account when updating the...
2005-03-09  Alexandre JulliardMoved SendInput and related functions to the USER drive...
2005-03-09  Alexandre JulliardRemove a trace that's causing too much output.
2005-03-09  Krzysztof FoltmanWM_CANCELMODE resets menu flag in the default window...
2005-03-09  Alexandre JulliardMake the SwapMouseButton function and the SPI_SETMOUSEB...
2005-03-09  Robert ShearmanAdd message spy support for RichEdit20W control.
2005-03-08  Alexandre JulliardMake sure to always pass valid QS_* flags to
2005-03-07  Alexandre JulliardMoved TranslateMessage and DispatchMessage to dlls...
2005-03-07  Dmitry Timoshkov- Call SetCursorPos for an injected mouse message only...
2005-03-07  Dmitry TimoshkovCall ReleaseDC() with correct window handle.
2005-03-05  Robert ShearmanWM_USER messages should be dumped in the format "WM_USE...
2005-03-02  Dmitry TimoshkovAsk for an MDI child id in all cases.
2005-03-02  Alexandre JulliardBeginnings of inter-process GetDC support.
2005-03-02  Dmitry TimoshkovProtect SetParent from creating circular window depende...
2005-02-26  Jason EdmeadesMake LR_LOADTRANSPARENT work and give transparent images.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-24  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Dmitry...
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...
next