]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic/scrolwin.h
Changed all symbols with the name "id" to "winid" to allow Objective-C++
[wxWidgets.git] / include / wx / generic / scrolwin.h
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