Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / aui / framemanager.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-10-04  Paul Cornettsilence warnings about shadowed variables with GCC...
2012-08-15  Vadim ZeitlinFix AUI appearance when a maximized pane becomes floating.
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-03-04  Vadim ZeitlinAdd wxEVT_AUI_PANE_ACTIVATED event.
2012-03-04  Vadim ZeitlinNo changes, just make wxAUI SetActivePane() a member...
2012-01-31  Stefan Csomorrevert to using Update()
2012-01-31  Stefan Csomorreenabling an Update where necessary
2012-01-30  Stefan Csomorattempt to isolate which Update() calls are necessary...
2011-10-30  Vadim ZeitlinChange variables naming convention in wxAUI code.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-15  Vadim ZeitlinAllow dragging floating AUI frames by the gripper.
2011-05-14  Vadim ZeitlinFix restoring of wxAuiManager::m_has_maximized when...
2011-05-14  Vadim ZeitlinCheck for NULL pane window in wxAuiManager.
2011-05-14  Vadim ZeitlinImprove checking for the landing point when docking...
2011-05-14  Vadim ZeitlinTake the AUI floating title bar height into account...
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-01-28  Bryan PettyProperly account for floated panes while restoring...
2010-11-03  Vadim ZeitlinDon't dock undockable panes in wxAuiManager::LoadPerspe...
2010-07-23  Vadim ZeitlinAdd support for auto-orientable toolbars to AUI.
2010-07-23  Vadim ZeitlinFix mismatches between format strings and arguments.
2010-07-18  Vadim ZeitlinUpdate AUI frame capture when it changes.
2010-05-31  Vadim ZeitlinUpdate AUI floating windows position and not just size...
2010-04-12  Vadim ZeitlinUpdate AUI pane resizable status even when it is floating.
2010-03-18  Vadim ZeitlinRemove wxAuiProportionalBoxSizer hack and replace it...
2009-12-15  Vadim ZeitlinAvoid GTK+ errors when using AUI wxPseudoTransparentFra...
2009-12-02  Bryan PettyRemoved hard-coded timer Id in wxAUI for the transparen...
2009-11-16  Bryan PettyFix crash when dragging toolbars in wxAuiManager::OnFlo...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-05  Vadim ZeitlinRemoved commented out code.
2009-08-05  Vadim ZeitlinAdded #if wxUSE_TOOLBAR around use of wxToolBar.
2009-06-18  Vadim Zeitlinfix a couple of harmless warnings during wxOSX build
2009-05-02  Benjamin Williamsfix for crash when undocking AUI toolbars (same as...
2009-03-31  Benjamin Williamsundock/float toolbar if it's dragged right or south...
2009-03-30  Benjamin Williamsmissing header fixed
2009-03-30  Benjamin Williamsdon't allow docks to be resized such that panes overlap
2009-03-27  Benjamin Williamscorrections for inner-dock pane sizing for 2.9
2009-03-27  Benjamin Williamsdon't draw resize sash if it's dragged outside of manag...
2009-03-27  Benjamin Williamspane sizes within a dock are not allowed to exceed...
2009-02-12  Benjamin Williamsmaximize pane should ignore floating windows (#4066)
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-27  Francesco Montorsiinclude wx/mdi.h also for non-PCH builds
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-15  Bryan PettyInitialize m_action_window to NULL in wxAuiManager...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-07  Julian SmartAdded wxAUI_MGR_LIVE_RESIZE flag for live sash sizing...
2008-11-14  Vadim Zeitlinconsistently use wxAuiPaneInfo::Has/SetFlag() instead...
2008-11-07  Bryan PettyPrevent activation of the AUI hint window (mini frame...
2008-09-19  Vadim Zeitlincancel the current operation if mouse capture is lost...
2008-08-28  Paul Cornettadd wxPseudoTransparentFrame to parent, so it doesn...
2008-08-24  Benjamin Williamsadded wxAuiToolBar
2008-08-03  Benjamin Williamsfix segfault when Update() is called inbetween mouse...
2008-08-01  Benjamin Williamsadded a number of NULL ptr asserts (#4145)
2008-08-01  Benjamin Williamsfix for ticket #4505, Floatable(false) wasn't working...
2008-06-12  Stefan Csomorfixing file paths after renaming
2008-06-09  Vadim Zeitlindon't use deprecate SetClippingRegion(wxRegion)
2008-06-03  Benjamin Williamsprevent memory leak
2008-05-27  Robert RoeblingReapply wxWeakRef patch again
2008-04-01  Vadim Zeitlinsuppress VC++ /Wp64 warnings
2008-02-18  Vadim Zeitlinreverted r51340: don't use wxWeakRef in the library...
2008-02-08  Benjamin Williamsmaximize bug fixed
2008-01-23  Bryan PettyReverted wxAuiFloatingFrame dtor crash fix (r51324...
2008-01-22  Bryan PettyFixed a rare wxAuiFloatingFrame dtor crash on MSW using...
2007-11-30  Robert RoeblingDC reorganization
2007-11-25  Paul Cornettremove unused/unneeded stuff from gtk/private.h
2007-11-09  Julian SmartFix from wxAUI forum (kirix.com/forums/viewtopic.php...
2007-11-09  Julian SmartDon't delete dangling pointers in destructor (ported...
2007-11-07  Robert RoeblingUpport hint window improvement using custom GTK+ code
2007-11-06  Benjamin Williamsdon't renumber dock rows to remove gaps
2007-11-06  Benjamin Williamsaui dock renumbering fix
2007-10-16  Benjamin Williamscheck if pane still exists before closing
2007-10-10  Benjamin Williamsadded DockFixed() pane option; doc updates
2007-10-09  Benjamin Williamsin LoadPerspective, if pane wasn't found, just skip...
2007-10-06  Julian SmartFixed dangling pointer bug
2007-10-01  Benjamin Williamsbetter child focus
2007-09-17  Julian SmartRemoved restriction that multiple centre panes can...
2007-08-21  Julian SmartApplied patch [ 1736135 ] AUI: Clicking caption ignored...
2007-08-21  Julian SmartApplied [ 1708971 ] Make a virtual function to enable...
2007-08-21  Julian SmartApplied patch [ 1678412 ] handling non-existent panes...
2007-08-21  Julian SmartFixed [ 1645203 ] Problem with resizing floating panes
2007-08-09  Julian SmartGave toolbars some extra height, Without which DoGetBes...
2007-07-04  Paul Cornettindentation cleanup, unused variables, constant express...
2007-07-04  Benjamin Williamsfix for bug #1686328
2007-06-29  Benjamin Williamsapplied patch 1737156 to wxAuiManager
2007-06-29  Benjamin Williamsin wxAUI, set the hint transparency before showing...
2007-05-22  Robert Roebling [ 1712381 ] CRASH: closing floating panel on GTK
2007-05-05  Vadim Zeitlinfix warning about signed/unsigned comparison; use STL...
2007-05-05  Vadim Zeitlinno changes, just deTAbified and fixed really strange...
2007-05-05  Robert Roebling Apply [ 1710684 ] Fix wxAuiNotebook memory leak
2007-04-20  Benjamin Williamsfixed bug when a fixed pane is resized inside a fixed...
2006-12-24  Vadim Zeitlinfix hint rect position for RTL (patch 1618719 from...
2006-11-23  Benjamin Williamsprep flags, code indentation
2006-11-22  Benjamin Williamsremoved some members from wxAuiPaneInfo which should...
2006-07-24  Vadim Zeitlinfixed typos in last check in
2006-10-11  Robin DunnreSWIGged
2006-10-11  Robin Dunnhelpers and typemaps for new GraphicsContext methods
2006-11-21  Benjamin Williamsreadded window ptr check
2006-11-21  Benjamin Williamsassert if user tries to add pane with same name
2006-11-20  Benjamin Williamsfloating pane size now restores after perspective restore
next