]> git.saurik.com Git - wxWidgets.git/history - docs
make the frame big enough to show all controls initially
[wxWidgets.git] / docs /
2006-07-02  Stefan NeisUpdated information on concurrent installs.
2006-07-02  Stefan NeisRemoved some outdated stuff.
2006-07-02  Stefan NeisFixed typos in comments (patch #1515724)
2006-07-02  Vadim Zeitlinadded indirect base classes too (patch 1513451)
2006-07-02  Vadim ZeitlinIndex() is const (patch 1513451)
2006-07-02  Vadim Zeitlinadded ExpandAllChildrne() (patch 1498343)
2006-07-01  Julian SmartCorrected GIF
2006-07-01  Julian SmartFirst cut at wxRichTextCtrl documentation
2006-07-01  Julian SmartRemoved duplicate wxDCClipper documentation
2006-07-01  Julian SmartSwapped parameters
2006-06-30  Angel Vidal VeigaOld socket code has no wxDatagramSocket::Connect()...
2006-06-30  Angel Vidal VeigawxDatagramSocket docs added
2006-06-29  Julian SmartMoved wrongly placed hit test constants
2006-06-29  Julian SmartMoved wxRichTextCtrl to its own library
2006-06-28  Julian SmartFixed zoom problem (Robert J.Lang)
2006-06-28  Julian SmartAdded support for tabs in wxRichTextCtrl (Ashish More)
2006-06-27  Vadim Zeitlinuse wxBoxSizer in wxPickerBase instead of doing the...
2006-06-27  Julian SmartAdded wxPROPSHEET_TREEBOOK option
2006-06-26  Vadim Zeitlinpicker controls improvements: fixes to valid paths...
2006-06-26  Vadim Zeitlinadded SetModified() for people who find it easier to...
2006-06-22  Vadim Zeitlincorrected redundant link to wxLogTextCtrl itself in...
2006-06-19  Włodzimierz Skiba[ 1507795 ] Small doc patch.
2006-06-18  Vadim Zeitlinfixed incorrect reference to wxhelpeventorigin
2006-06-16  Włodzimierz Skiba[ 1504474 ] Small hyperlink doc fix.
2006-06-15  Michael WetherellBourne compatible wx-config changelog
2006-06-14  Włodzimierz Skiba[ 1495657 ] Documentation for wxComboCtrl and wxOwnerDr...
2006-06-14  Vadim Zeitlinfill in flags parameter of HitTest() for all book contr...
2006-06-14  Vadim Zeitlinmade wxTree/ListCtrl::HitTest() const
2006-06-14  Robin DunnRevert last change, it was unintended
2006-06-14  Robin Dunnfixed line endings
2006-06-13  Vadim Zeitlindocument wxHelpEvent::Set/GetOrigin()
2006-06-13  Włodzimierz SkibaFixed broken reference.
2006-06-12  Vadim Zeitlindocumented recently added Set/GetItemHelpText() and...
2006-06-11  Vadim Zeitlinadded possibility to specify modules dependencies
2006-06-11  Vadim Zeitlinmake it possible to associate context help text with...
2006-06-11  Vadim Zeitlinmade it possible to associate context help to a region...
2006-06-10  Julian SmartAdded log for Mac process termination fix.
2006-06-08  Robin DunnApplied Patch #1502804: wx*PickerCtrl documentation...
2006-06-07  Włodzimierz SkibaMissing plural.
2006-06-07  Włodzimierz SkibaWidgets sample mentioned.
2006-06-07  Włodzimierz SkibaUse common book flags (and other minor corrections).
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...
next