.. |
bitmapcomboboxtest.cpp
|
|
|
bitmaptogglebuttontest.cpp
|
Add wxHAS_BITMAPTOGGLEBUTTON and test for it in the unit test.
|
2010-10-01 13:05:36 +00:00 |
bookctrlbasetest.cpp
|
|
|
bookctrlbasetest.h
|
|
|
buttontest.cpp
|
No code changes, fixed various typos.
|
2011-04-03 20:31:32 +00:00 |
checkboxtest.cpp
|
Add wxHAS_3STATE_CHECKBOX symbol.
|
2010-10-16 18:10:51 +00:00 |
checklistboxtest.cpp
|
|
|
choicebooktest.cpp
|
|
|
choicetest.cpp
|
|
|
comboboxtest.cpp
|
|
|
frametest.cpp
|
|
|
gaugetest.cpp
|
|
|
gridtest.cpp
|
Remove an assert that was not backed up by the documentation and so failed on some platforms but not on others. Re-enable some tests that were disabled in wxGTK as they now pass.
|
2010-09-23 17:02:08 +00:00 |
headerctrltest.cpp
|
|
|
htmllboxtest.cpp
|
Add wx(Simple)HtmlListBox unit test.
|
2010-11-27 11:34:34 +00:00 |
hyperlinkctrltest.cpp
|
|
|
itemcontainertest.cpp
|
Fix MSVC warnings about signed to unsigned conversion in the tests.
|
2011-01-13 14:49:34 +00:00 |
itemcontainertest.h
|
Add "GTK" prefix to wxChoice::{Dis,En}ableEvents() methods in wxGTK.
|
2010-10-15 23:46:32 +00:00 |
label.cpp
|
Replace wxST_MARKUP style with wxControl::SetLabelMarkup().
|
2011-02-27 12:47:26 +00:00 |
listbasetest.cpp
|
Disable ItemClick() unit test for wxListCtrl under wxMSW.
|
2010-10-01 13:05:30 +00:00 |
listbasetest.h
|
|
|
listbooktest.cpp
|
|
|
listboxtest.cpp
|
Deselect all items in wxMSW wxListBox when selection is set to -1.
|
2010-11-23 13:10:54 +00:00 |
listctrltest.cpp
|
Destroy the in-place edit control in wxGenericListCtrl dtor.
|
2010-10-05 13:38:05 +00:00 |
listviewtest.cpp
|
|
|
markuptest.cpp
|
Use single quotes in wxMarkupText unit test to work around VC6 bug.
|
2011-02-27 18:36:55 +00:00 |
notebooktest.cpp
|
|
|
ownerdrawncomboboxtest.cpp
|
Added OwnerDrawnComboBoxTestCase (currently only has copies of wxComboBox tests)
|
2010-12-20 13:55:40 +00:00 |
pickerbasetest.cpp
|
|
|
pickerbasetest.h
|
|
|
pickertest.cpp
|
|
|
radioboxtest.cpp
|
|
|
radiobuttontest.cpp
|
|
|
rearrangelisttest.cpp
|
|
|
richtextctrltest.cpp
|
Tweak offset in the RichTextCtrlTestCase::UrlEvent() to make it pass.
|
2011-02-08 17:24:50 +00:00 |
slidertest.cpp
|
Preserve value when changing range of inverted wxSlider in wxMSW.
|
2010-12-13 18:10:02 +00:00 |
spinctrldbltest.cpp
|
|
|
spinctrltest.cpp
|
|
|
textctrltest.cpp
|
|
|
textentrytest.cpp
|
Add another test for the insertion point position after SetValue().
|
2010-11-05 21:37:54 +00:00 |
textentrytest.h
|
|
|
togglebuttontest.cpp
|
|
|
toolbooktest.cpp
|
Merge the new GUI tests from SOC2010_GUI_TEST branch.
|
2010-08-22 22:16:05 +00:00 |
treebooktest.cpp
|
|
|
treectrltest.cpp
|
Add an explicit SetFocus() call to fix wxTreeCtrl unit test.
|
2010-11-16 22:38:19 +00:00 |
virtlistctrltest.cpp
|
Avoid asserts due to not overriding OnGetItemText() in VirtListCtrlTestCase.
|
2010-11-16 22:38:26 +00:00 |
windowtest.cpp
|
Fix tests compilation with wxUSE_TOOLTIPS==0 as in wxX11.
|
2010-10-04 10:41:39 +00:00 |