Remove use of "size-request" signal for wxWindow sizing.
[wxWidgets.git] / src / gtk / mdi.cpp
2012-05-17  Paul CornettRemove use of "size-request" signal for wxWindow sizing.
2011-10-25  Paul Cornettfix wxMDIChildFrame after r69390 and r69468, TLW realiz...
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2010-04-24  Vadim ZeitlinDon't use invoking window in wxGTK wxMenuBar implementa...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-03-14  Francesco Montorsifix crash caused by an wxMDIClientWindow's GTK signal...
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-08-29  Paul Cornettreplace m_insertCallback with a virtual function, contr...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-03-15  Vadim Zeitlindon't assign the returned value in wxMDIParentFrame...
2008-02-13  Paul Cornettmake sure client area is refreshed after last child...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-10-24  Paul CornettUse a GtkVBox to do TLW layout. Rework some of the...
2007-09-13  Paul Cornettget more accurate TLW sizing by using a window decorati...
2007-07-12  Paul Cornettfix MDI child sizing, which was working more or less...
2007-05-25  Paul CornettRemove unneeded wxTLW child inserter function.
2007-05-19  Paul Cornettmove m_sizeSet out of wxWindow
2007-05-19  Paul Cornettsimplify DoSetClientSize
2007-05-18  Vadim Zeitlinremoved unused statusbar parameter from wxFrameBase...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-19  Paul CornettReorganize idle system code.
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2006-10-25  Robert Roebling Prevent accession of to-be-deleted mdi
2006-09-09  Paul Cornettremove unneeded DoGetClientSize
2006-09-07  Paul CornettGtkOnSize parameters aren't useful
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-05-22  Włodzimierz SkibaInclude wx/dialog.h according to precompiled headers...
2006-05-18  Włodzimierz SkibaInclude wx/menu.h according to precompiled headers...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-17  Vadim Zeitlindon't eat activation events (replaces patch 1465849)
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-03  Mart RaudseppGTK2: gtk_notebook_set_page -> gtk_notebook_set_current...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxGTK part).
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2004-10-27  Robin Dunnavoid crash if active_child_frame is not set yet
2004-09-30  Robin DunnFix for crash when the child has no menu
2004-09-25  Chris Elliottfix an mdi crash on exit
2004-09-01  Chris Elliottfix menu switching between children
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-07  Vadim Zeitlinsplit wxUSE_MDI from wxUSE_MDI_ARCHITECTURE (which...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-06-02  Robert Roebling Overrode wxMDIChildFrame's DoSetSize to not misplace
2002-05-31  Vadim Zeitlinremoved unused wxWindowGTK::m_isFrame
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2000-09-16  Robert Roebling Set the m_isFrame flag corrcetly.
2000-08-10  Vadim ZeitlinwxMDIFrames define DoGetClientSize() and not GetClientS...
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-01  Robert Roebling Applied patch for multiple file selection, documented.
1999-11-28  Robert Roebling New event locking.
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-31  Robert Roebling Distrib changes.
1999-10-29  Robert Roebling Renamed GtkMyFixed to GtkPizza,
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Julian SmartRemoved some unused parameter warnings; compile error...
1999-10-01  Vadim Zeitlinvirtual functionsignature corrected
1999-09-30  Robert Roebling Corrected filelist.txt a little - one gsocket.c is...
1999-07-27  Robert Roebling Small distrib updates,
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-06  Robert Roebling Corrected hotkeys for MDI menus.
1999-05-17  Robert Roebling New virtual key defines (NUMPAD_XXX).
1999-05-17  J. Russell SmythAdded code to make wxMDIChildFrame::Activate() work
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-05  Robert Roebling Added scrolling of widgets and sample
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-14  Ove KaavenOK, enough for today. To be continued tomorrow...
1999-04-14  Robert Roebling added wxCB_READONLY
1999-04-12  Vadim ZeitlinGTK 1.0.x compilation fixes
1999-04-11  Robert Roebling Rewrote MDI system
1999-03-24  Vadim ZeitlinwxMenu code clean up
1999-02-18  Julian SmartAdded 'tardist' script for creating .tgz archives of...
1999-02-16  Robert Roebling MDI fixes
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-07  Robert Roebling Added serial code for wxList and wxHashTable to sourc...
1998-11-25  Robert Roebling Improvements for notebooks on various versions of GTK
1998-11-16  Robert Roebling Hm, FortyThieves' cards were all black.
1998-11-11  Robert Roebling Still bit fiddling in wxImage.
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-27  Robert Roebling Added background colour again
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-16  Robert Roebling Added mising AddBitmapList in wxBitmap
1998-08-09  Robert Roebling Added Pop-up menus.
1998-08-08  Denis PershinDP:
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-07-29  Robert Roebling wxMDIChildFrame inherits from wxFrame
1998-07-28  Robert Roebling Fixed bug in wxListCtrl
1998-07-28  Robert Roebling Fixed bug in MDI
1998-07-27  Robert Roeblingwarning msgs
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-24  Karsten Ballüderfixed private member access problem
1998-07-22  Robert Roeblingmdi private menus
next