Initial commit of wxAUI
[wxWidgets.git] / docs /
2006-06-06  Vadim Zeitlinreplaced WXTYPE with wxEventType
2006-06-05  Vadim ZeitlinReparent() is available under Mac as well (bug 1500782)
2006-06-04  Vadim Zeitlins/wxHyperLinkCtrl/wxHyperlinkCtrl/
2006-06-04  Vadim Zeitlinadded hyperlink.tex
2006-06-04  Vadim Zeitlinadded missing brace after wxTB_NO_TOOLTIPS
2006-06-04  Vadim Zeitlinfixed typo in HitTest() docs
2006-06-03  Vadim Zeitlinclarify global wxConfig object life-management
2006-06-01  Vadim Zeitlinadded possibility to reorder columns by dragging them...
2006-05-31  Vadim Zeitlinadded wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329...
2006-05-31  Vadim Zeitlincorrected header for wxWakeUpIdle()
2006-05-31  Włodzimierz Skiba[ 1498016 ] 'Add wxUniv toolbar support wxTB_TEXT style...
2006-05-30  Vadim Zeitlinmentioned that the handlers should be allocated on...
2006-05-29  Michael WetherellWarning fixes for VC++ 5.0
2006-05-29  Michael Wetherell64-bit fix in wxNotebook for Tru64.
2006-05-29  Michael WetherellwxMGL fixes.
2006-05-29  Michael WetherellAdd url for linux djgpp cross compiler (Cavit Cahit...
2006-05-29  Paul Cornettmention better gtk wxScrollWinEvent generation
2006-05-29  Włodzimierz SkibaSource cleaning for new features.
2006-05-29  Vadim Zeitlinmiscellaneous wxFont enhancements (patch 1496606):
2006-05-28  Vadim Zeitlinspelling fixes (patch 1495562)
2006-05-28  Vadim Zeitlinadded CollapsePath() (patch 1494638)
2006-05-28  Vadim Zeitlinimplemented notifications of the child process terminat...
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2006-05-28  Vadim Zeitlinuse dynamic array for the page breaks positions (patch...
2006-05-28  Vadim Zeitlinadded British spellings of the alignment flags (patch...
2006-05-28  Vadim Zeitlinadded support for CMYK JPEGs loading (patch 1476078)
2006-05-28  Vadim Zeitlindocument that GetSubItemRect() is new since 2.7.0
2006-05-28  Vadim Zeitlinadded wxListCtrl::GetSubItemRect() and subitem hit...
2006-05-28  Vadim Zeitlinadded wxHyperlinkCtrl (patch 1476781 from Francesco)
2006-05-28  Vadim Zeitlindelete the associated wxStaticBox in wxStaticBoxSizer...
2006-05-28  Vadim Zeitlinadded wxTB_NO_TOOLTIPS (heavily modified patch 1458009)
2006-05-28  Vadim ZeitlinwxVsnprintf() implementation with positional parameters...
2006-05-28  Vadim ZeitlinwxFontEnumerator::GetFacenames/Encodings() now return...
2006-05-28  Mart RaudseppThe following methods appear to be new since 2.7.0...
2006-05-28  Mart RaudseppwxStringTokenizer::GetLastDelimiter is new since 2.7.0
2006-05-28  Mart RaudseppGetDocumentsDir, GetResourcesDir and GetLocalizedResour...
2006-05-28  Mart RaudseppUnderscore escaping fix from Angel Vidal Veiga
2006-05-28  Mart Raudsepp\newsince{2.7.0} for GetMouseCursor with a note to...
2006-05-28  Mart Raudseppnewsince for ProcessMouseClick with a note to OnMouseCl...
2006-05-28  Mart RaudseppAdd \newsince{2.7.0} to GetAsString and Set(wxString&)
2006-05-28  Mart RaudseppFix underscore escaping again (one obscure one left...
2006-05-27  Vadim Zeitlinmoved power functions for MSW from utils.cpp to (new...
2006-05-27  Vadim Zeitlinadded wxPowerEvent; moved power functions stubs to...
2006-05-26  Włodzimierz SkibaCorrect dll usage for wxDatePickerCtrl under WinCE.
2006-05-26  Vadim Zeitlinmention the addition of the clipboard events
2006-05-24  Mart RaudseppTypo fix (age -> page) and \texttt{NULL} -> \NULL
2006-05-24  Włodzimierz SkibawxToggleButton for wxUniv already introduced.
2006-05-23  Julian SmartDocumented wxUniv wxToggleButton addition
2006-05-22  Vadim Zeitlindocument that wxRenderer methods [are supposed to]...
2006-05-18  Julian SmartAdded Set/GetQuickBestSize
2006-05-16  Vadim Zeitlinrenamed wxComboControl to wxComboCtrl and related wxUSE...
2006-05-16  Vadim Zeitlinadded documentation of common attributes
2006-05-16  Mart RaudseppFix doc bug #1455621 - wxURI documentation has wrong...
2006-05-14  Kevin HockContinue reading after checking the pushback buffer...
2006-05-12  Vadim Zeitlinadded clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT...
2006-05-11  Mart RaudseppAdd some helpref's in the wxPython topic overview....
2006-05-08  Vadim Zeitlinmention wxComboControl
2006-05-06  Vadim Zeitlinbetter Wait/Delete() docs (patch 1434085)
2006-05-06  Vadim Zeitlindocs for Get/SetNativeFontInfoUserDesc() (part of patch...
2006-05-06  Vadim Zeitlinmisc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag...
2006-05-06  Vadim Zeitlinmention that Wait() relocks the mutex before returning...
2006-05-06  Vadim Zeitlinadded wxString::EndsWith() (patch 1483049)
2006-05-06  Vadim Zeitlinallow to specify the value for unknown ids in GetXRCID...
2006-05-06  Vadim Zeitlinadded wxTextAttr::Merge (modified patch 1482719)
2006-05-06  Vadim Zeitlinblank lines were ignored in multiline cell labels ...
2006-05-05  Vadim Zeitlincorrected wording of application shutdown logic description
2006-05-05  Vadim Zeitlinmention that timestamp is in ms
2006-05-04  Vadim Zeitlinmention that SetItemToolTip() is for wxMSW and wxGTK2...
2006-05-04  Vadim Zeitlinadded support for radiobox items tooltips in XRC
2006-05-04  Vadim Zeitlinadded brief wxRadioBox description
2006-05-04  Vadim Zeitlinadded Get/SetItemToolTip() (and implemented them for...
2006-05-03  Vadim Zeitlindocumented GetPathWithSep()
2006-05-02  Vadim Zeitlinmention that FindToolForPosition() is not implemented...
2006-04-30  Włodzimierz SkibaRenamed DrawCheckButton due to conflict with existing...
2006-04-30  Robert Roebling Applied patch to add n bitmaps at once to an image
2006-04-30  Robert Roebling wxListBox default cstr doc patch.
2006-04-30  Robert Roebling Commit XML doc patch.
2006-04-30  Robert Roebling int -> unsigned int in wxListBox docs.
2006-04-30  Włodzimierz SkibaNo more avoiding wxSizer::Fit in wxWinCE builds.
2006-04-27  Włodzimierz SkibawxTLW::IsAlwaysMaximized() introduction.
2006-04-24  Robert Roebling Committed Jaako's renderer patch
2006-04-24  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-23  Vadim Zeitlincorrected return codes of various methods (patch 1472288)
2006-04-20  Vadim ZeitlinLaTeX syntax error in wxRenameFile fixed
2006-04-20  Václav Slavíkfixed typo: SelectItem doesn't have return value
2006-04-18  Vadim Zeitlindefine constfunc in terms of func, this helps tex2rtf...
2006-04-18  Vadim ZeitlinwxSizerItem can be used by user code
2006-04-17  Vadim Zeitlindocument that Remove(index) doesn't delete the window...
2006-04-17  Vadim Zeitlincorrected ancient event type constant in an example
2006-04-17  Vadim Zeitlinadded insert_at property for the object nodes (patch...
2006-04-17  Vadim Zeitlinadded wxStandardPaths::GetDocumentsDir() (patch 1214360)
2006-04-16  Vadim Zeitlincentralized the handling of border styles; added border...
2006-04-16  Vadim Zeitlinadded wxMenu::AppendSubMenu() to avoid having to specif...
2006-04-16  Vadim Zeitlinclarified the rules for determining whether the path...
2006-04-16  Vadim Zeitlinsimplify/cleanup wxTheXXXList and wxGDIObject code...
2006-04-16  Vadim Zeitlindocumented Set/GetBitmapSelected() (patch 1339028)
2006-04-16  Vadim ZeitlinHandle alpha channel in wxImage::Mirror() and GetSubIma...
2006-04-16  Vadim Zeitlinadded overwrite parameter to wxRenameFile (patch 1467041)
2006-04-16  Vadim Zeitlinadded missing methods documentation (patch 1466949...
2006-04-16  Vadim ZeitlinHitTest() seems to be implemented on most platforms...
next