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 |
2009-03-22 |
Vadim Zeitlin | compilation fix after wxBrushStyle changes (closes...
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | wxGTK1 compilation fixes
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | fix harmless unused parameter warning
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | compilation fix for wxMotif and wxGTK1 (of course,...
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | moved the check for correct implementation of wxEvent...
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | set the PATH to contain ../lib/*_dll directories before...
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | added wxStaticCast() unit test
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | fix compilation breaking typo in recent commit
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | add WXWIN_COMPATIBILITY_2_8 test around another wxLogTrace...
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG_LEVE...
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | make wxMessageOutput::Output() public to avoid having...
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | compilation fix for wxUSE_STD_STRING==0
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | deprecate integer trace masks and don't define the...
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | move forward declarations unneeded in wx/log.h to wx...
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | define wxUSE_LOG_DEBUG as wxDEBUG_LEVEL and not as...
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | compilation fix for STL build after the last change
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | wxGTK1 compilation fixes after last changes
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | fix typo; wrap lines; add some clarifications
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
|
commit | commitdiff | tree |
2009-03-22 |
Vadim Zeitlin | correct wxASSERT_LEVEL_2 definition
|
commit | commitdiff | tree |
next |