Rebake.
[wxWidgets.git] / samples / propgrid /
2010-01-09  Kevin OllivierRebake.
2010-01-07  Jaakko SalliDo not use deprecated property attribute wxPG_ATTR_INLI...
2010-01-04  Kevin OllivierRebake from clean wx tree.
2009-12-29  Jaakko SalliChanged wxPropertyCategory to use same cell rendering...
2009-12-26  Jaakko SalliReplaced 'InlineHelp' property attribute with 'Hint...
2009-12-22  Jaakko SalliAdded wxPropertyGrid::SetUnspecifiedValueAppearance...
2009-12-14  Jaakko Salli'Set to Unspecified' -> 'Set Value to Unspecified'
2009-12-13  Jaakko SalliAdded wxPropertyGridManager header support; Refactored...
2009-12-12  Jaakko SalliAdded a proper log frame to the propgrid sample
2009-12-12  Jaakko SalliGenerate wxPropertyGrid splitter (column divider) event...
2009-12-08  Vadim ZeitlinUse X64 machine type for MSVC linker instead of old...
2009-11-18  Kevin OllivierRebake after last commit.
2009-10-31  Kevin OllivierBakefile 0.2.8 rebake.
2009-10-23  Vadim ZeitlinRebaked using post-0.2.7 svn version of bakefile.
2009-10-22  Vadim ZeitlinRebake everything using bakefile 0.2.7.
2009-10-15  Jaakko SalliAdded wxPGCell::SetFont() and GetFont(); Documented...
2009-10-13  Jaakko SalliRemoved wxTE_READONLY style from multi-line wxTextCtrls...
2009-10-08  Kevin OllivierMake sure all Bakefile formats that use CRLF line feeds...
2009-10-01  Jaakko SalliFixed bug: wxEditEnumProperty's initial string value...
2009-09-22  Jouk JansenInclude compile support for propgrid & ribbon on OpenVMS
2009-09-12  Vadim ZeitlinRebake all the samples, demos and tests makefiles.
2009-09-11  Julian SmartwxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_...
2009-09-01  Jaakko SalliAdded 'bool editable' argument to wxPropertyGrid::MakeC...
2009-08-29  Jaakko SalliDisabled top-level parent tracking by default (crashes...
2009-08-23  Jaakko SalliAdded label editing capability into wxPropertyGrid
2009-08-17  Jaakko SalliAdded multiple selection feature to wxPropertyGrid...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-03  Jaakko SalliA better fix for one unused variable warning (one that...
2009-07-03  Vadim Zeitlinfix harmless warnings (mostly about unused parameters...
2009-06-15  Jaakko SalliAdded support for wxLongLong and wxULongLong in wxVaria...
2009-06-07  Vadim Zeitlinwork around apparent VC6 bug resulting in warnings...
2009-06-07  Jaakko SalliImplementations of wxPGProperty::ChildChanged() must...
2009-05-12  Vadim Zeitlindon't update stc.h when not building the library, it...
2009-04-26  Kevin OllivierRebake after latest changes.
2009-04-24  Chris Elliottupdate bakefile to 0.2.6
2009-03-15  Kevin OllivierRebake after last change.
2009-03-13  Kevin OllivierRebake after Mac bundle change.
2009-03-12  Jaakko SalliReworked the way child properties can be added to a...
2009-03-09  Jaakko SalliAllow wxPGMultiButton to work even if primary editor...
2009-03-08  Jaakko SalliAdded support for 'AutoComplete' attribute, automatical...
2009-03-06  Jaakko SalliProperty value images are no longer shrinked horizontally
2009-03-04  Francesco Montorsiadd headers to the samples' bakefiles so that they...
2009-03-02  Kevin OllivierLand the rest of the changes made by a rebake after...
2009-02-17  Jaakko SalliClear grid selection more consistently prior clear...
2009-02-08  Francesco Montorsialways call SetIcon() on the main frame of the sample...
2009-02-04  Jaakko SalliAdded proper COW to wxPGChoices, moved wxPGChoices...
2009-01-17  Vadim Zeitlinremove MSVC solution files from svn
2009-01-15  Vadim Zeitlinlink with wininet.lib under Windows to avoid linking...
2009-01-12  Jaakko SalliBetter support for unspecified property value in wxDate...
2009-01-10  Jaakko SalliAdded #include for wx/propgrid/advprops.h
2009-01-10  Jaakko SalliUpdate propgrid minimal sample: Added wxEVT_PG_CHANGING...
2009-01-07  Jaakko SalliUpdated 'Car' test to match a recent change in the...
2009-01-07  Jaakko SalliAdded wxPropertyGrid::SetSortFunction(); moved Sort...
2009-01-04  Jaakko SalliAdded bool property to the nested car sample (for testi...
2009-01-04  Jaakko SalliAdded extra RefreshEditor() call for better testing
2008-12-11  Jaakko SalliAdded wxPropertyGridInterface::RemoveProperty()
2008-12-11  Jaakko SalliSpinCtrl editor's 'value change by mouse motion' featur...
2008-12-02  Jaakko SalliImplement ability to rapidly change spin value of SpinC...
2008-10-31  Jaakko SalliReworked wxPGCell. It is now reference counted, and...
2008-10-27  Vadim Zeitlinrebaked using bakefile 0.2.5
2008-10-18  Jaakko SalliRemoved unused data
2008-10-18  Jaakko SalliSimplistic tab support is now default (tab focuses...
2008-10-16  Jaakko SalliAdd maximum width for sample's frame
2008-10-16  Jaakko SalliUpdate 'intro' comment in propgrid sample
2008-10-16  Jaakko SalliAdded virtual wxPGProperty::ValueToString(). In derived...
2008-10-14  Jaakko SalliwxPGProperty::AddChild() can now be used to add normal...
2008-10-10  Jaakko SalliGetPendingEditedValue() -> GetUncommittedPropertyValue...
2008-10-08  Jaakko SalliRemoved dysfunctional wxPGPropery::PrepareValueForDialo...
2008-10-08  Vadim Zeitlinadd VC9 project files (closes #9960)
2008-10-08  Vadim Zeitlinrebaked makefiles with 0.2.4
2008-10-07  Jaakko SalliEliminated last property generation macros from props...
2008-10-07  Jaakko SalliRemoved wxLongStringProperty derived property creator...
2008-10-06  Jaakko SalliWhen registering editor, try wxRTTI class name in addit...
2008-10-06  Jaakko SalliRemoved GetExpandedProperties() (used to act as poor...
2008-10-06  Jaakko SalliRemoved wxPropertyGridInterface::ClearPropertyValue...
2008-10-05  Jaakko SalliFix RCS-IDs
2008-10-05  Jaakko SalliUse wxPGEditor_X instead of wxPGEditor(X), as in new...
2008-09-29  Jaakko SalliRemoved wxPG_EX_LEGACY_VALIDATORS
2008-09-29  Jaakko SalliRegisterAdditionalEditors() to work even if no wxProper...
2008-09-27  Jaakko SalliRegister multibutton editor class in frame ctor instead...
2008-09-27  Jaakko SalliUse wxPropertyGridEventHandler in commented-out sample...
2008-09-27  Jaakko SalliwxPropertyGridInterface docs cleanup and fixes, removed...
2008-09-27  Jaakko SalliFixed wxPGMultiButton (event handling, FinalizePosition...
2008-09-25  Jaakko SalliRemoved wxPropertyGridManager::GetChildrentCount()...
2008-09-25  Jaakko SalliReduce ambiguity of selection functions in wxPropertyGr...
2008-09-25  Jaakko SalliFixed bug: Settings property attribute to wxNullVariant...
2008-09-21  Jaakko Salli'wx(U)LongLong << variant' type safety improved (now...
2008-09-21  Jaakko SalliA lot of documentation revision. Updated doctest code...
2008-09-19  Jaakko SalliRemoved macros to create enum and flag props with custo...
2008-09-19  Jaakko SalliEliminated WX_PG_DECLARE_X_METHODS macros
2008-09-19  Jaakko SalliMoved wxPGChoices m_choices member from various propert...
2008-09-17  Jaakko SalliRemoved some old testing code. Added more appropriate...
2008-09-17  Jaakko SalliwxUSE_PROPGRID is now recognized by source and header...
2008-09-16  Jaakko SalliRemoved some test code left in a long time ago
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 SalliRemoved remnant use of wxCHECK_VERSION
2008-09-14  Jaakko SalliwxVariant list used to translate between list of proper...
next