Disconnect all GTK signals referencing a wx object which is being destructed
[wxWidgets.git] / src / gtk / dialog.cpp
2011-01-04  Stefan Csomorfixing duplicate rti info for gtk
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2009-05-09  Vadim Zeitlindon't use GetParent() in GetParentForModalDialog()...
2009-05-09  Vadim Zeitlinremove wxMSW-specific FindSuitableParent() and use...
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2008-11-16  Vadim Zeitlinfix some of icc 11.0 warnings and disable a few others
2008-08-18  Vadim Zeitlindon't terminate the event loop in EndModal() if it...
2008-06-22  Vadim Zeitlinallow wxDialog::ShowModal() after Show() (see #1416...
2008-06-21  Vadim Zeitlinassert if ShowModal() is called after a previous Show...
2008-02-28  Paul Cornettforward Show() to base, not wxWindow
2008-02-09  Václav Slavíkfixed wxGTK assert when closing wxMessageDialog
2008-02-05  Václav Slavíkcall Show(false) from ~wxDialog to call EndModal if...
2008-01-30  Václav Slavíkclarified EndModal assert message
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-11-17  Vadim Zeitlinrename g_openDialogs to wxOpenModalDialogsCount and...
2007-10-24  Paul CornettUse a GtkVBox to do TLW layout. Rework some of the...
2007-08-15  Vadim Zeitlinrelinquish the mouse capture when a dialog is about...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-05  Paul Cornettmove definitions from src/gtk/data.cpp to other appropr...
2007-04-23  Vadim Zeitlinuse GetParentForModalDialog() in ShowModal() to ensure...
2006-12-29  Vadim Zeitlinfixed incorrectly inversed test for parent [not] being...
2006-09-07  Paul CornettGtkOnSize parameters aren't useful
2006-08-19  Vadim Zeitlinmoved all wxDialog event handlers to wxDialogBase to...
2006-05-31  Vadim Zeitlinuse gtk_window_set_modal(TRUE/FALSE) instead of gtk_gra...
2006-05-22  Włodzimierz SkibaInclude wx/cursor.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2005-09-26  Mart RaudseppRevert revision 1.102.2.2:
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-20  Václav Slavíkchanged exceptions handling to work under wxGTK
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2004-05-25  Dimitri Schoolwerthapplied patch #935127: "wxDIALOG_MODAL and wxDIALOG_MOD...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2001-11-30  Vadim Zeitlinadded wxWS_EX_TRANSIENT, added code for handling it...
2001-10-20  Vadim Zeitlindon't use windows about to be destroyed as implicit...
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-09-22  Václav SlavíkwxTOPLEVEL_EX_DIALOG is a better name than wxTLW_EX_DIALOG
2001-09-15  Václav SlavíkwxTopLevelWindow (only for wxGTK for now)
2001-08-14  Vadim Zeitlinremoved redundant InitDialog methods
2000-10-11  Vadim Zeitlinadded (MSW/GTK) and documented new frame and dialog...
2000-09-15  Julian SmartAdded Set/GetThemeEnabled and used this for determining...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Robert Roebling The Return of WM Size Hints Part IV.
2000-03-19  Robert Roebling Funny resize behaviour fix.
2000-03-09  Robert Roebling Disabled horizontal report mode scrolling in wxListCtrl
2000-03-04  Robert Roebling Some more drawing things,
2000-01-15  Robert Roebling Next try at avoiding too few or too many size events.
1999-12-29  Robert Roebling Added wxWindow::DoMoveWindow(..)
1999-12-29  Robert Roebling Small doc updates, mainly wxDropTarget,
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-11-13  Robert Roebling Compile fix in dialup,
1999-11-06  Robert Roebling Fixed typos in frame and dialog,
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-11-05  Vadim Zeitlincompilation fixes for GTK+ <= 1.2.3
1999-11-04  Robert Roebling Window placement changes. Pure guessing.
1999-11-03  Karsten BallüderAdded a border around dialogs. Has anyone got a better...
1999-11-03  Robert Roebling wxDialog now stays on top of its parent.
1999-11-02  Robert Roebling wxDialogs now use GTK_WINDOW_DIALOG,
1999-10-29  Robert Roebling Renamed GtkMyFixed to GtkPizza,
1999-10-24  Robert Roebling Small distrib changes,
1999-10-19  Robert Roebling Added size hints to dialog,
1999-10-15  Vadim Zeitlinunused param
1999-10-15  Vadim Zeitlinremoved wxDialog::Centre()
1999-10-14  Robert Roebling Changed time of sending the wxSizeEvent and assorted...
1999-10-11  Robert Roebling added SpinCtrl,
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-30  Robert Roebling Corrected filelist.txt a little - one gsocket.c is...
1999-08-12  Karsten BallüderUseful little fix that automatically hides the busy...
1999-07-27  Robert Roebling Small distrib updates,
1999-06-28  Robert Roebling Applied fixes for AIX (GTK 1.0 compilation).
1999-06-04  Robert Roebling Corrected bug in DoSetSize() (wxALLOW_MINUS_ONE)
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-06-01  Robert Roebling Moving frames and dialogs now reports correct
1999-05-30  Robert Roebling A bit more Unicode compilation.
1999-05-17  Robert Roebling Use wxScrollWinEvent instead of wxScrollEvent in
1999-05-11  Robert Roebling wxFrame::GetClientSize -> DoGetClientSize
1999-05-11  Robert Roebling Implememted IsBeingDeleted() -> buttons work again
1999-05-10  Robert Roebling Made wxWindowBase's variables protected again and...
1999-05-10  Robert Roebling Changed wxSizer::GetSize() to DoGetSize() (and others)
1999-05-10  Robert Roebling A few more things are back to work.
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-05-08  Robert Roebling Corrected bmpbutton size
1999-05-06  Karsten BallüderRemoved superfluous GDK_DECOR_BORDER.
1999-05-06  Karsten BallüderMinor fixes, should be ok now.
1999-05-05  Karsten BallüderModified WM hints handling which should be much better...
1999-05-01  Robert Roebling Rewrite generic message box
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-26  Robert Roebling Another attempts at getting dialog positions right
1999-04-26  Robert Roebling Layout things in wxMessageBox
1999-04-25  Robert Roebling Fixed a layout bug in MyFixed
1999-04-24  Robert Roebling Had to change the time point, when widgets are
1999-04-20  Robert Roebling little doc updates
1999-04-14  Ove KaavenOK, enough for today. To be continued tomorrow...
next