Custom Query (8170 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 8170)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#11535 rejected wxWidgets static library... no poyraz76
Description

checking for wxWidgets version >= 3.0.3 (--unicode=yes --universal=no)... yes (version 3.1.1) checking for wxWidgets static library... no configure: error: You must use wxWidgets 3.0.x, development versions of wxWidgets are not supported.

#11086 fixed wxDOT deprecation warning Tommy Wu
Description

remove wxDOT deprecation warning

#9578 fixed wxCB_SORT not implemented in wxOSX/Cocoa Mojca Miklavec
Description

See:

I'm attaching a patch for

../src/osx/combobox_osx.cpp(60): assert "!(style & wxCB_SORT)" failed
in Create(): wxCB_SORT not currently supported by wxOSX/Cocoa

Call stack:
[00] wxComboBox::Create(wxWindow*, int, wxString const&, wxPoint
const&, wxSize const&, wxArrayString const&, long, wxValidator const&,
wxString const&)
[01] wxComboBox::wxComboBox(wxWindow*, int, wxString const&, wxPoint
const&, wxSize const&, wxArrayString const&, long, wxValidator const&,
wxString const&)
[02] CComboBoxEx::CComboBoxEx(CViewHeader*)
[03] CViewHeader::CViewHeader(wxWindow*, wxString const&)
[04] CLocalViewHeader::CLocalViewHeader(wxWindow*, CState*)
[05] CContextControl::CreateContextControls(CState*)
[06] CContextControl::CreateTab()
[07] CMainFrame::CMainFrame()
[08] CFileZillaApp::OnInit()
[09] wxApp::CallOnInit()
[10] wxEntry(int&, wchar_t**)
[11] main
[12] start
[13] 0x00000002 Do you want to stop the program?
You can also choose [Cancel] to suppress further warnings.

triggered by the nightly on wxOSX/Cocoa (it's only an issue since the upgrade to wxWidgets 3.0).

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.