don't use deprecate SetClippingRegion(wxRegion)
[wxWidgets.git] / src / aui / framemanager.cpp
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
2006-11-20  Benjamin Williamstoolbar docking bug fixed
2006-11-20  Benjamin Williamscomment improvements/fixes
2006-11-19  Benjamin Williamsallow programmatic access to start pane dragging
2006-11-17  Benjamin Williamsmanager should always be set in pane events
2006-11-17  Benjamin Williamsadded wxAuiManager::GetManager() call
2006-11-17  Benjamin Williamsrenamed wxAUI_ART to wxAUI_DOCKART
2006-11-16  Benjamin Williamsremoved a bunch of wxCHECK_VERSION(2,7,0)'s because...
2006-11-16  Benjamin Williamsdocking crash fix patch applied
2006-11-13  Benjamin Williamsreadded layer insert code
2006-11-11  Julian SmartRemoved trailing comma
2006-11-10  Benjamin Williamsadded private wxAUI_MGR_NO_DOCK_SIZE_LIMIT flag
2006-11-10  Benjamin Williamsfactored out CalculateHintRect() from DrawHintRect...
2006-11-08  Benjamin Williamsfixed crasher (part 2)
2006-11-08  Benjamin Williamsfixed crasher
2006-11-07  Benjamin Williamselipsis for oversized pane captions
2006-11-07  Benjamin Williamstouched up close button
2006-11-05  Benjamin Williamsbug fixed for mdi parent frames
2006-11-02  Benjamin Williamswxaui maximize bug fixes
2006-11-02  Benjamin Williamsproper indentation
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-11-01  Robert Roebling Also apply second part of patch for preventing
2006-10-31  Benjamin Williamsfixed missed button enum conversion
2006-10-31  Benjamin Williamsaui: allow m_frame to be null in wxFrameManager
2006-10-31  Benjamin Williamsfix aui crash related to SF bug 1531361
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  Robert Roebling [ 1578466 ] Support for custom floating panes
2006-10-16  Robert Roebling [ 1578468 ] full support for "destroy on close" flag
2006-09-27  Włodzimierz SkibaWarning fix.
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-09  Paul Cornettsome app.h cleanup: minimize includes, use static cast
2006-09-02  Robert Roebling Added native GTK+ sash drawing to wxAUI.
2006-08-27  Robert Roebling Corrected off-by-1 error in dock test.
2006-08-27  Robert Roebling The docking logic in the top and right docking areas
2006-08-27  Robert Roebling Correct calculation of sticky toolbar.
2006-08-27  Robert Roebling Made toolbars sticky, i.e. you need to drag them
2006-08-27  Robert Roebling Removed one of the jumping toolbar artefacts.
2006-08-24  Włodzimierz SkibaWarning fix.
2006-08-23  Robert Roebling Comment out direction aware code for now.
2006-08-23  Robert Roebling Added direction sensitive docking.
2006-08-22  Robert Roebling Skip double size events.
2006-08-22  Robert Roebling Set size of hint window before showing it.
2006-08-22  Robert Roebling Commited Bryan Petty's blind fix patch.
2006-08-15  Chris ElliottBorland compiler does not like a variable called except
2006-08-15  Stefan Csomormaking sure the hint window does not have a (white...
2006-07-31  Benjamin Williamswrapped up Show() calls to prevent gtk bug from manifesting
2006-07-30  Benjamin Williamsworkaround for bug #1531361
2006-07-25  Alex BlighwxAUI: fixed pane saving design thinko
2006-07-25  Alex BlighwxAUI: Support serialization of individual PaneInfo...
2006-07-24  Alex BlighwxAUI: remove spurious semicolons
2006-07-24  Włodzimierz SkibaWarning fix.
2006-07-23  Alex BlighwxAUI: wrap calls to SetTransparent/CanSetTransparent...
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
next