projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix Yes/No/Cancel buttons order in wxGTK wxStdDialogButtonSizer.
[wxWidgets.git]
/
tests
/
2010-08-04
Václav Slavík
Fix attributes escaping when writing XML.
tree
|
commitdiff
2010-07-25
Francesco Montorsi
make POSIX and Windows implementation of wxThread:...
tree
|
commitdiff
2010-07-18
Vadim Zeitlin
Don't run printf("%n") tests when _FORTIFY_SOURCE ...
tree
|
commitdiff
2010-07-17
Vadim Zeitlin
Really set svn:eol-style property.
tree
|
commitdiff
2010-07-13
Vadim Zeitlin
Really fix interactive output test compilation in ANSI...
tree
|
commitdiff
2010-07-13
Vadim Zeitlin
Globally use "wxWindows licence" consistently.
tree
|
commitdiff
2010-07-12
Vadim Zeitlin
Compilation fix for wxAnyTestCase in ANSI-only build.
tree
|
commitdiff
2010-07-12
Vadim Zeitlin
Compilation fix for "interactive" test in wxUSE_STL...
tree
|
commitdiff
2010-07-12
Vadim Zeitlin
Blind VC6 compilation fix for VarArgTestCase.
tree
|
commitdiff
2010-07-12
Vadim Zeitlin
Disable test of format string with "%n" for MSVC 8+.
tree
|
commitdiff
2010-07-03
Václav Slavík
Fix format strings parsing to understand C99 %zu etc.
tree
|
commitdiff
2010-07-03
Václav Slavík
Fix vararg type checking to accept ints for %c.
tree
|
commitdiff
2010-06-24
Václav Slavík
Fix another bad format string in the testsuite.
tree
|
commitdiff
2010-06-24
Václav Slavík
Add tests for printf arguments validation code.
tree
|
commitdiff
2010-06-24
Václav Slavík
Format strings fixes in test suite.
tree
|
commitdiff
2010-06-24
Václav Slavík
Corrected formatting of archiver command in the tests.
tree
|
commitdiff
2010-06-22
Stefan Csomor
paint events cannot be constructed outside a native...
tree
|
commitdiff
2010-06-22
Stefan Csomor
paint events cannot be constructed outside a native...
tree
|
commitdiff
2010-06-22
Stefan Csomor
trying to get it building at least
tree
|
commitdiff
2010-06-21
Francesco Montorsi
blind buildbot fix
tree
|
commitdiff
2010-06-21
Francesco Montorsi
small warning+PCH fixes
tree
|
commitdiff
2010-06-21
Francesco Montorsi
move console sample's interactive tests to two differen...
tree
|
commitdiff
2010-06-21
Francesco Montorsi
better DirTestCase::DirExists test;
tree
|
commitdiff
2010-06-21
Francesco Montorsi
minor change: use a "positive" logic: use shouldSucceed...
tree
|
commitdiff
2010-06-21
Vadim Zeitlin
Correct the expected result of directory existence...
tree
|
commitdiff
2010-06-20
Stefan Csomor
using proper dylib for darwin
tree
|
commitdiff
2010-06-20
Jaakko Salli
VC6 Fix: Use wxANY_AS() instead of wxAny::As<>()
tree
|
commitdiff
2010-06-19
Francesco Montorsi
Move dir tests from the console sample to DirTestCase
tree
|
commitdiff
2010-06-19
Jaakko Salli
Added (sanity) checks for the inplace allocation
tree
|
commitdiff
2010-06-18
Jaakko Salli
Added wxAny::HasSameType()
tree
|
commitdiff
2010-06-14
Jaakko Salli
Added wxIsPod<>. Use it in wxAny instead of wxIsMovable<>.
tree
|
commitdiff
2010-06-13
Francesco Montorsi
moved non-interactive tests for wxDynamicLibrary, wxGet...
tree
|
commitdiff
2010-06-06
Francesco Montorsi
revert previous revision about localization of decimal...
tree
|
commitdiff
2010-06-06
Francesco Montorsi
fix building without PCH
tree
|
commitdiff
2010-06-06
Francesco Montorsi
Move a couple of wxFileName tests from the console...
tree
|
commitdiff
2010-06-06
Francesco Montorsi
remove some tests from the console sample:
tree
|
commitdiff
2010-06-02
Francesco Montorsi
fix StringTestCase::FromDouble: newer MSVC versions...
tree
|
commitdiff
2010-06-02
Francesco Montorsi
Move some wxPrintf() tests (taken from glibc) to Vsnpri...
tree
|
commitdiff
2010-06-02
Francesco Montorsi
Move wxRegConfig tests from console sample to a new...
tree
|
commitdiff
2010-06-02
Vadim Zeitlin
Fix recently broken forwarding of events between event...
tree
|
commitdiff
2010-06-02
Francesco Montorsi
disable FTPTestCase by default.
tree
|
commitdiff
2010-05-31
Vadim Zeitlin
Add wxString::FromDouble() and FromCDouble().
tree
|
commitdiff
2010-05-31
Vadim Zeitlin
No real changes, just avoid an unnecessary heap allocat...
tree
|
commitdiff
2010-05-29
Vadim Zeitlin
Add wxConfig::Read(float *) overload.
tree
|
commitdiff
2010-05-29
Francesco Montorsi
move all non-interactive FTP tests from the console...
tree
|
commitdiff
2010-05-23
Vadim Zeitlin
Remove non-working or semi-working tests added from...
tree
|
commitdiff
2010-05-22
Vadim Zeitlin
Modify wxBoxSizer minimal size calculations to respect...
tree
|
commitdiff
2010-05-21
Vadim Zeitlin
Yet another fix to event propagation in scrolled windows.
tree
|
commitdiff
2010-05-20
Vadim Zeitlin
Fix wxScrollHelperEvtHandler broken by recent changes...
tree
|
commitdiff
2010-05-16
Francesco Montorsi
remove TestTimer() (adds nothing to existing tests...
tree
|
commitdiff
2010-05-16
Francesco Montorsi
move TestUtf8() and TestEncodingConverter() functions...
tree
|
commitdiff
2010-05-16
Francesco Montorsi
move TestTextInputStream() function in CppUnit's TextSt...
tree
|
commitdiff
2010-05-11
Francesco Montorsi
fix for non-PCH builds; also use wxMilliSleep instead...
tree
|
commitdiff
2010-05-10
Francesco Montorsi
move code testing wxThread classes from the console...
tree
|
commitdiff
2010-05-10
Vadim Zeitlin
Add column parameter to wxListCtrl::GetItemText().
tree
|
commitdiff
2010-05-06
Jaakko Salli
Modify float/double wxAny testing to use CPPUNIT_ASSERT...
tree
|
commitdiff
2010-04-24
Vadim Zeitlin
Disable ImageTestCase::LoadFromFile() on build slaves.
tree
|
commitdiff
2010-04-22
Vadim Zeitlin
Fix harmless warning about a possibly uninitialized...
tree
|
commitdiff
2010-04-22
Jaakko Salli
Allow wxAny to contain 'const char*' or 'const wchar_t...
tree
|
commitdiff
2010-04-20
Jaakko Salli
Fix VC6 compilation by changing the order of assignment...
tree
|
commitdiff
2010-04-19
Jaakko Salli
Improve wxAny<->wxVariant conversion 64-bit integer...
tree
|
commitdiff
2010-04-18
Vadim Zeitlin
Use "monospace" face name for all Unix systems, hopeful...
tree
|
commitdiff
2010-04-18
Jaakko Salli
Fix wxAny for VC6 by removing 'wxAny& operator=(const...
tree
|
commitdiff
2010-04-16
Jaakko Salli
wxVariant <-> wxAny conversion functionality. Includes...
tree
|
commitdiff
2010-04-16
Václav Slavík
Remove wxLOCALE_CONV_ENCODING flag.
tree
|
commitdiff
2010-04-16
Václav Slavík
Add wxLOCALE_DONT_LOAD_DEFAULT (=0) for clarity.
tree
|
commitdiff
2010-04-16
Václav Slavík
Remove wxUSE_WCHAR_T checks.
tree
|
commitdiff
2010-04-15
Vadim Zeitlin
Fix using weak references to incomplete classes.
tree
|
commitdiff
2010-04-13
Vadim Zeitlin
Exclude wxWeakRef tests not compiling with VC6 from...
tree
|
commitdiff
2010-04-12
Vadim Zeitlin
Fix string stream unit test compilation in non-Unicode...
tree
|
commitdiff
2010-04-12
Vadim Zeitlin
Fix return value of wxList::insert() in non-STL builds.
tree
|
commitdiff
2010-04-11
Vadim Zeitlin
Add wxString::ToStdString() and ToStdWstring().
tree
|
commitdiff
2010-04-10
Vadim Zeitlin
Add non-template wxWeakRef<T> constructor from T*.
tree
|
commitdiff
2010-04-09
Václav Slavík
Regenerated makefiles after removing USE_GDIPLUS.
tree
|
commitdiff
2010-04-07
Robin Dunn
Add wxVectorSort function for sorting wxVector<T> conta...
tree
|
commitdiff
2010-04-07
Vadim Zeitlin
Rename the rest of wxSIZE_CONV_TRADIONAL to wxSIZE_CONV...
tree
|
commitdiff
2010-04-06
Vadim Zeitlin
Attempt to correct mysterious MSVC6 compilation error.
tree
|
commitdiff
2010-04-06
Vadim Zeitlin
Fix more harmless warnings.
tree
|
commitdiff
2010-04-06
Vadim Zeitlin
Add support for IEC and SI size units to wxFileName...
tree
|
commitdiff
2010-03-30
Francesco Montorsi
Committing modified version of jwiesemann's patch ...
tree
|
commitdiff
2010-03-29
Vadim Zeitlin
Add wxBitmap unit test.
tree
|
commitdiff
2010-03-28
Vadim Zeitlin
Implement wxMask copy ctor for wxGTK.
tree
|
commitdiff
2010-03-28
Václav Slavík
Fix UTF-8 string storage in constant: use unsigned...
tree
|
commitdiff
2010-03-28
Václav Slavík
Add test wxFileSystem::FileNameToURL,URLToFileName...
tree
|
commitdiff
2010-03-22
Vadim Zeitlin
Temporarily disable wxFileSystemWatcher unit test under...
tree
|
commitdiff
2010-03-21
Francesco Montorsi
reorder GetLabel(), GetLabelText(), SetLabel() and...
tree
|
commitdiff
2010-03-18
Vadim Zeitlin
Ensure that setting wxChoice height to its default...
tree
|
commitdiff
2010-03-18
Vadim Zeitlin
Fix box sizer layout algorithm to respect both proporti...
tree
|
commitdiff
2010-03-18
Vadim Zeitlin
Ensure that size in the minor direction of box sizer...
tree
|
commitdiff
2010-03-18
Vadim Zeitlin
Ensure that size in the major direction of box sizer...
tree
|
commitdiff
2010-03-18
Vadim Zeitlin
Add (a very simple for now) wxBoxSizer unit test.
tree
|
commitdiff
2010-03-14
Vadim Zeitlin
Fix test for compilers not supporting \u escapes in...
tree
|
commitdiff
2010-03-14
Vadim Zeitlin
Set correct properties for the new file added in r63660.
tree
|
commitdiff
2010-03-10
Francesco Montorsi
Fix function wxControlBase::DoEllipsizeSingleLine to...
tree
|
commitdiff
2010-01-24
Vadim Zeitlin
Fix bug in wxStringOutputStream unit test.
tree
|
commitdiff
2010-01-23
Vadim Zeitlin
Don't crash when input is empty in wxFileConfig(wxInput...
tree
|
commitdiff
2010-01-14
Vadim Zeitlin
No real changes, just fix a typo in comments and docume...
tree
|
commitdiff
2010-01-04
Vadim Zeitlin
Fix wxConvAuto behaviour when it is used by wxTextInput...
tree
|
commitdiff
2010-01-04
Vadim Zeitlin
Compilation fix for VC6 after r63061.
tree
|
commitdiff
2010-01-04
Vadim Zeitlin
Correctly parse times without seconds in wxDateTime...
tree
|
commitdiff
next