- r65437: 2010-08-29 12:24:44 [RR] Robert Roebling
-
/src/ribbon/panel.cpp [diff, log, file]
include wx/sizer.h as buildbot complained
- r65436: 2010-08-29 09:42:55 [RR] Robert Roebling
-
/samples/ribbon/ribbondemo.cpp [diff, log, file]
/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
-
/tests/controls/choicetest.cpp [diff, log, file]
/tests/controls/comboboxtest.cpp [diff, log, file]
/tests/controls/listboxtest.cpp [diff, log, file]
Reenable sorting tests for GTK
- r65399: 2010-08-24 17:06:15 [RR] Robert Roebling
-
/include/wx/gtk/private/string.h [diff, log, file]
/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
-
/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
-
/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
-
/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
-
/src/ribbon/art_aui.cpp [diff, log, file]
/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
-
/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
-
/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
-
/src/msw/hyperlink.cpp [diff, log, file]
Make it compile
- r65366: 2010-08-19 18:29:46 [RR] Robert Roebling
-
/docs/doxygen/mainpages/cat_classes.h [diff, log, file]
/interface/wx/msgdlg.h [diff, log, file]
Link to wxRichMessageDialog in some places
- r65365: 2010-08-19 18:17:51 [RR] Robert Roebling
-
/src/msw/hyperlink.cpp [diff, log, file]
Make it compile a bit more
- r65345: 2010-08-18 21:40:24 [RR] Robert Roebling
-
/interface/wx/dataview.h [diff, log, file]
Document recetnyl added name parameter in wxDataViewCtrl
- r65344: 2010-08-18 21:36:40 [RR] Robert Roebling
-
/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
-
/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
-
/include/wx/gtk/choice.h [diff, log, file]
/include/wx/gtk/private/string.h [diff, log, file]
/src/gtk/choice.cpp [diff, log, file]
/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
-
/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
-
/include/wx/gtk/combobox.h [diff, log, file]
/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
-
/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
-
/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
-
/samples/render/render.cpp [diff, log, file]
/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
-
/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
-
/interface/wx/scopedptr.h [diff, log, file]
/interface/wx/sharedptr.h [diff, log, file]
/interface/wx/weakref.h [diff, log, file]
Minor correction to smart pointer docs
- r65110: 2010-07-25 19:27:07 [RR] Robert Roebling
-
/interface/wx/dataview.h [diff, log, file]
Tried to make wxDataViewModel docs clearer