Hold a reference on m_widget for the life of the associated wxWindow object.
[wxWidgets.git] / src / gtk / msgdlg.cpp
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2007-11-12  Vadim Zeitlinuse more natively looking HildonNote instead of GtkMess...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-08-15  Vadim Zeitlinrelinquish the mouse capture when a dialog is about...
2007-06-01  Vadim Zeitlinalso correct run-time check for gtk_message_dialog_form...
2007-05-26  Robert Roebling Correct GTK version check
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2006-11-26  Robert Roebling [ 1603286 ] make wxMessageDialog Gnome HIG conform...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-11  Włodzimierz SkibaBase for wxMessageDialog with common checks for style.
2005-02-28  Robert Roebling This change will make the parent TLW come to
2004-11-28  Robert Roebling Reverted changes that set m_widget to NULL in native
2004-11-27  Robert Roebling Avoid error message when closing message
2004-11-03  Robert Roebling Applied patch to reorder includes. Not the most
2004-06-20  Václav Slavíkmore recognized response types
2004-06-04  Václav Slavíkset transiency relation so that the WM can do better...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-02  Robin DunnImplement some base class virtuals to avoid errors...
2004-03-22  Vadim Zeitlinauto detect the icon if none given instead of asserting...
2004-03-20  Vadim Zeitlinreuse existing wxGetTopLevelParent() function in wxMess...
2004-03-20  Robert Roeblingi
2004-03-16  Robert Roebling Allow non-toplevel-window to given as the
2004-03-05  Ron LeeMore updates to the Debian packaging for wxPython,...
2004-02-28  Robert Roebling GPE uses generic dialogs.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-02-28  Václav Slavíkadded native wxMessageDialog implementation for GTK+2
1999-08-11  Robert Roebling Did somework on the generic dialogs,
1999-08-04  Robert Roebling Minor changes to viusal appearance,
1999-07-05  Karsten BallüderMade icons configurable via a wxMApp virtual function...
1999-06-26  Robert Roebling Added wxGTK-only cmn dialogs.