XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / src / aui / framemanager.cpp
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
2006-07-22  Alex BlighwxAUI: Do not leak a wxFrame if transparency is not...
2006-07-22  Alex BlighFix redraw problems with hint rectangle when there...
2006-07-19  Włodzimierz SkibaWarning fix.
2006-07-17  Robin DunnTranslucency --> Transparent
2006-07-17  Benjamin Williamsframe should call skip on child focus event to give...
2006-07-16  Benjamin Williamsprevent some obscure wxAUI crashes after DetachPane...
2006-07-16  Benjamin Williamsadded another AddPane() call which allows the caller...
2006-07-16  Robin DunnAdded wxTopLevelWindow::SetTranslucency and CanSetTrans...
2006-07-14  Benjamin Williamshint window pane should always be shown so that hints...
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  Benjamin Williamsreverted an earlier patch that was causing problems
2006-07-08  Robin DunnAdd wxRTTI info for the event class
2006-07-07  Robin DunnNeed to skipp the first half of ShowHint if the platfor...
2006-07-06  Włodzimierz SkibaTinderbox warning fix.
2006-07-06  Robin DunnOops, I misremembered the name of wxUnusedVar
2006-07-05  Robin DunnEnable transparent hints and dragging on wxMac
2006-07-05  Alex BlighwxAUI: maintain minimum size of panes across dock/undock.
2006-07-05  Benjamin Williamsfixed wrong comment
2006-07-05  Benjamin Williamsadded EVT_AUI_PANECLOSE and updated sample accordingly
2006-07-04  Alex BlighwxAUI: Send a cancel event to the window within a frame...
2006-07-04  Vadim Zeitlinrelease build unused variable warning fix
2006-07-04  Alex BlighwxAUI: Made fixed size floating panes work
2006-07-04  Włodzimierz SkibaWinCE build fixes.
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-30  Benjamin Williamsadded/expanded various comments
2006-06-14  Włodzimierz SkibaWhitespaces lined up.
2006-06-14  Włodzimierz SkibaDon't create uneeded variables.
2006-06-09  Vadim Zeitlingcc printf format warning fixed
2006-06-08  Włodzimierz SkibaInclude wx/mdi.h according to precompiled headers of...
2006-06-07  Włodzimierz SkibaInclude wx/toolbar.h according to precompiled headers...
2006-06-06  Włodzimierz SkibaSource cleaning, wxW headers, whitespaces and improved...
2006-06-06  Julian SmartFix for wxX11
2006-06-06  Julian SmartCompile corrections
2006-06-06  Julian SmartInitial commit of wxAUI