added wxDocument::AlreadySaved() and use it in OnUpdateFileSave() to ensure that...
[wxWidgets.git] / src / propgrid /
2008-10-27  Jaakko SalliRemoved dummy wxFont == operator implementation (IIRC...
2008-10-22  Jaakko SalliMerged wxBaseEnumPropertyClass (intermediate property...
2008-10-21  Jaakko SalliRemoved deprecated functions wxPGChoices::HasValue...
2008-10-21  Jaakko SalliAdded workaround for wxGTK tab traversal problem
2008-10-20  Jaakko SalliUser should no longer be able to modify disabled or...
2008-10-20  Vadim Zeitlin2006 version of Borland compiler still doesn't grok...
2008-10-19  Jaakko SalliChanged argument of wxPropertyGrid::OnCustomEditorEvent...
2008-10-19  Jaakko SalliIn wxPropertyGridManager, alphabetic mode is now sorted...
2008-10-19  Jaakko SalliFixed wxSystemColourProperty::ValueToString(). It now...
2008-10-18  Jaakko SalliConnect wxEVT_KEY_DOWN for both editor controls
2008-10-18  Jaakko SalliDo not skip key events so eagerly
2008-10-18  Jaakko SalliForgot event.Skip()
2008-10-18  Jaakko SalliSimplistic tab support is now default (tab focuses...
2008-10-17  Jaakko SalliwxPGProperty::GenerateComposedValue() -> protected...
2008-10-16  Jaakko SalliFixed broken wxMultiChoiceProperty::ValueToString()
2008-10-16  Jaakko SalliAdded virtual wxPGProperty::ValueToString(). In derived...
2008-10-15  Jaakko SalliRemove old workarounds to get cut, copy, and paste...
2008-10-15  Robert RoeblingMention why fudgefactor for wxODBC position under wxMac...
2008-10-14  Robert RoeblingAdd a fudge factor to the size of wxODBC in wxProperty...
2008-10-14  Jaakko SalliwxPGProperty::AddChild() can now be used to add normal...
2008-10-14  Robert RoeblingCorrect positioning of wxTextCtrl in wxPropertyGrid...
2008-10-13  Robert RoeblingCorrect spelling, now use Indices
2008-10-12  Robert RoeblingCorrect spelling and signature of FixIndexesOfChildren
2008-10-12  Jaakko SalliEliminate (or at least reduce) 64-bit build warnings...
2008-10-12  Jaakko SalliAlso update description text when wxPG_DESCRIPTION...
2008-10-12  Jaakko SalliSet focus back to canvas when child editors are being...
2008-10-10  Jaakko SalliGetPendingEditedValue() -> GetUncommittedPropertyValue...
2008-10-08  Jaakko SalliRemoved dysfunctional wxPGPropery::PrepareValueForDialo...
2008-10-07  Jaakko SalliRemoved SetPropertiesFlag() (high-level function using...
2008-10-07  Jaakko SalliEliminated last property generation macros from props...
2008-10-07  Jaakko SalliRemoved wxLongStringProperty derived property creator...
2008-10-06  Jaakko SalliMinimize use of editor class macros
2008-10-06  Jaakko SalliWhen registering editor, try wxRTTI class name in addit...
2008-10-06  Jaakko SalliRemove use of wxPG_EDITOR macro
2008-10-06  Stefan Csomorswitching away from angle brackets includes, deactivati...
2008-10-05  Jaakko SalliFix RCS-IDs
2008-10-05  Jaakko SalliFix RCS-ID
2008-10-05  Jaakko SalliBetter use of Connect()
2008-10-05  Jaakko SalliHave GetDescBoxHeight() return value consistent with...
2008-10-05  Jaakko SalliCall RecreateControls() if relevant window style flag...
2008-10-05  Jaakko SalliGetEditableState() with DescBoxState flag could assert
2008-10-04  Robert RoeblingAlso use F4 shortcut for textfield + button combination
2008-10-04  Jaakko SalliFixed use of erase() in wxPGChoices::RemoveAt()
2008-10-04  Jaakko SalliAdded Description Box Height to saveable/restoreable...
2008-10-04  Robert RoeblingRemoved wxNavigationKey code, new keyboard navigation
2008-10-03  Jaakko SalliFixed bug: wxPG_EX_AUTO_UNSPECIFIED_VALUES was basicall...
2008-10-03  Jaakko SalliIncrease properties' tolerance for wxNullVariant as...
2008-10-03  Jaakko SalliMust still delete m_cells items by explicit type (since...
2008-10-03  Jaakko SalliMinor additional clipper window related code and commen...
2008-10-03  Jaakko SalliRemove wxPGClipperWindow, use wxBORDER_NONE instead...
2008-10-03  Jaakko SalliFurther fix m_children use with wxUSE_STL=1
2008-10-02  Jaakko SalliSetButtonShortcut() merged with action system
2008-10-02  Jaakko SalliMoved ClearModifiedStatus() to wxPropertyGridInterface
2008-10-01  Jaakko SalliRecognize lack of wxTAB_TRAVERSAL style
2008-10-01  Jaakko SalliUse wxPendingDelete
2008-10-01  Jaakko SalliAdded useful comment
2008-10-01  Jaakko SalliFixed wxPG sourceforge tracker bug #2138858, applied...
2008-10-01  Jaakko SalliUnfocus text editor when enter is pressed
2008-10-01  Jaakko SalliUse m_children as it were std::vector
2008-09-30  Jaakko SalliConverted various wxArrayPtrVoids to wxVectors
2008-09-30  Jaakko SalliFix Connect() calls in SetupChildEventHandling()
2008-09-30  Jaakko SalliTry to make SetupChildEventHandling() more foolproof
2008-09-30  Robert RoeblingMake wxPGCanvas accept focus even with child windows
2008-09-30  Robert RoeblingAdd wxPGCanvas RTTI for debugging purpose
2008-09-30  Robert RoeblingwxGTK's wxTextCtrl's borders can be removed
2008-09-30  Robert RoeblingMove body of SetFocusOnCanvas to .cpp file
2008-09-29  Jaakko SalliMoved wxPropertyGrid::SetPropertyName() to wxPropertyGr...
2008-09-29  Jaakko SalliRemoved wxPG_EX_LEGACY_VALIDATORS
2008-09-29  Jaakko SalliRegisterAdditionalEditors() to work even if no wxProper...
2008-09-29  Jaakko SalliMake wxPGValidationInfo class instead of struct, re...
2008-09-27  Jaakko SalliwxPropertyGrid::RegisterEditorClass() now CHECK_MSG...
2008-09-27  Jaakko SalliwxPropertyGridInterface docs cleanup and fixes, removed...
2008-09-27  Jaakko SalliFixed wxPGMultiButton (event handling, FinalizePosition...
2008-09-27  Jaakko SalliFixed a warning
2008-09-26  Jaakko SalliFixed and clarified editor control event handling
2008-09-25  Jaakko SalliRemoved wxPropertyGridManager::GetChildrentCount()...
2008-09-25  Jaakko SalliAddPage(), InsertPage() now return page ptr instead...
2008-09-25  Jaakko SalliRemoved wxPGProperty:GetArrIndex() in favor of GetIndex...
2008-09-25  Jaakko SalliSlightly better wxStockCursor usage
2008-09-25  Jaakko SalliFixed bug: Settings property attribute to wxNullVariant...
2008-09-25  Jaakko SalliFix wxCursor() ctor compilation by casting argument...
2008-09-25  Jaakko SalliFixed bug: wxPGProperty::OnEvent() was never called...
2008-09-21  Jaakko SalliFixed non-precompiled headers compilation
2008-09-21  Jaakko SalliRevised #ifndef WX_PRECOMP headers, added missing ...
2008-09-21  Jaakko Salli'wx(U)LongLong << variant' type safety improved (now...
2008-09-21  Jaakko SalliRemoved #include <typeinfo> (since C++ RTTI is no longe...
2008-09-21  Jaakko SalliMoved SetPropertyAttributeAll() to wxPropertyGridInterface
2008-09-19  Jaakko SalliEliminated WX_PG_DECLARE/IMPLEMENT_DERIVED_PROPERTY_CLASS
2008-09-19  Jaakko SalliMoved wxPGChoices m_choices member from various propert...
2008-09-17  Jaakko SalliAdded separate SetFocusOnCanvas() function so that...
2008-09-17  Jaakko SalliTry to improve focus problem situation by using more...
2008-09-17  Jaakko SalliwxUSE_PROPGRID is now recognized by source and header...
2008-09-16  Jaakko SalliTry to display '...' text on editor buttons more consis...
2008-09-16  Jaakko SalliDo not incorrectly interprete StringToValue() returning...
2008-09-16  Jaakko SalliEliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa...
2008-09-14  Jaakko SalliHave support for both char* and wchar_t* in wxPGPropArg...
2008-09-14  Jaakko SalliFixed bug: Setting property value string did not update...
2008-09-14  Jaakko SalliwxVariant list used to translate between list of proper...
2008-09-14  Jaakko SalliAdapt to 'premature' events being sent from editor...
2008-09-14  Jaakko SalliFixed ambiguity with bitwise operators
next