2008-10-18 |
Jaakko Salli | Connect wxEVT_KEY_DOWN for both editor controls |
tree | commitdiff |
2008-10-18 |
Jaakko Salli | Do not skip key events so eagerly |
tree | commitdiff |
2008-10-18 |
Jaakko Salli | Forgot event.Skip() |
tree | commitdiff |
2008-10-18 |
Jaakko Salli | Simplistic tab support is now default (tab focuses... |
tree | commitdiff |
2008-10-17 |
Jaakko Salli | wxPGProperty::GenerateComposedValue() -> protected... |
tree | commitdiff |
2008-10-16 |
Jaakko Salli | Fixed broken wxMultiChoiceProperty::ValueToString() |
tree | commitdiff |
2008-10-16 |
Jaakko Salli | Added virtual wxPGProperty::ValueToString(). In derived... |
tree | commitdiff |
2008-10-15 |
Jaakko Salli | Remove old workarounds to get cut, copy, and paste... |
tree | commitdiff |
2008-10-15 |
Robert Roebling | Mention why fudgefactor for wxODBC position under wxMac... |
tree | commitdiff |
2008-10-14 |
Robert Roebling | Add a fudge factor to the size of wxODBC in wxProperty... |
tree | commitdiff |
2008-10-14 |
Jaakko Salli | wxPGProperty::AddChild() can now be used to add normal... |
tree | commitdiff |
2008-10-14 |
Robert Roebling | Correct positioning of wxTextCtrl in wxPropertyGrid... |
tree | commitdiff |
2008-10-13 |
Robert Roebling | Correct spelling, now use Indices |
tree | commitdiff |
2008-10-12 |
Robert Roebling | Correct spelling and signature of FixIndexesOfChildren |
tree | commitdiff |
2008-10-12 |
Jaakko Salli | Eliminate (or at least reduce) 64-bit build warnings... |
tree | commitdiff |
2008-10-12 |
Jaakko Salli | Also update description text when wxPG_DESCRIPTION... |
tree | commitdiff |
2008-10-12 |
Jaakko Salli | Set focus back to canvas when child editors are being... |
tree | commitdiff |
2008-10-10 |
Jaakko Salli | GetPendingEditedValue() -> GetUncommittedPropertyValue... |
tree | commitdiff |
2008-10-08 |
Jaakko Salli | Removed dysfunctional wxPGPropery::PrepareValueForDialo... |
tree | commitdiff |
2008-10-07 |
Jaakko Salli | Removed SetPropertiesFlag() (high-level function using... |
tree | commitdiff |
2008-10-07 |
Jaakko Salli | Eliminated last property generation macros from props... |
tree | commitdiff |
2008-10-07 |
Jaakko Salli | Removed wxLongStringProperty derived property creator... |
tree | commitdiff |
2008-10-06 |
Jaakko Salli | Minimize use of editor class macros |
tree | commitdiff |
2008-10-06 |
Jaakko Salli | When registering editor, try wxRTTI class name in addit... |
tree | commitdiff |
2008-10-06 |
Jaakko Salli | Remove use of wxPG_EDITOR macro |
tree | commitdiff |
2008-10-06 |
Stefan Csomor | switching away from angle brackets includes, deactivati... |
tree | commitdiff |
2008-10-05 |
Jaakko Salli | Fix RCS-IDs |
tree | commitdiff |
2008-10-05 |
Jaakko Salli | Fix RCS-ID |
tree | commitdiff |
2008-10-05 |
Jaakko Salli | Better use of Connect() |
tree | commitdiff |
2008-10-05 |
Jaakko Salli | Have GetDescBoxHeight() return value consistent with... |
tree | commitdiff |
2008-10-05 |
Jaakko Salli | Call RecreateControls() if relevant window style flag... |
tree | commitdiff |
2008-10-05 |
Jaakko Salli | GetEditableState() with DescBoxState flag could assert |
tree | commitdiff |
2008-10-04 |
Robert Roebling | Also use F4 shortcut for textfield + button combination |
tree | commitdiff |
2008-10-04 |
Jaakko Salli | Fixed use of erase() in wxPGChoices::RemoveAt() |
tree | commitdiff |
2008-10-04 |
Jaakko Salli | Added Description Box Height to saveable/restoreable... |
tree | commitdiff |
2008-10-04 |
Robert Roebling | Removed wxNavigationKey code, new keyboard navigation |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Fixed bug: wxPG_EX_AUTO_UNSPECIFIED_VALUES was basicall... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Increase properties' tolerance for wxNullVariant as... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Must still delete m_cells items by explicit type (since... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Minor additional clipper window related code and commen... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Remove wxPGClipperWindow, use wxBORDER_NONE instead... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Further fix m_children use with wxUSE_STL=1 |
tree | commitdiff |
2008-10-02 |
Jaakko Salli | SetButtonShortcut() merged with action system |
tree | commitdiff |
2008-10-02 |
Jaakko Salli | Moved ClearModifiedStatus() to wxPropertyGridInterface |
tree | commitdiff |
2008-10-01 |
Jaakko Salli | Recognize lack of wxTAB_TRAVERSAL style |
tree | commitdiff |
2008-10-01 |
Jaakko Salli | Use wxPendingDelete |
tree | commitdiff |
2008-10-01 |
Jaakko Salli | Added useful comment |
tree | commitdiff |
2008-10-01 |
Jaakko Salli | Fixed wxPG sourceforge tracker bug #2138858, applied... |
tree | commitdiff |
2008-10-01 |
Jaakko Salli | Unfocus text editor when enter is pressed |
tree | commitdiff |
2008-10-01 |
Jaakko Salli | Use m_children as it were std::vector |
tree | commitdiff |
2008-09-30 |
Jaakko Salli | Converted various wxArrayPtrVoids to wxVectors |
tree | commitdiff |
2008-09-30 |
Jaakko Salli | Fix Connect() calls in SetupChildEventHandling() |
tree | commitdiff |
2008-09-30 |
Jaakko Salli | Try to make SetupChildEventHandling() more foolproof |
tree | commitdiff |
2008-09-30 |
Robert Roebling | Make wxPGCanvas accept focus even with child windows |
tree | commitdiff |
2008-09-30 |
Robert Roebling | Add wxPGCanvas RTTI for debugging purpose |
tree | commitdiff |
2008-09-30 |
Robert Roebling | wxGTK's wxTextCtrl's borders can be removed |
tree | commitdiff |
2008-09-30 |
Robert Roebling | Move body of SetFocusOnCanvas to .cpp file |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | Moved wxPropertyGrid::SetPropertyName() to wxPropertyGr... |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | Removed wxPG_EX_LEGACY_VALIDATORS |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | RegisterAdditionalEditors() to work even if no wxProper... |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | Make wxPGValidationInfo class instead of struct, re... |
tree | commitdiff |
2008-09-27 |
Jaakko Salli | wxPropertyGrid::RegisterEditorClass() now CHECK_MSG... |
tree | commitdiff |
2008-09-27 |
Jaakko Salli | wxPropertyGridInterface docs cleanup and fixes, removed... |
tree | commitdiff |
2008-09-27 |
Jaakko Salli | Fixed wxPGMultiButton (event handling, FinalizePosition... |
tree | commitdiff |
2008-09-27 |
Jaakko Salli | Fixed a warning |
tree | commitdiff |
2008-09-26 |
Jaakko Salli | Fixed and clarified editor control event handling |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Removed wxPropertyGridManager::GetChildrentCount()... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | AddPage(), InsertPage() now return page ptr instead... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Removed wxPGProperty:GetArrIndex() in favor of GetIndex... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Slightly better wxStockCursor usage |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Fixed bug: Settings property attribute to wxNullVariant... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Fix wxCursor() ctor compilation by casting argument... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Fixed bug: wxPGProperty::OnEvent() was never called... |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | Fixed non-precompiled headers compilation |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | Revised #ifndef WX_PRECOMP headers, added missing ... |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | 'wx(U)LongLong << variant' type safety improved (now... |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | Removed #include <typeinfo> (since C++ RTTI is no longe... |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | Moved SetPropertyAttributeAll() to wxPropertyGridInterface |
tree | commitdiff |
2008-09-19 |
Jaakko Salli | Eliminated WX_PG_DECLARE/IMPLEMENT_DERIVED_PROPERTY_CLASS |
tree | commitdiff |
2008-09-19 |
Jaakko Salli | Moved wxPGChoices m_choices member from various propert... |
tree | commitdiff |
2008-09-17 |
Jaakko Salli | Added separate SetFocusOnCanvas() function so that... |
tree | commitdiff |
2008-09-17 |
Jaakko Salli | Try to improve focus problem situation by using more... |
tree | commitdiff |
2008-09-17 |
Jaakko Salli | wxUSE_PROPGRID is now recognized by source and header... |
tree | commitdiff |
2008-09-16 |
Jaakko Salli | Try to display '...' text on editor buttons more consis... |
tree | commitdiff |
2008-09-16 |
Jaakko Salli | Do not incorrectly interprete StringToValue() returning... |
tree | commitdiff |
2008-09-16 |
Jaakko Salli | Eliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa... |
tree | commitdiff |
2008-09-14 |
Jaakko Salli | Have support for both char* and wchar_t* in wxPGPropArg... |
tree | commitdiff |
2008-09-14 |
Jaakko Salli | Fixed bug: Setting property value string did not update... |
tree | commitdiff |
2008-09-14 |
Jaakko Salli | wxVariant list used to translate between list of proper... |
tree | commitdiff |
2008-09-14 |
Jaakko Salli | Adapt to 'premature' events being sent from editor... |
tree | commitdiff |
2008-09-14 |
Jaakko Salli | Fixed ambiguity with bitwise operators |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | must include typeinfo before using typeid() |
tree | commitdiff |
2008-09-13 |
Jaakko Salli | wxPropertyGrid::DoPropertyChanged() incorrectly passed... |
tree | commitdiff |
2008-09-13 |
Jaakko Salli | wxPropertyGrid member m_visPropArray removed, now alway... |
tree | commitdiff |
2008-09-13 |
Robert Roebling | Fix crash |
tree | commitdiff |
2008-09-13 |
Jaakko Salli | Needed to convert string variable's type from wxChar... |
tree | commitdiff |
2008-09-13 |
Robert Roebling | include <typeinfo> in all files |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | must include typeinfo before using typeid() |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | must include typeinfo before using typeid() |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | PCH-less compilation fix |
tree | commitdiff |
next |