Resynch with 2.8 changes (realized I don't need __WX_COMPILING_COCOA_MSGDLG_MM__)
[wxWidgets.git] / docs /
2007-11-06  Julian SmartRemoved no longer needed desktop size hack
2007-11-06  Vadim Zeitlinimplement wxGetCientDisplayRect() correctly for X11...
2007-11-06  Julian SmartMoved desktop margin options to a more sensible place
2007-11-06  Julian SmartAdded sizer.desktopmargin.x, sizer.desktopmargin.y...
2007-11-05  Robert Roebling[ 1823588 ] gtk filedlg - droping support for gtk 2.2
2007-11-05  Vadim Zeitlinfix ReceiveTimeout() reference
2007-11-05  Vadim Zeitlinupdate the requirements: OS X >= 10.3, GTK+ >= 2.4
2007-11-05  Vadim Zeitlinimplement AutoComplete for wxMSW too
2007-11-04  Vadim Zeitlinadded wxTextEntry::AutoCompleteFileNames() and implemen...
2007-11-04  Vadim Zeitlinadded wxTextEntry::AutoComplete() and implemented it...
2007-11-04  Vadim Zeitlinimplement wxLocale::GetInfo() using CFLocale (modified...
2007-11-04  Vadim Zeitlinmention that wxTE_PROCESS_ENTER must be used in order...
2007-11-03  Vadim Zeitlinadded wxWindow::AlwaysShowScrollbars() and its wxMac...
2007-11-01  Vadim Zeitlinadded wxMessageQueue class for inter-thread communications
2007-10-31  Vadim Zeitlinmention that bitmap must be selected out of wxMemoryDC...
2007-10-29  Vadim Zeitlinadd wxMouseEvent::GetClickCount() and implement it...
2007-10-29  Vadim Zeitlinfix syntax errors in the example
2007-10-29  Vadim Zeitlinfix syntax error in the example
2007-10-28  Stefan NeisOS/2 currently unsupported due to platform's insufficie...
2007-10-27  Vadim Zeitlinfix memory leak in the usage example
2007-10-26  Vadim Zeitlinremove more references to wxODBC
2007-10-26  Julian SmartAdded documentation for gtk.window.force-background...
2007-10-25  Chris Elliottchanges to Borland install/usage
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 Zeitlinescape underscores introduced by the last change
2007-10-22  Vadim Zeitlinremoved mention of inexistent file
2007-10-22  Chris Elliottcorrect file path
2007-10-22  Chris Elliottupdate to 2.9
2007-10-22  Chris Elliottupdate to 2.9
2007-10-22  Chris Elliottchecked locations between 2.8 and 2.9
2007-10-20  Vadim Zeitlinmany wxIPC Unicode and UTF-8 fixes (use void* instead...
2007-10-20  Vadim Zeitlinfix (reversed) operator!() description (bug 1817138)
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-20  Vadim Zeitlinload message catalogs using wxFileSystem; use wxMemoryB...
2007-10-20  Vadim Zeitlindon't update the tree unnecessarily in Expand/CollapseA...
2007-10-20  Vadim Zeitlinspelling and other minor fixes (patch 1806283)
2007-10-20  Vadim Zeitlinadd discussion about the problems of using Yield()...
2007-10-19  Robert Roeblingminor corr
2007-10-19  Robert Roeblingminor corr
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  Robin Dunnfix typo
2007-10-18  Robin DunnMake event overview doc more clear about instances...
2007-10-18  Vadim Zeitlincorrected GetKeyInfo() (bug 1815516)
2007-10-17  Vadim Zeitlinexplicitly mention that IsChecked() can't be used with...
2007-10-17  Vadim Zeitlinfix references to wxCmdLineParser ctor
2007-10-17  Vadim Zeitlinfix broken links
2007-10-17  Robert RoeblingDocument alignment parameter
2007-10-17  Robert RoeblingMinor doc updates
2007-10-17  Robert RoeblingMinor doc updates
2007-10-17  Robert RoeblingMinor doc updates
2007-10-17  Robert RoeblingMinor doc updates
2007-10-17  Bryan PettyCorrected doc typo (missing escaped underscore). Patch...
2007-10-16  Robert RoeblingMoved paragraph to right place
2007-10-16  Robert RoeblingDoc improvements
2007-10-16  Robert RoeblingCorrected AppendXXXColumn method params
2007-10-16  Robert RoeblingDocs for wxDataViewTreeStore
2007-10-13  Robert RoeblingMinor doc corr
2007-10-13  Robert RoeblingUse typesafe wxVariantList in wxVariant instead of...
2007-10-13  Robert RoeblingwxVariantData no longer inherits from wxObject
2007-10-12  Robert Roeblingadded wxDataViewModel::HasContainerColumns
2007-10-10  Chris Elliottupdate souce of wxart2d
2007-10-10  Benjamin Williamsadded DockFixed() pane option; doc updates
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-10-08  Vadim Zeitlinadded wxBase64Decode() overload taking wxString, otherw...
2007-10-07  Vadim Zeitlinmade wxTreeCtrl::GetNextVisible() behave in the same...
2007-10-06  Vadim Zeitlinalways return wxString from wxGetUserHome() instead...
2007-10-05  Robert Roeblingforgot to commit
2007-10-03  Vadim Zeitlinsemaphore with count of 1 is not exactly the same as...
2007-10-02  Vadim Zeitlinmention that Win32 mutexes are always recursive
2007-10-02  Robert RoeblingDocument _ITEM_VALUE_CHANGED and implmement it equally...
2007-10-01  Robert RoeblingAdded API for adding/deleting/changing multiple items
2007-09-30  Václav Slavíkgenerate #line references to source .xrc files in wxrc...
2007-09-30  Václav Slavíkinclude line number information in wxXmlNode (based...
2007-09-24  Václav Slavíkdocument that GetAttribute's argument must not be NULL
2007-09-23  Vadim Zeitlinadded wxWindow::GetPopupMenuSelectionFromUser() (modifi...
2007-09-22  Robert RoeblingRemoved last bits of DrawScaledBitmap (was removed...
2007-09-22  Bryan PettyCorrected doc typo (missing escaped underscore).
2007-09-21  Julian SmartDoc corrections
2007-09-21  Vadim Zeitlinpredefine _WIN32_IE before including shellapi.h too...
2007-09-21  Julian SmartCorrected typo
2007-09-21  Vadim Zeitlinadded wxDEPRECATED_INLINE, use it for wxPixelData<wxBit...
2007-09-21  Robert RoeblingMention that DrawLines( wxList *) is deprecated
2007-09-20  Vadim Zeitlinapply XRCID() automatically to XRCSIZERITEM() argument...
2007-09-20  Vadim Zeitlinadded Portuguese translation from Antonio Cardoso Martins
2007-09-19  Robert RoeblingCorrect alphabetical order
2007-09-19  Vadim Zeitlinfix bug with deleting and recreating entries in wxFileC...
2007-09-18  Julian SmartwxBORDER_THEME now means 'use an appropriate themed...
2007-09-17  Robert RoeblingAlways make wxWindow::SetFocus() focus the window,...
2007-09-17  Vadim Zeitlindon't abbreviate 'control' to 'ctrl' (patch 1780280)
2007-09-17  Vadim Zeitlinreverted wxSocket changes of rev 48723 as they broke...
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-09-16  Vadim Zeitlinmore fixes for using wxSocket in console applications...
2007-09-16  Vadim Zeitlinadded XRCSIZERITEM() allowing to directly retrieve...
2007-09-14  Vadim Zeitlinmention that support for reading alpha from TIFF images...
2007-09-14  Vadim Zeitlinreverted the change of wxCmdLineEntryDesc fields to...
2007-09-14  Robert RoeblingAPI change: a single SELECTION_CHANGED not lots of...
2007-09-13  Vadim Zeitlinadded attribution for wxSYS_DCLICK_TIME time change
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
next