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 |
2009-03-23 |
Vadim Zeitlin | give better error messages when tests fail
|
commit | commitdiff | tree |
2009-03-23 |
Vadim Zeitlin | make wxStringOperationsWchar methods templates too...
|
commit | commitdiff | tree |
2009-03-23 |
Vadim Zeitlin | don't assert in Refresh() if window is not created...
|
commit | commitdiff | tree |
2009-03-23 |
Vadim Zeitlin | fix warnings about empty controlling statement in release...
|
commit | commitdiff | tree |
2009-03-23 |
Vadim Zeitlin | add timing of the page loading (see #9972)
|
commit | commitdiff | tree |
2009-03-23 |
Vadim Zeitlin | mention wxGridBagSizer (closes #10488)
|
commit | commitdiff | tree |
2009-03-23 |
Vadim Zeitlin | don't change the dialog size when updating the message...
|
commit | commitdiff | tree |
2009-03-23 |
Vadim Zeitlin | initialize NUM_COLS correctly in columns order test...
|
commit | commitdiff | tree |
2009-03-23 |
Vadim Zeitlin | don't make the items owner drawn unnecessarily under...
|
commit | commitdiff | tree |
2009-03-23 |
Vadim Zeitlin | added "bool checked" parameter to SetBitmap() too,...
|
commit | commitdiff | tree |
2009-03-23 |
Vadim Zeitlin | modify signature of new wxStreamBuffer ctors to avoid...
|
commit | commitdiff | tree |
2009-03-23 |
Vadim Zeitlin | don't disable wxLogTrace() at debug levels < 2
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | correct syntax (patterns need to be escaped)
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | don't incorrectly say that wxSOCKET_REUSEADDR is for...
|
commit | commitdiff | tree |
next |