2009-11-27 |
Vadim Zeitlin | Use #ifdef to check for __WXMSW__ and __WXGTK__ and... |
tree | commitdiff |
2009-11-27 |
Vadim Zeitlin | Allow changing horizontal alignment of numeric cells... |
tree | commitdiff |
2009-11-26 |
Kevin Ollivier | Allow OS X Cocoa (or any OS X port) to override GetBest... |
tree | commitdiff |
2009-11-26 |
Kevin Ollivier | Add CheckSpelling support for OS X Cocoa, make sure... |
tree | commitdiff |
2009-11-26 |
Vadim Zeitlin | Make wxFileDialog::Set/SetPath() behave consistently. |
tree | commitdiff |
2009-11-26 |
Vadim Zeitlin | Don't set wxTextAttr font family to invalid value. |
tree | commitdiff |
2009-11-26 |
Vadim Zeitlin | Explicitly set the cursor when showing popup menu on... |
tree | commitdiff |
2009-11-26 |
Vadim Zeitlin | No changes, just avoid overriding GetNativeFontInfoDesc... |
tree | commitdiff |
2009-11-26 |
Vadim Zeitlin | Return face name from wxFont::GetNativeFontInfo() under... |
tree | commitdiff |
2009-11-24 |
Vadim Zeitlin | Don't use unsafe strcpy() when parsing wxNativeFontInfo. |
tree | commitdiff |
2009-11-24 |
Vadim Zeitlin | Don't return italic/bold suffix from wxFont::GetFaceNam... |
tree | commitdiff |
2009-11-24 |
Vadim Zeitlin | Fix wxListCtrl::GetSubItemRect(wxLIST_RECT_ICON/LABEL... |
tree | commitdiff |
2009-11-24 |
Vadim Zeitlin | Don't change file access time implicitly when setting... |
tree | commitdiff |
2009-11-23 |
Julian Smart | Made Unicode the default in symbols dialog. |
tree | commitdiff |
2009-11-21 |
Stefan Csomor | making sure creation is setup correctly for wx-frame... |
tree | commitdiff |
2009-11-19 |
Vadim Zeitlin | Fix compilation for some wxMSW configurations. |
tree | commitdiff |
2009-11-19 |
Vadim Zeitlin | Compilation fix for wxUSE_STL build: another missing... |
tree | commitdiff |
2009-11-18 |
Kevin Ollivier | Forward port of r60190 (wxMSW Cairo support) to trunk. |
tree | commitdiff |
2009-11-18 |
Julian Smart | Fixed #11212 [RichText sample] Assert/Crash when Styles... |
tree | commitdiff |
2009-11-18 |
Vadim Zeitlin | Suppress harmless g++ warnings about converting float... |
tree | commitdiff |
2009-11-18 |
Vadim Zeitlin | Fix handling of invalid paths with multiple columns... |
tree | commitdiff |
2009-11-18 |
Vadim Zeitlin | Remove unnecessary manual face name selection code. |
tree | commitdiff |
2009-11-18 |
Vadim Zeitlin | Implement wxFont::GetFaceName() to return the face... |
tree | commitdiff |
2009-11-17 |
Václav Slavík | Improved handling of anchors in wxHTML: scroll to bette... |
tree | commitdiff |
2009-11-16 |
Bryan Petty | Fix crash when dragging toolbars in wxAuiManager::OnFlo... |
tree | commitdiff |
2009-11-16 |
Robin Dunn | Add some missing commas. Fixes #11443 |
tree | commitdiff |
2009-11-16 |
Robert Roebling | Always set focus to the item selected using Select() |
tree | commitdiff |
2009-11-16 |
Vadim Zeitlin | Fix wxDataViewRenderer::GetEllipsizeMode() for kDataBro... |
tree | commitdiff |
2009-11-15 |
Robert Roebling | Maybe fixed assertion when using built-in searching... |
tree | commitdiff |
2009-11-15 |
Robert Roebling | Do earlier and better checking for matching actions... |
tree | commitdiff |
2009-11-15 |
Stefan Csomor | fixing typo for builds < 10.6 |
tree | commitdiff |
2009-11-15 |
Kevin Ollivier | ShowWithoutActivating fix for OS X Cocoa, and also... |
tree | commitdiff |
2009-11-14 |
Vadim Zeitlin | Implement support for wxSL_<DIR> in wxGTK, show them... |
tree | commitdiff |
2009-11-14 |
Vadim Zeitlin | No changes, just removed trailing spaces. |
tree | commitdiff |
2009-11-14 |
Kevin Ollivier | Don't assert when we get wxBG_STYLE_TRANSPARENT. |
tree | commitdiff |
2009-11-14 |
Kevin Ollivier | Fix typo that broke compilation and adjust the defines... |
tree | commitdiff |
2009-11-14 |
Robert Roebling | Hide value label explicitly |
tree | commitdiff |
2009-11-14 |
Robert Roebling | Always position value lable left of a vertical slider |
tree | commitdiff |
2009-11-14 |
Vadim Zeitlin | No real changes, just remove the ugly CONST_CAST macro. |
tree | commitdiff |
2009-11-14 |
Vadim Zeitlin | Restore the use of correct alignment in wxDVC renderers. |
tree | commitdiff |
2009-11-14 |
Robert Roebling | Simple implementation of wxSL_MIN_MAX_LABELS and wxSL_V... |
tree | commitdiff |
2009-11-14 |
Robert Roebling | Implement wxSL_VALUE_LABEL and wxSL_MIN_MAX_LABELS... |
tree | commitdiff |
2009-11-13 |
Stefan Csomor | adding toolbar implementation for iphone |
tree | commitdiff |
2009-11-13 |
Stefan Csomor | updating implementations of wxGetMouseState for osx_coc... |
tree | commitdiff |
2009-11-13 |
Robert Roebling | Implement and document wxDataViewTreeCtrl::IsContainer... |
tree | commitdiff |
2009-11-13 |
Robert Roebling | Correct sorting in wxDataViewTreeStore, fixes #11436... |
tree | commitdiff |
2009-11-13 |
Robert Roebling | Don't use gtk_tree_model_get_path of the item is alread... |
tree | commitdiff |
2009-11-13 |
Robert Roebling | Also update focus rect when changing selection in singl... |
tree | commitdiff |
2009-11-13 |
Robert Roebling | Reset m_underMouse anytime the display is changed progr... |
tree | commitdiff |
2009-11-13 |
Kevin Ollivier | Override default handling so that we can position windo... |
tree | commitdiff |
2009-11-11 |
Jaakko Salli | Fix wxPropertyGrid rendering problems when used with... |
tree | commitdiff |
2009-11-11 |
Julian Smart | Fixed tab removal bug, and empty text element |
tree | commitdiff |
2009-11-11 |
Kevin Ollivier | Use wxWebKitCtrlNameStr to adhere to the convention... |
tree | commitdiff |
2009-11-11 |
Kevin Ollivier | Run sanity checks on the position values. |
tree | commitdiff |
2009-11-11 |
Vadim Zeitlin | Implement text ellipsizing for wxDataViewCustomRenderer... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Send the selected item in wxDVC SELECTION_CHANGED event... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | No changes, just reformat comments in osx/dataview.mm. |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Fix width of the wxDataViewTreeCtrl column under OSX... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Add support for wxDV_NO_HEADER to OS X/Cocoa wxDataView... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | More cleanup of OS X Cocoa wxDataViewCtrl code. |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Add support for custom attributes to wxOSX/Cocoa wxData... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Don't overwrite background in custom renderer in OSX... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Add support for custom attributes to wxGTK wxDataViewCu... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Correct text position in wxDataViewCustomRenderer:... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Pass full cell rectangle to WXCallRender(). |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Add helper wxRectFromGDKRect() function and use it. |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | No real changes, just remove some unnecessary casts. |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Avoid setting attributes in GTK wxDataViewRenderer... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Allow custom wxDataViewCtrl renderers to easily use... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Big wxDataViewCtrl renderer classes refactoring. |
tree | commitdiff |
2009-11-10 |
Paul Cornett | wxSpinCtrl values are always integral, they don't need... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Fix discrepancy between different ways of measuring... |
tree | commitdiff |
2009-11-09 |
Vadim Zeitlin | Fix fatal bug when changing wxDataViewCtrl model in... |
tree | commitdiff |
2009-11-08 |
Paul Cornett | avoid causing idle event from GetValue(), fixes #11013 |
tree | commitdiff |
2009-11-08 |
Peter Cawley | Replaced hard-coded font size in ribbon art provider... |
tree | commitdiff |
2009-11-08 |
Kevin Ollivier | Make wxSTAY_ON_TOP and other window styles toggleable... |
tree | commitdiff |
2009-11-06 |
Vadim Zeitlin | Change interpretation of font height in wxMSW to mean... |
tree | commitdiff |
2009-11-06 |
Vadim Zeitlin | Prefer to use standard selection colour in wxDataViewCu... |
tree | commitdiff |
2009-11-06 |
Stefan Csomor | adding support for wxShowEvent |
tree | commitdiff |
2009-11-05 |
Vadim Zeitlin | Compilation fix after r62562. |
tree | commitdiff |
2009-11-05 |
Vadim Zeitlin | Change wxLongLongFmtSpec to be a non-wide string. |
tree | commitdiff |
2009-11-05 |
Vadim Zeitlin | Recognize UNCs starting with forward slashes too in... |
tree | commitdiff |
2009-11-05 |
Vadim Zeitlin | Implement wxFindWindowAtPoint() correctly for wxOSX... |
tree | commitdiff |
2009-11-05 |
Kevin Ollivier | Create an autorelease pool to catch objects created... |
tree | commitdiff |
2009-11-04 |
Vadim Zeitlin | Revert "trivial" change of r61772. |
tree | commitdiff |
2009-11-04 |
Paul Cornett | work around probable bug in GTK+ 2.18 when calling... |
tree | commitdiff |
2009-11-02 |
Jaakko Salli | Some wxComboCtrlBase member functions were enclosed... |
tree | commitdiff |
2009-11-01 |
Kevin Ollivier | Start on Get/SetStyle support for OS X Cocoa wxTextCtrl. |
tree | commitdiff |
2009-11-01 |
Kevin Ollivier | wxColour -> NSColor conversion. |
tree | commitdiff |
2009-10-31 |
Kevin Ollivier | NSFont -> wxFont conversion. |
tree | commitdiff |
2009-10-31 |
Kevin Ollivier | Adding NSColor -> wxColour conversion. |
tree | commitdiff |
2009-10-31 |
Paul Cornett | make sure ShowWithoutActivating only takes effect once |
tree | commitdiff |
2009-10-31 |
Vadim Zeitlin | No real changes, just fix a typo in wxDataViewModel... |
tree | commitdiff |
2009-10-31 |
Vadim Zeitlin | Return the real column width from wxOSX wxDataViewColum... |
tree | commitdiff |
2009-10-30 |
Paul Cornett | implement ShowWithoutActivating for GTK+ |
tree | commitdiff |
2009-10-30 |
Kevin Ollivier | Compilation fix for last commit. |
tree | commitdiff |
2009-10-30 |
Kevin Ollivier | Initial ShowWithoutActivating implementations for Mac... |
tree | commitdiff |
2009-10-28 |
Jaakko Salli | Fixed backslash escaping in wxArrayStringProperty:... |
tree | commitdiff |
2009-10-28 |
Jouk Jansen | omitting assert that makes no sense for OpenVMS |
tree | commitdiff |
2009-10-27 |
Vadim Zeitlin | No changes, just add a comment to the button focus... |
tree | commitdiff |
next |