wxWidgets.git
2008-07-29  Stefan CsomorOSX regrouping
2008-07-29  Stefan Csomornew SDK has frame CGRect return param
2008-07-29  Václav Slavíkadded a test for passing wxCharBufer to wxprintf functions
2008-07-29  Julian SmartTake on appropriate paragraph style in the newly create...
2008-07-29  Vadim Zeitlinupdated Hindi translations
2008-07-29  Robert RoeblingFurther corrections to wxFileName docs
2008-07-29  Robert RoeblingMinor formating
2008-07-29  Vadim Zeitlingenerate a size event from ShowWithEffect() for consist...
2008-07-29  Vadim Zeitlinsend the size event in SendSizeEvent() instead of posti...
2008-07-29  Vadim Zeitlinmove SendSizeEvent() down to wxWindow from wxFrame...
2008-07-29  Robert RoeblingAdded 32-bit (UCS-4) wxUString class
2008-07-28  Vadim Zeitlinimplement wxBitmap ctor from XBM data
2008-07-28  Vadim Zeitlinmention that it may be impossible to set the size of...
2008-07-28  Paul Cornettfix Gtk-WARNING "... no property named `row-ending...
2008-07-26  Vadim Zeitlinadded a simple benchmarking suite
2008-07-26  Vadim Zeitlindon't use assert dialog under wxDFB, it does more harm...
2008-07-26  Robert RoeblingTrying to make wxFileName docs readable again
2008-07-26  Stefan Csomorextending docs according #9713
2008-07-24  Paul Cornettbuild fix
2008-07-24  Vadim Zeitlindefine wxHAS_RAW_BITMAP for wxDFB
2008-07-24  Vadim Zeitlinfix index checking in GetRange()
2008-07-23  Vadim Zeitlinadd unit test for wxTextCtrl::GetInsertionPoint()
2008-07-23  Vadim Zeitlinadd unit test for wxTextCtrl::SetSelection()
2008-07-23  Vadim Zeitlinforbid modifying wxImage by assigning to wxImagePixelDa...
2008-07-23  Vadim Zeitlinfix a bug in the test which was corrupting 1 byte beyon...
2008-07-22  Vadim Zeitlinfix crash when reading malformed PCX images (#3836)
2008-07-22  Vadim Zeitlinattempt to fix compilation after the last change
2008-07-22  Vadim Zeitlinremove the workaround for STL build bug in wxArrays...
2008-07-22  Vadim Zeitlinget rid of base arrays in wxUSE_STL build, we don't...
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...
next