added wxABI_VERSION check around new public wxFileHistory::Set/GetBaseId() methods...
[wxWidgets.git] / docs /
2007-01-11  Vadim Zeitlinuse wxNO_LEN and wxCONV_FAILED symbolic constants inste...
2007-01-11  Vadim Zeitlinfix lack of spin control update event when control...
2007-01-10  Julian SmartRemoved versions so we don't have to update with every...
2007-01-10  Julian SmartUpdated date
2007-01-10  Julian SmartUpdated version and date
2007-01-09  Vadim Zeitlinmore about virtual functions access specifier changing
2007-01-08  Chris Elliottremove space which broke tex2rtf
2007-01-07  Vadim Zeitlinalso update manual.tex
2007-01-07  Vadim Zeitlinupdated version to 2.8.1
2007-01-07  Vadim Zeitlinadded a script to update release version field
2007-01-07  Vadim Zeitlinadded EVT_TASKBAR_CLICK and use it to show taskbar...
2007-01-07  Vadim Zeitlinfix attribute memory leak in wxGrid::ShowCellEditContro...
2007-01-07  Vadim Zeitlinfix wxConfig::DeleteGroup() for arguments with trailing...
2007-01-07  Vadim Zeitlinmention RTL fixes by Diaa Sami
2007-01-07  Vadim Zeitlincorrected ctor signature
2007-01-07  Vadim Zeitlinadded wxTreeCtrl::CollapseAll[Children]() and IsEmpty...
2007-01-07  Vadim Zeitlinoperators == and != are const (part of patch 1622125)
2007-01-05  Vadim Zeitlinmore unescaped underscores
2007-01-05  Vadim Zeitlinfix broken links to File/DirName()
2006-12-31  Vadim Zeitlincorrect OnOpenError() return type
2006-12-29  Vadim ZeitlinwxVariant and wxVariantData are ref counted too (patch...
2006-12-29  Vadim ZeitlinwxFileModificationTime return -1, not 0, on error ...
2006-12-24  Václav Slavíkdisable (some) features that are not available in DirectFB
2006-12-24  Vadim Zeitlindocument ShowHidden() (patch 1619786)
2006-12-24  Vadim Zeitlinadded a couple of missing membersections and fixed...
2006-12-21  Vadim Zeitlinreversed binary and forward compatibility terms to...
2006-12-21  Vadim Zeitlinrestored (as deprecated) accidentally removed wx{Dir...
2006-12-21  Václav Slavíksockets work with wxDFB now
2006-12-19  Mart RaudseppUnswap example returns values for GetPluginsDir and...
2006-12-16  Vadim Zeitlinadded links to Dir/FileName in construction section...
2006-12-15  Vadim Zeitlinfix compilation with wxUSE_STL=1 for VC6 (and presumabl...
2006-12-15  Vadim Zeitlinrespect background colour of wxStaticText in wxUniv
2006-12-15  Vadim Zeitlincorrect GetBestSize() to return correct best size,...
2006-12-15  Vadim Zeitlinmention wxRmDir() and its opposite return value meaning...
2006-12-13  Vadim Zeitlinmention bcc Unicode build fix
2006-12-13  Vadim Zeitlindon't crash in Unicode build if command line arguments...
2006-12-12  Vadim Zeitlinreplaced 25 in libraries names with 28
2006-12-11  Kevin OllivierChange event names to clarify that they are only fired...
2006-12-11  Vadim Zeitlinmention wxSearchCtrl
2006-12-11  Vadim Zeitlin1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi...
2006-12-11  Vadim Zeitlinfix LaTeX syntax (non-escaped underscore)
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-12-10  Václav Slavíkadded brief installation instructions for wxDFB port
2006-12-10  Vadim Zeitlinreplaced size_t with unsigned int in wxAnimation and...
2006-12-09  Robert Roebling Update Readme.txt
2006-12-09  Vadim Zeitlinmention wxCSConv(utf-16/32) fix
2006-12-09  Robert Roebling Mention that GetEditControl is only missing in Mac...
2006-12-06  Robert Roebling Correct Unicode support topic.
2006-12-05  Robin DunnAdd wxGraphicsMatrix::Get
2006-12-05  Julian SmartChanged month
2006-12-04  Vadim Zeitlinenable gnomeprint code by default
2006-12-04  Kevin OllivierMention the wxSystemOption for turning on the generic...
2006-12-04  Vadim Zeitlinfix (harmless) assert in virtual list control under...
2006-12-04  Vadim Zeitlinallow dynamically changing most of text control styles...
2006-12-04  Vadim Zeitlinadded documentation of return value of ToggleWindowStyle()
2006-12-04  Vadim Zeitlinadded a small helper ToggleWindowStyle() function
2006-12-03  Robert Roebling Missing bracket.
2006-12-03  Robert Roebling Move list of raw overviews under the categorized
2006-12-03  Vadim Zeitlinremove pointer to the changelog in the docs which isn...
2006-12-02  Vadim Zeitlinremoved many redundant 'overview's; tried to make more...
2006-12-02  Vadim Zeitlinremoved 2 more extra '{'s
2006-12-02  Vadim Zeitlinescape underscores to fix the docs build
2006-12-02  Vadim Zeitlinremove extra '{' which broke docs compilation
2006-12-02  Robert Roebling Managed to trick LaTex into using the overviews
2006-12-02  Vadim Zeitlinadded Get(MultiLine)TextEvent() overloads returning...
2006-12-02  Vadim ZeitlinSetFormat() exists in generic version only (bug 1605753)
2006-12-02  Robin DunnImplemented wxLocale::IsAvailable for unix systems
2006-11-30  Robin DunnReturn optimal label width from DrawHeaderButton
2006-11-29  Robert Roebling Simpler version of [ 1604590 ] wxListCtrl::FindItem...
2006-11-28  Benjamin Williamsadded wxAuiNotebook::Split() documentation
2006-11-28  Julian SmartAdded wxAuiNotebook::GetPageText, GetPageBitmap
2006-11-27  Julian SmartFixed some typos
2006-11-27  Vadim Zeitlinneed to tweak the standard header with BCC 5.6 to build...
2006-11-26  Julian SmartFurther wxRTC doc updates
2006-11-26  Vadim Zeitlinreplaced some chars with wxChars (patch from Tim Kosse)
2006-11-26  Robert Roebling [ 1602455 ] [docs] Fix docs for event used by pickers...
2006-11-26  Robert Roebling [ 1602454 ] [docs] Fix wxANIM_ enum values
2006-11-26  Robert Roebling [ 1601396 ] Fix copy of empty wxXmlDocuments
2006-11-25  Vadim Zeitlincorrected wxTreeCtrl::GetBestSize() for a control with...
2006-11-25  Vadim Zeitlinadded wxWindow::GetWindowBorderSize()
2006-11-24  Robert Roebling Correct include file for wxGetActiveWindow()
2006-11-24  Vadim ZeitlinFixed bug in wxCalendarCtrl::HitTest() when clicking...
2006-11-23  Vadim Zeitlintypo: s/if/is/
2006-07-25  Włodzimierz SkibaPCH build fix.
2006-07-25  Vadim Zeitlinoptionally count repeating wxLog messages instead of...
2006-07-24  Vadim Zeitlindon't send duplicate set/kill focus events when the...
2006-07-24  Vadim Zeitlinallow customization of individual grid lines appearance...
2006-07-24  Vadim Zeitlindocumentation for wxAppTraits (patch 1518295 from Franc...
2006-10-11  Robin DunnAdd wxOverlay
2006-11-21  Robert Roebling Add more comments about ref counting and cow to
2006-11-20  Julian SmartFurther wxRTC doc additions
2006-11-20  Julian SmartTrailing newline.
2006-11-20  Mart RaudseppSome typo fixes
2006-11-19  Michael WetherellAdd notes on wxZip changes.
2006-11-19  Michael WetherellCorrect the comments on wxFileSystem changes.
2006-11-19  Robert Roebling Copy and paste error.
2006-11-19  Robert Roebling Correct broken reference. Mention wxFileName::DirName()
2006-11-19  Vadim Zeitlindocument GetSelection(from, to) (bug 1592221)
2006-11-19  Vadim Zeitlinadded missing blank line
2006-11-19  Vadim Zeitlinreplaced 2nd wxCONTROL_CURRENT with correct wxCONTROL_F...
next