Rewrote wxRibbonPage realisation and layout code to avoid setting the position and...
[wxWidgets.git] / interface /
2009-12-09  Vadim ZeitlinDocument that wxTrap() now traps [almost] always.
2009-12-09  Kevin OllivierAdd OSX prefix, and be clear that this is OS X only...
2009-12-08  Vadim ZeitlinMake wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrie...
2009-12-07  Vadim ZeitlinDocument wxListCtrl::FindItem() return value.
2009-12-07  Kevin OllivierAdd wxTLW::SetModified to allow apps to set the TLW...
2009-12-05  Vadim ZeitlinAdd support for MSW unique volume names to wxFileName.
2009-12-05  Václav SlavíkDocumented that wxCriticalSection can be used before...
2009-12-01  Bryan PettyForward-port of r62758 (Added wxHtmlEasyPrinting name...
2009-11-28  Vadim ZeitlinAllow calling wxStrchr() with a narrow string and wide...
2009-11-28  Vadim ZeitlinNo changes, just remove unnecessary UTF-8 bytes.
2009-11-27  Vadim ZeitlinAllow changing horizontal alignment of numeric cells...
2009-11-27  Vadim ZeitlinAdd symbolic constant wxALIGN_INVALID and use it instea...
2009-11-26  Vadim ZeitlinNo changes, just avoid overriding GetNativeFontInfoDesc...
2009-11-22  Vadim ZeitlinDocument that throwing exceptions from wxTimer::Notify...
2009-11-22  Stefan NeisFixed Cut&Paste error in wxTextCtrl::ChangeValue docume...
2009-11-21  Jaakko SalliAdded a new documentation overview section 'Caveats...
2009-11-19  Jaakko SalliAdded typeinfo.h which implements wxTypeId, using C...
2009-11-17  Vadim ZeitlinFix typo in Bind() documentation: s/binded/bound/
2009-11-17  Vadim ZeitlinExplicitly document event types for EVT_CLOSE().
2009-11-15  Robert RoeblingRevert wxFlexGridSizer constr. change
2009-11-14  Vadim ZeitlinImplement support for wxSL_<DIR> in wxGTK, show them...
2009-11-14  Vadim ZeitlinMinor corrections to wxSL_LABELS definition and documen...
2009-11-14  Robert RoeblingRestore ability to create wxFlexGridSizer with 2 params...
2009-11-14  Robert RoeblingDocument wxSL_MIN_MAX_LABELS and wxSL_VALUE_LABEL
2009-11-14  Robert RoeblingTypo
2009-11-13  Robert RoeblingImplement and document wxDataViewTreeCtrl::IsContainer...
2009-11-12  Vadim ZeitlinMake wxSizeEvent::GetSize() description more precise.
2009-11-11  Vadim ZeitlinAdd wxBase64Decode(void*,size_t,wxString) overload.
2009-11-11  Václav Slavíkadded a note about XRCID() and EVT_*_RANGE macros ...
2009-11-10  Vadim ZeitlinAllow custom wxDataViewCtrl renderers to easily use...
2009-11-09  Vadim ZeitlinNo changes, just correct a recurring typo in "Override".
2009-11-08  Václav Slavíkdocument that wxMessageDialog API additions appeared...
2009-11-03  Vadim ZeitlinDocument wxDocument::SetDocumentSaved().
2009-10-31  Vadim ZeitlinMake public and document wxDataView{Index,Virtual}ListM...
2009-10-24  Vadim ZeitlinMake wxDataViewModel::GetAttr() and GetAttrByRow()...
2009-10-24  Vadim ZeitlinCreate model and column in wxDataViewTreeCtrl::Create...
2009-10-24  Vadim ZeitlinAdd wxDataViewModel::HasValue().
2009-10-23  Vadim ZeitlinAdd wxDataViewModel::ChangeValue() and use it in wxDVC...
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-10-21  Vadim ZeitlinAdd or fix descriptions of return values from SetFont...
2009-10-19  Vadim ZeitlinDocument wxRendererNative::DrawTitleBarBitmap() and...
2009-10-18  Mattia BarbonCopy wxPerl notes from the LaTeX documentation.
2009-10-16  Vadim ZeitlinAdd ellipsization support to wxDataViewCtrl.
2009-10-16  Vadim ZeitlinRename wxEllipsizeFlags elements to avoid confusion...
2009-10-16  Jaakko SalliFix incorrect wxComboBox dropdown and closeup event...
2009-10-15  Jaakko SalliChanged 'bool recursively' to 'int flags' argument...
2009-10-15  Vadim ZeitlinReplace wxValidator::SetBellOnError() with SuppressBell...
2009-10-15  Vadim ZeitlinCorrect typo in wxDocument::OnSaveModified() description.
2009-10-15  Jaakko SalliAdded wxPGCell::SetFont() and GetFont(); Documented...
2009-10-12  Vadim ZeitlinRemove wxDataViewTextRendererAttr by merging it with...
2009-10-12  Vadim ZeitlinAdded wxDCFontChanger ctor not changing font.
2009-10-12  Vadim ZeitlinDocument wxDCTextColourChanger "do nothing" constructor.
2009-10-10  Vadim ZeitlinDon't document WarpPointer() as not implemented under...
2009-10-10  Vadim ZeitlinDon't use vendor name by default in wxStandardPaths.
2009-10-10  Jaakko SalliRemoved intermediate wxPanel from wxPropertyGrid.
2009-10-09  Vadim ZeitlinMention log components in wxLogTrace() documentation.
2009-10-08  Vadim ZeitlinAdd a WX_APPNAME_DATA_DIR hack for wxStandardPaths...
2009-10-08  Vadim ZeitlinImprovements to application info documentation in wxSta...
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...
next