wxWidgets.git
2008-04-18  Robert RoeblingReverted accidental change
2008-04-18  Robert RoeblingLayout improvements for CalendarCtrl
2008-04-18  Robert RoeblingBring wxSpinCtrl closer to HIG
2008-04-18  Robert RoeblingImprove default size calc of wxComboBox
2008-04-18  Vadim Zeitlinadded wxMouseState::GetPosition(), for consistency...
2008-04-18  Vadim Zeitlinmake wxMouseState accessors const; document this class
2008-04-17  Robert Roebling[ 1936700 ] wxCAL_SHOW_WEEK_NUMBERS, slightly modified
2008-04-17  Robert RoeblingPatches-1940222 ] wxTextCtrl and keydown on fully selec...
2008-04-17  Robert Roebling[ 1942756 ] wxImage:SaveFile() returns true instead...
2008-04-17  Michael WetherellWork around another buggy getgrgid_r.
2008-04-17  Jouk Jansen Update OpenVMS compiles support
2008-04-17  Bryan PettyFixed wxScrolledWindow references to properly link...
2008-04-16  Václav Slavíkremoved no longer needed wxOKlibc() helper
2008-04-16  Václav Slavíkwchar_t is now always required, updated chartype.h...
2008-04-16  Bryan PettyAdded feature to the HTML manual to remember your prefe...
2008-04-16  Bryan PettyFinished reviewing (fixing) the datetime.h interface...
2008-04-15  Vadim Zeitlinexecute the usual cleanup code from EVT_END_SESSION...
2008-04-15  Vadim Zeitlinadded a section about Connect(), improve/streamline...
2008-04-15  Michael WetherellMove wxGTK Stable quick build to a machine with gtk...
2008-04-15  Vadim Zeitlinadd possibility to specify the conversion to use in...
2008-04-15  Michael WetherellMove builds to the currently available testdrive machines.
2008-04-15  Michael WetherellJust whitespace fixes, no change.
2008-04-15  Robert RoeblingUse correct tree style
2008-04-15  Robert RoeblingMention default constr
2008-04-15  Bryan PettyReviewed wxDatePickerCtrl and categorized most of the...
2008-04-15  Bryan PettyReviewed dataobj.h interface header and added wxDataVie...
2008-04-14  Václav Slavíkmore wxString:[Aa]ppend() overloads for better compatib...
2008-04-14  Robert RoeblingSupport bitmaps and text and header columns using wxIma...
2008-04-14  Robert RoeblingUse scoped ptr template
2008-04-14  Robin DunnAlso set wxHAVE_RAW_BITMAP for Mac and GTK2, use it...
2008-04-14  Vadim Zeitlinremoved extra wxCalendarCtrl:: which is ignored by...
2008-04-14  Robert RoeblingAdded bitmap support to column header
2008-04-14  Robert RoeblingCorrect weak ref usage which triggered an assert
2008-04-14  Robert RoeblingMinor clarification
2008-04-14  Bryan PettyFinished initial review of the rest of the [c*] interfa...
2008-04-13  Vadim Zeitlinfix crashes due to missing npos handling in several...
2008-04-13  Václav Slavíkfixed incorrect layout width caching in wxHtmlContainer...
2008-04-13  Václav SlavíkFixed IMPLEMENT_APP() to be compatible with the -WU...
2008-04-13  Václav SlavíkwxDFB compilation fixes after recent brushes/pens chang...
2008-04-13  Vadim Zeitlinallow predefining wxNO_XXX_LIB symbols to avoid implici...
2008-04-13  Vadim Zeitlinadded a simple benchmark for wxDC::DrawLine() performance
2008-04-13  Vadim Zeitlinremoved a TODO comments, it actually doesn't seem neces...
2008-04-12  Bryan PettyFinished initial review of the rest of the [co*] interf...
2008-04-12  Vadim Zeitlinno real changes but replace manual calls to Set{Text...
2008-04-12  Vadim Zeitlintest for pen validity before calling GetStyle() on...
2008-04-12  Robert RoeblingGiving up on combining @e and @c
2008-04-12  Robert RoeblingFix crash when deleting node
2008-04-12  Robert RoeblingCorrected/added support for column headers with icon...
2008-04-12  Robert RoeblingTry out - instead of @li, more backslash escaping
2008-04-12  Vadim Zeitlindon't use wxLocale if wxUSE_LOCALE==0
2008-04-12  Vadim Zeitlindon't stop on NULs in Replace()
2008-04-12  Vadim Zeitlintest that iterator is valid before comparing with it...
2008-04-12  Vadim Zeitlinfix bugs introduced in wxCmdLineParser::ConvertStringTo...
2008-04-12  Robert RoeblingTry to escape backward slash with two of them
2008-04-12  Robert RoeblingAdd wxPopupWindow
2008-04-12  Robert RoeblingMention Scrolled and wxScrolledWindow
2008-04-12  Vadim Zeitlinforward declare wxVideoMode as struct, not class, now...
2008-04-12  Robert Roeblingadded @li to return values in wxStandardPaths
2008-04-12  Chris Elliottadd ifacechaek to distrib
2008-04-12  Vadim ZeitlinwxThread::Sleep() is the same as wxMilliSleep() on...
2008-04-12  Vadim Zeitlincorrect CallHtmlHelp() overload being called in Quit()
2008-04-12  Vadim Zeitlinremove unused wxAppTraits-related files
2008-04-11  Václav SlavíkAdded documentation for wxItemContainer class; moved...
2008-04-11  Vadim ZeitlinENDSESSION_LOGOFF is a bit flag, test for it using...
2008-04-11  Vadim Zeitlinargh, really, really fix Darwin build
2008-04-11  Vadim ZeitlinGetSocketManager() has no GUI-specific version under...
2008-04-11  Vadim Zeitlinalso use AddProcessCallback() and GetSocketManager...
2008-04-11  Robert RoeblingAdd test for context menu, fixed mem leak, fixed focus...
2008-04-11  Robert RoeblingImprove wxMenu docs
2008-04-11  Václav Slavíkreverted wxVideoMode API breakage by r53049, finished...
2008-04-11  Jouk JansenUpdates for VMS : new Makefiles, proper type casts
2008-04-11  Bryan PettyFixed multiple inheritance structure of vscroll.h classes.
2008-04-10  Francesco Montorsiintroduce a new @beginFlagTable
2008-04-10  Francesco Montorsiother misc fixes
2008-04-10  Francesco Montorsiuse an enum to make it easier to document the values
2008-04-10  Francesco Montorsirevisions of o-p headers contributed by Utensil Candel...
2008-04-10  Francesco Montorsiuse a @section instead of <b> tags
2008-04-10  Francesco Montorsirevisions of o-p headers contributed by Utensil Candel...
2008-04-10  Robert RoeblingMore proof-reading in wxImage
2008-04-10  Robert RoeblingRearrange categories, III
2008-04-10  Robert RoeblingRearrange categories, II#
2008-04-10  Robert RoeblingRearrange categories
2008-04-10  Václav Slavíkcompilation fix after FM's wxBitmapHandler changes
2008-04-10  Václav Slavíkcompilation fix for newest DirectFB versions (patch...
2008-04-10  Robert RoeblingLearning doxygen
2008-04-10  Robert Roeblingminor improvements
2008-04-10  Julian SmartAdded wxRichTextCtrl superscript and subscript support...
2008-04-10  Robert RoeblingMinor correction to Unicode overview
2008-04-10  Robert RoeblingCorrect introduction to wxControlWithItems
2008-04-10  Robert RoeblingFirst attempt to document raw bitmap access
2008-04-10  Robert RoeblingMake wxImage correction
2008-04-10  Vadim Zeitlinoops, added missing #endif
2008-04-10  Vadim Zeitlinonly declare AddProcessCallback for wxMotif and wxGTK
2008-04-10  Bryan PettyFinished initial review of some [co*] interface headers.
2008-04-09  Stefan NeisAdded missing (trivial) implementation file for wxMiniF...
2008-04-08  Julian SmartTry standard XDG location for documents directory
2008-04-08  Robert RoeblingUpdate Unicode overview to 3.0
2008-04-08  Robert RoeblingAdapt MSW's renderer's alignment to use column header...
2008-04-08  Julian SmartDon't send event from ChangeValue
2008-04-08  Robert RoeblingWe do use templates now
next