wxwidgets/tests/controls
Vadim Zeitlin c601bf4279 Merge branch 'qt-fixes'
Fix bugs preventing GUI tests from working with wxQt and provide native
implementations of wx{Date,Time}Ctrl in this port.

See #23925.
2023-10-22 01:18:50 +02:00
..
auitest.cpp Revert to using wxBaseObjectArray for wxAuiToolBarItemArray 2023-05-07 00:52:07 +01:00
bitmapcomboboxtest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
bitmaptogglebuttontest.cpp Try changing BitmapToggleButtonTestCase to avoid wxMSW failures 2023-10-01 21:14:00 +02:00
bookctrlbasetest.cpp adding an iOS build to travis (#1847) 2020-05-08 08:01:56 +02:00
bookctrlbasetest.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
buttontest.cpp Add WaitFor() helper and use it in Button::Click unit test 2023-10-01 21:30:00 +02:00
checkboxtest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
checklistboxtest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
choicebooktest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
choicetest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
comboboxtest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dataviewctrltest.cpp Use WaitFor() and new YieldForAWhile() helpers in the tests 2023-10-02 15:10:36 +02:00
datepickerctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dialogtest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
frametest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
gaugetest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
gridtest.cpp Merge branch 'qt-fixes' 2023-10-22 01:18:50 +02:00
headerctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
htmllboxtest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
hyperlinkctrltest.cpp Disable wxHyperlinkCtrl colours test under Wine 2023-05-15 21:50:31 +01:00
itemcontainertest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
itemcontainertest.h Document and test wxItemContainer::Delete() selection handling 2018-12-15 23:47:26 +01:00
label.cpp Replace wxScopedPtr with std::unique_ptr in the tests 2023-03-06 23:34:44 +01:00
listbasetest.cpp Enhance ListBaseTestCase::Visible() to test IsVisible() function too 2022-12-05 22:21:28 +01:00
listbasetest.h Improve selection and focus events generation in wxGenericLisCtrl 2020-10-10 19:13:52 +02:00
listbooktest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
listboxtest.cpp Fix listboxtest test failing under wxQt 2023-10-15 00:10:02 +01:00
listctrltest.cpp Really test edit events generation in ListCtrlTestCase::EditLabel() 2022-12-06 09:58:38 +01:00
listviewtest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
markuptest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
notebooktest.cpp Replace wxScopedPtr with std::unique_ptr in the tests 2023-03-06 23:34:44 +01:00
ownerdrawncomboboxtest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
pickerbasetest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
pickerbasetest.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
pickertest.cpp Use theme-appropriate default colour in wxFontPickerCtrl 2022-12-25 19:45:53 +00:00
propgridtest.cpp Use WaitFor() and new YieldForAWhile() helpers in the tests 2023-10-02 15:10:36 +02:00
radioboxtest.cpp Replace wxScopedPtr with std::unique_ptr in the tests 2023-03-06 23:34:44 +01:00
radiobuttontest.cpp Replace wxScopedPtr with std::unique_ptr in the tests 2023-03-06 23:34:44 +01:00
rearrangelisttest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
richtextctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
searchctrltest.cpp Make wxSearchCtrl inherit from wxTextEntry in all ports 2023-07-20 14:46:41 +02:00
simplebooktest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
slidertest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
spinctrldbltest.cpp Fix testing wxSpinCtrl[Double] unsupported features under wxQt 2023-10-15 00:10:02 +01:00
spinctrltest.cpp Fix testing wxSpinCtrl[Double] unsupported features under wxQt 2023-10-15 00:10:02 +01:00
styledtextctrltest.cpp Enable wxStyledTextCtrl unit test in static builds too 2023-07-29 16:01:33 +02:00
textctrltest.cpp Fix wxTextCtrl::GetBestSize test case failing under wxQt 2023-10-15 00:10:02 +01:00
textentrytest.cpp Enable formerly skipped tests under wxQt 2023-10-14 17:58:53 +01:00
textentrytest.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
togglebuttontest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
toolbooktest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
treebooktest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
treectrltest.cpp Fix wxTreeCtrl::ScrollTo() with hidden root item in wxMSW 2023-05-10 19:08:00 +01:00
treelistctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
virtlistctrltest.cpp Fix wxListCtrl test failing under wxQt 2023-10-15 00:10:02 +01:00
webtest.cpp Use WaitFor() and new YieldForAWhile() helpers in the tests 2023-10-02 15:10:36 +02:00
windowtest.cpp Fix windowtest test failing under wxQt 2023-10-15 00:10:02 +01:00