call event.Enable(true) in OnUpdateFileOpen and OnUpdateFileNew only if there are...
[wxWidgets.git] / src / aui /
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-10-06  Vadim Zeitlinset svn properties correctly
2008-10-01  Benjamin Williamsapplied patch from ticket 10015; wxToolBar compatibility
2008-09-19  Vadim Zeitlincancel the current operation if mouse capture is lost...
2008-09-11  Jouk Jansenupdate OpenVMS compile support
2008-09-05  Stefan Csomormaking things build under osx-cocoa as well
2008-09-03  Benjamin Williamsfix small logic error
2008-09-03  Benjamin Williamsfixed a problem in the aui toolbar flags
2008-09-03  Benjamin Williamsmake members private in various wxAuiToolBar helper...
2008-09-02  Vadim Zeitlinuse {short,long}_help_string parameters of AddTool...
2008-09-02  Stefan Csomoradaptions to new osx ouside the main trees
2008-08-28  Paul Cornettadd wxPseudoTransparentFrame to parent, so it doesn...
2008-08-25  Vadim Zeitlinuse UnsetToolTip() instead of SetToolTip(NULL) to fix...
2008-08-25  Vadim Zeitlindon't use deprecated wxMenuItem ctor and don't use...
2008-08-25  Vadim Zeitlinchanged wxAuiBlendColour() to work with unsigned chars...
2008-08-24  Benjamin Williamsfix undefined variable color to colour
2008-08-24  Benjamin Williamsdon't use MacSetTheme()
2008-08-24  Benjamin Williamsfixed include problem
2008-08-24  Benjamin Williamsadded wxAuiToolBar
2008-08-03  Benjamin Williamsfix mouse capture lost assert when dialog shown in...
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 defect #4827
2008-08-01  Benjamin Williamsfix for ticket #4505, Floatable(false) wasn't working...
2008-08-01  Benjamin Williamsfloating pane now respects IsFixed pane status; indirec...
2008-07-29  Stefan CsomorOSX regrouping
2008-06-20  Vadim Zeitlindon't pass negative height to wxWindow::SetSize(),...
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-05-09  Benjamin Williamsapplied patch 1908782 wxAuiMDIChildFrame not removed...
2008-04-01  Vadim Zeitlinsuppress VC++ /Wp64 warnings
2008-03-15  Vadim Zeitlindon't assign the returned value in wxMDIParentFrame...
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...
2008-01-06  Vadim Zeitlinsmall tweak to the close icon (patch 1674689)
2008-01-05  Vadim Zeitlinmeaning of left/right keys should be inversed in RTL...
2007-12-20  Vadim Zeitlinset up the correct layout direction for memory dc in...
2007-11-30  Robert RoeblingDC reorganization
2007-11-25  Paul Cornettremove unused/unneeded stuff from gtk/private.h
2007-11-23  Stefan Csomormac cleanup, cgcolor changes
2007-11-13  Benjamin Williamsadded null pointer check and assert
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  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-11-06  Benjamin Williamsdon't renumber dock rows to remove gaps
2007-11-06  Benjamin Williamsaui dock renumbering fix
2007-11-05  Vadim Zeitlinmore unused parameters warnings (should have been part...
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-21  Julian SmartReverted unnecessary fix
2007-09-21  Julian SmartMake SetFont actually do something
2007-09-17  Julian SmartRemoved restriction that multiple centre panes can...
2007-08-21  Julian SmartAvoid selecting/updating in destructor
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 [ 1747059 ] wxAUIDefaultTabArt wxAUI_NB_B...
2007-08-21  Julian SmartApplied patch [ 1701723 ] wxAUI: Added event for double...
2007-08-21  Julian SmartApplied patch [ 1678412 ] handling non-existent panes...
2007-08-21  Julian SmartRemoved unnecessary code
2007-08-21  Julian SmartApplied patch [ 1675084 ] wxAUI - Added events to be...
2007-08-21  Julian SmartFixed [ 1645203 ] Problem with resizing floating panes
2007-08-21  Julian SmartApplied patch [ 1768229 ] auibook.cpp: Fix undefined...
2007-08-21  Julian SmartFixed wxTabFrame leak by deleting all pages in the...
2007-08-21  Julian SmartApplied patch [ 1777700 ] call Reparent() from wxAuiNot...
2007-08-18  Julian SmartAvoid clash with control container event handlers
2007-08-18  Julian SmartA number of focus handling improvements:
2007-08-16  Julian SmartImplemented Firefox-like behaviour whereby clicking...
2007-08-16  Julian SmartAdded AdvanceSelection, ShowWindowMenu and keyboard...
2007-08-09  Julian SmartGave toolbars some extra height, Without which DoGetBes...
2007-07-23  Julian SmartAvoid a hang if we're dragging a tab to a notebook...
2007-07-14  Benjamin Williamsfix for bug #1747890 - close button problem fixed
2007-07-04  Paul Cornettindentation cleanup, unused variables, constant express...
2007-07-04  Benjamin Williamsfix for bug #1686328
2007-07-01  Benjamin Williamsin wxAuiNotebook, prevent unwanted page selection chang...
2007-06-29  Benjamin Williamsapplied patch 1737156 to wxAuiManager
2007-06-29  Benjamin Williamsin wxAUI, set the hint transparency before showing...
2007-06-28  Benjamin Williamsfix for wxAuiNotebook middle-click close (was closing...
2007-06-27  Benjamin Williamsadded middle-click close to wxAuiNotebook
2007-06-27  Benjamin Williamsin wxAuiNotebook, code to reduce flicker on page close
2007-06-27  Benjamin WilliamswxAuiNotebook::RemovePage() rewritten; fixes bugs ...
2007-06-21  Julian SmartCopied fonts in art Clone
2007-06-21  Julian SmartAdded font setting and ability to determine AUI noteboo...
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 [ 1712381 ] CRASH: closing floating panel on GTK
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...
2007-04-05  Benjamin Williamsavoid assert in window list drop down
next