XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / docs /
2013-03-21  Vadim ZeitlinUse flat generic status bar by default and add wxSB_SUNKEN.
2013-03-09  Vadim ZeitlinAdd GetFile() accessor to wxFileStream classes.
2013-03-09  Vadim ZeitlinRemove wxLogWindow::OnFrameCreate() virtual method.
2013-03-03  Vadim ZeitlinRevert "Fix off by 1 error in wxGenericListCtrl::HitTes...
2013-03-02  Vadim ZeitlinUse more native icons in wxMSW wxArtProvider.
2013-02-24  Vadim ZeitlinMake wxGenericDataViewCtrl::SetFont() really work.
2013-02-24  Vadim ZeitlinFix off by 1 error in wxGenericListCtrl::HitTest().
2013-02-24  Vadim ZeitlinMove menu messages handling from wxFrame to wxTLW in...
2013-02-10  Vadim ZeitlinCreate wxCURSOR_RIGHT_ARROW on the fly from normal...
2013-02-10  Vadim ZeitlinAdd wxIcon::CreateFromHICON() to wxMSW.
2013-02-09  Vadim ZeitlinFix pulsing of bitmaps in focused buttons under Windows 7.
2013-02-09  Vadim ZeitlinDon't include the manifest in wx/msw/wx.rc by default...
2013-02-06  Vadim ZeitlinAllow creating wxCursor from ANI files under MSW.
2013-02-01  Steve LamertonRename all WEB_VIEW* style identifiers to WEBVIEW*.
2013-01-21  Vadim ZeitlinDon't include wxUniversal configurations in MSVC projec...
2013-01-21  Vadim ZeitlinAdd wxAUI_TB_PLAIN_BACKGROUND wxAuiToolBar style.
2013-01-21  Vadim ZeitlinAdd wxCheckListBox::GetCheckedItems() helper.
2013-01-20  Paul Cornettadd wxMask::GetBitmap(), closes #9381
2013-01-20  Vadim ZeitlinAdd wxProcess::SetPriority() to allow setting the prior...
2013-01-20  Vadim ZeitlinFix appearance of multiline wxCheckBox with non-standar...
2013-01-20  Vadim ZeitlinFix wxDateTime::GetWeekOfYear() for the days in the...
2013-01-20  Vadim ZeitlinFix changing labels of menu items with bitmaps in wxMSW.
2013-01-20  Vadim ZeitlinFix bug with showing hidden wxGrid lines when resizing...
2013-01-20  Vadim ZeitlinMake "More windows..." menu item in MDI "Window" menu...
2013-01-20  Vadim ZeitlinFix setting initial wxSpinCtrl value outside 0..100...
2013-01-20  Vadim ZeitlinFix bug with dragging non-draggable columns in wxMSW...
2013-01-13  Steve LamertonAllow registering of custom wxWebView backends.
2012-12-31  Vadim ZeitlinSlight improvements to wxWebView::EnableContextMenu...
2012-12-23  Vadim ZeitlinFix wrong tab order in wxAuiNotebook after dragging.
2012-12-22  Vadim ZeitlinAdd wxListCtrl::EnableAlternateRowColours() and SetAlte...
2012-12-01  Vadim ZeitlinMiscellaneous spelling and typo fixes in the documentation.
2012-11-28  Vadim ZeitlinAdd "rect" paramerer to wxRichToolTip::ShowFor().
2012-11-24  Vadim ZeitlinAdd wxDocManager::Get{Views,Documents,Templates}Vector().
2012-11-24  Vadim ZeitlinAdd wxList::AsVector<>() helper.
2012-11-23  Vadim ZeitlinAdd possibility to delay showing wxRichToolTip.
2012-11-20  Vadim ZeitlinRevert all wxNOEXCEPT-related changes.
2012-11-19  Vadim ZeitlinAdd wxTL_NO_HEADER style to wxTreeListCtrl.
2012-11-19  Vadim ZeitlinAdd wxFSW_EVENT_UNMOUNT wxFileSystemWatcher flag and...
2012-11-17  Vadim ZeitlinFix path returned from wxGTK wxFileDialog too.
2012-11-17  Vadim ZeitlinAdd wxNOEXCEPT and use it for std::streambuf-derived...
2012-11-17  Vadim ZeitlinAdd wxFSW_EVENT_ATTRIB wxFileSystemWatcher flag.
2012-11-15  Vadim ZeitlinDocument how to build wxOSX/Carbon under recent OS X.
2012-11-14  Vadim ZeitlinDon't call setlocale("") on startup by default any...
2012-11-14  Vadim ZeitlinOptionally allow showing tooltips for disabled ribbon...
2012-11-09  Vadim ZeitlinAdd wxControl::GetSizeFromTextSize() to size the contro...
2012-11-06  Vadim ZeitlinAdd wxUSE_{BASE,GUI} checks to interface headers.
2012-11-04  Vadim ZeitlinImplement setting default wxTextCtrl style in wxOSX.
2012-11-04  Vadim ZeitlinRevert "Fix the pages range in the print dialog in...
2012-11-04  Vadim ZeitlinCheck that doxygen version is 1.8.2 in docs generation...
2012-11-04  Vadim ZeitlinDon't use "readlink -e" in docs generation script,...
2012-11-03  Bryan PettyFinished adding @tableofcontents to all overviews in...
2012-11-03  Bryan PettyBumped the reference manual date.
2012-11-03  Bryan PettyFixed up Windows regen.bat script to use environment...
2012-11-03  Bryan PettyMoved format selection logic into environment variables...
2012-11-03  Bryan PettyRemoved obsolete files from old Doxygen versions.
2012-11-03  Bryan PettyCleaned up the server based search results page styles.
2012-11-03  Bryan PettyFixed appearance images to use Doxygen @image command...
2012-11-03  Bryan PettyFixed docs footer to bottom, and fixed up TOC on all...
2012-11-03  Bryan PettyUpgraded Doxygen to 1.8.2 for the docs.
2012-11-01  Vadim ZeitlinAdded wxEVT_COMMAND_DIRCTRL_CHANGED for wxDirCtrl selec...
2012-11-01  Vadim ZeitlinDeal correctly with wx directory being a symlink in...
2012-10-29  Vadim ZeitlinAdd wxDirCtrl::GetPath().
2012-10-28  Vadim ZeitlinImplement support for button mnemonics in wxOSX/Cocoa.
2012-10-28  Vadim ZeitlinImplement image support for wxNotebook pages in wxOSX...
2012-10-28  Vadim ZeitlinFix the pages range in the print dialog in wxOSX.
2012-10-24  Vadim ZeitlinImplement clipping in wxSVGFileDC.
2012-10-24  Vadim ZeitlinRemove wxAUI dependency on wxXML as it doesn't depend...
2012-10-24  Vadim ZeitlinClose wxLogWindow automatically if it's the last remain...
2012-10-24  Vadim ZeitlinAdd wxVector::assign().
2012-10-23  Vadim ZeitlinAdd wxDIR_NO_FOLLOW flag for wxDir iteration.
2012-10-23  Vadim ZeitlinAdd support for wxRibbonBar and related controls to...
2012-10-23  Vadim ZeitlinAdd support for wxAuiNotebook to XRC.
2012-10-23  Vadim ZeitlinRefactor wxXRC to allow defining handlers outside of...
2012-10-23  Vadim ZeitlinAdd wxEvtHandler::CallAfter() for asynchronous method...
2012-10-19  Vadim ZeitlinAllow specifying all wxFlexGridSizer parameters in...
2012-10-19  Vadim ZeitlinAdd missing styles support to wxWindow XRC handler.
2012-10-19  Vadim ZeitlinAllow testing for existence of specific file types...
2012-10-16  Vadim ZeitlinCorrect example of handling property values changes...
2012-10-15  Vadim ZeitlinMention David Hart bug fixes in wxFileSystemWatcher.
2012-10-15  Vadim ZeitlinAdd support for symlinks to wxFileName.
2012-10-13  Vadim ZeitlinMake TAB behaviour in wxGrid more configurable.
2012-10-13  Vadim ZeitlinDisplay system-provided drag images during drag-and...
2012-10-09  Vadim ZeitlinFix printing in landscape mode in wxGTK.
2012-10-07  Vadim ZeitlinEnsure that key events are sent to focused window first...
2012-10-07  Vadim ZeitlinImplement incremental search in wxGenericListCtrl.
2012-10-07  Vadim ZeitlinAdd a possibility to beep on no match to wxGenericTreeCtrl.
2012-10-07  Vadim ZeitlinSupport some CSS styles for the links in wxHTML too.
2012-10-04  Vadim ZeitlinAdd support for wxALWAYS_SHOW_SB style to wxScrolled<>.
2012-10-04  Vadim ZeitlinAdd wxDateSpan::GetTotalMonths() method.
2012-10-01  Vadim ZeitlinAdd wxDateTime::DiffAsDateSpan().
2012-09-30  Vadim ZeitlinAdded wxFile::ReadAll() for consistency with wxFFile...
2012-09-30  Vadim ZeitlinAdd per-direction wxSocket wait flags and byte counters.
2012-09-30  Vadim ZeitlinAdd support for background-color style to span element...
2012-09-28  Vadim ZeitlinAdd "inherit" to <font> XRC tag.
2012-09-26  Vadim ZeitlinUpdate MSW installation instructions for 2.9.
2012-09-23  Vadim ZeitlinImprove SAFEARRAY support in wxMSW OLE Automation code.
2012-09-22  Vadim ZeitlinCredit "sodev" with correct full name.
2012-09-20  Vadim ZeitlinFix and enhance support for client data in wxRibbonButt...
2012-09-20  Vadim ZeitlinAdd wxStyledTextCtrl::AnnotationClearLine().
2012-09-18  Vadim ZeitlinShow tooltips for the too long items in generic wxTreeCtrl.
next