- Rename WIN_Handle16 to HWDN_16 and make it a macro.
[wine] / windows / dialog.c
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...
1999-09-03  Francis BeaudetRemoved truncating errors that happen when converting...
1999-08-15  Francis BeaudetEnsure that the WM_ENTERIDLE message is not sent if...
1999-08-07  Abey GeorgeSet focus to the dialog in EndDialog.
1999-07-24  Stephane LussierRe-enable the owner window in the EndDialog().
1999-07-18  Ove KaavenCreateDialogParamA should not call CreateDialogParamW...
1999-07-10  Ulrich WeigandCreate dialog window using CreateWindowEx16/W depending...
1999-07-04  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-12  Pavel RoskinDIALOG_ParseTemplate16() supported up to 127 controls...
1999-06-06  Slava MonichImplemented dialog units -> pixels conversion very...
1999-05-29  Luc TourangeauReimplemented the CheckRadioButton function.
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-17  Ulrich WeigandFixed window refcount handling in GetNextDlgGroupItem.
1999-05-02  Noel BorthwickFixed an unbalanced windows lock/unlock sequence in...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-28  Francois BoisvertFixed some bugs in thread safeness for wnd struct.
1999-03-25  Francis BeaudetFixed possible endless loop.
1999-03-19  Andreas MohrHide dialog windows created by CreateDialog* in EndDial...
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-02-28  Norman StevensDon't check children of disabled or invisible controls...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-22  Marcus MeissnerSome more recursive include fixes/optimizations.
1999-02-14  Eric PouechChanged some functions prototypes (were returning void).
1999-02-14  Gerard PatelFix if EndDialog called in WM_INITDIALOG (DIALOG_DoDial...
1999-02-09  Stephane Lussier-Fixed MESSAGE functions that were thunking down to...
1999-01-31  Alexandre JulliardDialog window should not be destroyed in DefDlgProc...
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-11-24  Juergen SchmiedBugfix: SetDlgItemText32 returns BOOL not void.
1998-11-08  NF StevensFixed keystroke accelerators in dialogs which have...
1998-11-01  Ove KaavenFixed IsDialogMessage16.
1998-10-17  Patrik StridvallCompile fix for Solaris.
next