2012-06-12 |
Vadim Zeitlin | Add wx/setup.h header for wxGTK build under MSW. |
tree | commitdiff |
2012-06-12 |
Vadim Zeitlin | Don't use generic wxListCtrl style for wxListMainWindow. |
tree | commitdiff |
2012-06-08 |
Robin Dunn | Keep track of the area intended to be buffered, and... |
tree | commitdiff |
2012-06-08 |
Vadim Zeitlin | Use wxString::Clone() instead of c_str() in wxThreadEve... |
tree | commitdiff |
2012-06-07 |
Robin Dunn | Add export macro for wxTreeListEvent so the non-inline... |
tree | commitdiff |
2012-06-05 |
Paul Cornett | Workaround for Ubuntu 12.04 run time warning |
tree | commitdiff |
2012-06-03 |
Vadim Zeitlin | Implement support for wxRIBBON_PANEL_EXT_BUTTON wxRibbo... |
tree | commitdiff |
2012-06-03 |
Vadim Zeitlin | Add wxRibbonControl::GetAncestorRibbonBar() helper. |
tree | commitdiff |
2012-06-03 |
Vadim Zeitlin | Use wxString::t_str() in calls to Windows API functions... |
tree | commitdiff |
2012-06-03 |
Steve Lamerton | Use wxCOMPtr throughout wxWebViewIE to simplify the... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Add support for MSVC 11 (a.k.a. MSVS 2012) to MSVC... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Add wxMSW_CONV_LPCTSTR() and related macros and use... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Add support for CP1258 (Vietnamese) and CP1361 (Korean... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Use float instead of double division in wxHashMap code. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Use wxCLASSINFO() instead of deprecated CLASSINFO(). |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | No changes, just refactor wxGrid::Render() to simplify it. |
tree | commitdiff |
2012-05-30 |
Robin Dunn | A patch adding wxHTMLDataObject which can be used for... |
tree | commitdiff |
2012-05-30 |
Robin Dunn | Adjust the client area origin and the client size of... |
tree | commitdiff |
2012-05-27 |
Vadim Zeitlin | Add wxGrid::Render() for drawing the grid to any wxDC. |
tree | commitdiff |
2012-05-27 |
Vadim Zeitlin | Add wxGrid::DrawRangeGridLines(). |
tree | commitdiff |
2012-05-27 |
Vadim Zeitlin | No changes, just refactor wxGrid::DrawAllGridLines(). |
tree | commitdiff |
2012-05-26 |
Julian Smart | Added full scaling to wxRTC |
tree | commitdiff |
2012-05-26 |
Vadim Zeitlin | Fix bug with unloading wxPluginLibrary objects in ... |
tree | commitdiff |
2012-05-26 |
Vadim Zeitlin | Move include/wx/osx/private/objcid.h to include/wx... |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Add wxDataViewListCtrl::GetItemCount(). |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Add wxDataViewListCtrl::{Set,Get}ItemData() methods. |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Use wxUIntPtr instead of wxClientData in wxDataViewList... |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Remove redundant wxAuiNotebook methods already present... |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Fully implement wxStyledTextCtrl::PositionToXY(). |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Several fixes for wxAffineMatrix2D transformations. |
tree | commitdiff |
2012-05-23 |
Vadim Zeitlin | Don't use wxCHECK_W32API_VERSION() in #if when it can... |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Use wxObjCID instead of "struct objc_object*" to fix... |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Implement wxStackWalker for wxOSX. |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Fix crash on destruction of wxDataViewCtrl in wxOSX. |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Fix harmless warning from g++ 4.8 in C11 mode. |
tree | commitdiff |
2012-05-20 |
Julian Smart | Added pixel size capability to wxTextAttr and wxRichTex... |
tree | commitdiff |
2012-05-19 |
Stefan Csomor | removing unnecessary - and incorrect - override, fixes... |
tree | commitdiff |
2012-05-19 |
Stefan Csomor | fixes #14318 |
tree | commitdiff |
2012-05-18 |
Stefan Csomor | fixing c++11 build |
tree | commitdiff |
2012-05-18 |
Stefan Csomor | fixing c++11 build |
tree | commitdiff |
2012-05-18 |
Stefan Csomor | fixing c++11 build |
tree | commitdiff |
2012-05-17 |
Paul Cornett | Remove use of "size-request" signal for wxWindow sizing. |
tree | commitdiff |
2012-05-16 |
Julian Smart | The object size page now has full position attribute... |
tree | commitdiff |
2012-05-15 |
Vadim Zeitlin | Enable variadic macros for VC9 and later. |
tree | commitdiff |
2012-05-15 |
Vadim Zeitlin | Fix keyboard navigation in wx{List,Choice,Tree,Tool... |
tree | commitdiff |
2012-05-13 |
Vadim Zeitlin | Don't return a dangling pointer from wxDateTime::ParseX... |
tree | commitdiff |
2012-05-13 |
Vadim Zeitlin | No changes, just simplify the code using wx2stc() a... |
tree | commitdiff |
2012-05-13 |
Vadim Zeitlin | Fix wxStyledTextCtrl compilation in non-Unicode build. |
tree | commitdiff |
2012-05-13 |
Vadim Zeitlin | Remove wxDECLARE_APP() from wxIMPLEMENT_APP_NO_MAIN(). |
tree | commitdiff |
2012-05-11 |
Robin Dunn | Enable access to the native bitmap object wrapped by... |
tree | commitdiff |
2012-05-10 |
Julian Smart | Added wxRichTextXMLHandler::RegisterNodeName so custom... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Implement constrained best size calculation in wxMSW... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Add wxWindow::GetBest{Height,Width}(). |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Fix wxStaticBitmap best size calculation in wxMSW. |
tree | commitdiff |
2012-05-09 |
Julian Smart | Added field implementation |
tree | commitdiff |
2012-05-07 |
Vadim Zeitlin | Create a wrapper file for X11/XKBlib.h header. |
tree | commitdiff |
2012-05-05 |
Vadim Zeitlin | Update the field widths on demand in wxStatusBarGeneric. |
tree | commitdiff |
2012-05-04 |
Vadim Zeitlin | Derive wxGenericFileCtrl from wxControl. |
tree | commitdiff |
2012-05-04 |
Vadim Zeitlin | Allow using non-MSW toolkit in MSVC-specific auto-linki... |
tree | commitdiff |
2012-05-04 |
Vadim Zeitlin | Define wxCONCATn() macro up to n=9 from n=5 previously. |
tree | commitdiff |
2012-05-04 |
Vadim Zeitlin | Add wxDir::GetNameWithSep() and use it to avoid consecu... |
tree | commitdiff |
2012-05-03 |
Robin Dunn | Add wxDropSource::SetIcon for wxGTK to mimic SetCursor... |
tree | commitdiff |
2012-05-02 |
Stefan Csomor | make WakeUp variant explicit, too many errors using... |
tree | commitdiff |
2012-05-02 |
Dimitri Schoolwerth | Fixed parts of toolbar background not being drawn with... |
tree | commitdiff |
2012-04-30 |
Václav Slavík | wxDataViewCtrl: always update the header when col best... |
tree | commitdiff |
2012-04-29 |
Vadim Zeitlin | Added wxDataViewEvent::SetDragFlags() and GetDropEffect... |
tree | commitdiff |
2012-04-28 |
Vadim Zeitlin | Add missing "flags" argument to wxNotificationMessage... |
tree | commitdiff |
2012-04-28 |
Vadim Zeitlin | Make it possible to forward declare wx{Choice,Tool... |
tree | commitdiff |
2012-04-28 |
Vadim Zeitlin | Fix erasing wxHtmlWindow background in wxUniv. |
tree | commitdiff |
2012-04-25 |
Julian Smart | Fixed floating image layout when typing in subsequent... |
tree | commitdiff |
2012-04-24 |
Julian Smart | Added custom properties to style definitions and style... |
tree | commitdiff |
2012-04-23 |
Julian Smart | Added flags to SetStyle with specific object |
tree | commitdiff |
2012-04-20 |
Paul Cornett | silence warning about wxOSX_USE_COCOA not being defined |
tree | commitdiff |
2012-04-20 |
Robin Dunn | Make wxTaskBarIcon's ctor have the same API on all... |
tree | commitdiff |
2012-04-16 |
Vadim Zeitlin | Add default ctor to wxMSW private WindowHDC helper... |
tree | commitdiff |
2012-04-16 |
Vadim Zeitlin | Add wxFSInputStream providing stream interface to wxFil... |
tree | commitdiff |
2012-04-16 |
Vadim Zeitlin | Added wxWrapperInputStream class. |
tree | commitdiff |
2012-04-16 |
Vadim Zeitlin | Added support for page tooltips to wxAuiNotebook. |
tree | commitdiff |
2012-04-16 |
Vadim Zeitlin | Added wxAcceleratorEntry::ToRawString(). |
tree | commitdiff |
2012-04-16 |
Vadim Zeitlin | No real changes, just some typo fixes for previous... |
tree | commitdiff |
2012-04-15 |
Vadim Zeitlin | Use new style directory selection dialog under Vista... |
tree | commitdiff |
2012-04-15 |
Vadim Zeitlin | Added wxCOMPtr<> helper class. |
tree | commitdiff |
2012-04-12 |
Robin Dunn | Add missing interface items for Phoenix |
tree | commitdiff |
2012-04-08 |
Vadim Zeitlin | Always use UTF-8 for file names passed to GTK+ function... |
tree | commitdiff |
2012-04-08 |
Vadim Zeitlin | No real changes, just add extra brackets to wxGTK_CONV... |
tree | commitdiff |
2012-04-07 |
Robin Dunn | Add a ctor that is compatible with the documented wxHel... |
tree | commitdiff |
2012-04-06 |
Vadim Zeitlin | Remove special setup_gccxml.h for GCCXML. |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | Hide combobox popup when it is hidden itself in wxMSW. |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | Refactor: move wxComboBox::MSWDoPopupOrDismiss() down... |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | Remove support for MetroWerks CodeWarrior compiler. |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | No real changes, just remove wxIsDebuggerRunning()... |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | No real changes, just use clearer names for wxMSW wxToo... |
tree | commitdiff |
2012-04-04 |
Vadim Zeitlin | Remove obsolete header used only with CodeWarrior Metro... |
tree | commitdiff |
2012-04-03 |
Vadim Zeitlin | Added wxGraphicsContext::CreateMatrix(wxAffineMatrix2D... |
tree | commitdiff |
2012-04-02 |
Vadim Zeitlin | Override DoThaw() in wxAuiNotebook correctly. |
tree | commitdiff |
2012-03-29 |
Vadim Zeitlin | Remove nonsensical custom comparison code from wxDataVi... |
tree | commitdiff |
2012-03-29 |
Vadim Zeitlin | Fix focus handling logic in generic wxListCtrl. |
tree | commitdiff |
2012-03-28 |
Steve Lamerton | Minor changes, just trim trailing spaces in webview... |
tree | commitdiff |
2012-03-27 |
Vadim Zeitlin | Set wxTextAreaBase::m_filename in the methods of this... |
tree | commitdiff |
2012-03-27 |
Vadim Zeitlin | Use IsDescendant() in wxTopLevelWindow::IsActive()... |
tree | commitdiff |
next |