]> git.saurik.com Git - wxWidgets.git/history - src/generic/scrolwin.cpp
MSW compilation fixes - widgets sample runs!
[wxWidgets.git] / src / generic / scrolwin.cpp
2001-06-27  Vadim ZeitlinMSW compilation fixes - widgets sample runs!
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-26  Stefan Csomorforced redraw before scrolling
2001-05-04  Robin DunnAdded mouse wheel support for MSW. It generates a...
2001-05-01  Julian SmartAdded required #include
2001-04-30  Julian SmartChanged generic wxScrolledWindow -> wxGenericScrolledWindow
2001-01-23  Robert Roebling Change required for new event types.
2000-08-25  Jouk Jansen Committing in .
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-11  Unknown (NI)small change to avoid floating point exception in wxScr...
2000-03-10  Vadim Zeitlin1. fixed warning which was hiding a bug in wxGrid:...
2000-03-08  Ron Leefinal (touch wood) tidy after things went pearshaped...
2000-03-08  George TaskerFixed the fix of the fix so it will compile under VC6
2000-03-08  Ron Leefixed my own typo.. oops
2000-03-08  Ron Leefix for pageup 'blind spot'
2000-02-28  Julian SmartMoved wxGLCanvas to more normal positions
2000-02-21  Stefan NeisEliminate apparently unnecessary updates in SetScrollbars.
2000-02-15  Robert Roebling Many plot window gooddies.
2000-02-01  Robert Roebling Added test for no-change in crollwin.
2000-01-29  Václav Slavíkchanged meaning of Ctrl-End to be symetrical with Ctrl...
2000-01-26  Ron Leetest for disabled scroll directions in kbd handler
2000-01-26  Vadim Zeitlinmore backwards compatible kbd handling in wxScrolledWindow
2000-01-26  Vadim Zeitlinquick and dirty fix for the division by 0 crash in...
2000-01-26  Vadim Zeitlin1. fixed (?) blitting bitmaps with mask
2000-01-25  Vadim Zeitlin1. kbd interface for wxScrolledWindow
2000-01-14  Robert Roebling image to bitmap rewrite,
2000-01-14  Guillermo Rodrigue... Added a comment about the 'UpdateWindow' issue in SetSc...
2000-01-13  Julian SmartRemoved ::UpdateWindow from scrolwin.cpp; corrected...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-18  Jouk Jansen Committing in .
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-10-15  Robert Roebling scrolling of foreign windowsplus sample
1999-10-11  Robert Roebling Minor doc updates,
1999-10-08  Robert Roebling New scrolling code.
1999-09-30  Robert Roebling Corrected filelist.txt a little - one gsocket.c is...
1999-07-05  Vadim ZeitlinCalcUnscrolledPosition takes int, not floats
1999-05-26  Robert Roebling wxScrolledWindow inherits from wxPanel to
1999-05-19  Robert Roebling Corrected tree ctrl behaviour.
1999-05-17  Robert Roebling Use wxScrollWinEvent instead of wxScrollEvent in
1999-05-10  Karsten BallüderwxScrolledWindow::Scroll() no longer calls Refresh...
1999-02-11  Julian SmartSolved wxMotif scrolling display problem; added wxImage...
1999-01-24  Julian SmartRenamed .nt makefiles to .vc and factored them out...
1998-12-28  Julian SmartFixes to wxMotif scrolling and colours (wxTreeCtrl...
1998-12-11  Robert Roebling Redid parts of wxScroledWindow
1998-12-04  Julian SmartFixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp
1998-10-08  Vadim Zeitlincrash under FreeBSD corrected (patch by David Hobley)
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-08-24  Julian SmartHKEY -> WXHKEY; wxScrolledWindow::SetScale added
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-07-30  Robert Roebling Pretty redical change concerning the underlying
1998-07-17  Julian SmartBug fix to scrolwin.cpp (position not set in SetScrollb...
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision