wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 9 16 22Next Page

Changes per page:

25 50 100 250

Summarize files:

On | Off

Search:

Filter by Developer:

Sort Alphabetically Sort by Commits Show/Hide Inactive Developers
Show All
Vadim Zeitlin (17,160)
Robin Dunn (7,249)
Julian Smart (5,571)
Václav Slavík (4,915)
Robert Roebling (3,709)
Stefan Csomor (3,686)
Francesco Montorsi (1,299)
Mattia Barbon (841)
Stefan Neis (781)
Michael Wetherell (766)
Paul Cornett (765)
Chris Elliott (655)
Kevin Ollivier (600)
Jaakko Salli (542)
Ron Lee (517)
Jacob Jansen (363)
Steven Lamerton (186)
Bryan Petty (177)
User: HH (110)
Javier Torres (80)
Julien Weinzorn (50)
Peter Cawley (44)
Bo Yang (37)
Peter Most (32)
Mingquan Yang (29)
Ron Lee (27)
Rickard Westerlund (23)
Bo Yang (37)
Bryan Petty (177)
Chris Elliott (655)
Francesco Montorsi (1,299)
Jaakko Salli (542)
Jacob Jansen (363)
Javier Torres (80)
Julian Smart (5,571)
Julien Weinzorn (50)
Kevin Ollivier (600)
Mattia Barbon (841)
Michael Wetherell (766)
Mingquan Yang (29)
Paul Cornett (765)
Peter Cawley (44)
Peter Most (32)
Rickard Westerlund (23)
Robert Roebling (3,709)
Robin Dunn (7,249)
Ron Lee (517)
Ron Lee (27)
Stefan Csomor (3,686)
Stefan Neis (781)
Steven Lamerton (186)
User: HH (110)
Vadim Zeitlin (17,160)
Václav Slavík (4,915)

This changelog reflects changes in the wxWidgets SVN repository, and is updated every 10 minutes. All reported times are in UTC.

  • Legend:
  • Added (A) Added (A)
  • Deleted (D) Deleted (D)
  • Modified (M) Modified (M)
  • Copied (R) Copied (R)
  • [Branch]
  • [Tag]
  • Active Filters:
  • Jaakko Salli Remove Filter

Changelog for wxWidgets (542 revisions):

r65424: 2010-08-26 13:51:45 [JMS] Jaakko Salli

M  /docs/doxygen/overviews/propgrid.h  [diff, log, file]
M  /interface/wx/propgrid/property.h  [diff, log, file]
M  /src/propgrid/props.cpp  [diff, log, file]

 Changed wxArrayStringProperty default delimiter to comma. It should allow for better looking and more easily editable property values for common cases.

r65423: 2010-08-26 13:25:07 [JMS] Jaakko Salli

M  /include/wx/propgrid/advprops.h  [diff, log, file]
M  /include/wx/propgrid/editors.h  [diff, log, file]
M  /include/wx/propgrid/manager.h  [diff, log, file]
M  /include/wx/propgrid/property.h  [diff, log, file]
M  /include/wx/propgrid/propgrid.h  [diff, log, file]
M  /include/wx/propgrid/propgriddefs.h  [diff, log, file]
M  /include/wx/propgrid/propgridiface.h  [diff, log, file]
M  /include/wx/propgrid/propgridpagestate.h  [diff, log, file]
M  /include/wx/propgrid/props.h  [diff, log, file]

 Added missing wx/defs.h includes in propgrid headers

r65297: 2010-08-13 20:12:03 [JMS] Jaakko Salli

M  /src/common/variant.cpp  [diff, log, file]

 Allow wxVariant::Convert(wxUniChar* value) to convert single-character string into a character.

r65218: 2010-08-08 12:22:08 [JMS] Jaakko Salli

M  /docs/doxygen/overviews/propgrid.h  [diff, log, file]
M  /include/wx/propgrid/property.h  [diff, log, file]
M  /interface/wx/propgrid/property.h  [diff, log, file]
M  /samples/propgrid/propgrid.cpp  [diff, log, file]
M  /samples/propgrid/tests.cpp  [diff, log, file]
M  /src/propgrid/props.cpp  [diff, log, file]

 Moved wxPGProperty::SetFlag() to protected API since it does not have any side-effects that are usually desired in the user code. Added wxPGProperty::SetAutoUnspecified() since wxPG_PROP_AUTO_UNSPECIFIED can no longer be set (conveniently) with SetFlag().

r65217: 2010-08-08 11:59:34 [JMS] Jaakko Salli

M  /include/wx/generic/dataview.h  [diff, log, file]

 Removed spurious semicolon that prevented compilation

r65216: 2010-08-08 11:41:20 [JMS] Jaakko Salli

M  /include/wx/propgrid/property.h  [diff, log, file]
M  /include/wx/propgrid/propgridiface.h  [diff, log, file]
M  /include/wx/propgrid/propgridpagestate.h  [diff, log, file]
M  /interface/wx/propgrid/property.h  [diff, log, file]
M  /interface/wx/propgrid/propgridiface.h  [diff, log, file]
M  /src/propgrid/property.cpp  [diff, log, file]
M  /src/propgrid/propgridiface.cpp  [diff, log, file]
M  /src/propgrid/propgridpagestate.cpp  [diff, log, file]

 Added wxPGProperty::Enable() for conveniency. Refactored related code and improved related documentation.

r65098: 2010-07-25 10:36:19 [JMS] Jaakko Salli

M  /include/wx/propgrid/props.h  [diff, log, file]
M  /src/propgrid/props.cpp  [diff, log, file]

 Refactored validation of numeric properties (wxIntProperty, wxUIntProperty and wxFloatProperty). They now use (basically) a single template function instead of three separate ones.

r65094: 2010-07-25 09:30:50 [JMS] Jaakko Salli

M  /include/wx/variant.h  [diff, log, file]

 Added wxVariant::Convert() implementations for wx(U)LongLong_t, so that wxVariant can be converted to native 64-bit integer types on the same terms as it is converted to other numeric types (useful in e.g. template functions)

r65093: 2010-07-25 09:23:25 [JMS] Jaakko Salli

M  /samples/propgrid/propgrid.cpp  [diff, log, file]

 Set 'Min' attribute for the sample wxFloatProperty

r65092: 2010-07-25 09:19:52 [JMS] Jaakko Salli

M  /samples/propgrid/propgrid.cpp  [diff, log, file]

 Use default wxPropertyGrid validation failure behavior in the sample

r65091: 2010-07-25 07:39:17 [JMS] Jaakko Salli

M  /include/wx/msw/bmpcbox.h  [diff, log, file]

 Make SetFont() public (fixes #9641)

r64946: 2010-07-13 15:54:45 [JMS] Jaakko Salli

M  /src/propgrid/props.cpp  [diff, log, file]

 wxArrayStringProperty::m_delimiter default value was missing. Also cleaned up relevant string formatting.

r64897: 2010-07-11 20:00:44 [JMS] Jaakko Salli

M  /include/wx/propgrid/propgrid.h  [diff, log, file]
M  /src/propgrid/props.cpp  [diff, log, file]

 Fix non-PCH builds (closes #12217)

r64894: 2010-07-11 17:04:23 [JMS] Jaakko Salli

M  /docs/changes.txt  [diff, log, file]
M  /include/wx/propgrid/property.h  [diff, log, file]
M  /include/wx/propgrid/propgrid.h  [diff, log, file]
M  /include/wx/propgrid/props.h  [diff, log, file]
M  /interface/wx/propgrid/property.h  [diff, log, file]
M  /samples/propgrid/sampleprops.cpp  [diff, log, file]
M  /src/propgrid/props.cpp  [diff, log, file]

 Added 'Delimiter' attribute for wxArrayStringProperty. Moved static ArrayStringToString() to wxArrayStringProperty.

r64893: 2010-07-11 16:06:03 [JMS] Jaakko Salli

M  /include/wx/propgrid/props.h  [diff, log, file]
M  /src/propgrid/props.cpp  [diff, log, file]

 Have the new incarnation of wxPGArrayEditorDialog support the old-style 'custom button' event as something that happens when the wxEditableListBox's 'New Item' button is pressed

r64868: 2010-07-10 15:40:33 [JMS] Jaakko Salli

M  /src/propgrid/propgrid.cpp  [diff, log, file]

 Do not run focus detection when handling events from editor control (mostly because they may be showing a dialog)

r64867: 2010-07-10 15:30:35 [JMS] Jaakko Salli

M  /docs/changes.txt  [diff, log, file]
M  /docs/doxygen/overviews/propgrid.h  [diff, log, file]
M  /include/wx/propgrid/props.h  [diff, log, file]
M  /samples/propgrid/sampleprops.cpp  [diff, log, file]
M  /src/propgrid/props.cpp  [diff, log, file]

 wxArrayEditorDialog now uses wxEditableListBox. It has also been renamed to wxPGArrayEditorDialog.

r64859: 2010-07-09 15:17:21 [JMS] Jaakko Salli

M  /src/propgrid/propgrid.cpp  [diff, log, file]

 Include scopeguard.h for wxON_BLOCK_EXIT_SET()

r64814: 2010-07-04 11:21:27 [JMS] Jaakko Salli

M  /include/wx/propgrid/propgrid.h  [diff, log, file]
M  /src/propgrid/propgrid.cpp  [diff, log, file]

 Make m_inDoPropertyChanged and m_inCommitChangesFromEditor bools; Manage m_inDoPropertyChanged using wxON_BLOCK_EXIT_SET()

r64812: 2010-07-04 10:39:10 [JMS] Jaakko Salli

M  /docs/doxygen/overviews/propgrid.h  [diff, log, file]

 Mention why wxPG_EX_UNFOCUS_ON_ENTER was removed

r64811: 2010-07-04 10:30:13 [JMS] Jaakko Salli

M  /include/wx/propgrid/propgrid.h  [diff, log, file]
M  /src/propgrid/propgrid.cpp  [diff, log, file]

 m_inDoSelectProperty: make it bool and use wxON_BLOCK_EXIT_SET() on it.

r64810: 2010-07-04 09:46:43 [JMS] Jaakko Salli

M  /include/wx/propgrid/propgrid.h  [diff, log, file]
M  /src/propgrid/propgrid.cpp  [diff, log, file]

 Redundant wxPropertyGrid validation failure message boxes should no longer be shown

r64808: 2010-07-04 08:53:07 [JMS] Jaakko Salli

M  /docs/doxygen/overviews/propgrid.h  [diff, log, file]
M  /include/wx/propgrid/propgrid.h  [diff, log, file]
M  /interface/wx/propgrid/propgrid.h  [diff, log, file]

 Changed wxPropertyGrid default property validation failure behavior to more user-friendly wxPG_VFB_MARK_CELL | wxPG_VFB_SHOW_MESSAGEBOX

r64807: 2010-07-04 08:33:16 [JMS] Jaakko Salli

M  /src/propgrid/propgrid.cpp  [diff, log, file]

 Translate text 'Property Error'

r64805: 2010-07-04 08:22:52 [JMS] Jaakko Salli

M  /docs/changes.txt  [diff, log, file]
M  /include/wx/propgrid/propgrid.h  [diff, log, file]
M  /interface/wx/propgrid/propgrid.h  [diff, log, file]
M  /src/propgrid/propgrid.cpp  [diff, log, file]

 Added new wxPropertyGrid property validation failure flags wxPG_VFB_SHOW_MESSAGEBOX and wxPG_VFB_SHOW_MESSAGE_ON_STATUSBAR, which allow defining the default message display behavior more accurately