wxWidgets.git
2008-07-21  Václav SlavíkFixed detection of Meta key state so that NumLock isn...
2008-07-21  Vadim Zeitlinavoid unnecessary conversions in wxTextDataObject code...
2008-07-21  Vadim Zeitlindon't call gtk_selection_data_set_text() with non-UTF...
2008-07-21  Vadim ZeitlinwxDF_UNICODETEXT shouldn't be supported at all in ANSI...
2008-07-21  Vadim Zeitlinno changes, just fixed a typo in comment
2008-07-21  Vadim Zeitlinuse #if wxUSE_UNICODE instead of #ifdefs (which totally...
2008-07-21  Vadim Zeitlindon't show warning to the user if session manager detec...
2008-07-21  Vadim Zeitlinadded FromUTF8Unchecked() for ANSI build too
2008-07-21  Vadim Zeitlinuse (new) safer GetTraitsIfExists() in wxMutexGuiEnter...
2008-07-21  Vadim Zeitlindon't give error on startup of any application using...
2008-07-21  Vadim Zeitlindon't use deprecated function
2008-07-20  Vadim Zeitlinfix generation of events for an initially empty wxDirPi...
2008-07-20  Vadim Zeitlinblind attempt to fix wxBitmap in wxMGL
2008-07-20  Vadim Zeitlinfix (harmless) Win64-compatibility MSVC warning
2008-07-20  Vadim Zeitlinhandle C++ exception in EVT_{TIMER,IDLE} handlers ...
2008-07-20  Vadim Zeitlinreally fix compilation for PCH-less builds
2008-07-20  Vadim Zeitlinadd a missing backslash (#9766)
2008-07-20  Vadim Zeitlincompilation fix for PCH-less builds
2008-07-19  Vadim Zeitlinbig wxURI cleanup; it now handles Unicode characters...
2008-07-19  Vadim Zeitlinremove the just added assertEquals(time_t, long) overlo...
2008-07-19  Vadim Zeitlincheck that string passed to FromUTF8() is valid even...
2008-07-19  Vadim Zeitlinno changes, just removed an unnecessary semicolon at...
2008-07-19  Vadim Zeitlincompilation fix for builds without wxHAS_RAW_KEY_CODES
2008-07-19  Vadim Zeitlinalready escaped backslash shouldn't escape the followin...
2008-07-19  Vadim Zeitlinfix bug with wxCSConv("ASCII")
2008-07-19  Vadim Zeitlinno changes, just added some explanatory comments for...
2008-07-18  Vadim Zeitlindisable compilation of test broken by wxMimeTypesManage...
2008-07-18  Vadim Zeitlincompilation fix for PCH-less build
2008-07-18  Vadim Zeitlinsimplify the test, don't reuse the same macro for diffe...
2008-07-18  Vadim Zeitlinget rid of special WX_ASSERT_FOO_EQUAL macros by defini...
2008-07-18  Vadim Zeitlinmention compatibility implications of wxExecute() quoti...
2008-07-18  Vadim Zeitlincompilation fix for eVC4: include commctrl.h explicitely
2008-07-18  Julian SmartTab removal
2008-07-18  Julian SmartFixed initial layout bug when using dynamically created...
2008-07-18  Paul Cornettfix masking of disabled bitmaps with some themes
2008-07-18  Vadim Zeitlinreally correct detecting the end of UTF-7-encoded strings
2008-07-17  Vadim Zeitlinfix bug introduced in r54646: we still need to count...
2008-07-17  Vadim Zeitlinmake test failures easier to debug by using more inform...
2008-07-17  Vadim Zeitlindon't run the tests which can't succeed in ANSI build...
2008-07-17  Vadim Zeitlinproperly detect missing data at the end of UTF-7-encode...
2008-07-17  Vadim ZeitlinCP-xxx and MS-yyy iconv identifiers actually don't...
2008-07-16  Vadim Zeitlinemphasize the fact that GetSelectedCols/Rows() is not...
2008-07-16  Vadim Zeitlinallow using SetFont(wxNullFont) to reset the font as...
2008-07-16  Vadim Zeitlinadd GetLo/Hi() test
2008-07-16  Stefan Csomoradding missing include for non-precomp builds, and...
2008-07-16  Vadim Zeitlin_beginthreadex() entry point should really return unsig...
2008-07-16  Vadim Zeitlincheck for comctl32.dll version and not OS one as an...
2008-07-16  Vadim Zeitlinuse parent background and not ours unless one was expli...
2008-07-16  Vadim Zeitlinclean up wxBitmapButton::Create(); override MSWGetStyle...
2008-07-16  Vadim Zeitlinuse wxCmdLineParser::ConverStringToArgs() instead of...
2008-07-16  Vadim Zeitlinimplement flag for Unix-like behaviour in wxCmdLinePars...
2008-07-16  Vadim Zeitlinadded wxConvISO8859_1 test
2008-07-15  Vadim Zeitlinfix the output length returned from cWC2MB/MB2WC()...
2008-07-15  Julian SmartFixed wxTreebook tree control style
2008-07-15  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT...
2008-07-15  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT...
2008-07-15  Vadim Zeitlintest ok in the record reading loop as otherwise we...
2008-07-15  Vadim Zeitlinremove wxCSConv::MB2WC/WC2MB, implement Latin-1 fallbac...
2008-07-15  Vadim Zeitlindon't pass pointers to unaligned DWORDs to avoid 64...
2008-07-15  Vadim Zeitlinfix changing size of merged cells (#9736)
2008-07-15  Vadim Zeitlindon't mention deprecated wxRESIZE_BOX (#9735)
2008-07-14  Václav Slavíkcompilation fix after SetClippingRegion changes (patch...
2008-07-14  Vadim Zeitlinonly initialize sockets if IPC implementation is socket...
2008-07-14  Vadim ZeitlinPCH-less build fix
2008-07-14  Vadim Zeitlinfix heap corruption bug: use delete[] to delete a buffe...
2008-07-14  Vadim Zeitlinadded a simple IPC unit test
2008-07-14  Vadim Zeitlinrelay out the control after deleting any page, not...
2008-07-14  Vadim Zeitlincalling Notify() from child thread is ok -- as long...
2008-07-14  Vadim Zeitlinremoved automatically generated code for frame layout...
2008-07-13  Vadim Zeitlindefine {first,second}_type in the struct declared by...
2008-07-13  Vadim Zeitlinset wxKeyEvent::m_uniChar correctly in the events gener...
2008-07-13  Vadim Zeitlinadded wxFlexGridSizer::Add{Row,Col}Growable() (#2603)
2008-07-13  Vadim Zeitlinmention that GetItemRect() is new in 2.9.0
2008-07-13  Vadim Zeitlinrelay out the control after deleting any page, not...
2008-07-13  Vadim Zeitlindon't assert when GetSubItemRect() is called in non...
2008-07-13  Vadim Zeitlinadd back parameter dropped during Doxygen conversion...
2008-07-13  Vadim Zeitlincorrect wrong example of using wxSizerFlags::Border...
2008-07-13  Vadim Zeitlinadded wxVListBox::GetItemRect() (#9711)
2008-07-13  Vadim Zeitlinuse wxString::Format() instead of hardcoding floating...
2008-07-13  Vadim Zeitlinmore compilation fixes for wxUSE_STL && wxUSE_DEBUG_CON...
2008-07-13  Julian SmartShift+Return now puts the cursor on the next line
2008-07-12  Vadim Zeitlinrun tests several times with different socket flags
2008-07-12  Vadim Zeitlincheck that the stream raises no error other than EOF...
2008-07-12  Vadim Zeitlinenable the rest of wxSocketStream tests now that they...
2008-07-12  Vadim Zeitlinadd wxSocket::IsClosed(), use it to implement Eof(...
2008-07-12  Vadim Zeitlinno changes, just removed broken #if 0'd out code
2008-07-12  Vadim Zeitlinno changes, just removed the unnecessary inline keywords
2008-07-12  Vadim Zeitlinremove unused private wxSocketBase::m_lastError
2008-07-10  Robin DunnShouldAccountFor was a 2.8 only change. Use IsShown...
2008-07-10  Vadim Zeitlinmake wxApp::Yield() exception-safe
2008-07-10  Robin DunnIf an item is hidden, don't check it for overflows.
2008-07-09  Václav Slavíkuse iterators instead of c_str() in wxXmlResource:...
2008-07-09  Stefan NeisApplied fix for wxGrid::ClearAttrCache (#9712).
2008-07-09  Vadim Zeitlinunescape the value of wxHyperlinkCtrl label (#9683)
2008-07-09  Stefan Csomoradjusting endif comment to new #if
2008-07-09  Vadim Zeitlinsome blind compilation fixes for legacy code (#9698)
2008-07-09  Vadim Zeitlinfix wxUniv/MSW build with wxUSE_MENUS==0 (#9694)
2008-07-09  Vadim Zeitlinshow busy cursor in wxLaunchDefaultBrowser and add...
2008-07-09  Vadim Zeitlinupdate the year in wx information dialog (#9701)
2008-07-09  Vadim Zeitlinadd some output stream tests
next