wxWidgets.git
2008-06-06  Vadim Zeitlincompilation fix for VC6 (and maybe not only): enums...
2008-06-06  Vadim Zeitlincompilation fixes for ANSI build
2008-06-06  Vadim Zeitlinremoved the test which never works: Lower/Upper() don...
2008-06-06  Julian SmartFixed reading of image type
2008-06-05  Vadim Zeitlincorrected bug in wxTimeSpan::IsShorterThan() for equal...
2008-06-05  Václav SlavíkPCH-less compilation fix
2008-06-05  Vadim Zeitlincompilation fix for --disable-filesystem --enable-xrc...
2008-06-05  Václav Slavíkadded wxHtmlWindow::SetRelatedStatusBar(wxStatusBar...
2008-06-04  Václav SlavíkChanged wxHTML default font size for printing to be...
2008-06-04  Václav SlavíkwxDFB: implemented Raise() and Lower() for TLWs
2008-06-04  Vadim Zeitlincompilation fix for wxUSE_STL==1
2008-06-04  Václav Slavíkglcmn.cpp doesn't belong in OPENGL_SRC_PLATFORM (it...
2008-06-04  Stefan NeisMore compilation fixes for mingw-w64.
2008-06-04  Julian SmartOut by one correction
2008-06-03  Robert RoeblingRemove old GTK 1.2 code
2008-06-03  Benjamin Williamsprevent memory leak
2008-06-03  Vadim Zeitlinremoved deleted wx/gtk/treectrl.h from bakefiles as...
2008-06-03  Vadim Zeitlinfix crash when repositioning tools without labels in...
2008-06-02  Robert RoeblingSeparate label with wx mnemonics (&) and with gtk mnemo...
2008-06-02  Vadim Zeitlinsuppress warning about casting int to a pointer of...
2008-06-02  Robert RoeblingMake wxMenuItem::GetLabelText readable again
2008-06-02  Vadim Zeitlindefine wxHAS_ATOMIC_OPS only if native implementation...
2008-06-02  Robin DunnAdd a SetDoubleBuffered method for wxMSW (XP+)
2008-06-02  Robert RoeblingDisable disabling wxWeakRef<T>
2008-06-02  Václav Slavíkregenerated all trunk makefiles with bakefile-0.2.3
2008-06-02  Václav Slavíkfixed OSX bundles bkl code to handle conditional target...
2008-06-02  Vadim Zeitlinadded a note about wxrc to Xcode section
2008-06-01  Vadim Zeitlinremove mentions of contrib
2008-06-01  Vadim Zeitlinfix the test for vsscanf() declaration which never...
2008-06-01  Vadim Zeitlinuse wxHAS_RAW_BITMAP instead of wxHAVE_RAW_BITMAP
2008-06-01  Vadim Zeitlincorrect error in wxHAVE_RAW_BITMAP definition: it shoul...
2008-06-01  Paul Cornettfix tool referencing, remove dropdown element in DoDele...
2008-06-01  Vadim Zeitlinuse IMPLEMENT_APP_CONSOLE and not IMPLEMENT_APP for...
2008-06-01  Vadim Zeitlindefine wxHAS_RAW_BITMAP (instead of inconsistenly named...
2008-06-01  Vadim Zeitlindon't run GUI tests under Unix if the DISPLAY is not set
2008-06-01  Vadim ZeitlinReadBig() should be defined in ANSI build too
2008-06-01  Vadim Zeitlininclude wx/crt.h to get wxUSE_WXVSNPRINTF
2008-06-01  Vadim Zeitlincompilation fix for wxX11
2008-06-01  Vadim Zeitlinreally fix the test to work in any time zone and with...
2008-06-01  Vadim Zeitlinadded missing wx/wrapsizer.h include
2008-06-01  Vadim Zeitlinfix wxDateTime::ParseRfc822Date() to handle missing...
2008-06-01  Vadim Zeitlinanother compilation fix, now for Unicode build
2008-06-01  Stefan NeisAdded mingw-w64 builds (cross compile on i686-linux).
2008-06-01  Vadim Zeitlinfix compilation with wxUSE_DRAG_AND_DROP==0 (as in...
2008-06-01  Vadim Zeitlincompilation fix for ANSI build
2008-06-01  Vadim Zeitlinadd a special macro for comparing time_t values to...
2008-06-01  Vadim Zeitlinfix time zone conversion test to work in any time zone...
2008-06-01  Vadim Zeitlincorrected bug in wxMBConvStrictUTF8::FromWChar(): it...
2008-06-01  Vadim Zeitlinadded wxTextOutputStream::Flush(): this is necessary...
2008-06-01  Vadim Zeitlinrewrote UTF-7 to work on streams of data to be comaptib...
2008-05-31  Vadim Zeitlindisable visibility for powerpc-apple-darwin8 build...
2008-05-31  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT...
2008-05-31  Vadim Zeitlinreviewed and completed wxMBConv and friends documentation
2008-05-31  Vadim Zeitlincreate a separate category for the conversion classes
2008-05-31  Vadim Zeitlininclude configure/makefiles necessary for building...
2008-05-31  Vadim Zeitlinno real changes, just simplify LoadPage() to make it...
2008-05-31  Stefan NeisCompilation fixes for mingw-w64.
2008-05-31  Václav Slavíkallow periods in wxFileSystem URL anchors (patch #2265)
2008-05-31  Vadim Zeitlinmake test failure in TestStreamDecoder more informative
2008-05-31  Vadim Zeitlinuse more informative CPPUNIT_ASSERT_EQUAL instead of...
2008-05-31  Vadim Zeitlindon't write extraneous NUL bytes in wxMBConv_iconv...
2008-05-31  Vadim Zeitlincorrect similar off by 1 bug to the one fixed by r53869...
2008-05-31  Vadim Zeitlinfix bug with wrong return value in wxMBConv_iconv:...
2008-05-31  Vadim Zeitlinfix wxMBConv_iconv to respect the base class convention...
2008-05-31  Vadim Zeitlinswap all characters instead of just the last one in...
2008-05-31  Vadim Zeitlindon't return success when converting incomplete UTF...
2008-05-30  Vadim Zeitlindisable test using network by default as it's not avail...
2008-05-30  Vadim Zeitlinfix test failures: the expected results were incorrect...
2008-05-30  Vadim Zeitlinundid change of r44565: not taking hyphens into account...
2008-05-30  Vadim Zeitlinmake assertion failure messages more useful by using...
2008-05-30  Vadim Zeitlinimplement wxMBConv_iconv::To/FromWChar() instead of...
2008-05-30  Vadim Zeitlindon't run vsnprintf() test if we're using the system...
2008-05-30  Vadim Zeitlindon't compile the test in the build configurations...
2008-05-30  Vadim Zeitlinat least mingw32 3.4.5 needs wxBitmap declaration to...
2008-05-30  Vadim Zeitlincheck that the argument is not empty in wxHtmlWindow...
2008-05-30  Vadim Zeitlinfixed wxImagePixelData compilation (ticket #3003);...
2008-05-30  Vadim Zeitlinblind fix for Borland ANSI build: define wxStructStat...
2008-05-30  Julian SmartTypo correction
2008-05-30  Julian SmartDon't update UI if hidden
2008-05-30  Vadim Zeitlinmention the problem with writing enums to wxConfig...
2008-05-30  Vadim Zeitlinalways define wxUSE_RICHEDIT[2] -- this is better than...
2008-05-30  Vadim Zeitlinmention the ambiguities which arise when passing wxStri...
2008-05-30  Václav Slavíkre-added accidentally omitted 'ANSI'
2008-05-30  Václav Slavíkfixed confusingly complicated sentence to make sense
2008-05-30  Vadim Zeitlindocument that SetItemCount() doesn't have to refresh...
2008-05-30  Vadim Zeitlinuse 'i' and 'd' instead of WXK_DELETE/INSERT as wxMSW...
2008-05-30  Vadim Zeitlinensure that GetEditControl() returns something even...
2008-05-30  Vadim Zeitlinno changes, just refactor the code to avoid having...
2008-05-29  Vadim Zeitlinremove misleading documentation of minPage in GetPageIn...
2008-05-29  Robert RoeblingMore work on getting wxLisBox events right
2008-05-29  Vadim Zeitlininclude wx/crt.h needed for wxFprintf() (closes #9509)
2008-05-29  Stefan Csomoradding lowlevel hook to listbox
2008-05-29  Stefan Csomoradding lowlevel hook to listbox
2008-05-29  Robert RoeblingCreate own entry for default constructors
2008-05-29  Vadim Zeitlindon't give an error if VT_DATE variant is being release...
2008-05-29  Vadim Zeitlintake wxString in wxCrashReport::SetFileName() to allow...
2008-05-29  Michael WetherellNew devs.
2008-05-29  Paul Cornettremove unused/unneeded menuitem cruft
2008-05-29  Paul Cornettremove obsolete file
2008-05-29  Paul Cornettmark long-deprecated ctor as such
next