Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / samples / scroll / scroll.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-12-01  Paul Cornettremove colour/pen/brush arguments which are the default...
2012-11-10  Vadim ZeitlinFix incorrect wxSizerFlags::Border() call in the scroll...
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2011-10-23  Paul Cornettrevert (presumably unintentional) change from r59562...
2010-07-23  Vadim ZeitlinStore the result of wxWindow::NewControlId() in wxWindo...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-09-23  Vadim ZeitlinRemove DLL export declaration from wxScrolled.
2009-06-07  Vadim Zeitlinfix typo in previous commit
2009-06-07  Vadim Zeitlinwork around MSVC warnings about using uninitialized...
2009-03-15  Kevin OllivierRebake after last change.
2009-02-08  Francesco Montorsialways call SetIcon() on the main frame of the sample...
2008-12-24  Vadim Zeitlinallow passing -1 range to SetScrollbar() to indicate...
2008-12-24  Vadim Zeitlinadd wxScrollHelper::ShowScrollbars() (implemented for...
2008-12-24  Vadim Zeitlinadd convenient GetViewStart() and Scroll() overloads...
2008-12-24  Vadim Zeitlinadd example of synchronizing 2 scrolled windows
2008-12-24  Vadim Zeitlinreorganize scroll sample to make it possible to underst...
2008-09-14  Vadim Zeitlinmake the simple canvas larger as otherwise the simple...
2008-01-08  Paul Cornettspeed up drawing text window in UTF8 build (something...
2007-03-07  Vadim Zeitlinremoved deprecated wxADJUST_MINSIZE
2007-02-09  Vadim Zeitlinadded EVT_MOUSE_CAPTURE_LOST handler
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-10-02  Paul Cornett64-bit warning fixes
2006-07-20  Włodzimierz SkibaWarning fix.
2006-04-25  Robert Roebling Added simple scroll sample.
2005-07-21  Vadim Zeitlinadded mouse wheel event test; don't trap left mouse...
2005-06-29  Václav SlavíkUnicode compilation fix again - please don't use non...
2005-06-02  Julian SmartUse standard ids
2005-05-21  Robert Roebling Add test for new SetBackgroundColour() logic
2005-05-10  Włodzimierz SkibaBuild fix for VC, fixed reading after end of wxChar...
2005-02-06  Mattia Barbon Miscellaneous compilation and warning fixes.
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2004-12-06  Robert Roebling Compilation.
2004-11-19  Ryan Nortonpatch [ 762159 ] scroll sample auto-scroll test
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-06-02  Włodzimierz Skiba-1->wxID_ANY, TRUE->true and FALSE->false replacements.
2003-09-11  Julian SmartAdd longtool tip for a button in wxToolBar test
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2001-11-22  Mattia BarbonUnicode compilation fixed for almost all samples
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-07-22  Gilles Depeyrotpost wxUniv merge fix
2001-07-09  Vadim Zeitlinmore scrolling tests
2001-05-15  David WebsterEnable this sample for OS/2
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-22  Robert Roebling Playing with scrolling, als fixed redraw
2000-02-11  Guillermo Rodrigue... Added wxEVT_SCROLL[WIN]_THUMBRELEASE
2000-01-18  Guillermo Rodrigue... Test for IsScrolling() added
1999-10-31  Robert Roebling More tab code corrections.
1999-10-19  Robert Roebling Changed two conflicting defines in defs.h
1999-10-11  Robert Roebling Minor doc updates,
1999-10-10  Robert Roebling Scrolling updates.
1999-10-09  Robert Roebling Changed SetToolBar() to behave a bit smarter. Untested.
1999-10-08  Robert Roebling New scrolling code.
1999-09-30  Robert Roebling Corrected filelist.txt a little - one gsocket.c is...
1999-07-26  Robert Roebling Next take at radioboxes
1999-07-26  Robert Roebling Added test for wxRA_SPECIFY_COLS
1999-05-27  Robert Roebling Corrected SetItemState() in listctrl
1999-05-26  Robert Roebling wxScrolledWindow inherits from wxPanel to
1999-05-23  Vadim Zeitlincorrected MSW-specific bug (in the sample, not the...
1999-05-21  Robert Roebling Made GetLabel/SetLabel() virtual
1999-05-11  Robert Roebling Typos fixed.
1999-05-10  Robert Roebling A few more things are back to work.
1999-05-08  Robert Roebling Corrected bmpbutton size
1999-05-07  Robert Roebling a bit of debug code
1999-05-05  Robert Roebling Added scrolling of widgets and sample