2008-07-21 |
Vadim Zeitlin | added FromUTF8Unchecked() for ANSI build too |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Vadim Zeitlin | use (new) safer GetTraitsIfExists() in wxMutexGuiEnter... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Vadim Zeitlin | don't give error on startup of any application using... |
commit | commitdiff | tree | snapshot |
2008-07-21 |
Vadim Zeitlin | don't use deprecated function |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Vadim Zeitlin | fix generation of events for an initially empty wxDirPi... |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Vadim Zeitlin | blind attempt to fix wxBitmap in wxMGL |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Vadim Zeitlin | fix (harmless) Win64-compatibility MSVC warning |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Vadim Zeitlin | handle C++ exception in EVT_{TIMER,IDLE} handlers ... |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Vadim Zeitlin | really fix compilation for PCH-less builds |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Vadim Zeitlin | add a missing backslash (#9766) |
commit | commitdiff | tree | snapshot |
2008-07-20 |
Vadim Zeitlin | compilation fix for PCH-less builds |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Vadim Zeitlin | big wxURI cleanup; it now handles Unicode characters... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Vadim Zeitlin | remove the just added assertEquals(time_t, long) overlo... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Vadim Zeitlin | check that string passed to FromUTF8() is valid even... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Vadim Zeitlin | no changes, just removed an unnecessary semicolon at... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Vadim Zeitlin | compilation fix for builds without wxHAS_RAW_KEY_CODES |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Vadim Zeitlin | already escaped backslash shouldn't escape the followin... |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Vadim Zeitlin | fix bug with wxCSConv("ASCII") |
commit | commitdiff | tree | snapshot |
2008-07-19 |
Vadim Zeitlin | no changes, just added some explanatory comments for... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Vadim Zeitlin | disable compilation of test broken by wxMimeTypesManage... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Vadim Zeitlin | compilation fix for PCH-less build |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Vadim Zeitlin | simplify the test, don't reuse the same macro for diffe... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Vadim Zeitlin | get rid of special WX_ASSERT_FOO_EQUAL macros by defini... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Vadim Zeitlin | mention compatibility implications of wxExecute() quoti... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Vadim Zeitlin | compilation fix for eVC4: include commctrl.h explicitely |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Julian Smart | Tab removal |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Julian Smart | Fixed initial layout bug when using dynamically created... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Paul Cornett | fix masking of disabled bitmaps with some themes |
commit | commitdiff | tree | snapshot |
2008-07-18 |
Vadim Zeitlin | really correct detecting the end of UTF-7-encoded strings |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Vadim Zeitlin | fix bug introduced in r54646: we still need to count... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Vadim Zeitlin | make test failures easier to debug by using more inform... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Vadim Zeitlin | don't run the tests which can't succeed in ANSI build... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Vadim Zeitlin | properly detect missing data at the end of UTF-7-encode... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
Vadim Zeitlin | CP-xxx and MS-yyy iconv identifiers actually don't... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Vadim Zeitlin | emphasize the fact that GetSelectedCols/Rows() is not... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Vadim Zeitlin | allow using SetFont(wxNullFont) to reset the font as... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Vadim Zeitlin | add GetLo/Hi() test |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Stefan Csomor | adding missing include for non-precomp builds, and... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Vadim Zeitlin | _beginthreadex() entry point should really return unsig... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Vadim Zeitlin | check for comctl32.dll version and not OS one as an... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Vadim Zeitlin | use parent background and not ours unless one was expli... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Vadim Zeitlin | clean up wxBitmapButton::Create(); override MSWGetStyle... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Vadim Zeitlin | use wxCmdLineParser::ConverStringToArgs() instead of... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Vadim Zeitlin | implement flag for Unix-like behaviour in wxCmdLinePars... |
commit | commitdiff | tree | snapshot |
2008-07-16 |
Vadim Zeitlin | added wxConvISO8859_1 test |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Vadim Zeitlin | fix the output length returned from cWC2MB/MB2WC()... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Julian Smart | Fixed wxTreebook tree control style |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Vadim Zeitlin | use CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Vadim Zeitlin | use CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Vadim Zeitlin | test ok in the record reading loop as otherwise we... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Vadim Zeitlin | remove wxCSConv::MB2WC/WC2MB, implement Latin-1 fallbac... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Vadim Zeitlin | don't pass pointers to unaligned DWORDs to avoid 64... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Vadim Zeitlin | fix changing size of merged cells (#9736) |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Vadim Zeitlin | don't mention deprecated wxRESIZE_BOX (#9735) |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Václav Slavík | compilation fix after SetClippingRegion changes (patch... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Vadim Zeitlin | only initialize sockets if IPC implementation is socket... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Vadim Zeitlin | PCH-less build fix |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Vadim Zeitlin | fix heap corruption bug: use delete[] to delete a buffe... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Vadim Zeitlin | added a simple IPC unit test |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Vadim Zeitlin | relay out the control after deleting any page, not... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Vadim Zeitlin | calling Notify() from child thread is ok -- as long... |
commit | commitdiff | tree | snapshot |
2008-07-14 |
Vadim Zeitlin | removed automatically generated code for frame layout... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Vadim Zeitlin | define {first,second}_type in the struct declared by... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Vadim Zeitlin | set wxKeyEvent::m_uniChar correctly in the events gener... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Vadim Zeitlin | added wxFlexGridSizer::Add{Row,Col}Growable() (#2603) |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Vadim Zeitlin | mention that GetItemRect() is new in 2.9.0 |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Vadim Zeitlin | relay out the control after deleting any page, not... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Vadim Zeitlin | don't assert when GetSubItemRect() is called in non... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Vadim Zeitlin | add back parameter dropped during Doxygen conversion... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Vadim Zeitlin | correct wrong example of using wxSizerFlags::Border... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Vadim Zeitlin | added wxVListBox::GetItemRect() (#9711) |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Vadim Zeitlin | use wxString::Format() instead of hardcoding floating... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Vadim Zeitlin | more compilation fixes for wxUSE_STL && wxUSE_DEBUG_CON... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Julian Smart | Shift+Return now puts the cursor on the next line |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Vadim Zeitlin | run tests several times with different socket flags |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Vadim Zeitlin | check that the stream raises no error other than EOF... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Vadim Zeitlin | enable the rest of wxSocketStream tests now that they... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Vadim Zeitlin | add wxSocket::IsClosed(), use it to implement Eof(... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Vadim Zeitlin | no changes, just removed broken #if 0'd out code |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Vadim Zeitlin | no changes, just removed the unnecessary inline keywords |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Vadim Zeitlin | remove unused private wxSocketBase::m_lastError |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Robin Dunn | ShouldAccountFor was a 2.8 only change. Use IsShown... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Vadim Zeitlin | make wxApp::Yield() exception-safe |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Robin Dunn | If an item is hidden, don't check it for overflows. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Václav Slavík | use iterators instead of c_str() in wxXmlResource:... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Stefan Neis | Applied fix for wxGrid::ClearAttrCache (#9712). |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Vadim Zeitlin | unescape the value of wxHyperlinkCtrl label (#9683) |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Stefan Csomor | adjusting endif comment to new #if |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Vadim Zeitlin | some blind compilation fixes for legacy code (#9698) |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Vadim Zeitlin | fix wxUniv/MSW build with wxUSE_MENUS==0 (#9694) |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Vadim Zeitlin | show busy cursor in wxLaunchDefaultBrowser and add... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Vadim Zeitlin | update the year in wx information dialog (#9701) |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Vadim Zeitlin | add some output stream tests |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Vadim Zeitlin | skip calls of TellI/TellO() if the stream is not seekab... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Vadim Zeitlin | use wxSocketBase::Initialize/Shutdown() instead of... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Robin Dunn | Applied patch from Ticket #9563. Use just the rectangl... |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Vadim Zeitlin | MSW compilation fix after last commit |
commit | commitdiff | tree | snapshot |
2008-07-08 |
Vadim Zeitlin | added (for now trivial) socket stream test |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Robert Roebling | Minor corrections |
commit | commitdiff | tree | snapshot |
2008-07-07 |
Paul Cornett | gtk-universal build fixes |
commit | commitdiff | tree | snapshot |
next |