]> git.saurik.com Git - wxWidgets.git/history - src/aui
compilation fix for !wxUSE_LOG
[wxWidgets.git] / src / aui /
2006-07-31  Benjamin Williamssupress unused var warning
2006-07-31  Benjamin Williamswrapped up Show() calls to prevent gtk bug from manifesting
2006-07-30  Benjamin Williamsworkaround for bug #1531361
2006-07-28  Benjamin Williamswxaui/tabmdi size fix for gtk
2006-07-25  Alex BlighWork around problems with sizing floating panes on GTK
2006-07-25  Alex BlighwxAUI: fixed pane saving design thinko
2006-07-25  Alex BlighwxAUI: Support serialization of individual PaneInfo...
2006-07-24  Benjamin Williamsfloating panes now respect wxPaneInfo::HasCloseButton()
2006-07-24  Alex BlighwxAUI: remove spurious semicolons
2006-07-24  Benjamin WilliamswxString::IsEmpty() => empty()
2006-07-24  Benjamin Williamsfixed variable name
2006-07-24  Benjamin Williamstab draw happens right away when you set the caption
2006-07-24  Benjamin Williamsdrawing improvements; empty caption w/ tab drawing...
2006-07-24  Benjamin Williamstabmdi menu fix
2006-07-24  Włodzimierz SkibaWarning fix.
2006-07-24  Benjamin Williamsremoved some commented-out code
2006-07-24  Włodzimierz SkibaPCH build fix.
2006-07-24  Włodzimierz SkibaSource cleaning.
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  Robin DunnAlso need to override Show
2006-07-22  Benjamin Williamsadded some font measuring to wxAuiMultiNotebook
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-22  Benjamin Williamscompile fixes on wxGTK
2006-07-22  Benjamin Williamsadded some overrides to wxTabFrame to remove errors
2006-07-21  Benjamin Williamsupdated header file name in source
2006-07-21  Benjamin Williamsrenamed notebook.cpp to auibook.cpp
2006-07-21  Benjamin Williamsadded notebook.cpp and tabmdi.cpp
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 cancel event on floating panes closing...
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-16  Jouk Jansen Committing in .
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  Robin DunnCompilation fix for Mac
2006-06-06  Włodzimierz SkibaSource cleaning, wxW headers, whitespaces and improved...
2006-06-06  Julian SmartFix for wxX11
2006-06-06  Julian SmartFixes for Mac
2006-06-06  Julian SmartCompile corrections
2006-06-06  Julian SmartInitial commit of wxAUI