compilation fix for broken libstdc++ visibility
[wxWidgets.git] / 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...
2007-07-27  Vadim Zeitlinadded wxTo/FromString() overloads for wxFont (1st part...
2007-07-26  Robert Roeblingescape _
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-25  Robert RoeblingRewritten wxList docs
2007-07-25  Robert Roeblingcall attributes attributes
2007-07-22  Vadim Zeitlinremoved erroneous spaces from wxTo/FromString() documen...
2007-07-22  Vadim Zeitlincorrected the include file names (rest of patch 1757479)
2007-07-21  Vadim Zeitlinremoved docs for classes not existing any more (part...
2007-07-21  Vadim Zeitlinadded support for user-defined types to wxConfig (patch...
2007-07-21  Vadim Zeitlinadded wxTo/FromString(wxColour) (part of patch 1753875)
2007-07-21  Vadim Zeitlinadded wxUSE_REGKEY option
2007-07-21  Vadim Zeitlinuse colour in the libraries diagram to indicate base...
2007-07-20  Vadim Zeitlindocument wxCB_SORT
2007-07-19  Vadim Zeitlinadded wxUSE_TASKBARICON; corrected condition for genera...
2007-07-18  Vadim Zeitlinadded documentation of wxUSE_XXX symbols (modified...
2007-07-18  Vadim Zeitlinfix broken wxvscrolledwindowsetrowcount link
2007-07-17  Vadim Zeitlinadded new libraries (patch from Francesco)
2007-07-17  Vadim Zeitlinadded missing libraries to the requirements list
2007-07-17  Vadim Zeitlinremove references to contrib (patch from Francesco)
2007-07-17  Chris Elliottsvn rather than cvs
2007-07-16  Vadim Zeitlinremove file containing many obsolete defines, if anyone...
2007-07-16  David ElliottAdded preliminary documentation about how to write...
2007-07-14  Václav Slavíkrenamed wxXmlProperty to wxXmlAttribute, plus implied...
2007-07-13  Václav Slavíkremoved broken and global GetLine() function from wx...
2007-07-13  Vadim Zeitlinset the string field of the wxEVT_COMMAND_CHECKLISTBOX_...
2007-07-13  Vadim Zeitlinfixed showing busy cursor for disabled windows and...
2007-07-12  Vadim Zeitlinadded support for alpha channel to wxColour to/from...
2007-07-12  Vadim Zeitlinadded missing spaces
2007-07-12  Vadim Zeitlinadded support for binary data to wxConfig (slightly...
2007-07-10  Vadim Zeitlinadded --optional-libs wx-config argument (patch 1747239)
2007-07-10  Vadim Zeitlinadded functions for base64 en/decoding (replaces patch...
2007-07-09  Vadim Zeitlingenerate wxEVT_COMMAND_LIST_END_LABEL_EDIT event even...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-08  Václav Slavíkdocumented removal of unsafe wxGets() and wxTmpnam...
2007-07-06  Vadim Zeitlindocument that SetValue() accepts values in 0..GetRange...
2007-07-06  Vadim Zeitlinuse 'neither ... nor ...' instead of 'neither ... or...
2007-07-05  Bryan PettyAdded deprecation warnings to old wxVScrolledWindow...
2007-07-05  Bryan PettyFixed case on LaTeX member function labels.
2007-07-04  Vadim Zeitlinadded support for broadcasting to UDP sockets (patch...
2007-07-04  Vadim Zeitlinadded wxAtomicInc/Dec() functions (patch 1739486)
2007-07-03  Paul Cornettfix XPM SaveFile for more than 92 colors
2007-07-02  Vadim Zeitlinremoved instructions for adding contrib libraries ...
2007-07-02  Julian SmartAdded SetBitmap, GetBitmap to wxWizard
2007-06-29  Vadim Zeitlinstrip the leading dot from extension if present in...
2007-06-28  Václav SlavíkANSI+Unicode compatibility fixes to wxArrayString
2007-06-28  Václav Slavíkadded wxString::FromAscii(char*,size_t) for consistency...
2007-06-28  Vadim Zeitlincorrected some links
2007-06-28  Vadim Zeitlinmention wxLogInterposer(Temp)
2007-06-27  Vadim Zeitlindon't invalidate the font in SetNativeFontInfo[Desc...
2007-06-27  Vadim Zeitlinadded wxLog::DisableTimestamp() to be used as a synonym...
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-06-23  Robert RoeblingMore const bool (sigh)
2007-06-23  Robert RoeblingRemove const bool
2007-06-23  Robert RoeblingRemove const bool
2007-06-23  Robert Roebling Remove const bool
2007-06-23  Robert Roebling Don't use const bool.
2007-06-23  Robert Roebling We don't use "const bool" anywhere, I think.
2007-06-22  Václav Slavíkclarified global and local config files behavior
2007-06-22  Vadim Zeitlindon't always add wxCAPTION to wxMiniFrame style uncondi...
next