2013-03-21 |
Vadim Zeitlin | Refactor wxGTK IM-related code to allow future modifica... |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Use flat generic status bar by default and add wxSB_SUNKEN. |
tree | commitdiff |
2013-03-21 |
Vadim Zeitlin | Create a small helper class for Unity global menu bug... |
tree | commitdiff |
2013-03-18 |
Julian Smart | Make sure include doesn't get overwritten when code... |
tree | commitdiff |
2013-03-18 |
Robin Dunn | fix compilation problem |
tree | commitdiff |
2013-03-18 |
Julian Smart | Fixed help for symbol picker and style manager dialogs |
tree | commitdiff |
2013-03-18 |
Julian Smart | Added control over whether size and position units... |
tree | commitdiff |
2013-03-14 |
Julian Smart | We need to switch off UI elements before they are laid... |
tree | commitdiff |
2013-03-12 |
Julian Smart | Added ability to switch off more components of the... |
tree | commitdiff |
2013-03-12 |
Julian Smart | Fixed UI customization helper |
tree | commitdiff |
2013-03-11 |
Julian Smart | Added missing RTTI |
tree | commitdiff |
2013-03-09 |
Vadim Zeitlin | Add GetFile() accessor to wxFileStream classes. |
tree | commitdiff |
2013-03-09 |
Vadim Zeitlin | No real changes, just use wxString::clear() instead... |
tree | commitdiff |
2013-03-09 |
Vadim Zeitlin | Return false from wxFileName::AppendDir() and InsertDir... |
tree | commitdiff |
2013-03-09 |
Vadim Zeitlin | Use generic spin control itself as parent for its children. |
tree | commitdiff |
2013-03-09 |
Vadim Zeitlin | Fix compilation with MinGW -std=c++11 option. |
tree | commitdiff |
2013-03-09 |
Vadim Zeitlin | Remove wxLogWindow::OnFrameCreate() virtual method. |
tree | commitdiff |
2013-03-09 |
Vadim Zeitlin | Restore wxDIRCTRL_SHOW_FILTERS flag of wxDirCtrl. |
tree | commitdiff |
2013-03-03 |
Vadim Zeitlin | Fix hundreds of unused parameter warnings in wxOSX... |
tree | commitdiff |
2013-03-02 |
Stefan Csomor | enabling cursor events, fixes #15044 |
tree | commitdiff |
2013-03-02 |
Vadim Zeitlin | Make wxRect parameter of wxRichToolTip::ShowFor() const. |
tree | commitdiff |
2013-02-28 |
Julian Smart | Corrected loading of images: we need the parent size... |
tree | commitdiff |
2013-02-28 |
Václav Slavík | Compilation fix for wxPreferencesPage. |
tree | commitdiff |
2013-02-28 |
Václav Slavík | Add wxPreferencesEditor class. |
tree | commitdiff |
2013-02-28 |
Václav Slavík | Add support for Cocoa's selectable toolbar items. |
tree | commitdiff |
2013-02-28 |
Václav Slavík | Add wxBitmap(NSImage*) ctor to wxOSX. |
tree | commitdiff |
2013-02-28 |
Václav Slavík | Don't include Common-Controls manifest in wxBase apps. |
tree | commitdiff |
2013-02-27 |
Stefan Neis | No real changes, just spelling fixes to comments. Close... |
tree | commitdiff |
2013-02-24 |
Vadim Zeitlin | Fix typo in definitions of BEGIN_EVENT_TABLE_TEMPLATEn... |
tree | commitdiff |
2013-02-24 |
Vadim Zeitlin | Make wxGenericDataViewCtrl::SetFont() really work. |
tree | commitdiff |
2013-02-24 |
Vadim Zeitlin | Move menu messages handling from wxFrame to wxTLW in... |
tree | commitdiff |
2013-02-17 |
Stefan Csomor | switching notebook implementation to common |
tree | commitdiff |
2013-02-15 |
Vadim Zeitlin | Don't connect to the same signal multiple times in... |
tree | commitdiff |
2013-02-10 |
Vadim Zeitlin | Account for scrolling when setting the background brush... |
tree | commitdiff |
2013-02-10 |
Vadim Zeitlin | Create wxCURSOR_RIGHT_ARROW on the fly from normal... |
tree | commitdiff |
2013-02-10 |
Vadim Zeitlin | Add wxIcon::CreateFromHICON() to wxMSW. |
tree | commitdiff |
2013-02-09 |
Vadim Zeitlin | Fix infinite loop in wxGrid::PosToEdgeOfLine(). |
tree | commitdiff |
2013-02-09 |
Vadim Zeitlin | Refresh wxMSW wxStaticBitmap when its size changes. |
tree | commitdiff |
2013-02-09 |
Vadim Zeitlin | Don't include the manifest in wx/msw/wx.rc by default... |
tree | commitdiff |
2013-02-05 |
Vadim Zeitlin | Fix wxGridColumnOperations::GetLineBefore() for the... |
tree | commitdiff |
2013-02-04 |
Julian Smart | Added support for sub-object virtual attributes (tempor... |
tree | commitdiff |
2013-02-01 |
Steve Lamerton | Rename all WEB_VIEW* style identifiers to WEBVIEW*. |
tree | commitdiff |
2013-01-23 |
Jouk Jansen | let wxCheckListBox get the properties of wxCheckListBox... |
tree | commitdiff |
2013-01-21 |
Vadim Zeitlin | Add wxAUI_TB_PLAIN_BACKGROUND wxAuiToolBar style. |
tree | commitdiff |
2013-01-21 |
Vadim Zeitlin | Add wxCheckListBox::GetCheckedItems() helper. |
tree | commitdiff |
2013-01-21 |
Vadim Zeitlin | Derive wxCheckListBox from wxCheckListBoxBase in wxGTK. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix wxKeyEvent::GetPosition() after the changes of... |
tree | commitdiff |
2013-01-20 |
Paul Cornett | add wxMask::GetBitmap(), closes #9381 |
tree | commitdiff |
2013-01-20 |
Paul Cornett | silence GCC warning "base class ‘class wxEvtHandler... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Add wxProcess::SetPriority() to allow setting the prior... |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Rename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Add copy constructor to wxValidator. |
tree | commitdiff |
2013-01-20 |
Vadim Zeitlin | Fix bug with dragging non-draggable columns in wxMSW... |
tree | commitdiff |
2013-01-18 |
Paul Cornett | use const arrays for wxDC array parameters, closes... |
tree | commitdiff |
2013-01-15 |
Paul Cornett | add support for GtkFontChooserDialog, new in GTK 3.2 |
tree | commitdiff |
2013-01-14 |
Julian Smart | Added Set/GetFloatingLayoutMode to switch off time... |
tree | commitdiff |
2013-01-13 |
Steve Lamerton | Allow registering of custom wxWebView backends. |
tree | commitdiff |
2013-01-10 |
Paul Cornett | simplify code setting backing pixmap |
tree | commitdiff |
2013-01-09 |
Steve Lamerton | Add HTTP status code definitions to attempt to fix... |
tree | commitdiff |
2013-01-03 |
Paul Cornett | remove ancient SetModal(), it was deprecated long ago... |
tree | commitdiff |
2012-12-31 |
Steve Lamerton | Add context menu enabling and disabling to wxWebView... |
tree | commitdiff |
2012-12-29 |
Paul Cornett | reference count the GtkMenuItem in wxMenuItem as well |
tree | commitdiff |
2012-12-29 |
Paul Cornett | make GTKNeedsParent() private |
tree | commitdiff |
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 |
next |