Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / src / propgrid /
2013-09-15  Vadim ZeitlinImprove composite flags handling in the property grid...
2013-08-29  Vadim ZeitlinInitialize wxImageFileProperty correctly when file...
2013-08-06  Vadim ZeitlinAdd wxPropertyGridPageState::GetColumnFullWidth().
2013-08-06  Vadim ZeitlinFix wxPropertyGrid::GetPropertyRect when the last item...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-07  Robin DunnCall InitializeModules instead of just module->Init...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-01-20  Vadim ZeitlinPut "#if wxUSE_TOOLBAR" around a variable only used...
2012-12-28  Paul Cornettremove unused variable assignment, closes #14928
2012-12-26  Paul Cornettfix consruction of string
2012-10-19  Vadim ZeitlinUpdate header control when wxPropertyGridManager is...
2012-10-04  Paul Cornettsilence warnings about shadowed variables with GCC...
2012-09-27  Vadim ZeitlinUse SelectAll() instead of SetSelection(-1, -1).
2012-09-14  Vadim ZeitlinFix spelling in the comments in wxPropertyGrid code.
2012-07-07  Vadim ZeitlinAvoid unused variable warning in wxPropertyGrid code...
2012-06-01  Vadim ZeitlinUse wxCLASSINFO() instead of deprecated CLASSINFO().
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-06-01  Vadim ZeitlinRemove unneeded dynamic cast in wxPropertyGrid.
2012-03-18  Julian SmartAdded wxPropertyGridManager::SetPageSplitterLeft
2012-03-07  Julian SmartWhen SetSplitterLeft measures all pages, it should...
2012-03-01  Julian SmartImproved the appearance of the property grid checkbox...
2012-02-05  Vadim ZeitlinNever refresh controls from EVT_PAINT handler in wxProp...
2012-01-23  Vadim ZeitlinAdd a property to configure file property dialog kind.
2011-12-15  Vadim ZeitlinEnsure that wxPropertyGrid::m_tlp is initialized early...
2011-11-27  Vadim ZeitlinMerge similar but not quite identical translated strings.
2011-09-17  Vadim ZeitlinFix format specifiers used for "unsigned long" in wxPG...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-05  Robin DunnAvoid infinite recursion on Mac in comboctrl, and fix...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-04  Vadim ZeitlinFix warnings about implicit double to int conversions...
2011-05-20  Jaakko SalliAllow wxPGProperty::IsChildSelected() to work recursively
2011-05-09  Jaakko SalliFixed a bug: Disabling a property didn't work properly...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2011-04-15  Jaakko SalliRemoved wxPG_DOUBLE_BUFFER constant. Now all wxPG rende...
2011-04-13  Jaakko SalliwxEVT_COMMAND_TEXT_UPDATED events from wxComboCtrl...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-16  Stefan Csomorreplace usage of objective-c keyword 'id'
2011-03-07  Jaakko SalliTo prevent wxPropertyGrid from stealing frocus from...
2011-02-27  Jaakko SalliInclude image.h and check for wxUSE_IMAGE
2011-02-25  Jaakko SalliIn wxPGProperty::SetValueImage(), use wxImage::Rescale...
2011-01-27  Stefan Csomorsupporting clang 2.0 under xcode, see #12332
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-19  Jaakko SalliIn wxStringProperty::ValueToString(), regenerate compos...
2011-01-02  Jaakko SalliAdded 'HasAlpha' attribute for wxColourProperty. Settin...
2010-12-27  Jaakko SalliNo longer use semi-static IDs for wxPropertyGrid embedd...
2010-12-22  Jaakko SalliAdded wxPG_ACTION_EDIT, which allows specifying custom...
2010-12-20  Jaakko SalliUse locale-specific decimal point in wxNumericPropertyV...
2010-12-15  Jouk JansenInclude compilation of tests for OpenVMS (part1)
2010-12-13  Jaakko SalliHave wxPropertyGrid::DoubleToString() to also take...
2010-12-11  Jaakko SalliAdded code to remove sign from zero in wxPropertyGrid...
2010-11-26  Jaakko SalliFix 100% CPU usage on wxGTK caused by a recent change...
2010-11-22  Jaakko SalliHave wxPropertyGridEditorEventForwarder::ProcessEvent...
2010-11-20  Jaakko SalliReworked wxSystemColourProperty::StringToValue() to...
2010-10-18  Jaakko SalliCall wxScrollHelper::AdjustScrollbars() to fix scroll...
2010-10-15  Jaakko SalliAdded wxNumericPropertyValidator, which is a custom...
2010-10-10  Jaakko SalliWhen wxPGProperty is un-attached from wxPropertyGrid...
2010-10-10  Jaakko SalliAlso reset DatePicker property editor's global pointer...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-28  Jaakko SalliReset wxPGEditor singleton instance pointers in dtors...
2010-09-24  Jaakko SalliCorrect empty space drawing
2010-09-24  Jaakko SalliRemoved debug log message
2010-09-24  Jaakko SalliHave wxPropertyGrid inherit from wxControl and wxScroll...
2010-09-23  Jaakko SalliStreamline wxPropertyGrid tooltip code
2010-09-20  Jaakko SalliCall SetToolTip() for the property editor control when...
2010-08-26  Jaakko SalliChanged wxArrayStringProperty default delimiter to...
2010-08-08  Jaakko SalliMoved wxPGProperty::SetFlag() to protected API since...
2010-08-08  Jaakko SalliAdded wxPGProperty::Enable() for conveniency. Refactore...
2010-07-25  Jaakko SalliRefactored validation of numeric properties (wxIntPrope...
2010-07-13  Jaakko SalliwxArrayStringProperty::m_delimiter default value was...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-07-11  Jaakko SalliFix non-PCH builds (closes #12217)
2010-07-11  Jaakko SalliAdded 'Delimiter' attribute for wxArrayStringProperty...
2010-07-11  Jaakko SalliHave the new incarnation of wxPGArrayEditorDialog suppo...
2010-07-10  Jaakko SalliDo not run focus detection when handling events from...
2010-07-10  Jaakko SalliwxArrayEditorDialog now uses wxEditableListBox. It...
2010-07-09  Jaakko SalliInclude scopeguard.h for wxON_BLOCK_EXIT_SET()
2010-07-04  Jaakko SalliMake m_inDoPropertyChanged and m_inCommitChangesFromEdi...
2010-07-04  Jaakko Sallim_inDoSelectProperty: make it bool and use wxON_BLOCK_E...
2010-07-04  Jaakko SalliRedundant wxPropertyGrid validation failure message...
2010-07-04  Jaakko SalliTranslate text 'Property Error'
2010-07-04  Jaakko SalliAdded new wxPropertyGrid property validation failure...
2010-07-03  Jaakko SalliEliminated lingering validation failure message on...
2010-07-03  Jaakko SalliwxPropertyGrid validation failure was not (always)...
2010-07-02  Jaakko SalliFixed and improved wxIntProperty's min/max validation...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-12  Jaakko SalliFor wxTextCtrl editor, set the bold font before margins...
2010-06-12  Jaakko SalliKeyboard handling was blocked by label editor. Also...
2010-06-12  Jaakko SalliAdded wxPropertyGrid::DedicateKey(), which prevents...
2010-05-29  Jaakko SalliFixed assert when editing wxFontProperty with unspecifi...
2010-05-25  Jaakko SalliDraw wxPropertyGrid drop down items with consistent...
2010-05-24  Jaakko SalliAlways call OnSetValue() for a property when values...
2010-05-06  Jaakko SalliChange wxPGProperty::SetChoices() to accept 'const...
2010-04-24  Jaakko SalliAllow wxPGProperty::Hide() to be called on unattached...
2010-04-24  Jaakko SalliIn wxPropertyGrid::DoPropertyChanged(), call GetEditorC...
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2010-03-29  Jaakko SalliFor better support of wxValidators, invoke wxValidator...
2010-03-25  Jaakko SalliFix focus at the end of a property label edit (needed...
2010-03-25  Jaakko SalliIn wxPropertyGrid::HandleCustomEditorEvent(), ignore...
2010-03-22  Jaakko SalliFixed RefreshRect() call in wxPropertyGrid::DrawItems...
next