Fixes for archive tests on Windows.
[wxWidgets.git] / include /
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...
2009-03-19  Francesco Montorsiextend wxXLocale with wxStrto[d,l,ul] functions; make...
2009-03-18  Vadim Zeitlinfix (harmless) MSVC 64 bit compilation warning (closes...
2009-03-18  Francesco Montorsino change: just move a misplaced comment
2009-03-18  Vadim Zeitlinadd combobox drop down/close up events (closes #10587)
2009-03-18  Vadim Zeitlincorrect typo in SetAltExtensions() method (re-closes...
2009-03-18  Vadim Zeitlinmore bug fixes to multiple selection mode (see #626...
2009-03-18  Vadim Zeitlinno changes, just correct some comments and variable...
2009-03-17  Vadim Zeitlinallow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even...
2009-03-16  Francesco Montorsido not copy the typical setup.h in setup_gccxml.h;...
2009-03-16  Václav Slavíkdetect and report errors in XRC specification of grid...
2009-03-16  Václav Slavíkfixed wxXRC compilation with --disable-filesystem ...
2009-03-15  Francesco Montorsileftovers from r59566
2009-03-15  Francesco Montorsimake wxStatusBarPane a 'full class' with getters and...
2009-03-15  Francesco MontorsiwxMSW and wxPalmOS already had the wxFont(const wxSize...
2009-03-15  Francesco Montorsiadd the wxFont(const wxSize& pixelSize, ...) ctor to...
2009-03-15  Václav Slavíkbetter XRC errors reporting: report location of the...
2009-03-14  Francesco Montorsiimplement the wxGTK selective yield with a different...
2009-03-14  Vadim Zeitlincompilation fix for Watcom (see #10576)
2009-03-14  Francesco Montorsiinclude all events categories in wxEVT_CATEGORY_ALL
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-03-14  Francesco Montorsiadd overloads of ctors and Create() functions taking...
2009-03-14  Francesco Montorsifix crash caused by an wxMDIClientWindow's GTK signal...
2009-03-13  Stefan Csomorsolving inversion problem, because SetShape is redefine...
2009-03-13  Václav Slavíkadded wxXmlResource::LoadAllFiles()
2009-03-13  Julian SmartMade DoSize and GetPageRect virtual for easier derivati...
2009-03-12  Jaakko SalliReworked the way child properties can be added to a...
next