Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / aui / floatpane.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-01-27  Stefan NeisNo real changes, just spelling fixes. Closes #14998.
2012-03-28  Stefan Csomoradding correct behavior for move events as the are...
2011-10-30  Vadim ZeitlinChange variables naming convention in wxAUI code.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-14  Vadim ZeitlinFix small error in floating AUI frames client size...
2011-03-30  Vadim ZeitlinAlways update internally stored AUI floating frame...
2010-05-31  Vadim ZeitlinUpdate AUI floating windows position and not just size...
2009-04-30  Vadim Zeitlincompilation fix after wxMouseState changes (closes...
2008-08-01  Benjamin Williamsfloating pane now respects IsFixed pane status; indirec...
2008-05-27  Robert RoeblingReapply wxWeakRef patch again
2008-02-18  Vadim Zeitlinreverted r51340: don't use wxWeakRef in the library...
2008-01-23  Bryan PettyReverted wxAuiFloatingFrame dtor crash fix (r51324...
2008-01-22  Bryan PettyFixed a rare wxAuiFloatingFrame dtor crash on MSW using...
2007-07-04  Paul Cornettindentation cleanup, unused variables, constant express...
2007-05-05  Robert Roebling Apply [ 1712381 ] CRASH: closing floating panel on GTK
2006-11-23  Benjamin Williamsprep flags, code indentation
2006-10-11  Robin DunnreSWIGged
2006-11-17  Benjamin Williamsadded wxAuiManager::GetManager() call
2006-11-17  Benjamin Williamsrenamed wxAUI_ART to wxAUI_DOCKART
2006-11-02  Benjamin Williamsfixed aui flicker bug caused by typo
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  Benjamin Williamsaui this really has to be BOOL and not bool
2006-11-01  Robert Roebling Compile fix.
2006-10-31  Benjamin Williamsaui docking works well on systems with solid window...
2006-10-16  Robert Roebling [ 1578466 ] Support for custom floating panes
2006-08-23  Robert Roebling Added direction sensitive docking.
2006-08-22  Robert Roebling Skip double size events.
2006-08-22  Robert Roebling Commited Bryan Petty's blind fix patch.
2006-07-25  Alex BlighWork around problems with sizing floating panes on GTK
2006-07-24  Benjamin Williamsfloating panes now respect wxPaneInfo::HasCloseButton()
2006-07-12  Benjamin Williamsrenamed wxFrameManager::GetFrame() and SetFrame() to...
2006-07-05  Alex BlighwxAUI: maintain minimum size of panes across dock/undock.
2006-07-05  Benjamin Williamsadded EVT_AUI_PANECLOSE and updated sample accordingly
2006-07-04  Alex BlighwxAUI: Send cancel event on floating panes closing...
2006-07-04  Alex BlighwxAUI: Made fixed size floating panes work
2006-06-06  Włodzimierz SkibaSource cleaning, wxW headers, whitespaces and improved...
2006-06-06  Julian SmartInitial commit of wxAUI