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 |
2008-09-25 |
Jaakko Salli | AddPage(), InsertPage() now return page ptr instead...
|
commit | commitdiff | tree |
2008-09-25 |
Jaakko Salli | Reduce ambiguity of selection functions in wxPropertyGridMan...
|
commit | commitdiff | tree |
2008-09-25 |
Jaakko Salli | Removed wxPGProperty:GetArrIndex() in favor of GetIndexInPar...
|
commit | commitdiff | tree |
2008-09-25 |
Jaakko Salli | Removed redundant wxPGChoices::Set()
|
commit | commitdiff | tree |
2008-09-25 |
Jaakko Salli | Removed redundant wxPGProperty::SetChoices()
|
commit | commitdiff | tree |
2008-09-25 |
Jaakko Salli | Slightly better wxStockCursor usage
|
commit | commitdiff | tree |
2008-09-25 |
Jaakko Salli | Fixed bug: Settings property attribute to wxNullVariant...
|
commit | commitdiff | tree |
2008-09-25 |
Jaakko Salli | Fix wxCursor() ctor compilation by casting argument...
|
commit | commitdiff | tree |
2008-09-25 |
Jaakko Salli | Fixed bug: wxPGProperty::OnEvent() was never called...
|
commit | commitdiff | tree |
2008-09-23 |
Jaakko Salli | Document revisioning (including more wx-like formatting...
|
commit | commitdiff | tree |
2008-09-23 |
Jaakko Salli | Remove obsolete references to 'target page' concept
|
commit | commitdiff | tree |
2008-09-23 |
Jaakko Salli | Remove doc references to 'common value' (which is unfinished...
|
commit | commitdiff | tree |
2008-09-21 |
Jaakko Salli | Fixed non-precompiled headers compilation
|
commit | commitdiff | tree |
2008-09-21 |
Jaakko Salli | Revised #ifndef WX_PRECOMP headers, added missing ...
|
commit | commitdiff | tree |
2008-09-21 |
Jaakko Salli | 'wx(U)LongLong << variant' type safety improved (now...
|
commit | commitdiff | tree |
2008-09-21 |
Jaakko Salli | Remove redundant GetValueRef() from wxVariantData impl...
|
commit | commitdiff | tree |
2008-09-21 |
Jaakko Salli | Removed #include <typeinfo> (since C++ RTTI is no longer...
|
commit | commitdiff | tree |
2008-09-21 |
Jaakko Salli | Moved SetPropertyAttributeAll() to wxPropertyGridInterface
|
commit | commitdiff | tree |
2008-09-21 |
Jaakko Salli | A lot of documentation revision. Updated doctest code...
|
commit | commitdiff | tree |
2008-09-19 |
Jaakko Salli | Removed macros to create enum and flag props with custom...
|
commit | commitdiff | tree |
2008-09-19 |
Jaakko Salli | Eliminated WX_PG_DECLARE/IMPLEMENT_DERIVED_PROPERTY_CLASS
|
commit | commitdiff | tree |
2008-09-19 |
Jaakko Salli | Eliminated WX_PG_DECLARE_X_METHODS macros
|
commit | commitdiff | tree |
2008-09-19 |
Jaakko Salli | Eliminate a warning
|
commit | commitdiff | tree |
2008-09-19 |
Jaakko Salli | Moved wxPGChoices m_choices member from various property...
|
commit | commitdiff | tree |
2008-09-19 |
Jaakko Salli | Do not insert client data if client data is not used
|
commit | commitdiff | tree |
2008-09-18 |
Jaakko Salli | Removed unused comment
|
commit | commitdiff | tree |
2008-09-18 |
Jaakko Salli | Document struct wxPGPaintData in function docs of only...
|
commit | commitdiff | tree |
2008-09-18 |
Jaakko Salli | Added section for propgrid sample
|
commit | commitdiff | tree |
2008-09-18 |
Jaakko Salli | Replaced @link with @ref
|
commit | commitdiff | tree |
2008-09-18 |
Jaakko Salli | Made section names more globally unique
|
commit | commitdiff | tree |
2008-09-18 |
Jaakko Salli | Added 'propgrid'
|
commit | commitdiff | tree |
2008-09-17 |
Jaakko Salli | Removed wxPGProperty class overview docs from actual...
|
commit | commitdiff | tree |
2008-09-17 |
Jaakko Salli | Fixed typos
|
commit | commitdiff | tree |
2008-09-17 |
Jaakko Salli | Removed unused commented-out define
|
commit | commitdiff | tree |
2008-09-17 |
Jaakko Salli | Removed #ifndef DOXYGEN
|
commit | commitdiff | tree |
2008-09-17 |
Jaakko Salli | Added separate SetFocusOnCanvas() function so that...
|
commit | commitdiff | tree |
2008-09-17 |
Jaakko Salli | Removed some old testing code. Added more appropriate...
|
commit | commitdiff | tree |
2008-09-17 |
Jaakko Salli | Try to improve focus problem situation by using more...
|
commit | commitdiff | tree |
2008-09-17 |
Jaakko Salli | wxUSE_PROPGRID is now recognized by source and header...
|
commit | commitdiff | tree |
2008-09-16 |
Jaakko Salli | Try to display '...' text on editor buttons more consistentl...
|
commit | commitdiff | tree |
2008-09-16 |
Jaakko Salli | Do not incorrectly interprete StringToValue() returning...
|
commit | commitdiff | tree |
2008-09-16 |
Jaakko Salli | Removed some test code left in a long time ago
|
commit | commitdiff | tree |
2008-09-16 |
Jaakko Salli | Eliminated C++ RTTI (typeid etc) use. Eliminated wxPGVariant...
|
commit | commitdiff | tree |
2008-09-14 |
Jaakko Salli | Have support for both char* and wchar_t* in wxPGPropArg...
|
commit | commitdiff | tree |
2008-09-14 |
Jaakko Salli | Fixed bug: Setting property value string did not update...
|
commit | commitdiff | tree |
2008-09-14 |
Jaakko Salli | Removed remnant use of wxCHECK_VERSION
|
commit | commitdiff | tree |
2008-09-14 |
Jaakko Salli | Updated documentation to acknowledge the fact that...
|
commit | commitdiff | tree |
2008-09-14 |
Jaakko Salli | wxVariant list used to translate between list of property...
|
commit | commitdiff | tree |
2008-09-14 |
Jaakko Salli | Adapt to 'premature' events being sent from editor...
|
commit | commitdiff | tree |
2008-09-14 |
Jaakko Salli | Fixed ambiguity with bitwise operators
|
commit | commitdiff | tree |
2008-09-14 |
Jaakko Salli | Removed dllimpexp declaration from std::vector typedef
|
commit | commitdiff | tree |
2008-09-13 |
Jaakko Salli | wxPropertyGrid::DoPropertyChanged() incorrectly passed...
|
commit | commitdiff | tree |
2008-09-13 |
Jaakko Salli | wxPropertyGrid member m_visPropArray removed, now always...
|
commit | commitdiff | tree |
2008-09-13 |
Jaakko Salli | Cleaned up wxPropertyGrid::SetCurrentCategory()
|
commit | commitdiff | tree |
2008-09-13 |
Jaakko Salli | Needed to convert string variable's type from wxChar...
|
commit | commitdiff | tree |
2008-09-13 |
Jaakko Salli | Fixed warnings caused by docstrings in %pythoncode...
|
commit | commitdiff | tree |
|