projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
flipped accessor conforming to plain c++ impl
[wxWidgets.git]
/
tests
/
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
2008-12-07
Vadim Zeitlin
use wxHeaderColumnSimple instead of wxHeaderColumn
tree
|
commitdiff
2008-12-07
Vadim Zeitlin
- Rewrite wxHeaderCtrl to be virtual-like: even if...
tree
|
commitdiff
2008-12-03
Vadim Zeitlin
forgot to update after renaming wxHeaderCtrlColumn...
tree
|
commitdiff
2008-12-03
Vadim Zeitlin
also disable the test of the generic version as it...
tree
|
commitdiff
2008-12-03
Vadim Zeitlin
extract (and expand and clean up and document) the...
tree
|
commitdiff
2008-11-26
Vadim Zeitlin
document column reordering in wxListCtrl; fix confusion...
tree
|
commitdiff
2008-11-23
Vadim Zeitlin
fix (harmless) VC7 warnings about auto_ptr assignment
tree
|
commitdiff
2008-11-22
Vadim Zeitlin
use TCP for this benchmark under Windows too (and not...
tree
|
commitdiff
2008-11-22
Vadim Zeitlin
no need to disable DoTestSwap() for VC6 any more with...
tree
|
commitdiff
2008-11-19
Vadim Zeitlin
fix comparison in Normalize() test
tree
|
commitdiff
2008-11-19
Vadim Zeitlin
minor icc warning fixes
tree
|
commitdiff
2008-11-18
Vadim Zeitlin
fix compilation with cppunit 1.9 (which doesn't have...
tree
|
commitdiff
2008-11-05
Vadim Zeitlin
add command line options for displaying the test name...
tree
|
commitdiff
2008-11-04
Vadim Zeitlin
disable the test under Windows as it hangs and prevents...
tree
|
commitdiff
2008-11-03
Vadim Zeitlin
define wxHAS_CONFIG_TEMPLATE_RW if template wxConfig...
tree
|
commitdiff
2008-11-03
Vadim Zeitlin
blind fix for yet another VC6 compilation error
tree
|
commitdiff
2008-11-03
Vadim Zeitlin
really fix VC6 compilation of all testsi (without break...
tree
|
commitdiff
2008-11-02
Vadim Zeitlin
undo the previous change, it's not needed any more...
tree
|
commitdiff
2008-11-02
Vadim Zeitlin
explicitly cast wxUniCharRef to char inside CPPUNIT_ASS...
tree
|
commitdiff
2008-11-01
Vadim Zeitlin
yet another compilation fix, this time for VC9
tree
|
commitdiff
2008-10-30
Vadim Zeitlin
disable a correct test which VC6 just doesn't want...
tree
|
commitdiff
2008-10-30
Vadim Zeitlin
attempting to fix VC6 compilation error from buildbot...
tree
|
commitdiff
2008-10-29
Vadim Zeitlin
add WX_CLEAR_ARRAY test
tree
|
commitdiff
2008-10-29
Vadim Zeitlin
no changes, just use CPPUNIT_ASSERT_EQUAL instead of...
tree
|
commitdiff
2008-10-27
Vadim Zeitlin
don't sleep too long to avoid missing the timers; added...
tree
|
commitdiff
2008-10-27
Vadim Zeitlin
rebaked using bakefile 0.2.5
tree
|
commitdiff
2008-10-23
Vadim Zeitlin
use hex escapes instead of 8 bit characaters (#10105)
tree
|
commitdiff
2008-10-17
Vadim Zeitlin
add a simple benchmark for wx and iconv converters...
tree
|
commitdiff
2008-10-17
Vadim Zeitlin
reverted the change of r56246 and keep the old behaviou...
tree
|
commitdiff
2008-10-16
Vadim Zeitlin
add very simple (but already exposing many problems...
tree
|
commitdiff
2008-10-16
Vadim Zeitlin
allow specifying initialization and cleanup functions...
tree
|
commitdiff
2008-10-15
Václav Slavík
added a test to check if wxHtmlWindow::SelectionToText...
tree
|
commitdiff
2008-10-14
Vadim Zeitlin
added -1 (a.k.a. --single) command line option
tree
|
commitdiff
2008-10-14
Vadim Zeitlin
fix the bug in insert(end(), value) and added unit...
tree
|
commitdiff
2008-10-13
Vadim Zeitlin
make the default value of numeric parameter 0, not...
tree
|
commitdiff
2008-10-12
Vadim Zeitlin
create local event loop for the operations which need...
tree
|
commitdiff
2008-10-12
Vadim Zeitlin
wxUSE_STL compilation fix
tree
|
commitdiff
2008-10-12
Vadim Zeitlin
don't allocate a too big buffer on stack
tree
|
commitdiff
2008-10-12
Vadim Zeitlin
add simple (and disabled by default) wxSocket client...
tree
|
commitdiff
2008-10-12
Vadim Zeitlin
don't replace . and .. with the corresponding directoti...
tree
|
commitdiff
2008-10-12
Vadim Zeitlin
fix off by one bug in the buffer size (fixes #10039)
tree
|
commitdiff
2008-10-12
Vadim Zeitlin
add a unit test for reading non existent values (to...
tree
|
commitdiff
2008-10-10
Vadim Zeitlin
fix C strings comparison in LoadSave() test in STL...
tree
|
commitdiff
2008-10-10
Vadim Zeitlin
just return false instead of crashing if the document...
tree
|
commitdiff
2008-10-10
Vadim Zeitlin
add a very simple test for Load/Save()
tree
|
commitdiff
2008-10-09
Vadim Zeitlin
fix bug in the test in STL build (where std::vector...
tree
|
commitdiff
2008-10-08
Vadim Zeitlin
add VC9 project files (closes #9960)
tree
|
commitdiff
2008-10-08
Vadim Zeitlin
rebaked makefiles with 0.2.4
tree
|
commitdiff
next