2009-04-13 |
Vadim Zeitlin | better check for conversion failure in OutputString...
|
commit | commitdiff | tree |
2009-04-13 |
Vadim Zeitlin | return empty string instead of NULL from mb_str()/wc_str...
|
commit | commitdiff | tree |
2009-04-13 |
Vadim Zeitlin | suppress output from the test commands; use CPPUNIT_ASSERT_E...
|
commit | commitdiff | tree |
2009-04-12 |
Vadim Zeitlin | fix g++ warnings about initialization order mismatch...
|
commit | commitdiff | tree |
2009-04-12 |
Vadim Zeitlin | fix support for using asterisks in the format string...
|
commit | commitdiff | tree |
2009-04-12 |
Vadim Zeitlin | return persistent buffers from mb_str()/wc_str() to...
|
commit | commitdiff | tree |
2009-04-12 |
Vadim Zeitlin | blind PCH-less build fixes: add missing headers
|
commit | commitdiff | tree |
2009-04-12 |
Vadim Zeitlin | MSVC compilation fixes: don't use std{out,err} as variable...
|
commit | commitdiff | tree |
2009-04-10 |
Vadim Zeitlin | add missing tests (closes #10692)
|
commit | commitdiff | tree |
2009-04-09 |
Vadim Zeitlin | fix row/column deselection in row-or-column selection...
|
commit | commitdiff | tree |
2009-04-07 |
Vadim Zeitlin | added names of WM_XXXUISTATE messages to wxGetMessageName...
|
commit | commitdiff | tree |
2009-04-07 |
Vadim Zeitlin | added assert checking the column index validity (see...
|
commit | commitdiff | tree |
2009-04-07 |
Vadim Zeitlin | remove "item.cchTextMax=0" line from SetItem() as it...
|
commit | commitdiff | tree |
2009-04-07 |
Vadim Zeitlin | no real changes, just remove unnecessary semicolons...
|
commit | commitdiff | tree |
2009-04-07 |
Vadim Zeitlin | document that a valid image list is required for item...
|
commit | commitdiff | tree |
2009-04-07 |
Vadim Zeitlin | document wxFont(wxString) ctor
|
commit | commitdiff | tree |
2009-04-06 |
Vadim Zeitlin | return better fitting size from DoGetBestSize() for...
|
commit | commitdiff | tree |
2009-04-06 |
Vadim Zeitlin | no changes, just got rid of many __WXWINCE__ ifdefs
|
commit | commitdiff | tree |
2009-04-06 |
Vadim Zeitlin | compilation fix for PCH-less build
|
commit | commitdiff | tree |
2009-04-06 |
Vadim Zeitlin | update from Micha³ Trzebiatowski
|
commit | commitdiff | tree |
2009-04-05 |
Vadim Zeitlin | use COLORONCOLOR stretching mode in DrawBitmap() too...
|
commit | commitdiff | tree |
2009-04-05 |
Vadim Zeitlin | added test for wxDC-based image scaling; updated copyright
|
commit | commitdiff | tree |
2009-04-05 |
Vadim Zeitlin | paint background by default to avoid unexpected sample...
|
commit | commitdiff | tree |
2009-04-05 |
Vadim Zeitlin | improve wxTreeItemData documentation (closes #10662)
|
commit | commitdiff | tree |
2009-04-05 |
Vadim Zeitlin | implement GetImageCount() for GIF handler (closes ...
|
commit | commitdiff | tree |
2009-04-05 |
Vadim Zeitlin | allow reading GIFs with incorrectly specified animation...
|
commit | commitdiff | tree |
2009-04-05 |
Vadim Zeitlin | define HAVE_SSIZE_T if we define ssize_t ourselves...
|
commit | commitdiff | tree |
2009-04-04 |
Vadim Zeitlin | revert r60023 and really fixed compilation problems...
|
commit | commitdiff | tree |
2009-04-04 |
Vadim Zeitlin | compilation fix after r60017
|
commit | commitdiff | tree |
2009-04-04 |
Vadim Zeitlin | fix the test for !wxUSE_UNICODE_UTF8 builds: don't...
|
commit | commitdiff | tree |
2009-04-04 |
Vadim Zeitlin | allow symmetric comparisons to work too in CPPUNIT_ASSERT_EQ...
|
commit | commitdiff | tree |
2009-04-04 |
Vadim Zeitlin | fix VsnprintfTestCase::P() for mingw32 which may use...
|
commit | commitdiff | tree |
2009-04-04 |
Vadim Zeitlin | fix test failure on glibc systems which do not use...
|
commit | commitdiff | tree |
2009-04-04 |
Vadim Zeitlin | no changes, just removed unused variable
|
commit | commitdiff | tree |
2009-04-04 |
Vadim Zeitlin | fix parsing of %p for locales which use periods in...
|
commit | commitdiff | tree |
2009-04-04 |
Vadim Zeitlin | no changes, just fixed typo in an error message
|
commit | commitdiff | tree |
2009-04-04 |
Vadim Zeitlin | fix PCH-less build after last change (closes #10678)
|
commit | commitdiff | tree |
2009-04-03 |
Vadim Zeitlin | fix the test case which wrongly relied on wxString...
|
commit | commitdiff | tree |
2009-04-03 |
Vadim Zeitlin | fix the test case which wrongly relied on wxString...
|
commit | commitdiff | tree |
2009-04-03 |
Vadim Zeitlin | compilation fix: WXWIN_COMPATIBILITY_2_8 must be tested...
|
commit | commitdiff | tree |
2009-04-03 |
Vadim Zeitlin | handle embedded NULs correctly in wxString::CmpNoCase...
|
commit | commitdiff | tree |
2009-04-03 |
Vadim Zeitlin | avoid the ugly hack with adding an empty string to...
|
commit | commitdiff | tree |
2009-04-03 |
Vadim Zeitlin | really fix handling of trailing periods in abbreviated...
|
commit | commitdiff | tree |
2009-04-03 |
Vadim Zeitlin | allow for trailing periods in week day/month names...
|
commit | commitdiff | tree |
2009-04-03 |
Vadim Zeitlin | add possibility to choose the locale (useful for Windows...
|
commit | commitdiff | tree |
2009-04-03 |
Vadim Zeitlin | use correct expected values for Windows and OS X
|
commit | commitdiff | tree |
2009-04-01 |
Vadim Zeitlin | don't run wxPATH_NORM_LONG test on systems where the...
|
commit | commitdiff | tree |
2009-04-01 |
Vadim Zeitlin | expect 4 digit year in French locale under all platforms
|
commit | commitdiff | tree |
2009-03-31 |
Vadim Zeitlin | fix g++ warnings for float->int conversions
|
commit | commitdiff | tree |
2009-03-30 |
Vadim Zeitlin | correct French short date format for glibc; added more...
|
commit | commitdiff | tree |
2009-03-30 |
Vadim Zeitlin | allow running tests whose names don't end with TestCase...
|
commit | commitdiff | tree |
2009-03-30 |
Vadim Zeitlin | minor improvements to Bind() description
|
commit | commitdiff | tree |
2009-03-30 |
Vadim Zeitlin | only Linux/glibc seem to use periods as date separator...
|
commit | commitdiff | tree |
2009-03-30 |
Vadim Zeitlin | compilation fix after recent changes
|
commit | commitdiff | tree |
2009-03-29 |
Vadim Zeitlin | make it explicitly clear that the len parameter of...
|
commit | commitdiff | tree |
2009-03-29 |
Vadim Zeitlin | pass size in bytes, not wchars, to SetData() in wxURLDataObj...
|
commit | commitdiff | tree |
2009-03-29 |
Vadim Zeitlin | don't dereference end iterator (closes #10656)
|
commit | commitdiff | tree |
2009-03-29 |
Vadim Zeitlin | use short date format in wxLOCALE_DATE_TIME_FMT handler...
|
commit | commitdiff | tree |
2009-03-29 |
Vadim Zeitlin | Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetInfo().
|
commit | commitdiff | tree |
2009-03-29 |
Vadim Zeitlin | minor cleanup of Unix GetInfo(): assert if invalid...
|
commit | commitdiff | tree |
2009-03-29 |
Vadim Zeitlin | update documentation for Bind() (closes #10594)
|
commit | commitdiff | tree |
2009-03-29 |
Vadim Zeitlin | no real changes, jus renames some parameters (see ...
|
commit | commitdiff | tree |
2009-03-28 |
Vadim Zeitlin | fix setting of HOST_{PRE,SUF}FIX in case --host option...
|
commit | commitdiff | tree |
2009-03-28 |
Vadim Zeitlin | fix basetsd.h name for case-sensitive file systems...
|
commit | commitdiff | tree |
2009-03-27 |
Vadim Zeitlin | don't reset WS_EX_CONTROLPARENT bit in wxNotebook:...
|
commit | commitdiff | tree |
2009-03-27 |
Vadim Zeitlin | correct the test for Windows platform (this also fixes...
|
commit | commitdiff | tree |
2009-03-26 |
Vadim Zeitlin | minor corrections to TranslateFromUnicodeFormat()
|
commit | commitdiff | tree |
2009-03-26 |
Vadim Zeitlin | always declare TestStrip(), it is now available even...
|
commit | commitdiff | tree |
2009-03-26 |
Vadim Zeitlin | mention wxFilename::StripExtension()
|
commit | commitdiff | tree |
2009-03-26 |
Vadim Zeitlin | no changes, just write a more detailed comment for...
|
commit | commitdiff | tree |
2009-03-26 |
Vadim Zeitlin | implement deprecated wxStripExtension() in terms of...
|
commit | commitdiff | tree |
2009-03-26 |
Vadim Zeitlin | no changes, just some cleanup (use compile-time asserts...
|
commit | commitdiff | tree |
2009-03-26 |
Vadim Zeitlin | switch off logging sooner (closes #10646)
|
commit | commitdiff | tree |
2009-03-26 |
Vadim Zeitlin | build bot systems don't manage to generate enough ticks...
|
commit | commitdiff | tree |
2009-03-26 |
Vadim Zeitlin | remove unused variable
|
commit | commitdiff | tree |
2009-03-26 |
Vadim Zeitlin | detect horizontal overflow in wxHtmlPrintout and warn...
|
commit | commitdiff | tree |
2009-03-25 |
Vadim Zeitlin | don't omit wxOK in wxMessageBox() call
|
commit | commitdiff | tree |
2009-03-25 |
Vadim Zeitlin | produce a better looking report with --time option...
|
commit | commitdiff | tree |
2009-03-25 |
Vadim Zeitlin | ensure the number of values we expect to record in...
|
commit | commitdiff | tree |
2009-03-25 |
Vadim Zeitlin | correct order of parameters in CPPUNIT_ASSERT_EQUAL
|
commit | commitdiff | tree |
2009-03-25 |
Vadim Zeitlin | fix tests for the release builds
|
commit | commitdiff | tree |
2009-03-25 |
Vadim Zeitlin | don't log std::exceptions ourselves, let cppunit do...
|
commit | commitdiff | tree |
2009-03-25 |
Vadim Zeitlin | don't crash in wxFAIL and wxCHECK if assertion handler...
|
commit | commitdiff | tree |
2009-03-25 |
Vadim Zeitlin | give more detailed message when the test fails in TestTimeFo...
|
commit | commitdiff | tree |
2009-03-25 |
Vadim Zeitlin | fix dereferencing end() iterator in ParseFormat() and...
|
commit | commitdiff | tree |
2009-03-25 |
Vadim Zeitlin | trap CRT assertions and report assertions which happen...
|
commit | commitdiff | tree |
2009-03-25 |
Vadim Zeitlin | compilation fix after wxDateTime::Parse() changes ...
|
commit | commitdiff | tree |
2009-03-25 |
Vadim Zeitlin | abandon attempts to make wxAnyStrPtr behave as bool...
|
commit | commitdiff | tree |
2009-03-25 |
Vadim Zeitlin | compilation fixes for wxAnyStrPtr for VC7; mention...
|
commit | commitdiff | tree |
2009-03-25 |
Vadim Zeitlin | check that the conversion to wxDateTime was really...
|
commit | commitdiff | tree |
2009-03-25 |
Vadim Zeitlin | compilation fixes for wxAnyStrPtr for VC6
|
commit | commitdiff | tree |
2009-03-24 |
Vadim Zeitlin | return a wxAnyStrPtr covnertible to either narrow or...
|
commit | commitdiff | tree |
2009-03-24 |
Vadim Zeitlin | added GetEnglish{Month,WeekDay}Name()
|
commit | commitdiff | tree |
2009-03-24 |
Vadim Zeitlin | correct translation between iterators and char pointers...
|
commit | commitdiff | tree |
2009-03-24 |
Vadim Zeitlin | discard the time zone part of strings being parsed...
|
commit | commitdiff | tree |
2009-03-24 |
Vadim Zeitlin | work around VC6 bug
|
commit | commitdiff | tree |
2009-03-24 |
Vadim Zeitlin | set eol-style to native
|
commit | commitdiff | tree |
2009-03-24 |
Vadim Zeitlin | compilation fix: remove extraneous variable declaration...
|
commit | commitdiff | tree |
2009-03-24 |
Vadim Zeitlin | fix parsing methods for non-ASCII strings (e.g. dates...
|
commit | commitdiff | tree |
2009-03-23 |
Vadim Zeitlin | enforce "C" locale for tests which can't work in any...
|
commit | commitdiff | tree |
next |