2008-11-15 |
Jaakko Salli | Fixed various NULL reference issues. Also cleaned up...
|
commit | commitdiff | tree |
2008-11-15 |
Jaakko Salli | Fixed wxPropertyGridPage::DoSetSplitterPosition() infinite...
|
commit | commitdiff | tree |
2008-11-06 |
Jaakko Salli | Removed property editor validation failure assertions...
|
commit | commitdiff | tree |
2008-11-03 |
Jaakko Salli | Moved Get/SetPropertyText/BackgroundColour() member...
|
commit | commitdiff | tree |
2008-11-01 |
Jaakko Salli | In composed string values, entry for last children...
|
commit | commitdiff | tree |
2008-11-01 |
Jaakko Salli | It was not possible to set value of unspecified child...
|
commit | commitdiff | tree |
2008-11-01 |
Jaakko Salli | Fix various warnings that only appear for release builds
|
commit | commitdiff | tree |
2008-10-31 |
Jaakko Salli | Reworked wxPGCell. It is now reference counted, and...
|
commit | commitdiff | tree |
2008-10-27 |
Jaakko Salli | Added similar assignment operator as well
|
commit | commitdiff | tree |
2008-10-27 |
Jaakko Salli | Added wxPropertyGridConstIterator(const wxPropertyGridIterat...
|
commit | commitdiff | tree |
2008-10-27 |
Jaakko Salli | Removed dummy wxFont == operator implementation (IIRC...
|
commit | commitdiff | tree |
2008-10-22 |
Jaakko Salli | Merged wxBaseEnumPropertyClass (intermediate property...
|
commit | commitdiff | tree |
2008-10-21 |
Jaakko Salli | Removed deprecated functions wxPGChoices::HasValue...
|
commit | commitdiff | tree |
2008-10-21 |
Jaakko Salli | Added workaround for wxGTK tab traversal problem
|
commit | commitdiff | tree |
2008-10-20 |
Jaakko Salli | User should no longer be able to modify disabled or...
|
commit | commitdiff | tree |
2008-10-19 |
Jaakko Salli | Changed argument of wxPropertyGrid::OnCustomEditorEvent...
|
commit | commitdiff | tree |
2008-10-19 |
Jaakko Salli | In wxPropertyGridManager, alphabetic mode is now sorted...
|
commit | commitdiff | tree |
2008-10-19 |
Jaakko Salli | Fixed wxSystemColourProperty::ValueToString(). It now...
|
commit | commitdiff | tree |
2008-10-18 |
Jaakko Salli | Connect wxEVT_KEY_DOWN for both editor controls
|
commit | commitdiff | tree |
2008-10-18 |
Jaakko Salli | Do not skip key events so eagerly
|
commit | commitdiff | tree |
2008-10-18 |
Jaakko Salli | Forgot event.Skip()
|
commit | commitdiff | tree |
2008-10-18 |
Jaakko Salli | Removed unused data
|
commit | commitdiff | tree |
2008-10-18 |
Jaakko Salli | Simplistic tab support is now default (tab focuses...
|
commit | commitdiff | tree |
2008-10-17 |
Jaakko Salli | wxPGProperty::GenerateComposedValue() -> protected...
|
commit | commitdiff | tree |
2008-10-16 |
Jaakko Salli | Fixed broken wxMultiChoiceProperty::ValueToString()
|
commit | commitdiff | tree |
2008-10-16 |
Jaakko Salli | Add maximum width for sample's frame
|
commit | commitdiff | tree |
2008-10-16 |
Jaakko Salli | Update 'intro' comment in propgrid sample
|
commit | commitdiff | tree |
2008-10-16 |
Jaakko Salli | Added virtual wxPGProperty::ValueToString(). In derived...
|
commit | commitdiff | tree |
2008-10-15 |
Jaakko Salli | Removed unneeded wxPG_INHERITED_PROPFLAGS
|
commit | commitdiff | tree |
2008-10-15 |
Jaakko Salli | Remove old workarounds to get cut, copy, and paste...
|
commit | commitdiff | tree |
2008-10-14 |
Jaakko Salli | wxPGProperty::AddChild() can now be used to add normal...
|
commit | commitdiff | tree |
2008-10-12 |
Jaakko Salli | Eliminate (or at least reduce) 64-bit build warnings...
|
commit | commitdiff | tree |
2008-10-12 |
Jaakko Salli | Re-added GetSelectProperty() to wxPropertyGridManager
|
commit | commitdiff | tree |
2008-10-12 |
Jaakko Salli | Also update description text when wxPG_DESCRIPTION...
|
commit | commitdiff | tree |
2008-10-12 |
Jaakko Salli | Set focus back to canvas when child editors are being...
|
commit | commitdiff | tree |
2008-10-10 |
Jaakko Salli | GetPendingEditedValue() -> GetUncommittedPropertyValue...
|
commit | commitdiff | tree |
2008-10-08 |
Jaakko Salli | Removed '#ifndef DOXYGEN' sections
|
commit | commitdiff | tree |
2008-10-08 |
Jaakko Salli | Removed dysfunctional wxPGPropery::PrepareValueForDialogEdit...
|
commit | commitdiff | tree |
2008-10-08 |
Jaakko Salli | Removed wxPropertyGridInterface::SetPropertyAttributes()
|
commit | commitdiff | tree |
2008-10-07 |
Jaakko Salli | Removed SetPropertiesFlag() (high-level function using...
|
commit | commitdiff | tree |
2008-10-07 |
Jaakko Salli | Eliminated last property generation macros from props...
|
commit | commitdiff | tree |
2008-10-07 |
Jaakko Salli | Removed wxLongStringProperty derived property creator...
|
commit | commitdiff | tree |
2008-10-06 |
Jaakko Salli | Minimize use of editor class macros
|
commit | commitdiff | tree |
2008-10-06 |
Jaakko Salli | When registering editor, try wxRTTI class name in additon...
|
commit | commitdiff | tree |
2008-10-06 |
Jaakko Salli | Remove use of wxPG_EDITOR macro
|
commit | commitdiff | tree |
2008-10-06 |
Jaakko Salli | Removed GetExpandedProperties() (used to act as poor...
|
commit | commitdiff | tree |
2008-10-06 |
Jaakko Salli | Fix RCS-IDs
|
commit | commitdiff | tree |
2008-10-06 |
Jaakko Salli | Removed wxPropertyGridInterface::ClearPropertyValue...
|
commit | commitdiff | tree |
2008-10-05 |
Jaakko Salli | Fix RCS-IDs
|
commit | commitdiff | tree |
2008-10-05 |
Jaakko Salli | Fix RCS-ID
|
commit | commitdiff | tree |
2008-10-05 |
Jaakko Salli | Better use of Connect()
|
commit | commitdiff | tree |
2008-10-05 |
Jaakko Salli | RCS-IDs
|
commit | commitdiff | tree |
2008-10-05 |
Jaakko Salli | Use wxPGEditor_X instead of wxPGEditor(X), as in new...
|
commit | commitdiff | tree |
2008-10-05 |
Jaakko Salli | Need to call wxVScrolledWindow::UpdateScrollbar() in...
|
commit | commitdiff | tree |
2008-10-05 |
Jaakko Salli | Have GetDescBoxHeight() return value consistent with...
|
commit | commitdiff | tree |
2008-10-05 |
Jaakko Salli | Call RecreateControls() if relevant window style flag...
|
commit | commitdiff | tree |
2008-10-05 |
Jaakko Salli | GetEditableState() with DescBoxState flag could assert
|
commit | commitdiff | tree |
2008-10-04 |
Jaakko Salli | Fixed use of erase() in wxPGChoices::RemoveAt()
|
commit | commitdiff | tree |
2008-10-04 |
Jaakko Salli | Added Description Box Height to saveable/restoreable...
|
commit | commitdiff | tree |
2008-10-03 |
Jaakko Salli | Explicitly call wxObject ctor in wxColourPropertyValue...
|
commit | commitdiff | tree |
2008-10-03 |
Jaakko Salli | Fixed bug: wxPG_EX_AUTO_UNSPECIFIED_VALUES was basically...
|
commit | commitdiff | tree |
2008-10-03 |
Jaakko Salli | Increase properties' tolerance for wxNullVariant as...
|
commit | commitdiff | tree |
2008-10-03 |
Jaakko Salli | Tweaked wxPGProperty::StringToValue() and IntToValue...
|
commit | commitdiff | tree |
2008-10-03 |
Jaakko Salli | Must still delete m_cells items by explicit type (since...
|
commit | commitdiff | tree |
2008-10-03 |
Jaakko Salli | Minor additional clipper window related code and comment...
|
commit | commitdiff | tree |
2008-10-03 |
Jaakko Salli | Remove wxPGClipperWindow, use wxBORDER_NONE instead...
|
commit | commitdiff | tree |
2008-10-03 |
Jaakko Salli | Further fix m_children use with wxUSE_STL=1
|
commit | commitdiff | tree |
2008-10-02 |
Jaakko Salli | SetButtonShortcut() merged with action system
|
commit | commitdiff | tree |
2008-10-02 |
Jaakko Salli | Updated docs, removed SetPropertyModifiedStatus() ...
|
commit | commitdiff | tree |
2008-10-02 |
Jaakko Salli | Moved ClearModifiedStatus() to wxPropertyGridInterface
|
commit | commitdiff | tree |
2008-10-02 |
Jaakko Salli | Added missing propgrid related lines
|
commit | commitdiff | tree |
2008-10-01 |
Jaakko Salli | Recognize lack of wxTAB_TRAVERSAL style
|
commit | commitdiff | tree |
2008-10-01 |
Jaakko Salli | Use wxPendingDelete
|
commit | commitdiff | tree |
2008-10-01 |
Jaakko Salli | Added useful comment
|
commit | commitdiff | tree |
2008-10-01 |
Jaakko Salli | Fixed wxPG sourceforge tracker bug #2138858, applied...
|
commit | commitdiff | tree |
2008-10-01 |
Jaakko Salli | Unfocus text editor when enter is pressed
|
commit | commitdiff | tree |
2008-10-01 |
Jaakko Salli | Use m_children as it were std::vector
|
commit | commitdiff | tree |
2008-09-30 |
Jaakko Salli | Converted various wxArrayPtrVoids to wxVectors
|
commit | commitdiff | tree |
2008-09-30 |
Jaakko Salli | Fixed Connect() use sample case in CreateControls(...
|
commit | commitdiff | tree |
2008-09-30 |
Jaakko Salli | Fix Connect() calls in SetupChildEventHandling()
|
commit | commitdiff | tree |
2008-09-30 |
Jaakko Salli | Try to make SetupChildEventHandling() more foolproof
|
commit | commitdiff | tree |
2008-09-30 |
Jaakko Salli | Added missing dllimpexp declaration, added missing...
|
commit | commitdiff | tree |
2008-09-29 |
Jaakko Salli | SetPropertyValue(prop, wxChar*) -> (prop, char*) and...
|
commit | commitdiff | tree |
2008-09-29 |
Jaakko Salli | Moved wxPropertyGrid::SetPropertyName() to wxPropertyGridInt...
|
commit | commitdiff | tree |
2008-09-29 |
Jaakko Salli | Removed wxPG_EX_LEGACY_VALIDATORS
|
commit | commitdiff | tree |
2008-09-29 |
Jaakko Salli | RegisterAdditionalEditors() to work even if no wxPropertyGri...
|
commit | commitdiff | tree |
2008-09-29 |
Jaakko Salli | Added missing wxPGValidationInfo::SetFailureMessage...
|
commit | commitdiff | tree |
2008-09-29 |
Jaakko Salli | Removed wxPropertyGridEvent::HasProperty() (use GetProperty...
|
commit | commitdiff | tree |
2008-09-29 |
Jaakko Salli | Make wxPGValidationInfo class instead of struct, re...
|
commit | commitdiff | tree |
2008-09-29 |
Jaakko Salli | Doc and comment cleanup, fixes, tweaks
|
commit | commitdiff | tree |
2008-09-29 |
Jaakko Salli | Minor clarification
|
commit | commitdiff | tree |
2008-09-27 |
Jaakko Salli | Register multibutton editor class in frame ctor instead...
|
commit | commitdiff | tree |
2008-09-27 |
Jaakko Salli | wxPropertyGrid::RegisterEditorClass() now CHECK_MSG...
|
commit | commitdiff | tree |
2008-09-27 |
Jaakko Salli | Use wxPropertyGridEventHandler in commented-out sample...
|
commit | commitdiff | tree |
2008-09-27 |
Jaakko Salli | Use wxUSE_LONGLONG_NATIVE more
|
commit | commitdiff | tree |
2008-09-27 |
Jaakko Salli | wxPropertyGridInterface docs cleanup and fixes, removed...
|
commit | commitdiff | tree |
2008-09-27 |
Jaakko Salli | Fixed wxPGMultiButton (event handling, FinalizePosition...
|
commit | commitdiff | tree |
2008-09-27 |
Jaakko Salli | Fixed a warning
|
commit | commitdiff | tree |
2008-09-26 |
Jaakko Salli | Fixed and clarified editor control event handling
|
commit | commitdiff | tree |
2008-09-25 |
Jaakko Salli | Removed wxPropertyGridManager::GetChildrentCount()...
|
commit | commitdiff | tree |
next |