Resynch with 2.8 changes (realized I don't need __WX_COMPILING_COCOA_MSGDLG_MM__)
[wxWidgets.git] / include /
2007-11-09  David ElliottResynch with 2.8 changes (realized I don't need __WX_CO...
2007-11-09  David ElliottAdd RCS-ID and normalize whitespace.
2007-11-09  David ElliottMake new wxCocoaMessageDialog suitable for backport...
2007-11-09  David ElliottApplied slightly-modified patch 1826540 from Gareth...
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-11-06  Mart RaudseppInclude the parent classes header to fix compilation...
2007-11-05  Vadim Zeitlinimplemented wxTextEntry for wxMotif, made wxComboBox...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-11-05  Robert RoeblingMinimum is now GTK+ 2.4
2007-11-05  Robert Roebling[ 1823588 ] gtk filedlg - droping support for gtk 2.2
2007-11-05  Vadim Zeitlinforward declare wxArrayString (compilation fix for...
2007-11-05  Vadim Zeitlinimplement AutoComplete for wxMSW too
2007-11-04  Paul Cornettbuild fix: return type for AutoComplete is bool
2007-11-04  Vadim Zeitlinadded wxTextEntry::AutoCompleteFileNames() and implemen...
2007-11-04  Vadim Zeitlinadded wxTextEntry::AutoComplete() and implemented it...
2007-11-04  Paul Cornettbuild fixes for universal
2007-11-04  Vadim Zeitlinuse gtk_entry_set_activates_default() instead of redoin...
2007-11-03  Vadim Zeitlinadded wxWindow::AlwaysShowScrollbars() and its wxMac...
2007-11-03  Vadim Zeitlinmake wxScrollBar derive from wxScrollBarBase under...
2007-11-03  Vadim Zeitlinhandle failure of gtk_drag_begin() (which can happen...
2007-11-02  Vadim Zeitlinfix warnings in EventsSuppressor ctor from gcc with...
2007-11-02  Paul Cornettbuild fixes
2007-11-02  Vadim Zeitlinfixes for DLL build
2007-11-01  Vadim Zeitlinuse wxTextEntry in wxTextValidator (modified patch...
2007-11-01  Vadim Zeitlinmade LogLastRepetitionCountIfNeeded() non static to...
2007-11-01  Vadim Zeitlinadded wxMessageQueue class for inter-thread communications
2007-11-01  Vadim Zeitlinalso assert in generic GetSelection() if the control...
2007-10-29  Vadim Zeitlinadd wxMouseEvent::GetClickCount() and implement it...
2007-10-29  David ElliottAdd WXUNUSED to unused parameters in several inline...
2007-10-29  Chris ElliottDMC work round
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
next