support for GTK3
[wxWidgets.git] / src / gtk / cursor.cpp
2012-06-30  Paul Cornettsupport for GTK3
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-13  Paul Cornettsimplify global cursor setting
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2010-12-14  Vadim ZeitlinFail instead of crashing in wxGTK wxCursor::CloneGDIRef...
2010-07-25  Vadim ZeitlinNo real changes, just rearrange wxCursor::InitFromImage...
2010-07-25  Vadim ZeitlinCorrect creation of the mask for wxImage cursors in...
2010-05-26  Robert RoeblingApplied patch, fixes #12090: wxGTK cursor handling...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-05-16  Francesco Montorsifix typo from previous commit
2009-05-16  Francesco Montorsifix the wxCursor(const wxString& cursor_file, ...)...
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 Montorsifix for non-PCH builds
2008-09-25  Francesco Montorsiprovide backward-compat wxCursor(int) ctor; remove...
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2008-09-05  Paul Cornettfix for infinite loop when wxBeginBusyCursor is called...
2008-01-27  Václav SlavíkFixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAN...
2008-01-03  Paul Cornettfix for last commit: didn't work if mask was white
2008-01-03  Paul CornettFix wxCursor(wxImage&) ctor for image widths not a...
2007-12-31  Paul Cornettfix leak when creating wxCURSOR_BLANK
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-11-13  Vadim Zeitlinuse GDK_SIZING instead of GDK_FLEUR which looks more...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-05-05  Paul Cornettmove definitions from src/gtk/data.cpp to other appropr...
2007-04-19  Paul CornettReorganize idle system code.
2007-02-11  Robert Roebling pixbuf cursor support is for GTK 2.4.
2007-02-11  Vadim Zeitlinadded support for colour cursors in wxGTK (patch 1655576)
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-09-09  Paul Cornettsome app.h cleanup: minimize includes, use static cast
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-09-01  Robert Roebling Correct sizing cursor.
2006-08-30  Paul Cornettheader includes cleanup
2006-06-18  Paul Cornettbuild fix for older gtk2, second attempt
2006-06-17  Paul Cornettbuild fix for older gtk2
2006-05-15  Mart RaudseppDon't cast with G_OBJECT when passing a GObject to...
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-04-04  Mart Raudseppgdk_cursor_destroy -> gdk_cursor_unref
2006-04-04  Mart RaudseppAnd gdk_drawable_unref is in turn deprecated in favor...
2006-04-04  Mart Raudseppgdk_bitmap/pixmap_unref -> gdk_drawable_unref
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
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