2009-03-24 |
Vadim Zeitlin | added GetEnglish{Month,WeekDay}Name() |
tree | commitdiff |
2009-03-24 |
Vadim Zeitlin | discard the time zone part of strings being parsed... |
tree | commitdiff |
2009-03-24 |
Vadim Zeitlin | fix parsing methods for non-ASCII strings (e.g. dates... |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | enforce "C" locale for tests which can't work in any... |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | give better error messages when tests fail |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | small changes to make the test run fine on wxMSW, too; |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | put wxSetLocale() call in setUp() as VC6 still fails... |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | make sure that wxProcess always have a valid PID set... |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | adds proper detection of tests success/failure; clear... |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | initialize NUM_COLS correctly in columns order test... |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | fix typo; use C locale for VsnprintfTestCase |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | this one should really work |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | fix the build fix |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | blind carbon build fix |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | try to remove /B from EXIT commands; prints a "separato... |
tree | commitdiff |
2009-03-22 |
Francesco Montorsi | fix building tests in release mode |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | correct syntax (patterns need to be escaped) |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | moved the check for correct implementation of wxEvent... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | set the PATH to contain ../lib/*_dll directories before... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | added wxStaticCast() unit test |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | compilation fix for wxUSE_STD_STRING==0 |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
tree | commitdiff |
2009-03-21 |
Francesco Montorsi | use /b option with the EXIT command |
tree | commitdiff |
2009-03-21 |
Francesco Montorsi | fix for PCH-less builds |
tree | commitdiff |
2009-03-21 |
Francesco Montorsi | revert 59680; implement proper fix for wxMSW test failu... |
tree | commitdiff |
2009-03-21 |
Francesco Montorsi | fixes for Italian locale: ignore a final 'CET' string... |
tree | commitdiff |
2009-03-21 |
Francesco Montorsi | try to use 0/1 instead of the cstdlib' EXIT_SUCCESS... |
tree | commitdiff |
2009-03-21 |
Francesco Montorsi | allow to give the testcase name without the final ... |
tree | commitdiff |
2009-03-20 |
Francesco Montorsi | add the ToCLong, ToCULong and ToCDouble functions,... |
tree | commitdiff |
2009-03-20 |
Francesco Montorsi | comment-out tests provoking a low-level assert from... |
tree | commitdiff |
2009-03-19 |
Francesco Montorsi | fix constant value for 32bit machines |
tree | commitdiff |
2009-03-19 |
Francesco Montorsi | extend wxXLocale with wxStrto[d,l,ul] functions; make... |
tree | commitdiff |
2009-03-18 |
Francesco Montorsi | add a wxFont test unit (currently GetFamily and the... |
tree | commitdiff |
2009-03-17 |
Vadim Zeitlin | allow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even... |
tree | commitdiff |
2009-03-16 |
Francesco Montorsi | don't fail on machines without french support installed |
tree | commitdiff |
2009-03-16 |
Francesco Montorsi | fix compilation with gcc 4.3.3 (and libcppunit 1.12... |
tree | commitdiff |
2009-03-15 |
Kevin Ollivier | Rebake after last change. |
tree | commitdiff |
2009-03-13 |
Kevin Ollivier | Rebake after Mac bundle change. |
tree | commitdiff |
2009-03-11 |
Vadim Zeitlin | disable IPC test completely as it prevents the test... |
tree | commitdiff |
2009-03-11 |
Václav Slavík | renamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to... |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | optimize Replace() to use a linear algorithm (closes... |
tree | commitdiff |
2009-03-06 |
Vadim Zeitlin | added wxZlibStream::SetDictionary() (closes #10551) |
tree | commitdiff |
2009-03-02 |
Kevin Ollivier | Land the rest of the changes made by a rebake after... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | replace templae Connect() overloads with separate Bind... |
tree | commitdiff |
2009-02-18 |
Francesco Montorsi | make the testcase more readable; add a few checks to... |
tree | commitdiff |
2009-02-17 |
Francesco Montorsi | fixed test failures under wxMSW when using our wxVsnpri... |
tree | commitdiff |
2009-02-17 |
Francesco Montorsi | revert debugging modifications and build into test... |
tree | commitdiff |
2009-02-12 |
Vadim Zeitlin | made wxArrayString::assign(iterator, iterator) a templa... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | fix other insert() overloads to work when inserting... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | fix wxList::erase(it, end()) in non-STL build (see... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | add semicolons after wxDEFINE_EVENT() |
tree | commitdiff |
2009-02-06 |
Vadim Zeitlin | compilation fix for wxEVENTS_COMPATIBILITY_2_8 case |
tree | commitdiff |
2009-02-06 |
Vadim Zeitlin | allow handling events in a function taking the base... |
tree | commitdiff |
2009-02-02 |
Vadim Zeitlin | Changes to template Connect() to make it compile with... |
tree | commitdiff |
2009-02-01 |
Vadim Zeitlin | move evthandler.cpp to non-GUI test as it doesn't requi... |
tree | commitdiff |
2009-02-01 |
Vadim Zeitlin | test that the connected event handler is really called... |
tree | commitdiff |
2009-02-01 |
Vadim Zeitlin | disable warning about using deprecated wxStripExtension... |
tree | commitdiff |
2009-02-01 |
Vadim Zeitlin | add a unit test for new events (see #10000) |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | correct wxDateTime DST begin/end computations for years... |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | Change in wxWindow the access specifier of the wxEvtHan... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | fix wxURI::GetUser() for URIs without password; added... |
tree | commitdiff |
2009-01-17 |
Vadim Zeitlin | implement wxTreeCtrl::ItemHasChildren() properly for... |
tree | commitdiff |
2009-01-17 |
Vadim Zeitlin | compilation fix for VC7 which seems to somehow lose... |
tree | commitdiff |
2009-01-17 |
Vadim Zeitlin | add wx/app.h for PCH-less compilation |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | add wx/window.h for MSVC compilation |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | calling wcsnlen(NULL) does crash (under Debian and... |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | compilation fixes for 64 bit platforms |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | forward declare wxEvent before using it |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | add a unit test checking that events are really propaga... |
tree | commitdiff |
2009-01-15 |
Vadim Zeitlin | link with wininet.lib under Windows to avoid linking... |
tree | commitdiff |
2009-01-13 |
Francesco Montorsi | provide our own implementation of wxStrnlen if it's... |
tree | commitdiff |
2009-01-12 |
Francesco Montorsi | assert when the item index is out of range in wxMSW... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | fix for the broken VC6 compiler (why do we have to... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | add the 'GarbageTestCase' which helped me to spot some... |
tree | commitdiff |
2009-01-10 |
Francesco Montorsi | disable test which asserted when trying to call wxListC... |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | rewrite wxContractPath as wxFileName::ReplaceEnvVariabl... |
tree | commitdiff |
2009-01-04 |
Vadim Zeitlin | abstract VC6 workaround inside a WX_CPPUNIT_ALLOW_EQUAL... |
tree | commitdiff |
2009-01-04 |
Vadim Zeitlin | don't use \u in strings, VC6 doesn't support this |
tree | commitdiff |
2009-01-04 |
Vadim Zeitlin | use correct type for file offset |
tree | commitdiff |
2009-01-04 |
Vadim Zeitlin | allow using CPPUNIT_ASSERT_EQUAL(int, wxFileOffset... |
tree | commitdiff |
2009-01-03 |
Vadim Zeitlin | trying to fix buildbot VC6 build error |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | fix memory leak in URL test |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | run wxURL test both with and without the event loop too |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | added wxURL test |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | make the test really use the different socket flags... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | more CPPUNIT_ASSERT replacements with CPPUNIT_ASSERT_EQUAL |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | also include wxSocket test in the GUI test as different... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | make the test really use the event loop in its second... |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | test sockets both with and without event loop |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | fix wxTimeSpan::Format() for negative spans with 0... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | correct wrong #endif position which prevented ListCtrlT... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | don't show assert message boxes in debug build but... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | fix Get(Sub)ItemRect() after changes of r54437; added... |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | replace CPPUNIT_ASSERTs with CPPUNIT_ASSERT_EQUALs |
tree | commitdiff |
2008-12-12 |
Vadim Zeitlin | don't test for best size not being 0, this doesn't... |
tree | commitdiff |
2008-12-12 |
Vadim Zeitlin | compilation fixes for Unix build _with_ PCH |
tree | commitdiff |
2008-12-12 |
Vadim Zeitlin | add unit test for column reordering functions |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | fix wxTextCtrl::Replace() under wxGTK; added unit test... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | added wxVector::resize() |
tree | commitdiff |
next |