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 |
2012-03-27 |
Vadim Zeitlin | Added wxWindow::IsDescendant() helper. |
tree | commitdiff |
2012-03-25 |
Paul Cornett | remove unneeded includes and forward declaration |
tree | commitdiff |
2012-03-25 |
Paul Cornett | replace wxBitmap::SetPixbuf() with wxBitmap ctor taking... |
tree | commitdiff |
2012-03-25 |
Vadim Zeitlin | Added wxTimePickerCtrl::GetTime() and SetTime(). |
tree | commitdiff |
2012-03-25 |
Paul Cornett | build fixes |
tree | commitdiff |
2012-03-25 |
Vadim Zeitlin | Implement native tab art for wxAUI in wxGTK. |
tree | commitdiff |
2012-03-25 |
Vadim Zeitlin | Refactor wxAUI: extract wxAuiTabArt in a separate file. |
tree | commitdiff |
2012-03-25 |
Vadim Zeitlin | Add a private GetNotebookWidget() accessor to wxGTK. |
tree | commitdiff |
2012-03-25 |
Vadim Zeitlin | Export wxGTK private widget creation functions from... |
tree | commitdiff |
2012-03-25 |
Vadim Zeitlin | Include <wx/textctrl.h> from <wx/combobox.h> for compat... |
tree | commitdiff |
2012-03-25 |
Vadim Zeitlin | Return valid pointers from wxDateTime::ParseXXX() with... |
tree | commitdiff |
2012-03-25 |
Vadim Zeitlin | Add helper wxString::IterOffsetInMBStr() method. |
tree | commitdiff |
2012-03-23 |
Vadim Zeitlin | Don't cache incorrect length in wxString::DoUngetWriteB... |
tree | commitdiff |
2012-03-23 |
Vadim Zeitlin | Don't cache incorrect length in wxString::assign(char... |
tree | commitdiff |
2012-03-23 |
Vadim Zeitlin | Fix caching wrong length in wxString(str, len) ctor... |
tree | commitdiff |
2012-03-22 |
Vadim Zeitlin | Implement horizontal mouse wheel events support for... |
tree | commitdiff |
2012-03-22 |
Vadim Zeitlin | Use enum for wxMouseEvent::m_wheelAxis instead of int. |
tree | commitdiff |
2012-03-21 |
Vadim Zeitlin | Fix display of "const" methods in wxGTK assert dialog. |
tree | commitdiff |
2012-03-20 |
Vadim Zeitlin | Remove empty and unnecessary wxFontDialogBase destructor. |
tree | commitdiff |
2012-03-20 |
Paul Cornett | make wxMask pixmap member private |
tree | commitdiff |
2012-03-19 |
Vadim Zeitlin | Explicitly cast size_t to int to suppress MSVC warnings. |
tree | commitdiff |
2012-03-18 |
Julian Smart | Added a parameter to PrintBuffer and PrintFile to allow... |
tree | commitdiff |
2012-03-18 |
Julian Smart | Added wxPropertyGridManager::SetPageSplitterLeft |
tree | commitdiff |
2012-03-15 |
Vadim Zeitlin | Enable/disable "Window" menu items in AUI MDI correctly. |
tree | commitdiff |
2012-03-14 |
Vadim Zeitlin | Implement wxDirDialog:: and wxFileDialog::Create()... |
tree | commitdiff |
2012-03-13 |
Julian Smart | Ensure IDs don't clash with wxRichTextCtrl. |
tree | commitdiff |
2012-03-12 |
Julian Smart | Added wxRIBBON_PANEL_FLEXIBLE flag to allow toolbars... |
tree | commitdiff |
2012-03-12 |
Julian Smart | Removed redundant DoEnable |
tree | commitdiff |
2012-03-11 |
Vadim Zeitlin | Update the text part of combobox when changing text... |
tree | commitdiff |
2012-03-10 |
Stefan Csomor | using 10.5 API for cursor updates as well |
tree | commitdiff |
2012-03-10 |
Robin Dunn | Make the CreateTool factories be public so they can... |
tree | commitdiff |
2012-03-09 |
Julian Smart | Added wxRIBBON_PANEL_STRETCH to allow a single panel... |
tree | commitdiff |
2012-03-09 |
Stefan Csomor | reflect correct position for native toolbar, fixes... |
tree | commitdiff |
2012-03-09 |
Paul Cornett | add the usual default parameter for Show() |
tree | commitdiff |
2012-03-08 |
Vadim Zeitlin | Added wxSplitterWindow::SetSashInvisible() and IsSashIn... |
tree | commitdiff |
2012-03-07 |
Vadim Zeitlin | Deprecate wxWindow::MakeModal(). |
tree | commitdiff |
2012-03-06 |
Stefan Csomor | adapting grid-cell dragging according to discussion... |
tree | commitdiff |
2012-03-05 |
Vadim Zeitlin | Override InheritAttributes() to do nothing in wxNonOwne... |
tree | commitdiff |
2012-03-05 |
Vadim Zeitlin | Override AdjustForParentClientOrigin() in wxNonOwnedWin... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Use __WINDOWS__ for OS checks and __WXMSW__ for GUI... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Add wxEVT_AUI_PANE_ACTIVATED event. |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | No changes, just make wxAUI SetActivePane() a member... |
tree | commitdiff |
2012-03-04 |
Stefan Csomor | we have to export every virtual method in this template... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Revert the addition of WXDLLIMPEXP_CORE to all wxNaviga... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Always provide wxMenuItem bitmap-related methods in... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | No changes, just add wxSpinCtrl::Init() to wxMSW. |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Use __WINDOWS__ for OS kind checks and reserve __WXMSW_... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Fix showing MDI child from wxDocManager::ActivateDocume... |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Use wxHAS_IMAGES_IN_RESOURCES instead of explicit platf... |
tree | commitdiff |
2012-03-03 |
Stefan Csomor | we have to export every virtual method in this template... |
tree | commitdiff |
2012-03-01 |
Paul Cornett | remove signal-blocking variable, instead just connect... |
tree | commitdiff |
2012-03-01 |
Paul Cornett | use m_ prefix for web_view member, and make it a WebKit... |
tree | commitdiff |
2012-03-01 |
Julian Smart | Added MacInternalOnSize() to allow windows to resize... |
tree | commitdiff |
2012-02-29 |
Vadim Zeitlin | Recognize MSVC 11 instead of warning about unknown... |
tree | commitdiff |
2012-02-28 |
Paul Cornett | remove unnecessary override of AddChildGTK |
tree | commitdiff |
2012-02-28 |
Paul Cornett | fix virtual override broken in r58875 |
tree | commitdiff |
2012-02-28 |
Vadim Zeitlin | Fix unused parameter warning in wxOSX build. |
tree | commitdiff |
2012-02-27 |
Vadim Zeitlin | Return an invalid item from wxDataViewCtrl::GetItemByRo... |
tree | commitdiff |
2012-02-27 |
Paul Cornett | remove redundant GTK check |
tree | commitdiff |
2012-02-27 |
Paul Cornett | use 0 (== GTK_STATE_NORMAL) for state parameter default |
tree | commitdiff |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
tree | commitdiff |
2012-02-26 |
Vadim Zeitlin | Add minimal support for building non-GUI parts of wxWid... |
tree | commitdiff |
2012-02-25 |
Vadim Zeitlin | Ensure that combobox editor used by wxGrid is tall... |
tree | commitdiff |
2012-02-23 |
Julian Smart | Added functionality for disabling the vertical scrollbar. |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Make wxSingleChoiceDialog::GetSelectionData() const. |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Use wxPageSetupDialogData instead of old wxPageSetupDat... |
tree | commitdiff |
2012-02-20 |
Julian Smart | Minor fixes |
tree | commitdiff |
2012-02-20 |
Julian Smart | Added wxEVT_WIZARD_BEFORE_PAGE_CHANGED event to allow... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Add forward declarations to fix wx/propgrid/editors... |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Added wxFileName::Exists(). |
tree | commitdiff |
2012-02-15 |
Vadim Zeitlin | Make wxDragImage ctors taking hot spot point really... |
tree | commitdiff |
2012-02-13 |
Stefan Csomor | adding missing initializer to raw_control, fixes #13963 |
tree | commitdiff |
2012-02-12 |
Vadim Zeitlin | Implement wxDV_ROW_LINES for generic wxDataViewCtrl. |
tree | commitdiff |
2012-02-11 |
Paul Cornett | remove wxGraphicsContext dependency for transparent... |
tree | commitdiff |
2012-02-11 |
Vadim Zeitlin | Implement wxBG_STYLE_TRANSPARENT support for wxGTK. |
tree | commitdiff |
2012-02-10 |
Vadim Zeitlin | Added a test for wxUSE_DATAOBJ to wxDFB which doesn... |
tree | commitdiff |
2012-02-10 |
Vadim Zeitlin | Fix wxHash{Set,Map} compilation with g++ 4.7 in C+... |
tree | commitdiff |
2012-02-08 |
Robin Dunn | Add an empty implementation of the OSXGenerateEvent... |
tree | commitdiff |
2012-02-07 |
Robin Dunn | Add length parameter to AddTextRaw and AppendTextRaw... |
tree | commitdiff |
next |