wxWidgets/tests/controls
Vadim Zeitlin b6477e0b9c Merge branch 'stcpopup'
Many usability and appearance improvements for autocompletion popups and
call tips in wxSTC.

See https://github.com/wxWidgets/wxWidgets/pull/1267
2019-04-21 02:03:32 +02:00
..
auitest.cpp Implement wxAuiNotebook::GetBestSize() 2018-12-23 17:05:09 +01:00
bitmapcomboboxtest.cpp Add a common tag for wxItemContainer-derived classes tests 2018-12-15 23:04:30 +01:00
bitmaptogglebuttontest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
bookctrlbasetest.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
bookctrlbasetest.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
buttontest.cpp Fix use of dangling pointer in ButtonTestCase::Disabled() 2018-12-13 00:39:25 +01:00
checkboxtest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
checklistboxtest.cpp Add a common tag for wxItemContainer-derived classes tests 2018-12-15 23:04:30 +01:00
choicebooktest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
choicetest.cpp Add a common tag for wxItemContainer-derived classes tests 2018-12-15 23:04:30 +01:00
comboboxtest.cpp Add a common tag for wxItemContainer-derived classes tests 2018-12-15 23:04:30 +01:00
dataviewctrltest.cpp Disable failing wxDataViewCtrl::IsExpanded() test under Mac 2018-11-06 04:03:34 +01:00
datepickerctrltest.cpp Improve checks for dates range in wxQt wxCalendarCtrl 2019-01-03 00:18:37 +01:00
dialogtest.cpp Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00
frametest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
gaugetest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
gridtest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
headerctrltest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
htmllboxtest.cpp Add a common tag for wxItemContainer-derived classes tests 2018-12-15 23:04:30 +01:00
hyperlinkctrltest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
itemcontainertest.cpp Document and test wxItemContainer::Delete() selection handling 2018-12-15 23:47:26 +01:00
itemcontainertest.h Document and test wxItemContainer::Delete() selection handling 2018-12-15 23:47:26 +01:00
label.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
listbasetest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
listbasetest.h Added a unit test for wxListCtrl::HitTest() 2017-05-14 22:32:08 +02:00
listbooktest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
listboxtest.cpp Add a common tag for wxItemContainer-derived classes tests 2018-12-15 23:04:30 +01:00
listctrltest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
listviewtest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
markuptest.cpp Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00
notebooktest.cpp Ensure that test notebook is destroyed after the end of its test 2019-02-02 17:40:33 +01:00
ownerdrawncomboboxtest.cpp Add a common tag for wxItemContainer-derived classes tests 2018-12-15 23:04:30 +01:00
pickerbasetest.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
pickerbasetest.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
pickertest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
radioboxtest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
radiobuttontest.cpp Fix bug with wxRadioButton state changing unexpectedly in wxMSW 2019-03-18 18:29:19 +01:00
rearrangelisttest.cpp Add a common tag for wxItemContainer-derived classes tests 2018-12-15 23:04:30 +01:00
richtextctrltest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
searchctrltest.cpp Add unit test for wxSearchCtrl::ChangeValue() 2018-01-29 19:35:10 +01:00
simplebooktest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
slidertest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
spinctrldbltest.cpp Add guards around test cases 2018-09-19 22:01:17 +02:00
spinctrltest.cpp Make updating the value in wxEVT_SPINCTRL work in wxMSW 2018-12-08 19:51:56 +01:00
styledtextctrltest.cpp Add gui test for STC popup items 2019-03-20 17:07:39 -05:00
textctrltest.cpp Include wx/stopwatch.h explicitly from wxTextCtrl unit test 2019-01-24 22:52:46 +01:00
textentrytest.cpp Don't move wxTextCtrl insertion point if it doesn't really change 2019-03-21 02:44:45 +01:00
textentrytest.h Add a test for WriteText and fix implementation in wxQt 2019-01-21 23:09:17 +01:00
togglebuttontest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
toolbooktest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
treebooktest.cpp Fix adding pages without associated window to wxTreebook 2018-09-18 00:33:59 +02:00
treectrltest.cpp Test that wxTreeCtrl::DeleteAllItems() does send events 2018-08-14 17:50:28 +02:00
treelistctrltest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
virtlistctrltest.cpp Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00
webtest.cpp Refactor code waiting for events in the test suite 2019-01-24 22:52:46 +01:00
windowtest.cpp Refactor code waiting for events in the test suite 2019-01-24 22:52:46 +01:00