changes to make wxGTK compile with GTK+ 2.0: now it does but the minimal
[wxWidgets.git] / src / gtk1 / scrolbar.cpp
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-04-19  Vadim Zeitlinfix for scrollbar rounding errors
2000-12-16  Robert Roebling Added wxCommandEvent::IsSeection for listbox,
2000-02-11  Guillermo Rodrigue... Added wxEVT_SCROLL[WIN]_THUMBRELEASE
2000-02-06  Robert Roebling Scrolling fixes.
2000-01-22  Robert Roebling Changes for next snapshot.
2000-01-15  Robert Roebling Next try at avoiding too few or too many size events.
1999-11-28  Robert Roeblingsfs
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-01  Robert Roebling Improved wxFileDialog behaviour wrt to remembering...
1999-08-20  Sylvain BougnouxwxScrollBar::Create() produced always vertical scrollbar
1999-07-27  Robert Roebling Small distrib updates,
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-27  Robert Roebling New idle handling. Only that.
1999-02-28  Robert Roebling added wxMenu::Append( wxMenuItem )
1999-01-03  Robert Roebling new cursors
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-12-12  Robert Roebling Added scrollbar size to settings
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-26  Robert Roebling Flicker war won.
1998-11-18  Robert Roebling Added support for SCROLL_TOP and _BOTTOM events
1998-11-15  Robert Roebling Coompilation fixes for GTK 1.1.3
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-26  Robert Roebling Did much work on colors. It doesn't work and I guess
1998-09-12  Robert Roebling Next try at removing the dancing sliders
1998-09-12  Robert Roebling Changed instal path for setup.h
1998-09-07  Robert Roebling Much more aggressive for intercepting events and
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-02  Robert Roebling Fixed Fontdialog
1998-07-31  Robert Roebling Added bitmaps and icons to samples
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-26  Julian SmartNew wxEventType for event type enum, and corresponding...
1998-05-20  Karsten BallüderInitial revision