support for GTK3
[wxWidgets.git] / src / gtk / msgdlg.cpp
2012-06-30  Paul Cornettsupport for GTK3
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-04  Vadim ZeitlinAdd support for wxHELP button to wxMessageDialog.
2010-10-15  Vadim ZeitlinFix button order in wxGTK wxMessageDialog and wxStdDial...
2010-08-18  Vadim ZeitlinProvide a task-dialog based wxMSW wxMessageDialog imple...
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2010-03-20  Vadim ZeitlinAdd wxMessageDialog::GetEffectiveIcon() and use it...
2009-10-05  Vadim ZeitlinExtract conversion from wx to GtkMessageType in a separ...
2009-09-24  Julian SmartApplied patch #9058 (add Hildon 2.0 support)
2009-09-04  Vadim ZeitlinImplement wxSTAY_ON_TOP for wxMessageDialog in wxGTK.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-28  Vadim Zeitlinadded wxICON_NONE and implement support for it in wxGTK...
2008-09-12  Vadim Zeitlinadd wxCANCEL_DEFAULT support
2008-09-06  Vadim Zeitlinadd wxGTK_CONVs to fix STL and ANSI builds
2008-09-05  Vadim Zeitlinmake it possible to use stock ids for custom message...
2008-09-05  Vadim Zeitlinadded support for custom labels in wxMessageBox for...
2008-09-05  Vadim Zeitlinremoved unnceessary gtk_window_set_transient_for()...
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.