2008-07-30 |
Vadim Zeitlin | optimize Replace() for the common case of replacing...
|
commit | commitdiff | tree |
2008-07-30 |
Vadim Zeitlin | document that numbers outside of the valid range are...
|
commit | commitdiff | tree |
2008-07-30 |
Vadim Zeitlin | use different strings for wchar_t and UTF-8-based Unicode...
|
commit | commitdiff | tree |
2008-07-30 |
Vadim Zeitlin | added another Replace() test
|
commit | commitdiff | tree |
2008-07-30 |
Vadim Zeitlin | added some Replace() benchmarks (#9802)
|
commit | commitdiff | tree |
2008-07-29 |
Vadim Zeitlin | don't use BS_AUTORADIOBUTTON at all, BS_RADIOBUTTON...
|
commit | commitdiff | tree |
2008-07-29 |
Vadim Zeitlin | add PostSizeEvent() and use it in wxMSW status bar...
|
commit | commitdiff | tree |
2008-07-29 |
Vadim Zeitlin | updated Hindi translations
|
commit | commitdiff | tree |
2008-07-29 |
Vadim Zeitlin | generate a size event from ShowWithEffect() for consistency...
|
commit | commitdiff | tree |
2008-07-29 |
Vadim Zeitlin | send the size event in SendSizeEvent() instead of posting...
|
commit | commitdiff | tree |
2008-07-29 |
Vadim Zeitlin | move SendSizeEvent() down to wxWindow from wxFrame...
|
commit | commitdiff | tree |
2008-07-28 |
Vadim Zeitlin | implement wxBitmap ctor from XBM data
|
commit | commitdiff | tree |
2008-07-28 |
Vadim Zeitlin | mention that it may be impossible to set the size of...
|
commit | commitdiff | tree |
2008-07-26 |
Vadim Zeitlin | added a simple benchmarking suite
|
commit | commitdiff | tree |
2008-07-26 |
Vadim Zeitlin | don't use assert dialog under wxDFB, it does more harm...
|
commit | commitdiff | tree |
2008-07-24 |
Vadim Zeitlin | define wxHAS_RAW_BITMAP for wxDFB
|
commit | commitdiff | tree |
2008-07-24 |
Vadim Zeitlin | fix index checking in GetRange()
|
commit | commitdiff | tree |
2008-07-23 |
Vadim Zeitlin | add unit test for wxTextCtrl::GetInsertionPoint()
|
commit | commitdiff | tree |
2008-07-23 |
Vadim Zeitlin | add unit test for wxTextCtrl::SetSelection()
|
commit | commitdiff | tree |
2008-07-23 |
Vadim Zeitlin | forbid modifying wxImage by assigning to wxImagePixelData...
|
commit | commitdiff | tree |
2008-07-23 |
Vadim Zeitlin | fix a bug in the test which was corrupting 1 byte beyond...
|
commit | commitdiff | tree |
2008-07-22 |
Vadim Zeitlin | fix crash when reading malformed PCX images (#3836)
|
commit | commitdiff | tree |
2008-07-22 |
Vadim Zeitlin | attempt to fix compilation after the last change
|
commit | commitdiff | tree |
2008-07-22 |
Vadim Zeitlin | remove the workaround for STL build bug in wxArrays...
|
commit | commitdiff | tree |
2008-07-22 |
Vadim Zeitlin | get rid of base arrays in wxUSE_STL build, we don't...
|
commit | commitdiff | tree |
2008-07-21 |
Vadim Zeitlin | avoid unnecessary conversions in wxTextDataObject code...
|
commit | commitdiff | tree |
2008-07-21 |
Vadim Zeitlin | don't call gtk_selection_data_set_text() with non-UTF...
|
commit | commitdiff | tree |
2008-07-21 |
Vadim Zeitlin | wxDF_UNICODETEXT shouldn't be supported at all in ANSI...
|
commit | commitdiff | tree |
2008-07-21 |
Vadim Zeitlin | no changes, just fixed a typo in comment
|
commit | commitdiff | tree |
2008-07-21 |
Vadim Zeitlin | use #if wxUSE_UNICODE instead of #ifdefs (which totally...
|
commit | commitdiff | tree |
2008-07-21 |
Vadim Zeitlin | don't show warning to the user if session manager detection...
|
commit | commitdiff | tree |
2008-07-21 |
Vadim Zeitlin | added FromUTF8Unchecked() for ANSI build too
|
commit | commitdiff | tree |
2008-07-21 |
Vadim Zeitlin | use (new) safer GetTraitsIfExists() in wxMutexGuiEnter...
|
commit | commitdiff | tree |
2008-07-21 |
Vadim Zeitlin | don't give error on startup of any application using...
|
commit | commitdiff | tree |
2008-07-21 |
Vadim Zeitlin | don't use deprecated function
|
commit | commitdiff | tree |
2008-07-20 |
Vadim Zeitlin | fix generation of events for an initially empty wxDirPickerCtrl
|
commit | commitdiff | tree |
2008-07-20 |
Vadim Zeitlin | blind attempt to fix wxBitmap in wxMGL
|
commit | commitdiff | tree |
2008-07-20 |
Vadim Zeitlin | fix (harmless) Win64-compatibility MSVC warning
|
commit | commitdiff | tree |
2008-07-20 |
Vadim Zeitlin | handle C++ exception in EVT_{TIMER,IDLE} handlers ...
|
commit | commitdiff | tree |
2008-07-20 |
Vadim Zeitlin | really fix compilation for PCH-less builds
|
commit | commitdiff | tree |
2008-07-20 |
Vadim Zeitlin | add a missing backslash (#9766)
|
commit | commitdiff | tree |
2008-07-20 |
Vadim Zeitlin | compilation fix for PCH-less builds
|
commit | commitdiff | tree |
2008-07-19 |
Vadim Zeitlin | big wxURI cleanup; it now handles Unicode characters...
|
commit | commitdiff | tree |
2008-07-19 |
Vadim Zeitlin | remove the just added assertEquals(time_t, long) overload...
|
commit | commitdiff | tree |
2008-07-19 |
Vadim Zeitlin | check that string passed to FromUTF8() is valid even...
|
commit | commitdiff | tree |
2008-07-19 |
Vadim Zeitlin | no changes, just removed an unnecessary semicolon at...
|
commit | commitdiff | tree |
2008-07-19 |
Vadim Zeitlin | compilation fix for builds without wxHAS_RAW_KEY_CODES
|
commit | commitdiff | tree |
2008-07-19 |
Vadim Zeitlin | already escaped backslash shouldn't escape the following...
|
commit | commitdiff | tree |
2008-07-19 |
Vadim Zeitlin | fix bug with wxCSConv("ASCII")
|
commit | commitdiff | tree |
2008-07-19 |
Vadim Zeitlin | no changes, just added some explanatory comments for...
|
commit | commitdiff | tree |
2008-07-18 |
Vadim Zeitlin | disable compilation of test broken by wxMimeTypesManager...
|
commit | commitdiff | tree |
2008-07-18 |
Vadim Zeitlin | compilation fix for PCH-less build
|
commit | commitdiff | tree |
2008-07-18 |
Vadim Zeitlin | simplify the test, don't reuse the same macro for different...
|
commit | commitdiff | tree |
2008-07-18 |
Vadim Zeitlin | get rid of special WX_ASSERT_FOO_EQUAL macros by defining...
|
commit | commitdiff | tree |
2008-07-18 |
Vadim Zeitlin | mention compatibility implications of wxExecute() quoting...
|
commit | commitdiff | tree |
2008-07-18 |
Vadim Zeitlin | compilation fix for eVC4: include commctrl.h explicitely
|
commit | commitdiff | tree |
2008-07-18 |
Vadim Zeitlin | really correct detecting the end of UTF-7-encoded strings
|
commit | commitdiff | tree |
2008-07-17 |
Vadim Zeitlin | fix bug introduced in r54646: we still need to count...
|
commit | commitdiff | tree |
2008-07-17 |
Vadim Zeitlin | make test failures easier to debug by using more informative...
|
commit | commitdiff | tree |
2008-07-17 |
Vadim Zeitlin | don't run the tests which can't succeed in ANSI build...
|
commit | commitdiff | tree |
2008-07-17 |
Vadim Zeitlin | properly detect missing data at the end of UTF-7-encoded...
|
commit | commitdiff | tree |
2008-07-17 |
Vadim Zeitlin | CP-xxx and MS-yyy iconv identifiers actually don't...
|
commit | commitdiff | tree |
2008-07-16 |
Vadim Zeitlin | emphasize the fact that GetSelectedCols/Rows() is not...
|
commit | commitdiff | tree |
2008-07-16 |
Vadim Zeitlin | allow using SetFont(wxNullFont) to reset the font as...
|
commit | commitdiff | tree |
2008-07-16 |
Vadim Zeitlin | add GetLo/Hi() test
|
commit | commitdiff | tree |
2008-07-16 |
Vadim Zeitlin | _beginthreadex() entry point should really return unsigned...
|
commit | commitdiff | tree |
2008-07-16 |
Vadim Zeitlin | check for comctl32.dll version and not OS one as an...
|
commit | commitdiff | tree |
2008-07-16 |
Vadim Zeitlin | use parent background and not ours unless one was explicitly...
|
commit | commitdiff | tree |
2008-07-16 |
Vadim Zeitlin | clean up wxBitmapButton::Create(); override MSWGetStyle...
|
commit | commitdiff | tree |
2008-07-16 |
Vadim Zeitlin | use wxCmdLineParser::ConverStringToArgs() instead of...
|
commit | commitdiff | tree |
2008-07-16 |
Vadim Zeitlin | implement flag for Unix-like behaviour in wxCmdLineParser...
|
commit | commitdiff | tree |
2008-07-16 |
Vadim Zeitlin | added wxConvISO8859_1 test
|
commit | commitdiff | tree |
2008-07-15 |
Vadim Zeitlin | fix the output length returned from cWC2MB/MB2WC()...
|
commit | commitdiff | tree |
2008-07-15 |
Vadim Zeitlin | use CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT...
|
commit | commitdiff | tree |
2008-07-15 |
Vadim Zeitlin | use CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT...
|
commit | commitdiff | tree |
2008-07-15 |
Vadim Zeitlin | test ok in the record reading loop as otherwise we...
|
commit | commitdiff | tree |
2008-07-15 |
Vadim Zeitlin | remove wxCSConv::MB2WC/WC2MB, implement Latin-1 fallback...
|
commit | commitdiff | tree |
2008-07-15 |
Vadim Zeitlin | don't pass pointers to unaligned DWORDs to avoid 64...
|
commit | commitdiff | tree |
2008-07-15 |
Vadim Zeitlin | fix changing size of merged cells (#9736)
|
commit | commitdiff | tree |
2008-07-15 |
Vadim Zeitlin | don't mention deprecated wxRESIZE_BOX (#9735)
|
commit | commitdiff | tree |
2008-07-14 |
Vadim Zeitlin | only initialize sockets if IPC implementation is socket...
|
commit | commitdiff | tree |
2008-07-14 |
Vadim Zeitlin | PCH-less build fix
|
commit | commitdiff | tree |
2008-07-14 |
Vadim Zeitlin | fix heap corruption bug: use delete[] to delete a buffer...
|
commit | commitdiff | tree |
2008-07-14 |
Vadim Zeitlin | added a simple IPC unit test
|
commit | commitdiff | tree |
2008-07-14 |
Vadim Zeitlin | relay out the control after deleting any page, not...
|
commit | commitdiff | tree |
2008-07-14 |
Vadim Zeitlin | calling Notify() from child thread is ok -- as long...
|
commit | commitdiff | tree |
2008-07-14 |
Vadim Zeitlin | removed automatically generated code for frame layout...
|
commit | commitdiff | tree |
2008-07-13 |
Vadim Zeitlin | define {first,second}_type in the struct declared by...
|
commit | commitdiff | tree |
2008-07-13 |
Vadim Zeitlin | set wxKeyEvent::m_uniChar correctly in the events generated...
|
commit | commitdiff | tree |
2008-07-13 |
Vadim Zeitlin | added wxFlexGridSizer::Add{Row,Col}Growable() (#2603)
|
commit | commitdiff | tree |
2008-07-13 |
Vadim Zeitlin | mention that GetItemRect() is new in 2.9.0
|
commit | commitdiff | tree |
2008-07-13 |
Vadim Zeitlin | relay out the control after deleting any page, not...
|
commit | commitdiff | tree |
2008-07-13 |
Vadim Zeitlin | don't assert when GetSubItemRect() is called in non...
|
commit | commitdiff | tree |
2008-07-13 |
Vadim Zeitlin | add back parameter dropped during Doxygen conversion...
|
commit | commitdiff | tree |
2008-07-13 |
Vadim Zeitlin | correct wrong example of using wxSizerFlags::Border...
|
commit | commitdiff | tree |
2008-07-13 |
Vadim Zeitlin | added wxVListBox::GetItemRect() (#9711)
|
commit | commitdiff | tree |
2008-07-13 |
Vadim Zeitlin | use wxString::Format() instead of hardcoding floating...
|
commit | commitdiff | tree |
2008-07-13 |
Vadim Zeitlin | more compilation fixes for wxUSE_STL && wxUSE_DEBUG_CONTEXT...
|
commit | commitdiff | tree |
2008-07-12 |
Vadim Zeitlin | run tests several times with different socket flags
|
commit | commitdiff | tree |
2008-07-12 |
Vadim Zeitlin | check that the stream raises no error other than EOF...
|
commit | commitdiff | tree |
next |