Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / aui / framemanager.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-03-04  Vadim ZeitlinAdd wxEVT_AUI_PANE_ACTIVATED event.
2012-03-04  Vadim ZeitlinNo changes, just make wxAUI SetActivePane() a member...
2011-10-30  Vadim ZeitlinChange variables naming convention in wxAUI code.
2011-01-12  Paul Cornettnon-pch build fix
2011-01-12  Vadim ZeitlinAdd support for icons in wxAUI panes title bars.
2010-11-03  Vadim ZeitlinAdd wxAuiPaneInfo::IsDockable().
2010-07-23  Vadim ZeitlinAdd support for auto-orientable toolbars to AUI.
2010-05-31  Vadim ZeitlinUpdate AUI floating windows position and not just size...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
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-20  Vadim Zeitlinchange Has/SetFlag() to take int instead of unsigned...
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-05-27  Robert RoeblingReapply wxWeakRef patch again
2008-02-18  Vadim Zeitlinreverted r51340: don't use wxWeakRef in the library...
2008-01-27  Vadim Zeitlindon't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
2008-01-23  Bryan PettyReverted wxAuiFloatingFrame dtor crash fix (r51324...
2008-01-22  Bryan PettyFixed a rare wxAuiFloatingFrame dtor crash on MSW using...
2007-10-26  Robin DunnMove the %disownarg directive to the .i file
2007-10-10  Benjamin Williamsadded DockFixed() pane option; doc updates
2007-08-21  Julian SmartApplied [ 1708971 ] Make a virtual function to enable...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-04  Paul Cornettindentation cleanup, unused variables, constant express...
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 Dunnreentrance methods
2006-11-19  Benjamin Williamsallow programmatic access to start pane dragging
2006-11-17  Benjamin Williamsadded wxAuiManager::GetManager() call
2006-11-17  Benjamin Williamsrenamed wxAUI_ART to wxAUI_DOCKART
2006-11-16  Benjamin Williamsadded missing button state
2006-11-10  Benjamin Williamsfactored out CalculateHintRect() from DrawHintRect...
2006-11-09  Robin DunnCorrect names of some event binders
2006-11-02  Benjamin Williamsimplemented wxAUI_NB_WINDOWLIST_BUTTON and wxAUI_NB_SCR...
2006-11-01  Benjamin Williamswhile we're at it, rename wxAuiFloatingPane to the...
2006-11-01  Benjamin Williamswxaui big class rename
2006-11-01  Benjamin Williamswxaui maximize/restore button patch from Aleksey Sanin...
2006-10-30  Benjamin Williamswxaui notebook tabs can scroll; notebook themability...
2006-10-26  Benjamin Williamswxaui flags reworked a bit; allows any hinting type...
2006-10-16  Robin DunnCompile fix: forward decalare wxFloatingPane
2006-10-16  Robert Roebling [ 1578466 ] Support for custom floating panes
2006-10-16  Robert Roebling [ 1578468 ] full support for "destroy on close" flag
2006-08-27  Robert Roebling Made toolbars sticky, i.e. you need to drag them
2006-08-24  Michael WetherellMissing exports.
2006-08-23  Robert Roebling Added direction sensitive docking.
2006-07-25  Alex BlighwxAUI: fixed pane saving design thinko
2006-07-25  Alex BlighwxAUI: Support serialization of individual PaneInfo...
2006-07-23  Alex BlighwxAUI: Don't fade venetian blind effect by default
2006-07-22  Alex BlighAdd support for transparent hint windows under GTK
2006-07-19  Włodzimierz SkibaWarning fix.
2006-07-16  Benjamin Williamsadded another AddPane() call which allows the caller...
2006-07-16  Robin DunnAdded wxTopLevelWindow::SetTranslucency and CanSetTrans...
2006-07-13  Alex BlighVirtualize ProcessDockResult so people can override...
2006-07-12  Benjamin Williamsrenamed wxFrameManager::GetFrame() and SetFrame() to...
2006-07-11  Benjamin WilliamswxFrameManager::Render() now fires a new event, called...
2006-07-11  Benjamin WilliamswxAUI's wxFrameManager::SetFrame() now takes a wxWindow...
2006-07-08  Robin DunnAdd wxRTTI info for the event class
2006-07-07  Robin DunnChanges needed for scanning the aui header files with...
2006-07-05  Benjamin Williamsadded EVT_AUI_PANECLOSE and updated sample accordingly
2006-07-04  Alex BlighwxAUI: Make 2 methods virtual and unprotect member...
2006-06-15  Michael WetherellMissing exports
2006-06-15  Michael WetherellCygwin compile fix
2006-06-07  Julian SmartRemoved comma
2006-06-06  Włodzimierz SkibaSource cleaning, wxW headers, whitespaces and improved...
2006-06-06  Julian SmartCompile corrections
2006-06-06  Julian SmartInitial commit of wxAUI