added wxApp::Set/GetAppDisplayName() (patch 1780414)
[wxWidgets.git] / docs /
2007-09-09  Vadim Zeitlinadded wxApp::Set/GetAppDisplayName() (patch 1780414)
2007-09-09  Vadim Zeitlinadd wxSYS_DCLICK_TIME system metric constant; use it...
2007-09-09  Vadim Zeitlindeclare wxEVT_GRID_COL_MOVE event (which was defined...
2007-09-09  Vadim Zeitlinfixed off by 1 bug in wxDC::GradientFillLinear() (patch...
2007-09-08  Vadim Zeitlinadded support for reading resolution information from...
2007-09-07  Vadim Zeitlinbetter document some of the incompatibilities introduce...
2007-09-07  Vadim Zeitlinchange wxCmdLineEntryDesc::short/longName type to wxStr...
2007-09-07  Vadim Zeitlindon't use _T() inside wxGetTranslation() and related...
2007-09-07  Vadim Zeitlinchanged wxCmdLineEntryDesc::short/longName fields type...
2007-09-06  Robert RoeblingExplain various printing backends in GTK+
2007-09-06  Robert RoeblingMention wxUSE_GTKPRINT define
2007-09-03  Vadim Zeitlinfix translation of wx priority values to the standard...
2007-09-03  Vadim Zeitlinfix WX_GL_STEREO attribute handling: value for it was...
2007-08-31  Václav Slavíkfixed badly named wxHtmlTag::GetParam() argument: with_...
2007-08-31  Robert Roeblingtypo
2007-08-31  Robert RoeblingAdded const and virtual in various places
2007-08-31  Robert Roeblingtypo
2007-08-31  Robert RoeblingAdded wxDataViewModel::GetChildren() (removed GetSiblin...
2007-08-31  Robert RoeblingAdded wxDataViewCtrl::AppendIconTextColumn
2007-08-31  Robert Roeblingadded wxDataViewIconTextRenderer
2007-08-31  Robert Roeblingsmall doc patch from Bryan Petty
2007-08-30  Vadim Zeitlinuse fallback encoding in wxConvAuto when input is not...
2007-08-28  Robert Roeblingadd objectdataptr.tex to classes.tex
2007-08-28  Robert Roeblingadded copy constr
2007-08-28  Robert Roeblingadded docs for wxObjectDataPtr<T> and examples for...
2007-08-28  Robert Roeblingsyntax correction
2007-08-28  Robert Roeblingdoc syntax corrections again
2007-08-28  Robert Roeblingdoc syntax corrections
2007-08-26  Vadim Zeitlinadded Clone() method documentation
2007-08-26  Robert Roeblingcorrect constr's signature
2007-08-26  Robert RoeblingMove column organizing code to ports, away from common...
2007-08-25  Robert Roeblingdocumented Collapse() and Expand()
2007-08-25  Robert Roeblingadd editing_started and _done events
2007-08-25  Robert Roeblingcorrect label name
2007-08-25  Robert RoeblingSet/GetExpanderColumn() should use wxDataViewColumn...
2007-08-24  Robert RoeblingCorrect signature of HitTest()
2007-08-24  Robert RoeblingUse const
2007-08-24  Robert RoeblingUse const
2007-08-24  Robert Roeblingtypo
2007-08-24  Robert Roeblingtypo
2007-08-24  Robert Roeblingtypo
2007-08-24  Robert Roeblingtypo
2007-08-24  Robert Roeblingadd wxVector docs
2007-08-24  Robert Roeblingadd wxVector docs
2007-08-24  Robert Roeblingadd wxVector docs
2007-08-24  Robert Roeblingremove _ from labels
2007-08-24  Robert Roeblingshould use wxDataViewColumn to indicate a column
2007-08-24  Robert Roeblingdocument wxDataViewItem
2007-08-22  Robert RoeblingAdded logic, API and docs for wxDataViewModel::HasDefau...
2007-08-22  Robert RoeblingLet various AppendXXXColumn helplers return the column...
2007-08-21  Francesco Montorsiremoved double docs for GetBitmapSelected and SetBitmap...
2007-08-21  Francesco Montorsifixing missing comma
2007-08-21  Francesco Montorsiremoved double docs for wxAuiNotebook::GetTabCtrlHeight
2007-08-21  Francesco Montorsiadded missing \wxheading{Members} sections
2007-08-21  Francesco Montorsiremoved empty dtor \membersections
2007-08-21  Julian SmartApplied patch [ 1747059 ] wxAUIDefaultTabArt wxAUI_NB_B...
2007-08-20  Robert RoeblingRemoved.
2007-08-20  Robert RoeblingUpdated docs
2007-08-20  Robert RoeblingAdded STL API to wxList docs
2007-08-19  Francesco Montorsiadded wxSVGFileDC docs to main chain
2007-08-19  Francesco Montorsiadded missing \wxheading{Parameters}
2007-08-19  Francesco Montorsifixed doc wrong position of \wxheading{Library}
2007-08-18  Julian SmartAdded documentation for wxNavigationKeyEvent
2007-08-17  Robert Roeblingtypo
2007-08-16  Vadim Zeitlinadded a tech note explaining how to write a new XRC...
2007-08-16  Vadim Zeitlinadd XRC handler for wxSearchCtrl (extended patch 1751516)
2007-08-16  Julian SmartAdded AdvanceSelection, ShowWindowMenu and keyboard...
2007-08-16  Julian SmartAdded DrawFocusRect to wxRenderer
2007-08-15  Vadim Zeitlinfixed TeX error introduced in rev 48093 (sorry)
2007-08-15  Vadim Zeitlinadded ReadType convenience functions (patch 1764160)
2007-08-15  Vadim Zeitlincorrected the 'Derived from' sections using the script...
2007-08-15  Vadim Zeitlinadded wxToolTip::SetAutoPop() and SetReshow() (patch...
2007-08-15  Vadim Zeitlinuse one shot timers in wxAnimationCtrl (patch 1774535)
2007-08-14  Vadim Zeitlinadded wxTaskBarIcon::Destroy()
2007-08-14  Julian SmartAdded documentation for wxBORDER_THEME
2007-08-14  Julian SmartAdded periods
2007-08-13  Julian SmartDocumented new menu label functions
2007-08-13  Julian SmartTypo fix
2007-08-10  Julian SmartTypo correction
2007-08-07  Francesco Montorsiadded first version of wxStyleTextCtrl|Event docs
2007-08-07  Francesco Montorsitypo fix
2007-08-06  Vadim Zeitlinuse wxBORDER_NONE instead of wxNO_BORDER
2007-08-06  Vadim Zeitlincorrected sizer code example which wrongly used wxBORDER
2007-08-05  Francesco Montorsiadded the static function GetLabelText() to wxStaticTex...
2007-08-05  Julian SmartUpdated border style names
2007-08-04  Vadim Zeitlinmake wxTmemchr() return (and take) char* instead of...
2007-08-04  Vadim Zeitlinadded FromAscii(unsigned char *) overloads
2007-08-03  Vadim Zeitlinmore wxUSE_XXX documented (patch from Tim Stahlhut)
2007-08-03  Julian SmartAdded Get/SetParentWindow to allow the same easy printi...
2007-08-01  Francesco Montorsitypo fix
2007-08-01  Julian SmartAdded EVT_MOVE_START, EVT_MOVE_END (wxMSW only for...
2007-08-01  Vadim Zeitlincorrected library link
2007-07-29  Vadim Zeitlinadded support for 2 extra mouse buttons (patch 1757630)
2007-07-29  Vadim Zeitlinremoved empty or duplicated samples: checklst, dynamic...
2007-07-29  Vadim Zeitlinadded wxMiniFrame demonstration to the dialogs sample
2007-07-28  Vadim Zeitlinadded the mention of library in which each class is...
2007-07-28  Vadim Zeitlinescape underscores
2007-07-28  Vadim Zeitlinadded more wxUSE_XXX symbols (modified patch 1758917)
2007-07-28  Vadim Zeitlinadded maxDepth parameter to WalkFromException() (patch...
2007-07-27  Vadim Zeitlinmade strings used in wxIPC methods const as a temporary...
next