Fixed 0/-1 mixup for indicating no mapping handle.
[wine] / windows / dialog.c
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.
1998-10-12  Norman StevensImproving keyboard handling, including accelerator...
1998-10-11  Juergen SchmiedStub CreateDialogIndirectParamAorW.
1998-10-10  Dave PicklesImplemented DS_CENTER dialog style.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-06-14  Alexandre JulliardRelease 980614 wine-980614
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-15  Alexandre JulliardRelease 980215 wine-980215
1997-12-21  Alexandre JulliardRelease 971221 wine-971221
1997-11-01  Alexandre JulliardRelease 971101 wine-971101
1997-09-28  Alexandre JulliardRelease 970928 wine-970928
1997-09-14  Alexandre JulliardRelease 970914 wine-970914
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-08-04  Alexandre JulliardRelease 970804 wine-970804
1997-06-16  Alexandre JulliardRelease 970616 wine-970616
1997-05-09  Alexandre JulliardRelease 970509 wine-970509
1997-03-29  Alexandre JulliardRelease 970329 wine-970329
1997-03-05  Alexandre JulliardRelease 970305 wine-970305
1997-02-15  Alexandre JulliardRelease 970215 wine-970215
1997-02-02  Alexandre JulliardRelease 970202 wine-970202
1997-01-20  Alexandre JulliardRelease 970120 wine-970120
1997-01-12  Alexandre JulliardRelease 970112 wine-970112
1997-01-01  Alexandre JulliardRelease 970101 wine-970101
1996-12-22  Alexandre JulliardRelease 961222 wine-961222
1996-12-15  Alexandre JulliardRelease 961215 wine-961215
1996-12-08  Alexandre JulliardRelease 961208 wine-961208
1996-12-01  Alexandre JulliardRelease 961201 wine-961201
1996-11-17  Alexandre JulliardRelease 961117 wine-961117
1996-11-02  Alexandre JulliardRelease 961102 wine-961102
1996-10-23  Alexandre JulliardRelease 961023 wine-961023
1996-10-13  Alexandre JulliardRelease 961013 wine-961013
1996-09-28  Alexandre JulliardRelease 960928 wine-960928
1996-09-13  Alexandre JulliardRelease 960913 wine-960913
next