Only send WM_PAINTICON and WM_ICONERASEBKGND to 16-bit windows (found
[wine] / windows / dialog.c
2004-09-22  Robert ShearmanGetWindowLong -> GetWindowLongPtr.
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-08-24  Ulrich CzekallaSet WS_EX_CONTROLPARENT when dialog has DS_CONTROL.
2004-07-14  Alexandre JulliardAllocate the dialog info in DIALOG_CreateIndirect if...
2004-05-18  Alexandre JulliardActivate another window when the dialog gets hidden...
2004-04-20  Santosh SiddheshwarAllocate DIALOGINFO structure in DefDlgProc instead...
2004-03-20  Dmitry TimoshkovChange order of EnableWindow/DestroyWindow in the case...
2004-02-12  Bill MedlandAdded the automatic tabbing in IsDialogMessage.
2004-01-06  Alexandre JulliardConverted DlgDirList to Unicode.
2003-12-10  Alexandre JulliardSystem classes must not have the CS_GLOBALCLASS style.
2003-12-10  Andreas RosenbergPoint size in DLG_TEMPLATE may be negative.
2003-11-09  Rein KlazesIf GetNextDlgTabItem() cannot find any next control...
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-12  Kevin GroeneveldModify CheckRadioButton function to be more consistent...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-07-18  Mike McCormackStrip WS_CAPTION and WS_SYSMENU for child dialogs.
2003-07-09  Alexandre JulliardOnly compute dialog base units once we need them.
2003-05-11  Dmitry TimoshkovWindows treats dialog control class ids 0-5 same way...
2003-03-28  Alexandre JulliardMoved 16-bit dialog routines to a separate dialog16...
2003-03-14  Tony LambregtsReplace DPRINTF with TRACE.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-25  Alexandre JulliardAdded CS_DBLCLKS style to dialog window class.
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed more -DSTRICT issues.
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-16  Michael StefaniucConvert HRSRC to a void*.
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-07-05  Alexandre JulliardTried to make IsDialogMessageW more compatible. Changed
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-04-03  Huw D M DaviesThe horizontal dialog base unit is calculated as the...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-22  Alexandre JulliardRemoved no longer used average width calculation.
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-06  Dave HawkesDIALOG_CreateIndirect can incorrectly kill the current...
2001-11-06  François GougetFix the #include order for config.h.
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
2001-09-12  Alexandre JulliardMake sure that functions returning an HWND always retur...
2001-08-24  Alexandre JulliardAdded WIN_ListParents function and renamed WIN_BuildWin...
2001-08-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-08  Alexandre JulliardReplace SendMessage16 by SendMessageW where possible.
2001-08-06  Alexandre JulliardReplaced MSG_InternalGetMessage calls by equivalent...
2001-07-11  Bill MedlandCorrect the location of the style patching for the...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-07  Alexandre JulliardRemoved unneeded inclusion of queue.h.
2001-04-12  Alexandre JulliardAdded first/last message filters to MSG_InternalGetMess...
2001-03-21  Alexandre JulliardCleaned up assumptions about WS_CHILD flag so that...
2001-03-05  Gerard PatelUnblock the dialog message loop with a WM_NULL message.
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-18  Gerard PatelAllow for the dialog font size to be set directly in...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-25  Dmitry TimoshkovAdd support for national characters as accelerators...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-31  Dmitry TimoshkovDisplay an ERR on errors while initializing USER.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-24  Gerald PfeiferFixed format strings.
2000-08-21  Gerard PatelDisable the owner of a modal dialog box just before...
2000-08-18  Gerard PatelTurns the handling to pure 16 bits, remove references...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-04  Alexandre JulliardRemoved a few dependencies on GDI internals from USER...
2000-07-28  Stephane Lussier- UpdateWindow should refresh all children that have...
2000-07-10  Dmitry TimoshkovConvert WND.text field to Unicode.
2000-07-08  Slava MonichCheck the value returned by DIALOG_GetCharSize.
2000-06-15  Sheri SteevesCheck again for GetNextDlgTabItem after return from...
2000-05-11  Bernd HerdPass CTLDATA as SEGPTR for 16-bit programs.
2000-04-23  Gerard PatelCheck if dialog is visible before setting the focus.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-19  Andrew LewyckyPropagate IsDialogMessage to the parent if the dialog...
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-02-20  Andreas Mohr- fixed my slightly incorrect EndDialog patch
2000-02-12  Andreas MohrProtect EndDialog() from invalid window handles.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-29  Dmitry TimoshkovCorrect the behaviour of the accelerator keys in dialog...
2000-01-04  Juergen SchmiedCorrected parameter count for DialogBoxIndirectParamAorW.
1999-12-25  Dmitry TimoshkovRestore erroneously deleted lines.
1999-12-12  Alexandre JulliardMurali Pattathe
1999-12-10  Ulrich WeigandPerform 16/32A/32W message mapping for posted messages.
1999-12-05  Dmitry TimoshkovRemove hack for keyboard messages in dialogs.
1999-11-07  David GrantWindows sends WM_GETDLGCODE only in response to keyboar...
1999-10-31  Ulrich CzekallaImplemented support of DS_CONTROL and WS_EX_CONTROLPARE...
1999-10-23  Adrian ThurstonProtect against wrong return value from WM_INITDIALOG.
1999-10-13  Abey GeorgeChanged EndDialog to behave like as in Windows.
1999-09-05  Richard CohenNo longer needs to calculate its own character size.
1999-09-03  Marcus MeissnerMore restrictive checks, so DIALOG_IsAccelerator don...
next