lp://staging/wxwidgets
- Get this branch:
- bzr branch lp://staging/wxwidgets
Branch merges
Branch information
Import details
This branch is an import of the Subversion branch from http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk.
Last successful import was .
Recent revisions
- 59530. By AW
-
Fix "Multiple Columns" test in propgrid sample.
Resize grid to make the results of test visible.
- 59529. By AW
-
Suppress sending spurious wxEVT_PG_SELECTED events.
Don't send wxEVT_PG_SELECTED event when wxPG is ordered to unselect current property but no property is actually selected.
- 59528. By JS
-
Now allows space for a bullet even if no left subindent was specified; added a MeasureBullet function to support this.
- 59527. By AW
-
Implement more detailed validation of wxArrayDoublePr
operty in propgrid sample. Added wxArrayDoublePr
operty: :ValidateValue( ) method checks if pending value is of proper type (wxArrayDouble). Pending value of improper type is used to signal that invalid numeric value was entered into the edit field. - 59526. By DS
-
Fix exception when creating a wxGauge.
Platforms that don't make use of wxGaugeBase::Create when creating a
wxGauge (such as GTK and MSW) access the uninitialised
m_appProgressIndicator. Fix by initialising m_appProgressIn dicator to NULL
in the wxGaugeBase constructor. Regression since r78499. - 59524. By VZ
-
Correct wxLogSysError() calls after chdir() failure in wxGTK.
Another fix for the changes of r78480: don't forget to pass the file/directory
name to wxLogSysError().Closes #16865.
- 59523. By VZ
-
Increase the buffer size used for the host names in wxIPaddress.
This avoids failing to set the host name if the system /etc/hosts file has any
host names that wouldn't fit in our buffer: at least under Linux/glibc,
gethostname_r() returns error if any such names exist even if we don't ask for
them.Closes #16641.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)