2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
blob | commitdiff | raw |
2010-09-28 |
Jaakko Salli | Reset wxPGEditor singleton instance pointers in dtors... |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw | diff to current |
2010-06-12 |
Jaakko Salli | For wxTextCtrl editor, set the bold font before margins... |
blob | commitdiff | raw | diff to current |
2010-05-25 |
Jaakko Salli | Draw wxPropertyGrid drop down items with consistent... |
blob | commitdiff | raw | diff to current |
2010-03-12 |
Jaakko Salli | Fixed property editor re-positioning when additional... |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Jaakko Salli | When drawing wxPropertyGrid check box editor, be consis... |
blob | commitdiff | raw | diff to current |
2010-01-31 |
Jaakko Salli | Added nominal wxPG_PROP_READONLY support for editor... |
blob | commitdiff | raw | diff to current |
2010-01-13 |
Jaakko Salli | Fixed bug: wxPGEditor::SetControlAppearance() was calli... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Jaakko Salli | Call virtual ctrl->GetDefaultAttributes() instead of... |
blob | commitdiff | raw | diff to current |
2010-01-03 |
Jaakko Salli | In wxPGEditor::SetControlAppearance() use GetClassDefau... |
blob | commitdiff | raw | diff to current |
2009-12-26 |
Jaakko Salli | Replaced 'InlineHelp' property attribute with 'Hint... |
blob | commitdiff | raw | diff to current |
2009-12-25 |
Jaakko Salli | Refactored a very confusing condition in wxPGComboBox... |
blob | commitdiff | raw | diff to current |
2009-12-22 |
Jaakko Salli | Added wxPropertyGrid::SetUnspecifiedValueAppearance... |
blob | commitdiff | raw | diff to current |
2009-12-20 |
Jaakko Salli | Added wxPropertyGrid::GetUnspecifiedValueText(). Use... |
blob | commitdiff | raw | diff to current |
2009-12-20 |
Jaakko Salli | Added some missing SetupTextCtrlValue() calls |
blob | commitdiff | raw | diff to current |
2009-12-14 |
Jaakko Salli | Set correct m_state in wxPGCheckBoxEditor::SetValueToUn... |
blob | commitdiff | raw | diff to current |
2009-12-12 |
Jaakko Salli | On Windows, force read-only property editor wxTextCtrl... |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Jaakko Salli | Added wxPGCell::SetFont() and GetFont(); Documented... |
blob | commitdiff | raw | diff to current |
2009-10-10 |
Jaakko Salli | Removed intermediate wxPanel from wxPropertyGrid. |
blob | commitdiff | raw | diff to current |
2009-09-09 |
Jaakko Salli | Adapted wxPGComboBox margins setup to changes in wxComb... |
blob | commitdiff | raw | diff to current |
2009-09-05 |
Jaakko Salli | wxTextEntry::SetMargins(), GetMargins() - implemented... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Jaakko Salli | Normalize property label editor margins on wxMSW |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Jaakko Salli | Only respect property's wxPG_PROP_READONLY flag for... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Jaakko Salli | Removed some old code that generated warnings on some... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Jaakko Salli | Added label editing capability into wxPropertyGrid |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-08-17 |
Jaakko Salli | Added multiple selection feature to wxPropertyGrid... |
blob | commitdiff | raw | diff to current |
2009-04-18 |
Jaakko Salli | Re-added support for property attribute wxPG_BOOL_USE_D... |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Jaakko Salli | Minor wxPGMultiButton refacotring |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Jaakko Salli | Added support for 'AutoComplete' attribute, automatical... |
blob | commitdiff | raw | diff to current |
2009-02-12 |
Jaakko Salli | Fixed old font-related code that caused problems on... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2009-01-04 |
Jaakko Salli | Significant check box editor refactoring, including... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Jaakko Salli | Update editor control font centrally, in wxPropertyGrid... |
blob | commitdiff | raw | diff to current |
2008-12-26 |
Jaakko Salli | Have wxPGTextCtrlEditor::UpdateControl() update wxTextC... |
blob | commitdiff | raw | diff to current |
2008-12-23 |
Jaakko Salli | Fixed crash when expanding/collapsing categories too... |
blob | commitdiff | raw | diff to current |
2008-11-23 |
Jaakko Salli | Render cell background in renderer only if rendering... |
blob | commitdiff | raw | diff to current |
2008-11-23 |
Jaakko Salli | Eliminate need to call Connect() in wxPGEditor::CreateC... |
blob | commitdiff | raw | diff to current |
2008-11-15 |
Jaakko Salli | Fixed various NULL reference issues. Also cleaned up... |
blob | commitdiff | raw | diff to current |
2008-10-31 |
Jaakko Salli | Reworked wxPGCell. It is now reference counted, and... |
blob | commitdiff | raw | diff to current |
2008-10-19 |
Jaakko Salli | Changed argument of wxPropertyGrid::OnCustomEditorEvent... |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Jaakko Salli | Added virtual wxPGProperty::ValueToString(). In derived... |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Robert Roebling | Mention why fudgefactor for wxODBC position under wxMac... |
blob | commitdiff | raw | diff to current |
2008-10-14 |
Robert Roebling | Add a fudge factor to the size of wxODBC in wxProperty... |
blob | commitdiff | raw | diff to current |
2008-10-14 |
Robert Roebling | Correct positioning of wxTextCtrl in wxPropertyGrid... |
blob | commitdiff | raw | diff to current |
2008-10-12 |
Jaakko Salli | Eliminate (or at least reduce) 64-bit build warnings... |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Jaakko Salli | Minimize use of editor class macros |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Jaakko Salli | When registering editor, try wxRTTI class name in addit... |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Jaakko Salli | Remove use of wxPG_EDITOR macro |
blob | commitdiff | raw | diff to current |
2008-10-06 |
Stefan Csomor | switching away from angle brackets includes, deactivati... |
blob | commitdiff | raw | diff to current |
2008-10-05 |
Jaakko Salli | Fix RCS-IDs |
blob | commitdiff | raw | diff to current |
2008-10-04 |
Robert Roebling | Removed wxNavigationKey code, new keyboard navigation |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Jaakko Salli | Remove wxPGClipperWindow, use wxBORDER_NONE instead... |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Robert Roebling | wxGTK's wxTextCtrl's borders can be removed |
blob | commitdiff | raw | diff to current |
2008-09-27 |
Jaakko Salli | Fixed wxPGMultiButton (event handling, FinalizePosition... |
blob | commitdiff | raw | diff to current |
2008-09-26 |
Jaakko Salli | Fixed and clarified editor control event handling |
blob | commitdiff | raw | diff to current |
2008-09-21 |
Jaakko Salli | Revised #ifndef WX_PRECOMP headers, added missing ... |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Jaakko Salli | Moved wxPGChoices m_choices member from various propert... |
blob | commitdiff | raw | diff to current |
2008-09-17 |
Jaakko Salli | wxUSE_PROPGRID is now recognized by source and header... |
blob | commitdiff | raw | diff to current |
2008-09-16 |
Jaakko Salli | Try to display '...' text on editor buttons more consis... |
blob | commitdiff | raw | diff to current |
2008-09-13 |
Robert Roebling | Fix crash |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Vadim Zeitlin | added wxPropertyGrid from Jaakko Salli (#9934) |
blob | commitdiff | raw | diff to current |
|