Applied patch #1821711 (workaround for Watcom inconsistency wrt Posix functions)
[wxWidgets.git] / include /
2007-10-28  Stefan NeisApplied patch #1821711 (workaround for Watcom inconsist...
2007-10-27  Paul Cornettbuild fixes
2007-10-27  Paul Cornettdon't include platform headers from public wx header
2007-10-27  Paul Cornettcorrect access for virtuals
2007-10-27  Julian SmartImplementation of wxSysColourChangedEvent on wxGTK
2007-10-27  Julian SmartFixed context menu in wxRichTextCtrl
2007-10-27  Chris Elliottanother DMC build fix (thread.gmane.org/gmane.comp...
2007-10-26  Robin DunnMove the %disownarg directive to the .i file
2007-10-26  Paul Cornettrevert calling static directly, its not always static
2007-10-26  Paul Cornettmake access for virtuals match base
2007-10-26  Paul Cornettuse class keyword to match forward decl, call static...
2007-10-26  Paul Cornettallow including wx/crt.h first
2007-10-25  Paul Cornettbuild fixes
2007-10-25  Chris Elliottallow Borland 5.5 again
2007-10-25  Chris Elliottremove extra ';'
2007-10-24  Vadim Zeitlinuse LogLastRepetitionCountIfNeeded() instead of DoLogNu...
2007-10-24  David ElliottDon't check for wxMac before overriding WORDS_BIGENDIAN...
2007-10-24  David ElliottRemove defined(__WXMAC__) && defined(__APPLE__) case...
2007-10-24  Paul CornettUse a GtkVBox to do TLW layout. Rework some of the...
2007-10-24  Vadim Zeitlinadd a critical section protecting ms_prev variables...
2007-10-24  Vadim Zeitlinslightly simplified wxLog repetition counting code
2007-10-24  Julian SmartSmall usability improvements
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-10-23  Vadim Zeitlindo use vswprintf() with mingw32 if STLPort >= 5.1 is...
2007-10-23  Vadim Zeitlindon't compare initial slider position with uninitialize...
2007-10-23  Vadim Zeitlinremove ODBC and DBgrid libraries
2007-10-22  Vadim Zeitlinadded wxBG_STYLE_TRANSPARENT and implemented it for...
2007-10-22  Vadim Zeitlinadd HDF_SORTUP/DOWN definitions
2007-10-22  Robert RoeblingUse a private GtkCellRendererText for rendering text...
2007-10-22  Robert Roeblingremove deprecated and constructor and SetModal() methods
2007-10-22  Robert Roeblingremove deprecated and constructor and SetModal() methods
2007-10-22  Chris Elliottupdate to 2.9.0
2007-10-21  Paul Cornettadd wxUSE_MINIFRAME wrapper
2007-10-21  Paul Cornettfix header wrapper typo
2007-10-20  Vadim Zeitlinfix unused parameter warnings
2007-10-20  Vadim Zeitlinmany wxIPC Unicode and UTF-8 fixes (use void* instead...
2007-10-20  Vadim Zeitlindefine wxUTF8Buf as the type returned by wxString:...
2007-10-20  Vadim Zeitlinundefine _DEFINE_LIST before redefining it; also rename...
2007-10-20  Vadim Zeitlindeprecate wxEffects
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-20  Vadim Zeitlinadd support for detached threads in wxThreadHelper...
2007-10-20  Vadim Zeitlinexport wxInvalidSize from DLL builds (patch 1805738)
2007-10-19  Julian SmartAdded wxVariantData::Clone and wxVariant::Unshare
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-18  Paul Cornettsimplify toolbar and statusbar create/set code
2007-10-18  David ElliottAdded fontfactory.h that should have been part of 49213.
2007-10-18  David ElliottHalfway reasonable implementation of wxFont for wxCocoa.
2007-10-17  Vadim Zeitlinremove wxWindow::Clear() from wxDFB and wxMGL which...
2007-10-17  Robert RoeblingCorrect focus rect to not appear in unfocussed controls...
2007-10-17  Robert RoeblingCorrect EnsureVisible() to show last item entirely
2007-10-17  Robert RoeblingMore alignment issues
2007-10-17  Robert RoeblingChange default alignment to centre vertically
2007-10-17  Paul Cornettremove C++ comment
2007-10-16  Robert RoeblingAdd wxDataViewTreeStore with sample
2007-10-13  Robert RoeblingBeginning of wxDataViewTreeStore API
2007-10-13  Robert RoeblingMade wxList no longer inherit from wxObject, no change...
2007-10-13  Robert RoeblingUse typesafe wxVariantList in wxVariant instead of...
2007-10-13  Robert Roeblingdefine typesafe wxVariantList (to be used by wxVariant...
2007-10-13  Robert RoeblingwxVariantData no longer inherits from wxObject
2007-10-13  David ElliottMove wxCocoa's wxFontRefData from the header to the...
2007-10-12  Robert Roeblingadded wxDataViewModel::HasContainerColumns
2007-10-11  Julian SmartMake SaveFile and LoadFile virtual so they can be overr...
2007-10-10  Václav Slavíkcompilation fixed for wxDataViewCtrl: almost no class...
2007-10-10  Chris Elliottupdate setup.h for univ
2007-10-10  Vadim Zeitlincompilation fix for wxUniv: don't use the native wxText...
2007-10-10  Benjamin Williamsadded DockFixed() pane option; doc updates
2007-10-10  Václav Slavíkcompilation fix for Mingw: it doesn't have std::wostream
2007-10-09  Robin DunnGive wxMac's wxStaticBox an AcceptsFocus method
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-10-09  Vadim Zeitlindefine insertion operator in std::wostream in Unicode...
2007-10-09  Vadim Zeitlinfixed operator<<(ostream&, wxString) to output string...
2007-10-09  Vadim Zeitlindon't define operator<<(ostream&, wxString) at all...
2007-10-08  Vadim Zeitlincompilation fix for wxUSE_STL==1 build
2007-10-08  Vadim Zeitlinadded wxBase64Decode() overload taking wxString, otherw...
2007-10-08  Vadim Zeitlinremoved extra const in DoGetFilenames() declaration
2007-10-08  Chris Elliottset minimum bcc32 version to turbo explorer
2007-10-07  Robert RoeblingUpdate from Hartwig for OS X implementation
2007-10-07  Václav Slavíkglobally disable VC++'s warning 4251 (non-exported...
2007-10-07  Vadim Zeitlinmade Blur() methods const (bug 180914)
2007-10-07  Vadim Zeitlinfixed several problems due to use of GetEditHWND()...
2007-10-06  Vadim Zeitlinalways return wxString from wxGetUserHome() instead...
2007-10-05  Vadim Zeitlinfix wxGenericFileDialog::Get{Path,Directory,Filename...
2007-10-05  Václav Slavíkuse typed containers in wxHtmlParser instead of type...
2007-10-05  Václav Slavíkfixed WX_CLEAR_HASH_SET to compile
2007-10-05  David ElliottDuplicate wxTextCtrl code to wxComboBox because we...
2007-10-05  Chris Elliottadd DMC to misbehaving compilers
2007-10-02  Michael WetherellDefine CPPUNIT_STD_NEED_ALLOCATOR to 0 if it is undefin...
2007-10-02  Vadim Zeitlinfix several mingw32 warnings (patch from Tim Stahlhut)
2007-10-02  Vadim ZeitlinPCH-less compilation fix
2007-10-02  Robert RoeblingDocument _ITEM_VALUE_CHANGED and implmement it equally...
2007-10-01  Vadim Zeitlindefine WXDLLIMPEXP_FWD_XXX as nothing for mingw32 too...
2007-10-01  Vadim Zeitlinuse WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT
2007-10-01  Jouk JansenOpenVMS : removing dependency on obsolete Porting-libra...
2007-10-01  Robert RoeblingAdded API for adding/deleting/changing multiple items
2007-09-30  Václav Slavíkinclude line number information in wxXmlNode (based...
2007-09-30  Václav Slavík_WX_DECLARE_OBJARRAY was missing reserve() declaration
2007-09-30  Václav Slavíkuse reserve() instead of Alloc() in WX_APPEND_ARRAY...
2007-09-27  Václav Slavíkcopy the list in wxList::operator=(), for consistency...
2007-09-27  Vadim Zeitlinadded disambiguation for Clear() too
next