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-03-01 |
Vadim Zeitlin | Correct wxCOMPILER_PREFIX definition when wxMSVC_VERSIO... |
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 |
2012-02-07 |
Vadim Zeitlin | Fix infinite loop in wxHtmlEasyPrinting page break... |
tree | commitdiff |
2012-02-07 |
Vadim Zeitlin | No real changes, just pass const wxArrayInt to wxHtmlCe... |
tree | commitdiff |
2012-02-05 |
Stefan Neis | Reverted bogus fix for bogus bug report #13402. |
tree | commitdiff |
2012-02-05 |
Stefan Neis | Mark unused parameter as such, fixes #13402. |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Fix huge performance problem in wxStdInputStream when... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Take void** client data in wxSingleChoiceDialog ctor... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Preserve focus when window is minimized and restored... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Ensure that the progress dialog parent is activated... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | No changes, just implement Raise() in wxTopLevelWindow... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Never refresh controls from EVT_PAINT handler in wxProp... |
tree | commitdiff |
2012-02-03 |
Vadim Zeitlin | Fix speed regression in wxFileHistory::AddFileToHistory(). |
tree | commitdiff |
2012-02-03 |
Vadim Zeitlin | Fix bug with mouse wheel scrolling wxStyledTextCtrl... |
tree | commitdiff |
2012-02-02 |
Steve Lamerton | Disable navigation sounds in wxWebViewIE. This brings... |
tree | commitdiff |
2012-02-02 |
Vadim Zeitlin | Fix initial wxRadioBox buttons positions in wxMSW. |
tree | commitdiff |
2012-02-02 |
Vadim Zeitlin | Add wxFontDialog ctor not taking wxFontData to wxOSX. |
tree | commitdiff |
2012-02-02 |
Vadim Zeitlin | Fix wxDataViewCtrl::GetItemRect() signature in wxOSX... |
tree | commitdiff |
2012-01-31 |
Vadim Zeitlin | Remove duplicate wxPoint2DInt operator declarations. |
tree | commitdiff |
2012-01-31 |
Paul Cornett | remove virtual override that just calls base |
tree | commitdiff |
2012-01-31 |
Stefan Csomor | guarding Update() on OSX not to be issued faster than... |
tree | commitdiff |
2012-01-29 |
Paul Cornett | move Pango underline workaround into wxFont::GTKSetPang... |
tree | commitdiff |
2012-01-29 |
Paul Cornett | move SetPangoAttrsForFont to wxFont |
tree | commitdiff |
2012-01-28 |
Stefan Csomor | adding OSX to the platforms which do the ui update... |
tree | commitdiff |
2012-01-25 |
Julian Smart | Added further API for intercepting deletion and content... |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Don't compare invalid iterators in wxCommandProcessor... |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Forward declare wxFont in wx/gtk/private.h. |
tree | commitdiff |
2012-01-24 |
Vadim Zeitlin | Fix setting frame icon when using non-standard icon... |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Add a property to configure file property dialog kind. |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Implement support for stricken-through fonts in markup... |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Add support for stricken-through fonts. |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Add wxFont ctor taking a single flags argument instead... |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Add check for wxFileCtrl dependency on wxDateTime to... |
tree | commitdiff |
2012-01-22 |
Vadim Zeitlin | Create wxStaticText with correct label directly in... |
tree | commitdiff |
2012-01-21 |
Vadim Zeitlin | Fix reparenting generic wxSpinCtrl. |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Ensure wxCharTypeBuffer data is NUL-terminated after... |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Destroy modeless wxGenericAboutDialog when it is closed. |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Add SetPostBuffer(wxMemoryBuffer) and SetPostText(... |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Added wxMemoryBuffer::Clear() and IsEmpty() methods. |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | attempt for workaround for stl forward declaration... |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | gcc 4.3 issues warning if type attributes are given... |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | gcc 4.3 issues warning if type attributes are given... |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | adding unix defaults |
tree | commitdiff |
2012-01-18 |
Vadim Zeitlin | Don't auto-link with 3rd party libraries in DLL build... |
tree | commitdiff |
2012-01-18 |
Stefan Csomor | adding conversion for stl |
tree | commitdiff |
2012-01-17 |
Julian Smart | Added drawing context to allow 'virtual' (dynamic)... |
tree | commitdiff |
2012-01-17 |
Václav Slavík | Replace wxDataViewCtrl::StartEditor() with EditItem(). |
tree | commitdiff |
2012-01-17 |
Václav Slavík | Add wxDataViewCtrl::GetCurrentColumn(). |
tree | commitdiff |
2012-01-17 |
Julian Smart | Support for undoable application of custom properties... |
tree | commitdiff |
2012-01-16 |
Vadim Zeitlin | Remove more non-standard keywords from wxWebView MSW... |
tree | commitdiff |
2012-01-16 |
Steve Lamerton | Remove MSVC specific specifiers from wxWebView code. |
tree | commitdiff |
2012-01-15 |
Steve Lamerton | Implement IDocHostUIHandler in wxWebViewIE to improve... |
tree | commitdiff |
2012-01-15 |
Steve Lamerton | Add wxActiveXContainer::QueryClientSiteInterface to... |
tree | commitdiff |
2012-01-15 |
Julian Smart | Added min and max size to box attributes; made property... |
tree | commitdiff |
2012-01-15 |
Stefan Csomor | removing duplicated method, wiring native maxlength... |
tree | commitdiff |
2012-01-15 |
Stefan Csomor | allow native max length support, see #10269 |
tree | commitdiff |
next |