summaryrefslogtreecommitdiff
path: root/gdk/gdkcursor.c
Commit message (Expand)AuthorAgeFilesLines
* GdkCursor: Don't leak a cairo surfaceDavid Mansfield2014-05-071-1/+6
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-4/+4
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-4/+4
* Use proper quotes in gdkWilliam Jon McCann2014-02-051-1/+1
* docs: use ` instead of <literal>William Jon McCann2014-02-041-2/+2
* docs: use markdown instead of inlinegraphic tagsWilliam Jon McCann2014-02-041-17/+17
* Docs: Use markdown for listsMatthias Clasen2014-02-021-56/+18
* docs: use #*-struct instead of <structname>William Jon McCann2014-01-271-2/+2
* docs: zero is a literal not a type linkWilliam Jon McCann2014-01-201-1/+1
* Fix up docs for new cursor apisMatthias Clasen2013-08-091-11/+10
* gdk: Add gdk_cursor_new_from_surfaceAlexander Larsson2013-08-071-2/+72
* gdk: Add gdk_cursor_get_surface()Alexander Larsson2013-08-071-1/+72
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-1/+1
* [GI] Cosmetic cleanups of annotations and doc commentsPavel Holejsovsky2011-01-181-1/+1
* gdk: Move gdk_cursor_get_image() to the base classBenjamin Otte2010-12-211-0/+21
* gdk: Move gdk_cursor_get_display() out of the backendsBenjamin Otte2010-12-211-0/+20
* gdk: Make display a property of GdkCursorBenjamin Otte2010-12-211-1/+18
* gdk: Make cursor-type a property of the cursorBenjamin Otte2010-12-211-0/+56
* API: gdk: Deprecate gdk_cursor_ref() and gdk_cursor_unref()Benjamin Otte2010-12-211-0/+4
* gdk: Make GdkCursor a GObjectBenjamin Otte2010-12-211-12/+13
* gdk: Move GdkCursor definition into a private headerBenjamin Otte2010-12-211-0/+6
* Add vfuncs for a bunch of cursor functionality to GdkDisplayMatthias Clasen2010-12-211-10/+149
* docs: Move documentation to inline comments: gdkcursorJavier Jardón2010-11-161-0/+23
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-0/+2
* Use G_DEFINE_BOXED_TYPEChristian Persch2010-08-181-11/+3
* Add gdk_cursor_get_cursor_typeJohn Stowers2010-07-251-0/+17
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+1
* Update docs on blank cursorsMatthias Clasen2009-01-201-2/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* remove GDK_CURSOR and GDK_IS_CURSOR, instance checks don't work on boxedManish Singh2005-06-181-2/+2
* Improve some return_if_fail checks, and add the missing non-XcursorMatthias Clasen2005-06-171-2/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Renames:Owen Taylor2002-06-201-1/+1
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-4/+4
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-0/+18
* Update to use the new g_boxed_type_register_static API.Alex Larsson2001-09-101-3/+1
* The following changes correspond to bug #56812James Henstridge2001-06-281-0/+14
* add --deprecated-guardsHavoc Pennington2001-02-201-0/+16
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Include gdkinternals.h instead of gdkprivate.h.Owen Taylor2000-03-281-1/+1
* s/refcount/ref_count/.Tim Janik2000-02-131-5/+8
* forgot to cvs add thisHavoc Pennington2000-01-291-0/+49
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-94/+0
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-2/+3