Adding regex support for wxMOTIF for OpenVMS
[wxWidgets.git] / interface /
2009-10-05  Vadim ZeitlinImplement wxWindow::ShowWithEffect() for wxOSX/Cocoa.
2009-10-05  Vadim ZeitlinDetermine the appropriate show effect automatically...
2009-10-05  Vadim ZeitlinAdded wxInfoBar::Dismiss().
2009-10-05  Vadim ZeitlinAdded wxART_CLOSE art id.
2009-10-05  Vadim ZeitlinOnly show the default close button in wxInfoBar if...
2009-10-05  Vadim ZeitlinGenerate the button clicks in GTK version of wxInfoBar.
2009-10-05  Vadim ZeitlinAdd wxInfoBar::RemoveButton() method.
2009-10-05  Vadim ZeitlinAdded native wxInfoBar implementation for wxGTK.
2009-10-05  Vadim ZeitlinInitial wxInfoBar implementation.
2009-10-05  Vadim ZeitlinAdded wxSHOW_EFFECT_NONE.
2009-10-04  Václav Slavíkfixed wxXmlDocument::Save() to interpret the indentstep...
2009-10-03  Jaakko SalliAdded wxDECLARE_ANY_TYPE(CLS, DECL) and documented...
2009-10-02  Jaakko SalliAdded note about dangers of adding and deleting items...
2009-09-29  Jaakko SalliRemoved dst buffer delete responsibility from wxAnyValu...
2009-09-27  Jaakko SalliStore property name and value in wxPropertyGridEvent...
2009-09-26  Julian SmartApplied modified #10655 (Added Cookie (receive) support...
2009-09-26  Jaakko SalliHave wxComboCtrl generate wxEVT_COMMAND_COMBOBOX_DROPDO...
2009-09-24  Julian SmartApplied #10917: wxGTK wxFileDialog::SetDirectory and...
2009-09-24  Julian SmartApplied part of #10034: wxImage::ConvertToDisabled()
2009-09-24  Stefan Csomordocumenting events that are not available on OSX, close...
2009-09-24  Vadim ZeitlinMinor corrections to sorted arrays documentation.
2009-09-23  Julian SmartAdded wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler...
2009-09-22  Julian SmartClarified difference between SetInsertionPoint and...
2009-09-22  Jaakko SalliMinor clarifation and typo fix
2009-09-21  Vadim ZeitlinwxSocket::Initialize() and Shutdown() are for main...
2009-09-19  Vadim ZeitlinAdd wxColour::{Set,Get}RGB[A]().
2009-09-19  Vadim ZeitlinSet svn properties correctly for the newly added files.
2009-09-19  Jaakko SalliwxAny initial commit (closes #10932)
2009-09-18  Vadim ZeitlinChange return type of wxList::Member() to bool.
2009-09-16  Vadim ZeitlinAllow creating wxSingleInstanceChecker with default...
2009-09-16  Peter CawleyMerged GSOC Ribbon work from SOC2009_RIBBON branch...
2009-09-15  Vadim ZeitlinChange wxBoxSizer::AddSpacer() to only add space in...
2009-09-14  Vadim ZeitlinAdd wxXmlResource::LoadObjectRecursively().
2009-09-14  Vadim ZeitlinAdded support for corner, row and column headers render...
2009-09-14  Vadim ZeitlinDocument wxGridCellAttrProvider.
2009-09-12  Vadim ZeitlinDocument the meaning of empty value name in wxRegKey...
2009-09-12  Vadim ZeitlinAdd convenient wxMBConv::cMB2WC/WC2MB overloads taking...
2009-09-12  Vadim ZeitlinDefine wxDEBUG_LEVEL in both debug and release builds...
2009-09-12  Vadim ZeitlinDocument ctors creating a wxString from repeated charac...
2009-09-12  Vadim ZeitlinDocument wxStandardPaths vendor-related changes.
2009-09-11  Julian SmartwxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_...
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-09-05  Vadim ZeitlinClarify the separator native look remark.
2009-09-04  Vadim ZeitlinImplement wxSTAY_ON_TOP for wxMessageDialog in wxGTK.
2009-09-04  Vadim ZeitlinDocument wxFileName::SetPath().
2009-09-03  Vadim ZeitlinTweak the default wxApp::GetAppDisplayName() logic.
2009-09-01  Jaakko SalliAdded 'bool editable' argument to wxPropertyGrid::MakeC...
2009-08-30  Vadim ZeitlinAdd support for bilinear resize algorithm to wxImage.
2009-08-30  Vadim ZeitlinOutput the extracted number from wxString::ToXXX()...
2009-08-29  Jaakko SalliDisabled top-level parent tracking by default (crashes...
2009-08-23  Vadim ZeitlinNever overflow the output buffer in wxBase64Decode().
2009-08-23  Vadim ZeitlinAdded wxGridSize::GetEffective{Cols,Rows}Count().
2009-08-23  Vadim ZeitlinMake WXK_NUMPAD_TAB member of WXK_CATEGORY_TAB.
2009-08-23  Jaakko SalliAdded label editing capability into wxPropertyGrid
2009-08-23  Vadim ZeitlinAdded wxKeyEvent::IsKeyInCategory() method.
2009-08-22  Vadim ZeitlinDocument wxGraphicsPath::AddArc() better.
2009-08-20  Vadim ZeitlinRename wxRendererNative::DrawRadioButton() to DrawRadio...
2009-08-17  Jaakko SalliAdded multiple selection feature to wxPropertyGrid...
2009-08-14  Vadim ZeitlinAllow customizing wxDebugReportCompress output file.
2009-08-14  Vadim ZeitlinAdded wxStandardPaths::MSWGetShellDir().
2009-08-11  Jaakko SalliDo not generate wxEVT_PG_SELECTED with direct ClearSele...
2009-08-10  Vadim ZeitlinReorganize and improve wxSizer::SetItemMinSize() docume...
2009-08-10  Vadim ZeitlinCorrect wxSizer::InsertSpacer() description.
2009-08-10  Vadim ZeitlinUpdate wxFlexGridSizer ctors to match (new) wxGridSizer...
2009-08-10  Vadim ZeitlinMade wxWindow::HasScrollbar() do what it says.
2009-08-09  Jaakko SalliFixed wxPGProperty ctor documentation
2009-08-07  Vadim ZeitlinCorrect examples in wxStaticBox(Sizer) documentation.
2009-08-06  Vadim ZeitlinDon't pop explicitly changed status messages.
2009-08-06  Vadim ZeitlinNo changes, just removed the whitespace.
2009-08-05  Bryan PettyFixed up the short description of wxHashMap::find().
2009-08-03  Vadim ZeitlinMinor changes to wxGridSizer ctor docs.
2009-08-02  Vadim ZeitlinCorrect wxPATH_NORM_DOTS comment and documentation.
2009-08-02  Vadim ZeitlinMention that wxEVT_GRID_SELECT_CELL is generated by...
2009-08-02  Vadim ZeitlinMake wxGridSizer ctors more consistent.
2009-07-30  Vadim ZeitlinAdded another hyphen in "wxObject-derived" for consistency.
2009-07-30  Vadim ZeitlinCorrect typo in wxRefCounter description.
2009-07-25  Vadim ZeitlinImplement wxWindow::GetToolTipText().
2009-07-25  Vadim ZeitlinAllow setting long version field in About dialog.
2009-07-25  Vadim ZeitlinAdded wxSTOCK_FOR_BUTTON flag for wxGetStockLabel().
2009-07-25  Vadim ZeitlinCorrect wxGetStockLabel() documentation.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-22  Vadim ZeitlinCorrect example in wxStringBufferLength documentation.
2009-07-21  Vadim ZeitlinSupport delayed destruction in console applications...
2009-07-20  Jaakko SalliFixed wxPropertyGridInterface::SetPropertyValues()...
2009-07-19  Vadim Zeitlinremoved wxDatePickerCtrlGeneric::SetFormat() which...
2009-07-18  Vadim ZeitlinDocument wxMessageOutput and related classes.
2009-07-18  Vadim ZeitlinCorrect obsolete information: SetYesNoLabels() is not...
2009-07-17  Vadim Zeitlinadded wxLB_NO_SB style and implementation for wxMSW...
2009-07-16  Vadim Zeitlindocument wxDCMemory(wxDC*) ctor
2009-07-13  Vadim ZeitlinMake wxLog::EnableLogging() and wxLogNull thread-specific.
2009-07-13  Vadim ZeitlinAdd support for thread-specific log targets.
2009-07-12  Vadim ZeitlinMade wxLogXXX() functions thread-safe.
2009-07-12  Vadim ZeitlinAdd component-level filtering to wxLog.
2009-07-11  Vadim ZeitlinAdded wxThread::GetMainId().
2009-07-11  Jaakko SalliAdded named section 'Property development funcions'
2009-07-11  Jaakko SalliAdded wxPropertyGrid::WasValueChangedInEvent(), added...
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-07-08  Vadim Zeitlinadded wxLog::IsLevelEnabled() helper; document it and...
2009-07-08  Vadim ZeitlinChanged wxLog DoLogXXX() callbacks and introduced wxLog...
2009-07-06  Vadim Zeitlinregenerated after r60684
next