fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / gtk1 / data.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2006-05-22  Włodzimierz SkibaInclude wx/cursor.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/dc.h according to precompiled headers of...
2006-05-04  Włodzimierz SkibaInclude wx/window.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/object.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-04-10  Vadim Zeitlinextracted duplicated code from src/*/data.cpp in a...
2002-02-22  Vadim Zeitlin1. made wxDebugMsg, wxError and wxFatalError deprecated...
2002-02-14  Julian SmartRemoved wxBuffer from several ports; added function...
2000-12-18  Vadim ZeitlinwxNativeFontInfo changes
2000-12-18  Vadim Zeitlinapplied wxNativeFontInfo patch from Derry Bryson (with...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-21  Robert Roebling Implemented MSW's paint region clipping, but
1999-12-23  Robin DunnAdded a constructor that allows creation of independent...
1999-12-20  Robert Roebling Replaced the old wxGetResource implementation with...
1999-12-06  Vadim ZeitlinwxTreeCtrl has colours and fonts too now
1999-11-06  Robert Roebling Fixed typos in frame and dialog,
1999-10-29  Ove KaavenUnicode fixes
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-09  Karsten Ballüdercosmetic fix
1999-09-05  Julian SmartMisc. 16-bit compilation fixes
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-26  Robert Roebling Got a new idea to do cursors, including global
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-14  Ove KaavenThese at least compiles in Unicode mode...
1999-04-03  Guilhem Lavaux* Changed "wxPendingEvents" to pointers (tested on...
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-03-27  Guilhem Lavaux* Added threads event propagation. Should compile on...
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-01-28  Robert Roebling Removed wxNullRegion
1999-01-24  Robert Roebling Small doc corrections
1999-01-22  Julian SmartMade wxGTK dcps.cpp generic.
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-11-26  Robert Roebling Flicker war won.
1998-10-26  Robert Roebling Implemented wxScreenDC the hard way
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-17  Guilhem Lavaux* Added wxSerial DLL support for Borland 32
1998-09-06  Guilhem Lavaux* Added wxsocket lib and sample (I hope I don't forget...
1998-09-02  Robert Roebling Added wxAccelerators (sort of)
1998-09-01  Guilhem Lavaux* wxCreateDynamicObject() uses an hashtable now
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-07-15  Guilhem LavauxwxStream: wxInputStream and wxOutputStream don't inheri...
1998-07-14  Guilhem Lavaux* wxStream: I've rewritten the inheritance
1998-07-12  Guilhem LavauxAdded IMPLEMENT_CLASS, ... about wxStream classes ...
1998-07-08  Julian SmartRemoved redundant auto-setting code in wxDC; corrected...
1998-07-01  Guilhem Lavaux* Changed "true" to "TRUE" in some file: "true" doesn...
1998-05-20  Karsten BallüderInitial revision