Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / gtk1 / cursor.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2010-12-15  Vadim ZeitlinCompilation fixes for wx{X11,GTK1,Motif} after making...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-09-25  Francesco Montorsiprovide backward-compat wxCursor(int) ctor; remove...
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-02-10  Vadim ZeitlinGTK1 fixes after wxObject-derived classes copy ctors...
2005-12-24  Vadim ZeitlinGTK+ 1 compilation fixes
2005-12-24  Vadim Zeitlinimplemented wxCURSOR_BLANK (bug 1377290)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-08  Mart RaudseppExpand tabs
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-11-08  Mattia Barbon Compilation fix for !WXWN_COMPATIBILITY_2_4.
2003-09-22  Chris Elliottfix for gtk swapped colors
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-14  Julian SmartSendIdleEvents -> ProcessIdle
2003-03-02  Robert Roebling Up-ported wxBusyCursor fix and wxCombBov default...
2002-06-12  Vadim Zeitlinfixed infinite loop in wxCursor(wxImage) ctor
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-04-02  Vadim Zeitlincompilation warning fixes
2002-03-15  Robin DunnAdded wxCURSOR_RIGHT_ARROW, which is like the typical...
2002-02-07  Václav Slavíkchanged wxImage::ComputeHistogram to use wxHashMap
2002-01-31  Julian SmartApplied wxImage -> wxCursor patch, tool window event...
2001-08-27  Robert Roebling Probably fixed wxBeginBusyCursor.
2001-05-11  Robin DunnChanged wxRootWindow from a global to a staic variable...
2001-04-19  Robin DunnAdded wxCURSOR_ARROWWAIT which is the default arrow...
2000-11-23  Robert Roebling Busy cursor don't need wxYield(), SendIdleEvents()
2000-11-18  Václav Slavíkadded wxCursor ctor for creation from bits array
2000-07-15  Bryan Pettymerged 2.2 branch
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-11-10  Vadim Zeitlinadded 2 more cursors (patch from Gerd Mueller)
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-06  Robin Dunnnow supports wxCURSOR_BULLSEYE
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-04  Robert Roebling Minor changes to viusal appearance,
1999-07-27  Robert Roebling Small distrib updates,
1999-06-17  Robert Roebling Made the RTTI thing an option.
1999-06-17  Karsten BallüderChanged default cursor to be an arrow rather than the...
1999-06-17  Karsten BallüderImplemented tearoff menus, please see my posting to...
1999-05-26  Robert Roebling Got a new idea to do cursors, including global
1999-04-14  Ove KaavenThese at least compiles in Unicode mode...
1999-02-23  Vadim Zeitlinanother wxBeginBusyCursor fix
1999-02-23  Vadim Zeitlinsome feeble attempts at making wxBeginBusyCursor work
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-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-10-26  Robert Roebling Implemented wxScreenDC the hard way
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-09-09  Robert Roebling Tried to find a non-existing bug in the cursor-code
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-16  Robert Roebling Added mising AddBitmapList in wxBitmap
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision