wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 52 100 149Next 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:
  • Robert Roebling Remove Filter

Changelog for wxWidgets (3,709 revisions):

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

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

r65375: 2010-08-21 10:17:13 [RR] Robert Roebling

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

 Allow calling wxGenericDirCtrl::GetPath() in multiple selection mode, fixes #12340 ([wxGenericDirCtrl] conflicts wxDirFilterListCtrl::OnSelFilter())

r65374: 2010-08-21 09:54:30 [RR] Robert Roebling

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

 make Set/GetLabel() set and return something (albeit unused) as per the docs, fixes #12350: wxWindow Get/SetLabel non-functional in GTK

r65373: 2010-08-21 09:53:25 [RR] Robert Roebling

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

 make Set/GetLabel() set and return title in wxTLW, fixes #12371: Dialog::GetLabel() Inconsistent behaviour across operating systems

r65372: 2010-08-21 09:39:09 [RR] Robert Roebling

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

 Fix crash by checking if icon is valid before drawing it, fixes #12376: PATCH for Ribbon crash

r65371: 2010-08-21 09:36:12 [RR] Robert Roebling

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

 Fix potential crash, fixes #12375: PATCH to fix help controller crash

r65370: 2010-08-20 20:51:17 [RR] Robert Roebling

M  /src/gtk/dataview.cpp  [diff, log, file]

 Properly implement Cleared() by calling row_deleted on every child of root, fixes #12327: wxDataViewListCtrl Crash

r65367: 2010-08-20 15:22:52 [RR] Robert Roebling

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

 Make it compile

r65366: 2010-08-19 18:29:46 [RR] Robert Roebling

M  /docs/doxygen/mainpages/cat_classes.h  [diff, log, file]
M  /interface/wx/msgdlg.h  [diff, log, file]

 Link to wxRichMessageDialog in some places

r65365: 2010-08-19 18:17:51 [RR] Robert Roebling

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

 Make it compile a bit more

r65345: 2010-08-18 21:40:24 [RR] Robert Roebling

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

 Document recetnyl added name parameter in wxDataViewCtrl

r65344: 2010-08-18 21:36:40 [RR] Robert Roebling

M  /interface/wx/radiobut.h  [diff, log, file]

 Mention that you cannot call wxRadioButton::SetValue(false) if that radiobutton belongs to a group

r65343: 2010-08-18 21:32:14 [RR] Robert Roebling

M  /src/gtk/radiobut.cpp  [diff, log, file]

 GTK+ just won't let you uncheck any radiobutton that belongs to a group.

r65342: 2010-08-18 21:29:53 [RR] Robert Roebling

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

 make wxChoice and wxComboBox sort in a case insensitive and locale adapted way, fixes #12351: Incorrect sort order in wxChoice / wxComboBox

r65341: 2010-08-18 21:28:11 [RR] Robert Roebling

M  /src/gtk/treeentry_gtk.c  [diff, log, file]

 Make wxListBox sort in a case insensitive way, fixes #12352: Incorrect sort order in wxListBox

r65324: 2010-08-16 17:48:28 [RR] Robert Roebling

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

 Ignore non-existant string selection in wxComboBox::SetValue() in read-only mode, as per the very exact docs, fixes #12329: wxComboBox can set non-existing string in read only mode

r65323: 2010-08-16 15:33:31 [RR] Robert Roebling

M  /src/gtk/radiobut.cpp  [diff, log, file]

 Uncheck radiobutton when calling ::SetValue(false) as per wxMSW, fixes #12344: Cannot set GTK wxRadioButton to fasle

r65310: 2010-08-15 16:16:22 [RR] Robert Roebling

M  /src/gtk/combobox.cpp  [diff, log, file]

 Make wxComboBox::Popup() and ::Dismiss() emit events as per the docs, fixes (wxComboBox not sending popup and dismiss events)

r65139: 2010-07-29 16:57:09 [RR] Robert Roebling

M  /samples/render/render.cpp  [diff, log, file]
M  /src/gtk/renderer.cpp  [diff, log, file]

 Add ability to render checkbox in undeterminate state, fixes #12290: wxRendererGTK does not support wx.CONTROL_UNDETERMINED for checkboxes

r65117: 2010-07-27 17:04:44 [RR] Robert Roebling

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

 Let wxMSW report wxDataViewCustomRenderer::LeftClick() report the click position relative to the inner cell, not the window - as in wxGTK, fixes #12270: wxDataViewCustomRenderer::LeftClick behaves differently under wxGTK and
 wxMSW

r65111: 2010-07-25 19:45:24 [RR] Robert Roebling

M  /interface/wx/scopedptr.h  [diff, log, file]
M  /interface/wx/sharedptr.h  [diff, log, file]
M  /interface/wx/weakref.h  [diff, log, file]

 Minor correction to smart pointer docs

r65110: 2010-07-25 19:27:07 [RR] Robert Roebling

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

 Tried to make wxDataViewModel docs clearer