Implemented text boxes and tables, and further editing pages for backgrounds, borders...
[wxWidgets.git] / tests /
2011-01-13  Vadim ZeitlinFixes for parsing invalid HTML without tag ends.
2011-01-13  Vadim ZeitlinFix MSVC warnings about signed to unsigned conversion...
2011-01-10  Vadim ZeitlinCheck index in wxItemContainer methods working with...
2011-01-07  Dimitri SchoolwerthFixed saving PNG in wrong format sometimes.
2011-01-05  Dimitri Schoolwerthfixed compilation of image test units when wxUSE_PALETT...
2011-01-04  Vadim ZeitlinFix wxImage test compilation for MSVC6.
2011-01-03  Dimitri SchoolwerthAdded support for saving PNG files with palette.
2010-12-28  Dimitri SchoolwerthAdded saving support to TGA image handler.
2010-12-28  Dimitri SchoolwerthExpanded existing image saving test to also verify...
2010-12-28  Dimitri SchoolwerthAdded some simple unit tests for verifying pixel conten...
2010-12-25  Vadim ZeitlinDocument wxItemContainer::SetStringSelection() as case...
2010-12-20  Jaakko SalliAdded OwnerDrawnComboBoxTestCase (currently only has...
2010-12-15  Vadim ZeitlinUpdate accelerator unit test to pass after recent changes.
2010-12-15  Jouk JansenInclude compilation of tests for OpenVMS (part1)
2010-12-13  Vadim ZeitlinPreserve value when changing range of inverted wxSlider...
2010-12-03  Vadim ZeitlinDon't require leading TAB in wxAcceleratorEntry::FromSt...
2010-11-27  Vadim ZeitlinVerify the return value of wxItemContainer::Insert...
2010-11-27  Vadim ZeitlinAdd wx(Simple)HtmlListBox unit test.
2010-11-23  Vadim ZeitlinDeselect all items in wxMSW wxListBox when selection...
2010-11-21  Vadim ZeitlinCorrect wxFont::GetFamily() unit test to test for wxFON...
2010-11-21  Vadim ZeitlinRevert r66070: "Unload bogus XRC resources in "garbage...
2010-11-20  Vadim ZeitlinDon't consider extra ".." an error in wxFileName::Norma...
2010-11-16  Vadim ZeitlinCorrect form of mnemonics returned by wxGTK wxMenu...
2010-11-16  Vadim ZeitlinAvoid asserts due to not overriding OnGetItemText(...
2010-11-16  Vadim ZeitlinAdd an explicit SetFocus() call to fix wxTreeCtrl unit...
2010-11-16  Vadim ZeitlinDon't use some "recent" C++98 features not supported...
2010-11-16  Vadim ZeitlinFix crashes in wxDateTime::ParseDate() for some invalid...
2010-11-13  Vadim ZeitlinDon't use standard menu ids in the unit test to avoid...
2010-11-13  Vadim ZeitlinAdd a unit test checking selection updating in virtual...
2010-11-13  Vadim ZeitlinAdd a beginning of wxMenu unit test.
2010-11-10  Vadim ZeitlinDisable unit tests which can't work in ANSI build.
2010-11-10  Vadim ZeitlinUse wxString::To8BitData() instead of mb_str() to handl...
2010-11-10  Vadim ZeitlinFix wxString::{Before,After}{First,Last} unit test...
2010-11-10  Vadim ZeitlinDisable measuring context unit test for wxX11.
2010-11-10  Vadim ZeitlinDisable unit test for wxColour alpha under wxX11.
2010-11-08  Vadim ZeitlinUnload bogus XRC resources in "garbage" unit test.
2010-11-07  Vadim ZeitlinAdd support for id ranges to XRC.
2010-11-05  Vadim ZeitlinAdd another test for the insertion point position after...
2010-11-05  Vadim ZeitlinDisable keyboard unit test with wxUIActionSimulator...
2010-10-27  Vadim ZeitlinFix list box unit test under wxGTK.
2010-10-27  Vadim ZeitlinFix warnings about signed/unsigned comparisons inside...
2010-10-25  Václav SlavíkAdd wxImplicitConversionType tests.
2010-10-22  Michael WetherellChange the return code of the test program so that...
2010-10-22  Vadim ZeitlinEnable ListBoxTestCase::HitTest() for wxGTK.
2010-10-22  Vadim ZeitlinAdded "rest" argument to wxString::Before{First,Last}().
2010-10-21  Vadim ZeitlinImplement comparisons between wxString::iterator and...
2010-10-17  Vadim ZeitlinNo real changes, just fix a warning in the test suite.
2010-10-16  Vadim ZeitlinFix FileTestCase to really test strings with embedded...
2010-10-16  Vadim ZeitlinDisable tests for UTF-encoded files in FileTestCase...
2010-10-16  Vadim ZeitlinAdd wxHAS_3STATE_CHECKBOX symbol.
2010-10-16  Vadim ZeitlinImprove validation of wxCheckBox styles.
2010-10-16  Julian SmartDisabled wxRTC tests that don't work in wxGTK
2010-10-15  Vadim ZeitlinAdd "GTK" prefix to wxChoice::{Dis,En}ableEvents()...
2010-10-05  Vadim ZeitlinDestroy the in-place edit control in wxGenericListCtrl...
2010-10-05  Vadim ZeitlinDisable TimerEventTestCase::Multiple() test for ANSI...
2010-10-04  Vadim ZeitlinDon't throw assert failure exception in the test suite...
2010-10-04  Vadim ZeitlinFix timing format string in the test suite.
2010-10-04  Vadim ZeitlinFix tests compilation with wxUSE_TOOLTIPS==0 as in...
2010-10-03  Vadim ZeitlinFix wxUSING_VC_CRT_IO definition in the tests when...
2010-10-03  Vadim ZeitlinUse wxUSING_VC_CRT_IO for MSVC CRT-specific test results.
2010-10-03  Vadim ZeitlinFix DirTestCase to run on the systems without "C:"...
2010-10-03  Vadim ZeitlinRun MBConvTestCase::LibcTests() only for MSVC and not...
2010-10-03  Vadim ZeitlinShow the failing string when conversion fails in MBConv...
2010-10-03  Vadim ZeitlinNo real changes, just simplify some MBConvTestCase...
2010-10-03  Vadim ZeitlinExclude tests relying on last error being set under...
2010-10-03  Vadim ZeitlinCorrect wxConvAuto::ToWChar() behaviour with wxNO_LEN...
2010-10-03  Vadim ZeitlinFix VsnprintfTestCase for recent MinGW versions.
2010-10-03  Vadim ZeitlinRemove redundant wxUSE_WXVSNPRINTF checks from the...
2010-10-03  Vadim ZeitlinFix tests compilation without wxUSE_REGEX.
2010-10-01  Vadim ZeitlinAdd non-vararg wxFileTypeInfo ctor and various setters.
2010-10-01  Vadim ZeitlinAdd wxHAS_BITMAPTOGGLEBUTTON and test for it in the...
2010-10-01  Vadim ZeitlinDisable ItemClick() unit test for wxListCtrl under...
2010-09-30  Vadim ZeitlinDisable wxEVT_COMMAND_LIST_ITEM_FOCUSED test for wxMSW.
2010-09-30  Vadim ZeitlinExpect an assert in wxVsnprintf() test with too many...
2010-09-30  Vadim ZeitlinDisable test failing under VC6 only.
2010-09-30  Vadim ZeitlinInsert another item in the list control in its unit...
2010-09-23  Steve LamertonRemove an assert that was not backed up by the document...
2010-09-23  Steve LamertonAdd ClearEventCount to wxTestableFrame. This means...
2010-09-22  Steve LamertonRe-enable disabled wxWindow label tests under wxGTK...
2010-09-22  Steve LamertonSend generic wxListCtrl wxEVT_COMMAND_LIST_KEY_DOWN...
2010-09-20  Vadim ZeitlinDon't use native MSW functions in wxString::CmpNoCase().
2010-09-20  Vadim ZeitlinAdd benchmarks for various ways to compare strings.
2010-09-20  Vadim ZeitlinFlush output after every benchmark.
2010-09-19  Steve LamertonIncrease the number of expected events in TreeCtrlTestC...
2010-09-17  Dimitri SchoolwerthSet svn properties on .cpp files.
2010-09-11  Vadim ZeitlinGenerate the same flags for modifier key events in...
2010-09-11  Vadim ZeitlinGenerate unshifted Unicode key codes in wxEVT_KEY_XXX...
2010-09-11  Vadim ZeitlinAdd a simple test for keyboard events generation.
2010-09-11  Vadim ZeitlinAdd a convenient wxREGISTER_UNIT_TEST() macro.
2010-09-05  Steve LamertonSimplify ButtonTestCase::Bitmap. The old test was not...
2010-09-05  Steve LamertonFix typo from previous commit.
2010-09-05  Steve LamertonMove the second wxListBox sort test back to the ownerdr...
2010-09-05  Steve LamertonWrap BitmapToggleButtonTestCase in a preprocessor check...
2010-08-24  Robert RoeblingReenable sorting tests for GTK
2010-08-23  Vadim ZeitlinCompilation fix: forward declare wxTextEntry in unit...
2010-08-22  Vadim ZeitlinUse "C" locale for locale-dependent part of TextCtrlTes...
2010-08-22  Vadim ZeitlinMerge the new GUI tests from SOC2010_GUI_TEST branch.
2010-08-21  Vadim ZeitlinDon't report spurious errors from wxSocket in "no wait...
2010-08-04  Václav SlavíkFix attributes escaping when writing XML.
2010-07-25  Francesco Montorsimake POSIX and Windows implementation of wxThread:...
next