support for GTK3
[wxWidgets.git] / src / gtk / collpane.cpp
2012-06-30  Paul Cornettsupport for GTK3
2012-02-29  Paul Cornettremove unnecessary gtk_widget_show(m_widget) calls...
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-08-18  Vadim ZeitlinHandle mnemonics correctly in wxGTK::wxCollapsiblePaneS...
2009-11-30  Francesco Montorsipartially revert changes of r58531 as wxCollapsiblePane...
2009-06-17  Vadim Zeitlinmake wxCollapsiblePane blend into its parent background...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-03  Robert RoeblingAlso report events from wxCollapsiblePane's label
2009-01-30  Robert RoeblingReorganize wxCollapsiblePane event and layout code...
2009-01-30  Robert RoeblingGive wxCollapsiblePane's pane a name for easier debugging
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
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-06  Václav Slavíkfixed minsize setting after wxCollapsiblePane is expand...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-10-24  Paul CornettUse a GtkVBox to do TLW layout. Rework some of the...
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-09-21  Vadim Zeitlinvarious warning fixes for icc 9.1 compilation
2007-07-09  Robin DunnNeed to send an event in the wxCP_NO_TLW_RESIZE case...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-21  Paul Cornettremove redundant GTK_WIDGET casts
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2006-11-11  Julian SmartAdded missing include
2006-11-11  Robin DunnSome wxCollapsiblePane tweaks:
2006-11-08  Robert Roebling Commit [ 1592301 ] [wxgtk] Fix wxCollapsiblePane...
2006-11-03  Vadim Zeitlindon't use native GTK implementation in wxUniv builds
2006-10-30  Vadim ZeitlinVarious wxCollapsiblePane enhancements (re-patch 1577412):
2006-10-23  Robin DunnUse wxGTK_CONV to fix compile error when building in...
2006-10-22  Vadim Zeitlinavoid code duplication between the generic and GTK...
2006-10-22  Vadim Zeitlin1. We don't need GetTopLevelParent() here, we already...
2006-10-22  Vadim Zeitlinuse gtk_expander_new_with_mnemonic() instead of just...
2006-10-22  Vadim Zeitlincleanup (mainly wrapping lines to be < 80 chars); added...
2006-10-22  Vadim Zeitlininitial draft of wxCollapsiblePane (patch 1577412 by...