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 |
2008-07-12 |
Vadim Zeitlin | enable the rest of wxSocketStream tests now that they...
|
commit | commitdiff | tree |
2008-07-12 |
Vadim Zeitlin | add wxSocket::IsClosed(), use it to implement Eof(...
|
commit | commitdiff | tree |
2008-07-12 |
Vadim Zeitlin | no changes, just removed broken #if 0'd out code
|
commit | commitdiff | tree |
2008-07-12 |
Vadim Zeitlin | no changes, just removed the unnecessary inline keywords
|
commit | commitdiff | tree |
2008-07-12 |
Vadim Zeitlin | remove unused private wxSocketBase::m_lastError
|
commit | commitdiff | tree |
2008-07-10 |
Vadim Zeitlin | make wxApp::Yield() exception-safe
|
commit | commitdiff | tree |
2008-07-09 |
Vadim Zeitlin | unescape the value of wxHyperlinkCtrl label (#9683)
|
commit | commitdiff | tree |
2008-07-09 |
Vadim Zeitlin | some blind compilation fixes for legacy code (#9698)
|
commit | commitdiff | tree |
2008-07-09 |
Vadim Zeitlin | fix wxUniv/MSW build with wxUSE_MENUS==0 (#9694)
|
commit | commitdiff | tree |
2008-07-09 |
Vadim Zeitlin | show busy cursor in wxLaunchDefaultBrowser and add...
|
commit | commitdiff | tree |
2008-07-09 |
Vadim Zeitlin | update the year in wx information dialog (#9701)
|
commit | commitdiff | tree |
2008-07-09 |
Vadim Zeitlin | add some output stream tests
|
commit | commitdiff | tree |
2008-07-09 |
Vadim Zeitlin | skip calls of TellI/TellO() if the stream is not seekable...
|
commit | commitdiff | tree |
2008-07-09 |
Vadim Zeitlin | use wxSocketBase::Initialize/Shutdown() instead of...
|
commit | commitdiff | tree |
2008-07-08 |
Vadim Zeitlin | MSW compilation fix after last commit
|
commit | commitdiff | tree |
2008-07-08 |
Vadim Zeitlin | added (for now trivial) socket stream test
|
commit | commitdiff | tree |
2008-07-06 |
Vadim Zeitlin | fix focus problems in picker controls under MSW which...
|
commit | commitdiff | tree |
2008-07-06 |
Vadim Zeitlin | added wxscintilla and wx_stc projects (#4378)
|
commit | commitdiff | tree |
2008-07-06 |
Vadim Zeitlin | take const address objects in wxSocketClient::Connect...
|
commit | commitdiff | tree |
2008-07-06 |
Vadim Zeitlin | add a numeric column test
|
commit | commitdiff | tree |
2008-07-06 |
Vadim Zeitlin | remove mentions of pos attribute, it never worked and...
|
commit | commitdiff | tree |
2008-07-06 |
Vadim Zeitlin | don't use deprecated wxToolBar::AddTool() overload...
|
commit | commitdiff | tree |
2008-07-05 |
Vadim Zeitlin | remove code for drawing icon of minimized window manually...
|
commit | commitdiff | tree |
2008-07-05 |
Vadim Zeitlin | avoid duplicating wxWindow::HandleCommand() in wxFrame...
|
commit | commitdiff | tree |
2008-07-03 |
Vadim Zeitlin | handle FNERR_INVALIDFILENAME which happens if an invalid...
|
commit | commitdiff | tree |
2008-07-03 |
Vadim Zeitlin | support disabling items before adding them to the menu...
|
commit | commitdiff | tree |
2008-07-03 |
Vadim Zeitlin | don't ignore changes of empty string to 0 or vice versa...
|
commit | commitdiff | tree |
2008-07-02 |
Vadim Zeitlin | don't use @true and @NULL inside of @code sections
|
commit | commitdiff | tree |
2008-07-01 |
Vadim Zeitlin | compilation fix for PCH-less build after last commit
|
commit | commitdiff | tree |
2008-07-01 |
Vadim Zeitlin | change not only the focus but also last remembered...
|
commit | commitdiff | tree |
2008-07-01 |
Vadim Zeitlin | quote the arguments containing spaces or quotes correctly...
|
commit | commitdiff | tree |
2008-06-30 |
Vadim Zeitlin | remove unused exec.rc file
|
commit | commitdiff | tree |
2008-06-30 |
Vadim Zeitlin | fix a hang up in wxExecute(wxArrayString& output) overload...
|
commit | commitdiff | tree |
2008-06-30 |
Vadim Zeitlin | implement wxListCtrl::GetSubItemRect() for generic...
|
commit | commitdiff | tree |
next |