]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic/scrolwin.h
further untangle generic and native GTK implementations of wxScrollHelper: use the...
[wxWidgets.git] / include / wx / generic / scrolwin.h
2008-12-24  Vadim Zeitlinfurther untangle generic and native GTK implementations...
2005-10-10  Vadim Zeitlinrefactored wxGTK scrolling: it has now fully-functionin...
2005-10-09  Vadim Zeitlindisable VC++ warning 4355 in wx/defs.h once and for...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-21  Mattia Barbon Avoid warnings with MSVC 5.
2005-06-07  Vadim Zeitlinuse pragma warning push/pop under MSVC instead of enabl...
2005-03-31  Stefan Csomorcontent clipping becomes a runtime attribute
2005-03-17  Julian SmartProvided GetBestVirtualSize and DoGetBestSize implement...
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2004-09-26  Stefan Csomorclipping for wxMac cleaned up
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-10-27  David ElliottChanged all symbols with the name "id" to "winid" to...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-06-07  Vadim Zeitlinfixed wxScrolledWindow::SetScrollbars() which was broke...
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-03-15  Robin DunnGive wxScrolledWindow its own Layout method that takes...
2002-02-06  Vadim Zeitlingot rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS...
2001-08-13  Vadim Zeitlinimplemented (untested) work around for wxScrolledWindow...
2001-07-09  Julian SmartVarious wxMotif fixes
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-04  Robin DunnAdded mouse wheel support for MSW. It generates a...
2001-04-30  Julian SmartChanged generic wxScrolledWindow -> wxGenericScrolledWindow
2000-03-15  Ron Leeremoved TAB_TRAVERSAL style
2000-01-26  Vadim Zeitlinmore backwards compatible kbd handling in wxScrolledWindow
2000-01-25  Vadim Zeitlin1. kbd interface for wxScrolledWindow
2000-01-23  Vadim Zeitlin1. '\n's in tooltip messages are handled (replaced...
2000-01-14  Robert Roebling image to bitmap rewrite,
1999-10-15  Robert Roebling scrolling of foreign windowsplus sample
1999-07-05  Vadim ZeitlinCalcUnscrolledPosition takes int, not floats
1999-05-26  Robert Roebling wxScrolledWindow inherits from wxPanel to
1999-05-17  Robert Roebling Use wxScrollWinEvent instead of wxScrollEvent in
1999-04-14  Ove KaavenThe char->wxChar in window.h cascades through some...
1998-08-24  Julian SmartHKEY -> WXHKEY, wxScrolledWindow::SetScale added
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision