]> git.saurik.com Git - wxWidgets.git/history - include
add 2.9.0 branch builds
[wxWidgets.git] / include /
2009-04-24  Francesco Montorsifix push/pop mechanism after r58786; add a few notes...
2009-04-21  Francesco Montorsiimplement tooltips for wxStatusBar panes whose contents...
2009-04-21  Francesco Montorsino real change; just add the standard separator where...
2009-04-18  Vadim Zeitlinblind fix for eVC compilation with wxEVENTS_COMPATIBILI...
2009-04-18  Stefan Csomorremoving overloads to avoid 'hidden method' warning
2009-04-17  Vadim Zeitlinreally fix compilation with wxEVENTS_COMPATIBILITY_2_8...
2009-04-16  Vadim Zeitlincompilation fix for wxEVENTS_COMPATIBILITY_2_8 build...
2009-04-16  Vadim Zeitlinremove wxNewEventFunctor() overload which allowed calls...
2009-04-16  Jaakko SalliwxFlagsProperty now automatically relays wxBOOL_USE_CHE...
2009-04-16  Vadim Zeitlinpass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
2009-04-15  Vadim Zeitlinremove dll export declaration from wxCStrData now that...
2009-04-15  Vadim Zeitlinuse wxUIntPtr instead of long for 3rd parameter of...
2009-04-15  Stefan Csomortextctrl fixes
2009-04-14  Stefan Csomoradapting TextUpdateEvents, using wxTextEntry API
2009-04-14  Stefan Csomorfixing native font info support bugs
2009-04-14  Vadim Zeitlinremove semicolon from wxDECLARE_EVENT; having it there...
2009-04-14  Václav Slavík(blind) fix for VC6s' warning about non-dll base templa...
2009-04-13  Vadim Zeitlinreturn empty string instead of NULL from mb_str()/wc_st...
2009-04-12  Vadim Zeitlinfix g++ warnings about initialization order mismatch...
2009-04-12  Vadim Zeitlinfix support for using asterisks in the format string...
2009-04-12  Vadim Zeitlinreturn persistent buffers from mb_str()/wc_str() to...
2009-04-12  Francesco Montorsino real change; just fix the argument name of the wxFon...
2009-04-12  Václav Slavíkfixed wxString::utf8_str() in UTF8 build to return...
2009-04-05  Vadim Zeitlinimplement GetImageCount() for GIF handler (closes ...
2009-04-05  Vadim Zeitlindefine HAVE_SSIZE_T if we define ssize_t ourselves...
2009-04-04  Vadim Zeitlinrevert r60023 and really fixed compilation problems...
2009-04-04  Vadim Zeitlinallow symmetric comparisons to work too in CPPUNIT_ASSE...
2009-03-30  Václav Slavíkalways return (owned or non-owned, depending on build...
2009-03-30  Václav Slavíkfixes or embedded NULs handling in wxString
2009-03-30  Václav Slavíkfixed size of buffer returned by wxFormatConverter...
2009-03-30  Stefan Csomorhiding the impl type more again
2009-03-30  Václav Slavíkcompilation fix for wxUSE_UTF8_LOCALE_ONLY case
2009-03-29  Václav Slavíkset icons bundle, not single icon, for frames loaded...
2009-03-29  Václav SlavíkwxArtProvider::GetIconBundle() cleanup:
2009-03-29  Václav Slavíkadd support for loading wxIconBundles from streams
2009-03-29  Václav Slavíkadded length to wx(Scoped)CharBuffer to improve handlin...
2009-03-29  Stefan Csomoradding iphone code
2009-03-29  Stefan Csomoradding proper iphone includes
2009-03-29  Stefan Csomorstreamlining code
2009-03-29  Vadim ZeitlinAdded wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn...
2009-03-29  Stefan Csomorbracketing opengl code that doesn't work on OpenGL ES
2009-03-29  Vadim Zeitlinno real changes, jus renames some parameters (see ...
2009-03-28  Stefan Csomorbracketing menu code
2009-03-28  Václav Slavíkvariadic macros need specializations for both wxCharBuf...
2009-03-28  Václav Slavíkdon't duplicate copy ctor and assignment operator code...
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2009-03-26  Vadim Zeitlinno changes, just write a more detailed comment for...
2009-03-26  Vadim Zeitlinimplement deprecated wxStripExtension() in terms of...
2009-03-26  Vadim Zeitlindetect horizontal overflow in wxHtmlPrintout and warn...
2009-03-25  Benjamin Williamsadded ability to set tool alignment (#10174)
2009-03-25  Benjamin Williamsadded missing getters to wxAuiToolBar (#10182)
2009-03-25  Stefan Csomormoving down for non-precomp build
2009-03-25  Benjamin Williamsfix incorrect application of styles (#10171)
2009-03-25  Vadim Zeitlindon't crash in wxFAIL and wxCHECK if assertion handler...
2009-03-25  Stefan Csomorfocus handling streamlined
2009-03-25  Stefan Csomorbetter native types for carbon
2009-03-25  Vadim Zeitlinabandon attempts to make wxAnyStrPtr behave as bool...
2009-03-25  Stefan Csomormaking method properly const
2009-03-25  Vadim Zeitlincompilation fixes for wxAnyStrPtr for VC7; mention...
2009-03-25  Vadim Zeitlincompilation fixes for wxAnyStrPtr for VC6
2009-03-24  Vadim Zeitlinreturn a wxAnyStrPtr covnertible to either narrow or...
2009-03-24  Francesco Montorsifix misc typos
2009-03-24  Julian SmartDon't translate panel titles
2009-03-24  Julian SmartFixed small alignment issues
2009-03-24  Václav Slavíkadded some clarifying comments to wxCStrData
2009-03-24  Vadim Zeitlinadded GetEnglish{Month,WeekDay}Name()
2009-03-24  Stefan Csomorconforming to new naming convention of starting all...
2009-03-24  Stefan Csomoradding back API for 2.8 compatibility
2009-03-23  Vadim Zeitlinmake wxStringOperationsWchar methods templates too...
2009-03-23  Francesco Montorsimake sure that wxProcess always have a valid PID set...
2009-03-23  Stefan Csomortextctrl cleanup
2009-03-23  Vadim Zeitlinfix warnings about empty controlling statement in relea...
2009-03-23  Vadim Zeitlinadded "bool checked" parameter to SetBitmap() too,...
2009-03-23  Vadim Zeitlinmodify signature of new wxStreamBuffer ctors to avoid...
2009-03-23  Vadim Zeitlindon't disable wxLogTrace() at debug levels < 2
2009-03-23  Stefan Csomorfixing end-of-file
2009-03-22  Francesco Montorsibetter docs for wxCmdLineParser (fixes a few typos...
2009-03-22  Vadim Zeitlincompilation fix for wxMotif and wxGTK1 (of course,...
2009-03-22  Vadim Zeitlinadd WXWIN_COMPATIBILITY_2_8 test around another wxLogTr...
2009-03-22  Vadim Zeitlinmade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
2009-03-22  Vadim Zeitlinmake wxMessageOutput::Output() public to avoid having...
2009-03-22  Vadim Zeitlindeprecate integer trace masks and don't define the...
2009-03-22  Vadim Zeitlinmove forward declarations unneeded in wx/log.h to wx...
2009-03-22  Vadim Zeitlindefine wxUSE_LOG_DEBUG as wxDEBUG_LEVEL and not as...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-22  Vadim Zeitlincorrect wxASSERT_LEVEL_2 definition
2009-03-22  Vadim Zeitlinuse wxALIGN_RIGHT instead of wxTE_RIGHT here too (shoul...
2009-03-22  Vadim Zeitlinuse wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to...
2009-03-22  Vadim Zeitlinno changes, just wrap long lines
2009-03-22  Stefan Csomorsimpler define handling
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-21  Vadim Zeitlinmove __WXFUNCTION__ to wx/cpp.h from wx/debug.h
2009-03-21  Vadim Zeitlinmade wx/debug.h C++ header again (reverting changes...
2009-03-20  Francesco Montorsibuild fix (part of r59673, r59656)
2009-03-20  Robin DunnUse native EOL
2009-03-20  Francesco Montorsiadd the ToCLong, ToCULong and ToCDouble functions,...
2009-03-20  Stefan Csomorreworked font handling for osx
2009-03-20  Stefan Csomoradding more native definitions
2009-03-20  Francesco Montorsiimplement wxStrtoX_l() variants even when wxHAS_XLOCALE...
next