| 2012-11-08 |  Paul Cornett | avoid using deprecated gdk_cursor_unref() with GTK3 | blob | commitdiff | raw | 
| 2012-06-30 |  Paul Cornett | support for GTK3 | blob | commitdiff | raw | diff to current | 
| 2011-09-10 |  Steve Lamerton | Merge in from trunk r68684 - r69046 | blob | commitdiff | raw | diff to current | 
| 2011-08-13 |  Paul Cornett | simplify global cursor setting | blob | commitdiff | raw | diff to current | 
| 2011-07-25 |  Steve Lamerton | Merge in from trunk r67662 to r64801 | blob | commitdiff | raw | diff to current | 
| 2011-05-03 |  Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. | blob | commitdiff | raw | diff to current | 
| 2011-03-28 |  Paul Cornett | avoid deprecated functions and direct struct access | blob | commitdiff | raw | diff to current | 
| 2010-12-14 |  Vadim Zeitlin | Fail instead of crashing in wxGTK wxCursor::CloneGDIRef... | blob | commitdiff | raw | diff to current | 
| 2010-07-25 |  Vadim Zeitlin | No real changes, just rearrange wxCursor::InitFromImage... | blob | commitdiff | raw | diff to current | 
| 2010-07-25 |  Vadim Zeitlin | Correct creation of the mask for wxImage cursors in... | blob | commitdiff | raw | diff to current | 
| 2010-05-26 |  Robert Roebling | Applied patch, fixes #12090: wxGTK cursor handling... | blob | commitdiff | raw | diff to current | 
| 2009-08-21 |  Vadim Zeitlin | No changes, just removed hard tabs and trailing white... | blob | commitdiff | raw | diff to current | 
| 2009-05-16 |  Francesco Montorsi | fix typo from previous commit | blob | commitdiff | raw | diff to current | 
| 2009-05-16 |  Francesco Montorsi | fix the wxCursor(const wxString& cursor_file, ...)... | blob | commitdiff | raw | diff to current | 
| 2009-01-19 |  Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... | blob | commitdiff | raw | diff to current | 
| 2008-11-02 |  Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... | blob | commitdiff | raw | diff to current | 
| 2008-09-25 |  Francesco Montorsi | fix for non-PCH builds | blob | commitdiff | raw | diff to current | 
| 2008-09-25 |  Francesco Montorsi | provide backward-compat wxCursor(int) ctor; remove... | blob | commitdiff | raw | diff to current | 
| 2008-09-24 |  Francesco Montorsi | use wxStockCursor (as documented and as already impleme... | blob | commitdiff | raw | diff to current | 
| 2008-09-05 |  Paul Cornett | fix for infinite loop when wxBeginBusyCursor is called... | blob | commitdiff | raw | diff to current | 
| 2008-01-27 |  Václav Slavík | Fixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAN... | blob | commitdiff | raw | diff to current | 
| 2008-01-03 |  Paul Cornett | fix for last commit: didn't work if mask was white | blob | commitdiff | raw | diff to current | 
| 2008-01-03 |  Paul Cornett | Fix wxCursor(wxImage&) ctor for image widths not a... | blob | commitdiff | raw | diff to current | 
| 2007-12-31 |  Paul Cornett | fix leak when creating wxCURSOR_BLANK | blob | commitdiff | raw | diff to current | 
| 2007-12-15 |  Vadim Zeitlin | Fix Ok/IsOk() mess in wxGDIObject-derived classes;... | blob | commitdiff | raw | diff to current | 
| 2007-11-13 |  Vadim Zeitlin | use GDK_SIZING instead of GDK_FLEUR which looks more... | blob | commitdiff | raw | diff to current | 
| 2007-11-05 |  Vadim Zeitlin | removed all compile- and run-time checks for GTK+ ... | blob | commitdiff | raw | diff to current | 
| 2007-05-05 |  Paul Cornett | move definitions from src/gtk/data.cpp to other appropr... | blob | commitdiff | raw | diff to current | 
| 2007-04-19 |  Paul Cornett | Reorganize idle system code. | blob | commitdiff | raw | diff to current | 
| 2007-02-11 |  Robert Roebling | pixbuf cursor support is for GTK 2.4. | blob | commitdiff | raw | diff to current | 
| 2007-02-11 |  Vadim Zeitlin | added support for colour cursors in wxGTK (patch 1655576) | blob | commitdiff | raw | diff to current | 
| 2006-10-30 |  Vadim Zeitlin | COW cleanup patch (1583966): | blob | commitdiff | raw | diff to current | 
| 2006-10-08 |  Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... | blob | commitdiff | raw | diff to current | 
| 2006-09-09 |  Paul Cornett | some app.h cleanup: minimize includes, use static cast | blob | commitdiff | raw | diff to current | 
| 2006-09-05 |  Vadim Zeitlin | mark all dtors which are virtual because base class... | blob | commitdiff | raw | diff to current | 
| 2006-09-01 |  Robert Roebling | Correct sizing cursor. | blob | commitdiff | raw | diff to current | 
| 2006-08-30 |  Paul Cornett | header includes cleanup | blob | commitdiff | raw | diff to current | 
| 2006-06-18 |  Paul Cornett | build fix for older gtk2, second attempt | blob | commitdiff | raw | diff to current | 
| 2006-06-17 |  Paul Cornett | build fix for older gtk2 | blob | commitdiff | raw | diff to current | 
| 2006-05-15 |  Mart Raudsepp | Don't cast with G_OBJECT when passing a GObject to... | blob | commitdiff | raw | diff to current | 
| 2006-05-02 |  Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-04-28 |  Włodzimierz Skiba | Include wx/app.h according to precompiled headers of... | blob | commitdiff | raw | diff to current | 
| 2006-04-16 |  Vadim Zeitlin | create stock GDI objects on demand; use const with... | blob | commitdiff | raw | diff to current | 
| 2006-04-04 |  Mart Raudsepp | gdk_cursor_destroy -> gdk_cursor_unref | blob | commitdiff | raw | diff to current | 
| 2006-04-04 |  Mart Raudsepp | And gdk_drawable_unref is in turn deprecated in favor... | blob | commitdiff | raw | diff to current | 
| 2006-04-04 |  Mart Raudsepp | gdk_bitmap/pixmap_unref -> gdk_drawable_unref | blob | commitdiff | raw | diff to current | 
| 2006-03-09 |  Vadim Zeitlin | moved wxapp_install_idle_handler and g_isIdle from... | blob | commitdiff | raw | diff to current | 
| 2006-02-09 |  Vadim Zeitlin | great copy ctor/assignment operators cleanup by Paul... | blob | commitdiff | raw | diff to current | 
| 2005-12-24 |  Vadim Zeitlin | GTK+ 1 compilation fixes | blob | commitdiff | raw | diff to current | 
| 2005-12-24 |  Vadim Zeitlin | implemented wxCURSOR_BLANK (bug 1377290) | blob | commitdiff | raw | diff to current | 
| 2005-09-23 |  Mart Raudsepp | Nuke #pragma implementation/interface's | blob | commitdiff | raw | diff to current | 
| 2005-08-08 |  Mart Raudsepp | Expand tabs | blob | commitdiff | raw | diff to current | 
| 2004-05-23 |  Julian Smart | Use old licence name | blob | commitdiff | raw | diff to current | 
| 2004-05-23 |  Julian Smart | Name and version changes | blob | commitdiff | raw | diff to current | 
| 2003-11-08 |  Mattia Barbon | Compilation fix for !WXWN_COMPATIBILITY_2_4. | blob | commitdiff | raw | diff to current | 
| 2003-09-22 |  Chris Elliott | fix for gtk swapped colors | blob | commitdiff | raw | diff to current | 
| 2003-08-09 |  Václav Slavík | added support for gcc precompiled headers | blob | commitdiff | raw | diff to current | 
| 2003-07-14 |  Julian Smart | SendIdleEvents -> ProcessIdle | blob | commitdiff | raw | diff to current | 
| 2003-03-02 |  Robert Roebling | Up-ported wxBusyCursor fix and wxCombBov default... | blob | commitdiff | raw | diff to current | 
| 2002-06-12 |  Vadim Zeitlin | fixed infinite loop in wxCursor(wxImage) ctor | blob | commitdiff | raw | diff to current | 
| 2002-05-07 |  Gilles Depeyrot | corrected warnings when compiling with -Wall -W | blob | commitdiff | raw | diff to current | 
| 2002-04-02 |  Vadim Zeitlin | compilation warning fixes | blob | commitdiff | raw | diff to current | 
| 2002-03-15 |  Robin Dunn | Added wxCURSOR_RIGHT_ARROW, which is like the typical... | blob | commitdiff | raw | diff to current | 
| 2002-02-07 |  Václav Slavík | changed wxImage::ComputeHistogram to use wxHashMap | blob | commitdiff | raw | diff to current | 
| 2002-01-31 |  Julian Smart | Applied wxImage -> wxCursor patch, tool window event... | blob | commitdiff | raw | diff to current | 
| 2001-08-27 |  Robert Roebling | Probably fixed wxBeginBusyCursor. | blob | commitdiff | raw | diff to current | 
| 2001-05-11 |  Robin Dunn | Changed wxRootWindow from a global to a staic variable... | blob | commitdiff | raw | diff to current | 
| 2001-04-19 |  Robin Dunn | Added wxCURSOR_ARROWWAIT which is the default arrow... | blob | commitdiff | raw | diff to current | 
| 2000-11-23 |  Robert Roebling | Busy cursor don't need wxYield(), SendIdleEvents() | blob | commitdiff | raw | diff to current | 
| 2000-11-18 |  Václav Slavík | added wxCursor ctor for creation from bits array | blob | commitdiff | raw | diff to current | 
| 2000-07-15 |  Bryan Petty | merged 2.2 branch | blob | commitdiff | raw | diff to current | 
| 1999-11-22 |  Robert Roebling | Include changes again. Something is wrong with CVS... | blob | commitdiff | raw | diff to current | 
| 1999-11-10 |  Vadim Zeitlin | added 2 more cursors (patch from Gerd Mueller) | blob | commitdiff | raw | diff to current | 
| 1999-10-08 |  Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... | blob | commitdiff | raw | diff to current | 
| 1999-10-06 |  Robin Dunn | now supports wxCURSOR_BULLSEYE | blob | commitdiff | raw | diff to current | 
| 1999-10-04 |  Vadim Zeitlin | many changes; major ones: | blob | commitdiff | raw | diff to current | 
| 1999-08-04 |  Robert Roebling | Minor changes to viusal appearance, | blob | commitdiff | raw | diff to current | 
| 1999-07-27 |  Robert Roebling | Small distrib updates, | blob | commitdiff | raw | diff to current | 
| 1999-06-17 |  Robert Roebling | Made the RTTI thing an option. | blob | commitdiff | raw | diff to current | 
| 1999-06-17 |  Karsten Ballüder | Changed default cursor to be an arrow rather than the... | blob | commitdiff | raw | diff to current | 
| 1999-06-17 |  Karsten Ballüder | Implemented tearoff menus, please see my posting to... | blob | commitdiff | raw | diff to current | 
| 1999-05-26 |  Robert Roebling | Got a new idea to do cursors, including global | blob | commitdiff | raw | diff to current | 
| 1999-04-14 |  Ove Kaaven | These at least compiles in Unicode mode... | blob | commitdiff | raw | diff to current | 
| 1999-02-23 |  Vadim Zeitlin | another wxBeginBusyCursor fix | blob | commitdiff | raw | diff to current | 
| 1999-02-23 |  Vadim Zeitlin | some feeble attempts at making wxBeginBusyCursor work | blob | commitdiff | raw | diff to current | 
| 1999-01-03 |  Robert Roebling | new cursors | blob | commitdiff | raw | diff to current | 
| 1999-01-02 |  Robert Roebling | Header changes (gtk.h etc no longer included in defs.h | blob | commitdiff | raw | diff to current | 
| 1998-12-09 |  Vadim Zeitlin | "wxGDIObject * => &" related changes (see mail to the... | blob | commitdiff | raw | diff to current | 
| 1998-10-26 |  Robert Roebling | Implemented wxScreenDC the hard way | blob | commitdiff | raw | diff to current | 
| 1998-10-24 |  Robert Roebling | Removed usage of GdkImlib | blob | commitdiff | raw | diff to current | 
| 1998-09-09 |  Robert Roebling | Tried to find a non-existing bug in the cursor-code | blob | commitdiff | raw | diff to current | 
| 1998-08-23 |  Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... | blob | commitdiff | raw | diff to current | 
| 1998-08-16 |  Robert Roebling | Added mising AddBitmapList in wxBitmap | blob | commitdiff | raw | diff to current | 
| 1998-07-04 |  Julian Smart | Sorry, I went and removed consts as per the style guide :-) | blob | commitdiff | raw | diff to current | 
| 1998-05-20 |  Karsten Ballüder | Initial revision | blob | commitdiff | raw | diff to current | 
|  |