Remove obsolete VisualAge-related files.
[wxWidgets.git] / include /
2013-06-03  Stefan Csomordeal with Cocoa as we do with Carbon, see #15008
2013-05-31  Vadim ZeitlinChange wxMSW wxTreeCtrl::DoFreeze() to not hide the...
2013-05-31  Vadim ZeitlinAdd wxFileDialog::GetCurrentlySelectedFilename().
2013-05-31  Vadim ZeitlinFix wxStyledTextCtrl::SetInsertionPointEnd().
2013-05-31  Vadim ZeitlinImprove horizontal scrolling in wxRibbonControl.
2013-05-31  Vadim ZeitlinAdd wxWindow::BeginRepositioningChildren() and EndRepos...
2013-05-31  Vadim ZeitlinMake wxSharedPtr::Release() really MT-safe.
2013-05-26  Julian SmartApplied patch for #15189 - avoid crash when deleting...
2013-05-24  Robin DunnAdd wxRTTI for the wxFileSystemWatcherEvent class
2013-05-22  Vadim ZeitlinAdd ctor and assign() taking an iterator range to wxVec...
2013-05-22  Vadim ZeitlinAdd ctor from two input iterators to wxArray in STL...
2013-05-22  Vadim ZeitlinFix regression in wxGTK wxFilePickerCtrl due to wxFileD...
2013-05-20  Vadim ZeitlinAdd a public wxModalDialogHook class for intercepting...
2013-05-20  Vadim ZeitlinFix return value of wxCountingOutputStream::LastWrite().
2013-05-20  Vadim ZeitlinAdd wxInputStream::ReadAll() and wxOutputStream::WriteA...
2013-05-19  Vadim ZeitlinDelete the associated dialog in wxGTK wx{File,Dir}Button.
2013-05-19  Vadim ZeitlinAdd conversions to/from long long to wxUniChar.
2013-05-18  Steve LamertonUse wxCOMPtr throughout the wxWebViewIE Find code.
2013-05-17  Vadim ZeitlinMake wxPreferencesEditor dtor virtual.
2013-05-16  Vadim ZeitlinInitialize wxXmlResourceHandler members in its ctor.
2013-05-16  Vadim ZeitlinAllow wxPreferencesEditor::Dismiss() to work when using...
2013-05-16  Vadim ZeitlinAdd wxPreferencesEditor::ShownModally().
2013-05-16  Vadim ZeitlinMake wxPreferencesEditor::Show() virtual.
2013-05-16  Vadim ZeitlinAllow to specify the title used by wxPreferencesEditor...
2013-05-16  Vadim ZeitlinAdd wxEVT_DIRCTRL_FILEACTIVATED wxDirCtrl event.
2013-05-16  Vadim ZeitlinRename wxEVT_DIRCTRL_CHANGED to wxEVT_DIRCTRL_SELECTION...
2013-05-16  Vadim ZeitlinAllow associating a validator with wxGridCellTextEditor.
2013-05-16  Jouk Jansenm_useExtendedPrecision is only used if the macro wxUSE_...
2013-05-15  Vadim ZeitlinFix memory leak in wxXmlNode::operator=().
2013-05-15  Vadim ZeitlinAllow shrinking the array with wxArray::resize().
2013-05-14  Václav SlavíkMove wxTransform2D methods' bodies to geometry.cpp.
2013-05-12  Vadim ZeitlinFix harmless Clang warning about unreachable code.
2013-05-10  Stefan Csomorapplying editor part of patch, see #15003
2013-05-08  Vadim ZeitlinFix wrong wxUSE_ACCEL around wxUSE_HOTKEY-related code...
2013-05-08  Vadim ZeitlinAdd wxVector<>::const_reverse_iterator.
2013-05-06  Julian SmartApplied patches for #15184 (wxRichTextAction fix for...
2013-05-06  Vadim ZeitlinAdd IEEE 754 single/double precision support to wxDataS...
2013-05-06  Vadim ZeitlinNo real changes, just rename double variables to "d".
2013-05-06  Vadim ZeitlinExtract common parts of wxData{In,Out}putStream in...
2013-05-04  Vadim ZeitlinFix event handling order in doc/view framework.
2013-05-04  Vadim ZeitlinForward events to active child at MSW, not wx, level...
2013-05-04  Vadim ZeitlinAdd public wxDocManager::GetAnyUsableView().
2013-05-04  Vadim ZeitlinFix menu event handlers calling order.
2013-05-01  Vadim ZeitlinCopy max width of wxGridCellTextEditor when cloning it.
2013-05-01  Vadim ZeitlinRemove the apparently unneeded wxPGPropArgCls default...
2013-04-30  Robin Dunnexport wxRichTextObjectPtrArrayArray since it is used...
2013-04-30  Vadim ZeitlinAdd wxFontInfo class to allow using named parameters...
2013-04-29  Vadim ZeitlinAdd support for wxICON_AUTH_NEEDED to wxMessageDialog.
2013-04-28  Vadim ZeitlinReally fix the problem with caret in wxGrid text editor...
2013-04-28  Vadim ZeitlinNo real changes, just make wxGridCellEditor accessors...
2013-04-25  Vadim ZeitlinFix wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK event...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-04-25  Vadim ZeitlinSmall fixes after wxHtmlTagHandler::GetParser() addition.
2013-04-24  Robin DunnAdd GetParser methods for the tag handlers
2013-04-22  Vadim ZeitlinAdd wxSocketBase::GetSocket().
2013-04-21  Vadim ZeitlinReset sorting column in generic wxDataViewCtrl properly.
2013-04-20  Vadim ZeitlinAdd wxTextEntryDialog::SetMaxLength().
2013-04-17  Vadim ZeitlinRemove "ED" suffix from EVT_DATAVIEW_COLUMN_HEADER_RIGH...
2013-04-10  Vadim ZeitlinAdded chainable wxWizardPageSimple::Chain() overload.
2013-04-08  Vadim ZeitlinUse API_VERSION_NUMBER for debug help API version check.
2013-04-08  Vadim ZeitlinSupport Unicode module names in wxDynamicLibrary::MSWGe...
2013-04-05  Vadim ZeitlinAllow to customize wxGrid column auto-sizing.
2013-04-04  Vadim ZeitlinFix wxTextEntryDialog::GetValue() when using SetTextVal...
2013-03-31  Vadim ZeitlinMake wxToolBar styles consistent and add wxTB_DEFAULT_S...
2013-03-31  Vadim ZeitlinRemove wxTextCtrl::OnEnabled() hack from wxGTK.
2013-03-31  Vadim ZeitlinRemove wx{File,Dir}PickerCtrl::CheckPath() declaration.
2013-03-29  Vadim ZeitlinAdded wxBookCtrlBase::FindPage().
2013-03-27  Vadim ZeitlinFix assert when constructing invalid wxGBSpan inside...
2013-03-27  Vadim ZeitlinAdd wxDocManager::FindDocumentByPath() helper.
2013-03-27  Vadim ZeitlinFix display of empty wxStaticBoxSizers.
2013-03-26  Vadim ZeitlinAdd wxDocument::Activate() method.
2013-03-26  Vadim ZeitlinNo changes, just remove wxGtkIMData forward declarations.
2013-03-22  Vadim ZeitlinAdd GdkEventKey declaration fix PCH-less build.
2013-03-21  Vadim ZeitlinAdd IM and full wxEVT_CHAR support to wxTextCtrl and...
2013-03-21  Vadim ZeitlinRefactor wxGTK IM-related code to allow future modifica...
2013-03-21  Vadim ZeitlinUse flat generic status bar by default and add wxSB_SUNKEN.
2013-03-21  Vadim ZeitlinCreate a small helper class for Unity global menu bug...
2013-03-18  Julian SmartMake sure include doesn't get overwritten when code...
2013-03-18  Robin Dunnfix compilation problem
2013-03-18  Julian SmartFixed help for symbol picker and style manager dialogs
2013-03-18  Julian SmartAdded control over whether size and position units...
2013-03-14  Julian SmartWe need to switch off UI elements before they are laid...
2013-03-12  Julian SmartAdded ability to switch off more components of the...
2013-03-12  Julian SmartFixed UI customization helper
2013-03-11  Julian SmartAdded missing RTTI
2013-03-09  Vadim ZeitlinAdd GetFile() accessor to wxFileStream classes.
2013-03-09  Vadim ZeitlinNo real changes, just use wxString::clear() instead...
2013-03-09  Vadim ZeitlinReturn false from wxFileName::AppendDir() and InsertDir...
2013-03-09  Vadim ZeitlinUse generic spin control itself as parent for its children.
2013-03-09  Vadim ZeitlinFix compilation with MinGW -std=c++11 option.
2013-03-09  Vadim ZeitlinRemove wxLogWindow::OnFrameCreate() virtual method.
2013-03-09  Vadim ZeitlinRestore wxDIRCTRL_SHOW_FILTERS flag of wxDirCtrl.
2013-03-03  Vadim ZeitlinFix hundreds of unused parameter warnings in wxOSX...
2013-03-02  Stefan Csomorenabling cursor events, fixes #15044
2013-03-02  Vadim ZeitlinMake wxRect parameter of wxRichToolTip::ShowFor() const.
2013-02-28  Julian SmartCorrected loading of images: we need the parent size...
2013-02-28  Václav SlavíkCompilation fix for wxPreferencesPage.
2013-02-28  Václav SlavíkAdd wxPreferencesEditor class.
2013-02-28  Václav SlavíkAdd support for Cocoa's selectable toolbar items.
2013-02-28  Václav SlavíkAdd wxBitmap(NSImage*) ctor to wxOSX.
next