2012-12-29 |
Paul Cornett | m_menubar does not need to be public for hildon, it... |
tree | commitdiff |
2012-12-28 |
Paul Cornett | use wxDEPRECATED_CONSTRUCTOR() instead of inline |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | Suppress warning about _set_se_translator() for VC... |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | Don't call wxTextMeasure::BeginMeasuring() when using... |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | Allow building wxGTK under Windows with MSVC. |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | Remove extra "#" operator in wxFAIL_COND_MSG macro. |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | Add wxGCC_WARNING_{SUPPRESS,RESTORE} macros and use... |
tree | commitdiff |
2012-12-26 |
Paul Cornett | remove unused private member m_ordered from wxDataViewV... |
tree | commitdiff |
2012-12-23 |
Steve Lamerton | Fix webview compilation for the mingw-w64 compiler. |
tree | commitdiff |
2012-12-23 |
Stefan Csomor | try support for native isFlipped usage and coalesce... |
tree | commitdiff |
2012-12-22 |
Robin Dunn | Interface fixes for wxGrid classes |
tree | commitdiff |
2012-12-22 |
Vadim Zeitlin | No changes, just improve wxScrolled::EnableScrolling... |
tree | commitdiff |
2012-12-22 |
Vadim Zeitlin | Add wxListCtrl::EnableAlternateRowColours() and SetAlte... |
tree | commitdiff |
2012-12-20 |
Paul Cornett | Use client size determined by size-allocate when possible |
tree | commitdiff |
2012-12-20 |
Stefan Csomor | benefit from 10.5+ call HIShapeUnionWithRect |
tree | commitdiff |
2012-12-19 |
Robin Dunn | Add accessors for some of the data members in wxXmlReso... |
tree | commitdiff |
2012-12-16 |
Paul Cornett | Fix for toolbars and menus not being disabled on Ubuntu |
tree | commitdiff |
2012-12-08 |
Vadim Zeitlin | Also account for EOL chars correctly in wxStyledTextCtr... |
tree | commitdiff |
2012-12-08 |
Vadim Zeitlin | Add a wxHtmlTag helper parsing both absolute values... |
tree | commitdiff |
2012-12-08 |
Vadim Zeitlin | Strip EOL characters from wxStyledTextCtrl::GetLineText... |
tree | commitdiff |
2012-12-08 |
Vadim Zeitlin | Catch attempts to create a window with itself as parent. |
tree | commitdiff |
2012-12-05 |
Julian Smart | wxRTC text box layout fixes |
tree | commitdiff |
2012-12-04 |
Vadim Zeitlin | Compilation fir for VC6 after r73124. |
tree | commitdiff |
2012-12-04 |
Vadim Zeitlin | Open debugger at the location of failing assert, if... |
tree | commitdiff |
2012-12-03 |
Paul Cornett | Remove SashHitTest() "tolerance" parameter |
tree | commitdiff |
2012-12-03 |
Vadim Zeitlin | wxGTK linking fix after r73102. |
tree | commitdiff |
2012-12-02 |
Vadim Zeitlin | Make wxChoice and wxComboBox behaviour same as in nativ... |
tree | commitdiff |
2012-12-02 |
Vadim Zeitlin | Add wxControlWithItems::SendSelectionChangedEvent(... |
tree | commitdiff |
2012-12-02 |
Vadim Zeitlin | Avoid using "do { ... } while ( wxFalse )" pseudo-loop. |
tree | commitdiff |
2012-12-02 |
Paul Cornett | remove unnecessary include of wx/cairo.h |
tree | commitdiff |
2012-12-02 |
Paul Cornett | Remove nearly empty wx/cairo.h header |
tree | commitdiff |
2012-11-29 |
Paul Cornett | declare wxQsort in vector.h as well as utils.h to work... |
tree | commitdiff |
2012-11-28 |
Stefan Csomor | adding some additional fixes for programmatic selection... |
tree | commitdiff |
2012-11-28 |
Vadim Zeitlin | Add "rect" paramerer to wxRichToolTip::ShowFor(). |
tree | commitdiff |
2012-11-28 |
Vadim Zeitlin | Compilation fix for wxDocManager after r73004. |
tree | commitdiff |
2012-11-28 |
Stefan Csomor | supporting selection methods when not focused, closes... |
tree | commitdiff |
2012-11-27 |
Stefan Csomor | support for simulating focus events since not all contr... |
tree | commitdiff |
2012-11-27 |
Stefan Csomor | workaround, see #14856 |
tree | commitdiff |
2012-11-26 |
Paul Cornett | disconnect "toggled" signal in dtor when style has... |
tree | commitdiff |
2012-11-26 |
Vadim Zeitlin | Disable CallAfter() for MSVC 7 too, it can't compile... |
tree | commitdiff |
2012-11-26 |
Vadim Zeitlin | Bracket vararg macro definition with wxHAS_VARIADIC_MACROS. |
tree | commitdiff |
2012-11-26 |
Vadim Zeitlin | Fix warnings about using type attribute on forward... |
tree | commitdiff |
2012-11-25 |
Paul Cornett | avoid functions deprecated in GTK3 |
tree | commitdiff |
2012-11-25 |
Paul Cornett | Simplify GetDefaultAttributesFromGTKWidget() by passing... |
tree | commitdiff |
2012-11-25 |
Vadim Zeitlin | Use idle time menu updating when using global menu... |
tree | commitdiff |
2012-11-25 |
Vadim Zeitlin | Add wxApp::GTKIsUsingGlobalMenu() helper to wxGTK. |
tree | commitdiff |
2012-11-24 |
Vadim Zeitlin | Blind compilation fix for VC6 after r73004. |
tree | commitdiff |
2012-11-24 |
Paul Cornett | silence GCC warning "enumeral and non-enumeral type... |
tree | commitdiff |
2012-11-24 |
Vadim Zeitlin | Add wxDocManager::Get{Views,Documents,Templates}Vector(). |
tree | commitdiff |
2012-11-24 |
Vadim Zeitlin | Add wxList::AsVector<>() helper. |
tree | commitdiff |
2012-11-24 |
Vadim Zeitlin | Don't include wx/utils.h from wx/vector.h. |
tree | commitdiff |
2012-11-23 |
Stefan Csomor | support for custom app controllers, override OSXCreateA... |
tree | commitdiff |
2012-11-23 |
Vadim Zeitlin | Add possibility to delay showing wxRichToolTip. |
tree | commitdiff |
2012-11-20 |
Vadim Zeitlin | Implement GetSizeFromTextSize() for wxSpinCtrl. |
tree | commitdiff |
2012-11-20 |
Vadim Zeitlin | Make wxSpinCtrlGenericBase a wxCompositeWindow. |
tree | commitdiff |
2012-11-20 |
Vadim Zeitlin | Revert all wxNOEXCEPT-related changes. |
tree | commitdiff |
2012-11-19 |
Vadim Zeitlin | Add wxTL_NO_HEADER style to wxTreeListCtrl. |
tree | commitdiff |
2012-11-19 |
Vadim Zeitlin | Add wxFSW_EVENT_UNMOUNT wxFileSystemWatcher flag and... |
tree | commitdiff |
2012-11-19 |
Vadim Zeitlin | Add wxNOEXCEPT to all wxTextCtrl dtors. |
tree | commitdiff |
2012-11-17 |
Vadim Zeitlin | Fix path returned from wxGTK wxFileDialog too. |
tree | commitdiff |
2012-11-17 |
Vadim Zeitlin | Add wxNOEXCEPT and use it for std::streambuf-derived... |
tree | commitdiff |
2012-11-17 |
Vadim Zeitlin | Add wxFSW_EVENT_ATTRIB wxFileSystemWatcher flag. |
tree | commitdiff |
2012-11-17 |
Vadim Zeitlin | Fix typo in include/wx/generic/private/richtooltip... |
tree | commitdiff |
2012-11-17 |
Steve Lamerton | Fixed unused parameter warnings for webview on OSX. |
tree | commitdiff |
2012-11-14 |
Vadim Zeitlin | Implement wxComboCtrl::GetSizeFromTextSize(). |
tree | commitdiff |
2012-11-14 |
Vadim Zeitlin | Implement DoGetSizeFromTextSize() for wxMSW wx{Choice... |
tree | commitdiff |
2012-11-14 |
Vadim Zeitlin | No changes, just refactor wxMSW wxComboBox code calling... |
tree | commitdiff |
2012-11-14 |
Vadim Zeitlin | Don't call setlocale("") on startup by default any... |
tree | commitdiff |
2012-11-14 |
Vadim Zeitlin | Optionally allow showing tooltips for disabled ribbon... |
tree | commitdiff |
2012-11-10 |
Vadim Zeitlin | Disallow drop downs on AUI check buttons. |
tree | commitdiff |
2012-11-10 |
Vadim Zeitlin | Fix link errors with VC 11 in DLL STL build. |
tree | commitdiff |
2012-11-10 |
Vadim Zeitlin | Simplify wxEVT_PAINT handling in wxScrollHelperBase. |
tree | commitdiff |
2012-11-10 |
Vadim Zeitlin | Cache HDC used for painting for the entire duration... |
tree | commitdiff |
2012-11-09 |
Vadim Zeitlin | Add wxControl::GetSizeFromTextSize() to size the contro... |
tree | commitdiff |
2012-11-08 |
Paul Cornett | don't assign NULL to wxUIntPtr, wxUIntPtr is not a... |
tree | commitdiff |
2012-11-08 |
Stefan Csomor | support for freeze and thaw under cocoa |
tree | commitdiff |
2012-11-08 |
Vadim Zeitlin | No changes, just remove unnecessary forward declarations. |
tree | commitdiff |
2012-11-06 |
Vadim Zeitlin | Keep item data in sync with their position in wxEditabl... |
tree | commitdiff |
2012-11-06 |
Vadim Zeitlin | Use wxAUI_TB_DEFAULT_STYLE instead of 0 as default... |
tree | commitdiff |
2012-11-06 |
Stefan Csomor | fixing compile for ios |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Make hack for button creation in wxOSX more robust. |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Add wxCFStringRef::AsStringWithNormalizationFormC(... |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Update the button bezel to account for multi-line label... |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | No changes, just rename OSXSetAcceleratorFromLabel(). |
tree | commitdiff |
2012-11-04 |
Paul Cornett | fix setting background color in wxGTK3 with themes... |
tree | commitdiff |
2012-11-02 |
Stefan Csomor | missing commit, fixes #14797 |
tree | commitdiff |
2012-11-02 |
Stefan Csomor | exposing common used button impl class |
tree | commitdiff |
2012-11-01 |
Václav Slavík | wxCALL_FOR_EACH compilation fix for VC++. |
tree | commitdiff |
2012-11-01 |
Václav Slavík | Compilation fix for PCH-less build. |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Refactor and simplify wxChoice::DoGetBestSize(). |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Invalidate best size of wxOSX wxChoice after its number... |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Allow creating wxTextMeasure without specifying the... |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Allow constructing wxGTK wxTextMeasure with NULL font. |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Added wxEVT_COMMAND_DIRCTRL_CHANGED for wxDirCtrl selec... |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | No changes, just some cleanup in wxGenericDirCtrl code. |
tree | commitdiff |
2012-11-01 |
Václav Slavík | Add wxTEST_DIALOG for testing of modal dialogs. |
tree | commitdiff |
2012-11-01 |
Václav Slavík | Add wxCALL_FOR_EACH() macro. |
tree | commitdiff |
2012-10-31 |
Vadim Zeitlin | Define wxSOCKET_XXX flags as wxSOCKET_XXX_READ|wxSOCKET... |
tree | commitdiff |
2012-10-29 |
Vadim Zeitlin | Add wxDirCtrl::GetPath(). |
tree | commitdiff |
2012-10-29 |
Vadim Zeitlin | Get rid of wxAuiToolBar::m_style and just use base... |
tree | commitdiff |
next |