wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 4 811 1617 2424Next 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
Vadim Zeitlin (17,161)
Robin Dunn (7,249)
Julian Smart (5,571)
Václav Slavík (4,915)
Robert Roebling (3,711)
Stefan Csomor (3,688)
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)
Dimitri Schoolwerth (225)
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)
Dimitri Schoolwerth (225)
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,711)
Robin Dunn (7,249)
Ron Lee (517)
Ron Lee (27)
Stefan Csomor (3,688)
Stefan Neis (781)
Steven Lamerton (186)
User: HH (110)
Vadim Zeitlin (17,161)
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]

Changelog for wxWidgets (60,596 revisions):

r65451: 2010-08-30 22:18:52 [VZ] Vadim Zeitlin

M  /include/wx/generic/grid.h  [diff, log, file]
M  /interface/wx/grid.h  [diff, log, file]
M  /src/generic/grid.cpp  [diff, log, file]

 Add wxGrid::RefreshAttr() method to force attribute refresh.
 
 A cached attribute may continue to be used even though the attribute returned
 by a custom wxGridCellAttrProvider has changed so add a method to force wxGrid
 to update the attribute by forgetting the cached copy.
 
 Closes #12406.

r65450: 2010-08-30 21:48:25 [VZ] Vadim Zeitlin

M  /src/generic/msgdlgg.cpp  [diff, log, file]

 Don't center wxGenericMessageDialog elements.
 
 Centering doesn't seem to be appropriate on neither of the major platforms and
 makes wxGenericMessageDialog and wxGenericRichMessageDialog which uses it look
 even less native than otherwise.
 
 Simply don't do it neither for the text nor, especially, for the buttons where
 wxStdDialogButtonSizer already exists to take care of their alignment.

r65449: 2010-08-30 21:48:21 [VZ] Vadim Zeitlin

M  /include/wx/generic/msgdlgg.h  [diff, log, file]
M  /include/wx/msgdlg.h  [diff, log, file]
M  /src/generic/msgdlgg.cpp  [diff, log, file]

 Allow using custom labels for wxGenericMessageDialog buttons.
 
 Custom labels set for wxGenericMessageDialog buttons were simply ignored as it
 used CreateSeparatedButtonSizer() to create the actual buttons which in turn
 always used the standard labels.
 
 Fix this by explicitly creating the buttons with custom labels if necessary.
 
 This also fixes custom label support in wxGenericRichMessageDialog deriving
 from this class.

r65448: 2010-08-30 21:48:16 [VZ] Vadim Zeitlin

M  /include/wx/dialog.h  [diff, log, file]
M  /interface/wx/dialog.h  [diff, log, file]
M  /src/common/dlgcmn.cpp  [diff, log, file]

 Extract CreateSeparatedSizer() from wxDialog::CreateSeparatedButtonSizer().
 
 Extract the code adding a separating wxStaticLine to the sizer in its own
 function to be able to reuse it in upcoming commits.

r65447: 2010-08-30 21:48:11 [VZ] Vadim Zeitlin

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

 Fix button order in wxStdDialogButtonSizer in all cases under GTK.
 
 The order of Yes/No/Cancel was recently fixed by the changes in r65346 but it
 broke the order of the buttons in Ok/Cancel case. Ensure the correct order is
 used in all cases now: the one described by GNOME HIG by default but different
 order for the special case of Yes/No/Cancel which follows the native message
 box.

r65446: 2010-08-30 21:48:06 [VZ] Vadim Zeitlin

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

 Rewrite GTK section of wxStdDialogButtonSizer using wxSizerFlags.
 
 Using wxSizerFlags makes the code shorter and more understandable but
 otherwise there are no real changes in behaviour except for a minor fix to one
 of the border which was wrong before.

r65445: 2010-08-30 11:30:11 [JS] Julian Smart

M  [WX_2_8_BRANCH] /docs/changes.txt  [diff, log, file]

 Documented recent wxRTC fixes.

r65444: 2010-08-30 11:27:42 [JS] Julian Smart

M  /src/richtext/richtextbuffer.cpp  [diff, log, file]

 Fixed wrong line spacing calculation

r65443: 2010-08-30 11:27:22 [JS] Julian Smart

M  [WX_2_8_BRANCH] /src/richtext/richtextbuffer.cpp  [diff, log, file]

 Fixed wrong line spacing calculation

r65442: 2010-08-30 08:47:23 [JS] Julian Smart

M  /src/richtext/richtextbuffer.cpp  [diff, log, file]

 Don't add space before para twice in paragraph layout
 Discard attributes from empty text object when merging

r65441: 2010-08-30 08:47:14 [JS] Julian Smart

M  [WX_2_8_BRANCH] /src/richtext/richtextbuffer.cpp  [diff, log, file]

 Don't add space before para twice in paragraph layout
 Discard attributes from empty text object when merging

r65439: 2010-08-29 16:53:48 [PMO] Peter Most

Click to show all 16 changes...

 Replaced copy&paste code to create the underlying qt widget with a template function

r65438: 2010-08-29 15:18:16 [PMO] Peter Most

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

 Update to trunk r65433

r65437: 2010-08-29 12:24:44 [RR] Robert Roebling

M  /src/ribbon/panel.cpp  [diff, log, file]

 include wx/sizer.h as buildbot complained

r65436: 2010-08-29 09:42:55 [RR] Robert Roebling

M  /samples/ribbon/ribbondemo.cpp  [diff, log, file]
M  /src/ribbon/panel.cpp  [diff, log, file]

 Add possibility to use sizers in ribbon panel, fixes #12404: wxRibbonPanel and wxSizer

r65435: 2010-08-28 17:05:02 [VS] Václav Slavík

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

 Scale sizes more accurately in generic SetWindowVariant().

r65434: 2010-08-28 11:29:07 [PMO] Peter Most

Click to show all 1,386 changes...

 Update to trunk r65433

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

r65422: 2010-08-26 06:53:51 [JJ] Jacob Jansen

M  /src/x11/window.cpp  [diff, log, file]

 correcting wxX11 for wxkeysym as was done for wxMOTIF

r65406: 2010-08-25 15:02:30 [VS] Václav Slavík

M  /include/wx/listbox.h  [diff, log, file]
M  /src/common/lboxcmn.cpp  [diff, log, file]

 Fix wxListBox selection handling broken by r64500.
 
 r64500 introduced tracking of previous selection in wxMSW's wxListBox so
 that an event isn't sent when the user clicks already selected item
 again. Unfortunately, it forgot to account for programatic changes of
 selection (e.g. when all items are removed, so is the selection) and
 didn't update selection book-keeping information in that case. The
 result was that the event wasn't sent when it should be in some cases.
 
 Fixed by using UpdateOldSelections() even in single-selection case in
 wxMSW.

r65400: 2010-08-24 17:22:12 [RR] Robert Roebling

M  /tests/controls/choicetest.cpp  [diff, log, file]
M  /tests/controls/comboboxtest.cpp  [diff, log, file]
M  /tests/controls/listboxtest.cpp  [diff, log, file]

 Reenable sorting tests for GTK

r65399: 2010-08-24 17:06:15 [RR] Robert Roebling

M  /include/wx/gtk/private/string.h  [diff, log, file]
M  /src/gtk/listbox.cpp  [diff, log, file]

 Make sorting of wxListBox, wxChoice and wxComboBox identical to the MSW sorting

r65398: 2010-08-24 11:36:43 [VZ] Vadim Zeitlin

M  /src/msw/display.cpp  [diff, log, file]

 Remove unused wxDisplay implementation using DirectDraw from wxMSW.
 
 Remove commented out version of DirectDraw-based wxDisplayFactory
 implementation. It doesn't seem to have any advantages compared to the
 currently used version and nobody uses it anyhow.
 
 Closes #12387.

r65397: 2010-08-24 11:23:22 [JJ] Jacob Jansen

M  /include/wx/unix/utilsx11.h  [diff, log, file]
M  /src/motif/window.cpp  [diff, log, file]

 wxKeysym problem for wxMOTIF fixed