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 |
2009-10-24 |
Vadim Zeitlin | Add wxDataViewListModel base class for list models. |
tree | commitdiff |
2009-10-24 |
Vadim Zeitlin | Create model and column in wxDataViewTreeCtrl::Create... |
tree | commitdiff |
2009-10-24 |
Vadim Zeitlin | No real changes, just make wxDataViewCtrl::Init() priva... |
tree | commitdiff |
2009-10-24 |
Stefan Csomor | support for auto-rotate on iphone |
tree | commitdiff |
2009-10-24 |
Stefan Csomor | switching to explicit flush mode, otherwise clientdc... |
tree | commitdiff |
2009-10-24 |
Vadim Zeitlin | Don't show anything in the cells which should be empty... |
tree | commitdiff |
2009-10-23 |
Vadim Zeitlin | Use virtual functions to convert NSObject to the correc... |
tree | commitdiff |
2009-10-23 |
Vadim Zeitlin | Add wxDataViewModel::ChangeValue() and use it in wxDVC... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Compilation fix for PCH-less OS X build after wxFSW... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Refactor wxEventLoopSource-related code. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Merge SOC2009_FSWATCHER branch into trunk. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Fix UseUintMax definition used by wxAny for VC6. |
tree | commitdiff |
2009-10-21 |
Jaakko Salli | Move in-cell property expander buttons slightly to... |
tree | commitdiff |
2009-10-17 |
Paul Cornett | derive wxMask from wxMaskBase |
tree | commitdiff |
2009-10-17 |
Vadim Zeitlin | Update column order in MSW native wxHeaderCtrl after... |
tree | commitdiff |
2009-10-17 |
Vadim Zeitlin | Rewrite handling cell value changes in wxOSX/Cocoa... |
tree | commitdiff |
2009-10-17 |
Vadim Zeitlin | No changes, just attempts to make the code more readable. |
tree | commitdiff |
2009-10-17 |
Vadim Zeitlin | Fix crash when editing wxDVC items in place in wxOSX... |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Add ellipsization support to wxDataViewCtrl. |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Rename wxEllipsizeFlags elements to avoid confusion... |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Improve wxCollapsiblePane appearance under OS X. |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Don't use sunken border for the list control in log... |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Make assert in wxMSW wxListCtrl::InsertItem() more... |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Implement icon text column using native GTK renderers... |
tree | commitdiff |
2009-10-15 |
Vadim Zeitlin | Correct cell alignment computation for too small column... |
tree | commitdiff |
2009-10-15 |
Vadim Zeitlin | Use correct colour for selected items in generic wxDVC. |
tree | commitdiff |
2009-10-15 |
Jaakko Salli | Changed 'bool recursively' to 'int flags' argument... |
tree | commitdiff |
2009-10-15 |
Jaakko Salli | Fixed regression: wxPropertyGrid caption selection... |
tree | commitdiff |
2009-10-15 |
Jaakko Salli | Added wxPGCell::SetFont() and GetFont(); Documented... |
tree | commitdiff |
2009-10-14 |
Vadim Zeitlin | Suppress harmless warning about unhandled wxSHOW_EFFECT... |
tree | commitdiff |
2009-10-14 |
Jaakko Salli | Fixed bug: wxPropertyGrid::Thaw() should no longer... |
tree | commitdiff |
2009-10-14 |
Vadim Zeitlin | Fixes to comparison operators for wxDVC classes. |
tree | commitdiff |
2009-10-14 |
Vadim Zeitlin | Fix harmless unused variable warning in wxPropertyGrid... |
tree | commitdiff |
2009-10-13 |
Paul Cornett | Make m_idleMutex an object instead of a pointer. Use... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Fix conversion from wxColour to NSColor in wxOSX/Cocoa... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Implement attributes support in generic wxDataViewIconT... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Make generic wxDataViewProgressRenderer fill the entire... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Handle cell alignment in the renderer itself in generic... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Correct bug with items without attributes in wxGTK... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | No real changes, just minor cleanup in wxGTK wxDVC. |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Fix display of items without attributes in Cocoa wxDVC. |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | No real changes, just clean up wxCustomRendererObject... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Use Cocoa methods instead of wx ones in wxDVC font... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Add support for cell attributes to wxDVC in wxOSX/Cocoa. |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | No real changes, just minor cleanup in Cocoa wxDataView... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Remove wxDataViewTextRendererAttr by merging it with... |
tree | commitdiff |
2009-10-12 |
Jouk Jansen | add more samples to the compile cascade for OpenVMS |
tree | commitdiff |
next |