Always set ERROR_SUCCESS in case of success in CPAcquireContext.
[wine] / windows /
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.
2004-08-26  Alexandre JulliardGetUpdateRgn should clip the returned region to the...
2004-08-26  Alexandre JulliardPrint the Window caption using Unicode calls.
2004-08-24  Rein KlazesWhen there are no pixels to scroll, ScrollWindowEx...
2004-08-24  Ulrich CzekallaSet WS_EX_CONTROLPARENT when dialog has DS_CONTROL.
2004-08-19  Zach GormanWhen searching for the DEFPUSHBUTTON in a dialog, recur...
2004-08-16  Mike McCormackDefine new propsheet messages.
2004-08-14  Alexandre JulliardWM_NEXTDLGCTL should not change the default button...
2004-08-13  Marcus MeissnerIf the current menu handle is already set, do not set...
2004-07-20  Alexandre JulliardGet rid of window region on the client side.
2004-07-20  Alexandre JulliardMoved the WindowFromPoint functionality to the server...
2004-07-14  Alexandre JulliardAllocate the dialog info in DIALOG_CreateIndirect if...
2004-07-12  Marcus MeissnerFixed switch (unsigned int) { case -1 / -2: } problems.
2004-07-06  Marcus MeissnerReplace lvalue casts of post increments for newer compiler.
2004-06-30  Dmitry TimoshkovDo not do SetWindowPos(SWP_FRAMECHANGED) in the
2004-06-30  Dimitrie O. PaunSmall documentation cleanup.
2004-06-29  Alexandre JulliardAdded support for window regions in the server.
2004-06-25  Dmitry TimoshkovAdd a test case for clipboard functionality and fix...
2004-06-23  Dmitry TimoshkovMake sure that both deactivated and activated MDI child...
2004-06-23  Alexandre JulliardFixed wrong Unicode string syntax in GetMonitorInfoW.
2004-06-21  Vincent BéronReplace some more -debugmsg references for WINEDEBUG.
2004-06-18  Mike HearnAdd a dedicated debug channel for message boxes which...
2004-06-15  Ulrich CzekallaScrollDC should take into account overlapped windows...
2004-06-14  Dmitry TimoshkovAdded 32->16 mapping for SBM_GETRANGE/SBM_SETRANGE...
2004-06-04  Dmitry TimoshkovPrint meaningful message values instead of vague names...
2004-06-03  Ulrich CzekallaEnableWindow should not remove the focus of child windows.
2004-05-28  Alexandre JulliardOnly allocate even-numbered window handles, MS Project...
2004-05-28  Dmitry TimoshkovAdd some new message names to the message spy.
2004-05-28  Dmitry TimoshkovAdd a test for accessing classes from another thread.
2004-05-25  Dmitry TimoshkovDo not activate an MDI child if the child is invisible.
next