added wxABI_VERSION check around new public wxFileHistory::Set/GetBaseId() methods...
[wxWidgets.git] / include /
2007-01-14  Vadim Zeitlinadded wxABI_VERSION check around new public wxFileHisto...
2007-01-14  Julian SmartProvide access to file history base id
2007-01-12  Paul Cornettadd wxToolbook checking
2007-01-11  Vadim Zeitlinno changes, just refactor the code sending spin update...
2007-01-10  Vadim Zeitlinadd #if wxUSE_TOOLTIPS around DoSetToolTip()
2007-01-09  Julian SmartIsRich should be defined even if wxUSE_RICHTEXT isn't
2007-01-07  Vadim Zeitlinupdated version to 2.8.1
2007-01-07  Vadim Zeitlinupdated version to 2.8.1
2007-01-07  Vadim Zeitlinadded EVT_TASKBAR_CLICK and use it to show taskbar...
2007-01-07  Vadim Zeitlinmake HitTest() public (bug 1626543); this changes ABI...
2007-01-07  Vadim Zeitlindisable wxCollapsiblePane compilation in wx/chkconf...
2007-01-07  Vadim Zeitlinfix wxMDIChidFrame::GetPosition() (patch 1626610)
2007-01-07  Vadim Zeitlinfix wxConfig::DeleteGroup() for arguments with trailing...
2007-01-07  Vadim Zeitlinfixes and workarounds to return value of our own wxVsnp...
2007-01-07  Vadim Zeitlinset tooltips for the both subcontrols (patch 1622531)
2007-01-07  Vadim Zeitlinadded wxTreeCtrl::CollapseAll[Children]() and IsEmpty...
2007-01-07  Vadim Zeitlinadded wxTreeCtrl::CollapseAll[Children]() and IsEmpty...
2007-01-07  Stefan NeisCompilation fix for really old gcc versions.
2007-01-06  Robin DunnAdd GetAuiManager
2007-01-05  Vadim Zeitlinrename Inside(x,y) parameters to avoid gcc warnings...
2007-01-01  Paul Cornettremove inline from declaration of functions which are...
2006-12-29  Julian SmartProcess capture lost event to avoid assertion
2006-12-28  Kevin Ollivierexposing generic system option define, adding missing...
2006-12-26  Kevin OllivierAdd middle-item click support.
2006-12-25  Kevin OllivierImplement LIST_KEY_DOWN support, and move new functions...
2006-12-24  Václav Slavíkfixed wxFrame background colour in wxUniv on ports...
2006-12-24  Kevin OllivierImplementing LIST_ITEM_RIGHT_CLICK event support, and...
2006-12-24  Václav Slavíkremoved #ifdefs that conditionally included the exact...
2006-12-23  Vadim Zeitlinadded AutoHFONT; allow initialize SelectInHDC later...
2006-12-22  Kevin OllivierAdding SetFocus to wxABI_VERSION.
2006-12-21  Vadim Zeitlinrestored (as deprecated) accidentally removed wx{Dir...
2006-12-21  Kevin OllivierRestore compilation with --enable-stl, fix SetFocus...
2006-12-20  Vadim Zeitlinchanging ES_LEFT/CENTER/RIGHT styles only works for...
2006-12-19  Stefan Csomorfvisibility-inlines-hidden fix
2006-12-19  Stefan Csomorfixing -fvisibility-inlines-hidden problem (IsOk functi...
2006-12-18  Robin Dunnbump subrelease number
2006-12-18  Václav SlavíkwxDFB: fix events processing to support sockets events
2006-12-17  Vadim Zeitlinsuppress a CodeWarrior warning about long to int conver...
2006-12-15  Vadim Zeitlinfix compilation with wxUSE_STL=1 for VC6 (and presumabl...
2006-12-14  Václav SlavíkwxDFB's wxICON and wxBITMAP should use embedded XPMs...
2006-12-14  Václav Slavíkmoved wxX11's wxSocketTable to private wxSocketEventDis...
2006-12-13  Michael WetherellChange wxMkDir/wxRmDir to _wmkdir/_wrmdir for Borland...
2006-12-12  Robin DunnBump subrelease number
2006-12-12  Robin DunnAlso do LayoutControls from EVT_SIZE handler
2006-12-11  Kevin OllivierChange event names to clarify that they are only fired...
2006-12-11  Vadim Zeitlinadded $Id$ to the header
2006-12-11  Vadim Zeitlin1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi...
2006-12-11  Vadim Zeitlinuse wx prefix for wxUSE_NATIVE_SEARCH_CONTROL macro...
2006-12-11  Robin Dunninclude bitmap.h
2006-12-11  Kevin OllivierImprove default wxSearchCtrl GetBestSize() width and...
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-12-10  Václav Slavíkremoved code that already exist in ~wxTLWBase from...
2006-12-10  Vadim Zeitlinreplaced size_t with unsigned int in wxAnimation and...
2006-12-10  Stefan Csomoradding an autorelease capability (got weird crashes...
2006-12-09  Michael WetherellRevert last commit.
2006-12-09  Paul Cornettcorrect access for virtuals
2006-12-09  Paul Cornettrename RemoveIdleSource to SuspendIdleCallback
2006-12-09  Vadim Zeitlinimplement To/FromWchar() as wxCSConv methods, otherwise...
2006-12-09  Vadim Zeitlindefault name of wxStaticLine should be wxStaticLineName...
2006-12-09  Paul Cornettfix for SetPosition/SetInsertionPoint when called durin...
2006-12-08  Stefan Csomorswitching from native rtti to wxrtti
2006-12-07  Paul Cornettclass/struct mismatch
2006-12-07  Paul Cornettcorrect access for virtuals
2006-12-07  Paul Cornettcorrect access for virtuals
2006-12-07  Paul Cornettcorrect access for virtuals
2006-12-07  Paul Cornettcorrect access for virtuals
2006-12-06  Vadim Zeitlinwe don't need to include wx/url.h from the header,...
2006-12-06  Václav Slavíkuse WXDFB_FONTPATH variable instead of WXDFB_FONTDIR...
2006-12-05  Robin DunnAdd wxGraphicsMatrix::Get
2006-12-04  Vadim Zeitlinallow dynamically changing most of text control styles...
2006-12-04  Vadim Zeitlinremoved empty and unused CalculateScrollbar() method
2006-12-04  Vadim Zeitlinadded a small helper ToggleWindowStyle() function
2006-12-04  Vadim Zeitlinensure that scroll position is always in scrolling...
2006-12-04  Julian SmartUse font encoding
2006-12-04  Julian SmartAdded SetEncoding
2006-12-03  Vadim Zeitlinadded default value for GetLocalizedResourcesDir()...
2006-12-03  Vadim Zeitlinreplaced the button suppressing the assert dialog with...
2006-12-03  Stefan Csomoradding raster op hook to graphics context
2006-12-03  Stefan Csomoradding raster op hook
2006-12-02  Vadim Zeitlinadded Get(MultiLine)TextEvent() overloads returning...
2006-12-01  Robin DunnFix compile error
2006-12-01  Kevin OllivierAllow wxGenericListCtrl to correctly handle Get/SetScro...
2006-12-01  Václav Slavíkdestroy IDirectFBWindow in wxTLW dtor
2006-12-01  Václav Slavíkimplemented wxFontEnumerator for wxDFB
2006-11-30  Robin DunnReturn optimal label width from DrawHeaderButton
2006-11-30  Julian SmartCorrection to accessors
2006-11-30  Robert Roebling [ 1604925 ] Fix loading MIME types for KDE
2006-11-29  Mart Raudsepp[GTK] Do not define *_DEPRECATED macros for the gtk...
2006-11-28  Robin DunnMake room for the focus ring to be visible on Mac.
2006-11-28  Benjamin Williamsadded wxAuiNotebook::Split(); hooked up wxAuiMDIParentF...
2006-11-28  Julian SmartAdded wxAuiNotebook::GetPageText, GetPageBitmap
2006-11-28  Kevin OllivierFix SetItemCount bug with adding items, a blind fix...
2006-11-27  Vadim Zeitlinbetter fix for scope resolution operator and Borland...
2006-11-27  Vadim Zeitlindon't define wxMBFILES for Borland, this breaks compila...
2006-11-27  Vadim Zeitlindon't use scope resolution operator for Borland in...
2006-11-27  Vadim Zeitlininclude stdio.h to get FILE declaration (bug 1592935)
2006-11-27  Vadim Zeitlindon't link with GUI libraries when wxUSE_GUI==0
2006-11-27  Chris Elliottfix SF bug 1602033
2006-11-26  Benjamin WilliamswxAuiNotebook minor tab art interface cleanups
2006-11-26  Julian SmartStyles now sorted alphabetically
next