2009-04-24 |
Vadim Zeitlin | added Korean and Romanian translations
|
commit | commitdiff | tree |
2009-04-23 |
Vadim Zeitlin | another typo correction; provide GNU gettext link
|
commit | commitdiff | tree |
2009-04-23 |
Vadim Zeitlin | fix links and references to cvs (closes #10729)
|
commit | commitdiff | tree |
2009-04-21 |
Vadim Zeitlin | correct the assert added by r60056 to not trigger in...
|
commit | commitdiff | tree |
2009-04-21 |
Vadim Zeitlin | avoid multiline strings in AC_CONFIG_COMMANDS as it...
|
commit | commitdiff | tree |
2009-04-21 |
Vadim Zeitlin | don't readd items in SetImageList() after changing...
|
commit | commitdiff | tree |
2009-04-21 |
Vadim Zeitlin | add test checking that switching mode doesn't change...
|
commit | commitdiff | tree |
2009-04-21 |
Vadim Zeitlin | fix confusion in IsSameAs() docs (closes #10722)
|
commit | commitdiff | tree |
2009-04-20 |
Vadim Zeitlin | include windows.h instead of basetsd.h directly as...
|
commit | commitdiff | tree |
2009-04-18 |
Vadim Zeitlin | initialize m_hFont in the beginning of wxFontRefData...
|
commit | commitdiff | tree |
2009-04-18 |
Vadim Zeitlin | blind fix for eVC compilation with wxEVENTS_COMPATIBILITY_2_...
|
commit | commitdiff | tree |
2009-04-18 |
Vadim Zeitlin | use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT...
|
commit | commitdiff | tree |
2009-04-17 |
Vadim Zeitlin | use "ul" suffix instead of cast to unsigned long; this...
|
commit | commitdiff | tree |
2009-04-17 |
Vadim Zeitlin | really fix compilation with wxEVENTS_COMPATIBILITY_2_8...
|
commit | commitdiff | tree |
2009-04-16 |
Vadim Zeitlin | compilation fix for wxEVENTS_COMPATIBILITY_2_8 build...
|
commit | commitdiff | tree |
2009-04-16 |
Vadim Zeitlin | added failing compilation test for the case of missing...
|
commit | commitdiff | tree |
2009-04-16 |
Vadim Zeitlin | remove wxNewEventFunctor() overload which allowed calls...
|
commit | commitdiff | tree |
2009-04-16 |
Vadim Zeitlin | add Bind() test
|
commit | commitdiff | tree |
2009-04-16 |
Vadim Zeitlin | rebake after the addition of graphics/measuring.cpp
|
commit | commitdiff | tree |
2009-04-16 |
Vadim Zeitlin | added a failtest target to Makefile to test for the...
|
commit | commitdiff | tree |
2009-04-16 |
Vadim Zeitlin | pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
|
commit | commitdiff | tree |
2009-04-16 |
Vadim Zeitlin | define constants for the number of items in the tree...
|
commit | commitdiff | tree |
2009-04-15 |
Vadim Zeitlin | correct test for wxDEBUG_LEVEL in last commit
|
commit | commitdiff | tree |
2009-04-15 |
Vadim Zeitlin | remove dll export declaration from wxCStrData now that...
|
commit | commitdiff | tree |
2009-04-15 |
Vadim Zeitlin | avoid a warning about unused function in release build
|
commit | commitdiff | tree |
2009-04-15 |
Vadim Zeitlin | use wxUIntPtr instead of long for 3rd parameter of...
|
commit | commitdiff | tree |
2009-04-15 |
Vadim Zeitlin | removed the note about wxEvent::Clone() startup test...
|
commit | commitdiff | tree |
2009-04-15 |
Vadim Zeitlin | correct GTK+ version check added by r59603
|
commit | commitdiff | tree |
2009-04-14 |
Vadim Zeitlin | mention that SetValue() does generate a wxEVT_COMMAND_TEXT_U...
|
commit | commitdiff | tree |
2009-04-14 |
Vadim Zeitlin | only run tests using multiline strings with multiline...
|
commit | commitdiff | tree |
2009-04-14 |
Vadim Zeitlin | remove semicolon from wxDECLARE_EVENT; having it there...
|
commit | commitdiff | tree |
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 |
next |