fix warnings about unreachable return statements
[wxWidgets.git] / include /
2012-06-07  Robin DunnAdd export macro for wxTreeListEvent so the non-inline...
2012-06-05  Paul CornettWorkaround for Ubuntu 12.04 run time warning
2012-06-03  Vadim ZeitlinImplement support for wxRIBBON_PANEL_EXT_BUTTON wxRibbo...
2012-06-03  Vadim ZeitlinAdd wxRibbonControl::GetAncestorRibbonBar() helper.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-06-03  Steve LamertonUse wxCOMPtr throughout wxWebViewIE to simplify the...
2012-06-01  Vadim ZeitlinAdd support for MSVC 11 (a.k.a. MSVS 2012) to MSVC...
2012-06-01  Vadim ZeitlinAdd wxMSW_CONV_LPCTSTR() and related macros and use...
2012-06-01  Vadim ZeitlinAdd support for CP1258 (Vietnamese) and CP1361 (Korean...
2012-06-01  Vadim ZeitlinUse float instead of double division in wxHashMap code.
2012-06-01  Vadim ZeitlinUse wxCLASSINFO() instead of deprecated CLASSINFO().
2012-06-01  Vadim ZeitlinNo changes, just refactor wxGrid::Render() to simplify it.
2012-05-30  Robin DunnA patch adding wxHTMLDataObject which can be used for...
2012-05-30  Robin DunnAdjust the client area origin and the client size of...
2012-05-27  Vadim ZeitlinAdd wxGrid::Render() for drawing the grid to any wxDC.
2012-05-27  Vadim ZeitlinAdd wxGrid::DrawRangeGridLines().
2012-05-27  Vadim ZeitlinNo changes, just refactor wxGrid::DrawAllGridLines().
2012-05-26  Julian SmartAdded full scaling to wxRTC
2012-05-26  Vadim ZeitlinFix bug with unloading wxPluginLibrary objects in ...
2012-05-26  Vadim ZeitlinMove include/wx/osx/private/objcid.h to include/wx...
2012-05-25  Vadim ZeitlinAdd wxDataViewListCtrl::GetItemCount().
2012-05-25  Vadim ZeitlinAdd wxDataViewListCtrl::{Set,Get}ItemData() methods.
2012-05-25  Vadim ZeitlinUse wxUIntPtr instead of wxClientData in wxDataViewList...
2012-05-25  Vadim ZeitlinRemove redundant wxAuiNotebook methods already present...
2012-05-25  Vadim ZeitlinFully implement wxStyledTextCtrl::PositionToXY().
2012-05-25  Vadim ZeitlinSeveral fixes for wxAffineMatrix2D transformations.
2012-05-23  Vadim ZeitlinDon't use wxCHECK_W32API_VERSION() in #if when it can...
2012-05-20  Vadim ZeitlinUse wxObjCID instead of "struct objc_object*" to fix...
2012-05-20  Vadim ZeitlinImplement wxStackWalker for wxOSX.
2012-05-20  Vadim ZeitlinFix crash on destruction of wxDataViewCtrl in wxOSX.
2012-05-20  Vadim ZeitlinFix harmless warning from g++ 4.8 in C11 mode.
2012-05-20  Julian SmartAdded pixel size capability to wxTextAttr and wxRichTex...
2012-05-19  Stefan Csomorremoving unnecessary - and incorrect - override, fixes...
2012-05-19  Stefan Csomorfixes #14318
2012-05-18  Stefan Csomorfixing c++11 build
2012-05-18  Stefan Csomorfixing c++11 build
2012-05-18  Stefan Csomorfixing c++11 build
2012-05-17  Paul CornettRemove use of "size-request" signal for wxWindow sizing.
2012-05-16  Julian SmartThe object size page now has full position attribute...
2012-05-15  Vadim ZeitlinEnable variadic macros for VC9 and later.
2012-05-15  Vadim ZeitlinFix keyboard navigation in wx{List,Choice,Tree,Tool...
2012-05-13  Vadim ZeitlinDon't return a dangling pointer from wxDateTime::ParseX...
2012-05-13  Vadim ZeitlinNo changes, just simplify the code using wx2stc() a...
2012-05-13  Vadim ZeitlinFix wxStyledTextCtrl compilation in non-Unicode build.
2012-05-13  Vadim ZeitlinRemove wxDECLARE_APP() from wxIMPLEMENT_APP_NO_MAIN().
2012-05-11  Robin DunnEnable access to the native bitmap object wrapped by...
2012-05-10  Julian SmartAdded wxRichTextXMLHandler::RegisterNodeName so custom...
2012-05-09  Vadim ZeitlinImplement constrained best size calculation in wxMSW...
2012-05-09  Vadim ZeitlinAdd wxWindow::GetBest{Height,Width}().
2012-05-09  Vadim ZeitlinFix wxStaticBitmap best size calculation in wxMSW.
2012-05-09  Julian SmartAdded field implementation
2012-05-07  Vadim ZeitlinCreate a wrapper file for X11/XKBlib.h header.
2012-05-05  Vadim ZeitlinUpdate the field widths on demand in wxStatusBarGeneric.
2012-05-04  Vadim ZeitlinDerive wxGenericFileCtrl from wxControl.
2012-05-04  Vadim ZeitlinAllow using non-MSW toolkit in MSVC-specific auto-linki...
2012-05-04  Vadim ZeitlinDefine wxCONCATn() macro up to n=9 from n=5 previously.
2012-05-04  Vadim ZeitlinAdd wxDir::GetNameWithSep() and use it to avoid consecu...
2012-05-03  Robin DunnAdd wxDropSource::SetIcon for wxGTK to mimic SetCursor...
2012-05-02  Stefan Csomormake WakeUp variant explicit, too many errors using...
2012-05-02  Dimitri SchoolwerthFixed parts of toolbar background not being drawn with...
2012-04-30  Václav SlavíkwxDataViewCtrl: always update the header when col best...
2012-04-29  Vadim ZeitlinAdded wxDataViewEvent::SetDragFlags() and GetDropEffect...
2012-04-28  Vadim ZeitlinAdd missing "flags" argument to wxNotificationMessage...
2012-04-28  Vadim ZeitlinMake it possible to forward declare wx{Choice,Tool...
2012-04-28  Vadim ZeitlinFix erasing wxHtmlWindow background in wxUniv.
2012-04-25  Julian SmartFixed floating image layout when typing in subsequent...
2012-04-24  Julian SmartAdded custom properties to style definitions and style...
2012-04-23  Julian SmartAdded flags to SetStyle with specific object
2012-04-20  Paul Cornettsilence warning about wxOSX_USE_COCOA not being defined
2012-04-20  Robin DunnMake wxTaskBarIcon's ctor have the same API on all...
2012-04-16  Vadim ZeitlinAdd default ctor to wxMSW private WindowHDC helper...
2012-04-16  Vadim ZeitlinAdd wxFSInputStream providing stream interface to wxFil...
2012-04-16  Vadim ZeitlinAdded wxWrapperInputStream class.
2012-04-16  Vadim ZeitlinAdded support for page tooltips to wxAuiNotebook.
2012-04-16  Vadim ZeitlinAdded wxAcceleratorEntry::ToRawString().
2012-04-16  Vadim ZeitlinNo real changes, just some typo fixes for previous...
2012-04-15  Vadim ZeitlinUse new style directory selection dialog under Vista...
2012-04-15  Vadim ZeitlinAdded wxCOMPtr<> helper class.
2012-04-12  Robin DunnAdd missing interface items for Phoenix
2012-04-08  Vadim ZeitlinAlways use UTF-8 for file names passed to GTK+ function...
2012-04-08  Vadim ZeitlinNo real changes, just add extra brackets to wxGTK_CONV...
2012-04-07  Robin DunnAdd a ctor that is compatible with the documented wxHel...
2012-04-06  Vadim ZeitlinRemove special setup_gccxml.h for GCCXML.
2012-04-05  Vadim ZeitlinHide combobox popup when it is hidden itself in wxMSW.
2012-04-05  Vadim ZeitlinRefactor: move wxComboBox::MSWDoPopupOrDismiss() down...
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2012-04-05  Vadim ZeitlinNo real changes, just remove wxIsDebuggerRunning()...
2012-04-05  Vadim ZeitlinNo real changes, just use clearer names for wxMSW wxToo...
2012-04-04  Vadim ZeitlinRemove obsolete header used only with CodeWarrior Metro...
2012-04-03  Vadim ZeitlinAdded wxGraphicsContext::CreateMatrix(wxAffineMatrix2D...
2012-04-02  Vadim ZeitlinOverride DoThaw() in wxAuiNotebook correctly.
2012-03-29  Vadim ZeitlinRemove nonsensical custom comparison code from wxDataVi...
2012-03-29  Vadim ZeitlinFix focus handling logic in generic wxListCtrl.
2012-03-28  Steve LamertonMinor changes, just trim trailing spaces in webview...
2012-03-27  Vadim ZeitlinSet wxTextAreaBase::m_filename in the methods of this...
2012-03-27  Vadim ZeitlinUse IsDescendant() in wxTopLevelWindow::IsActive()...
2012-03-27  Vadim ZeitlinAdded wxWindow::IsDescendant() helper.
2012-03-25  Paul Cornettremove unneeded includes and forward declaration
2012-03-25  Paul Cornettreplace wxBitmap::SetPixbuf() with wxBitmap ctor taking...
2012-03-25  Vadim ZeitlinAdded wxTimePickerCtrl::GetTime() and SetTime().
next