summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkcursor-x11.c
Commit message (Expand)AuthorAgeFilesLines
* remove GDK_CURSOR and GDK_IS_CURSOR, instance checks don't work on boxedManish Singh2005-06-181-7/+7
* Improve some return_if_fail checks, and add the missing non-XcursorMatthias Clasen2005-06-171-7/+11
* Handle cursor theme changes for cached cursors which are not associatedMatthias Clasen2005-06-171-15/+37
* remove unused variable.Manish Singh2005-06-161-1/+0
* Get red and blue in place.Matthias Clasen2005-06-151-1/+8
* Keep a reference to the GdkCursor and add a private getter for it, so thatMatthias Clasen2005-06-151-51/+95
* Add a stub for the no-Xcursor case. (noticed by Luis Villa)Matthias Clasen2005-06-141-2/+64
* New functions to construct named cursors and to get the image used for aMatthias Clasen2005-06-141-0/+137
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+3
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Merge from stable:Michael Natterer2004-06-211-15/+23
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* Fixes #132975.Federico Mena Quintero2004-01-301-1/+1
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-6/+6
* Add the missing _get_ to the name of the non-Xcursor version of thisMatthias Clasen2003-12-241-1/+1
* API doc updates.Matthias Clasen2003-07-141-1/+1
* Fix memory access error. (#69436)Morten Welinder2003-07-111-1/+1
* Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trapOwen Taylor2003-07-051-1/+1
* Check for Xcursor.Matthias Clasen2003-06-301-0/+302
* Document 2.2 API additions.Matthias Clasen2002-11-281-3/+7
* Remove period from title of example in docs.Matthias Clasen2002-11-231-1/+1
* doc comment fixes.Matthias Clasen2002-10-291-7/+7
* Fix doc comment.Matthias Clasen2002-10-251-3/+3
* More API docs moved inline.Matthias Clasen2002-10-241-0/+55
* Gdk API doc updates.Matthias Clasen2002-10-221-0/+16
* Start implementing display/screen closing scheme; keep a flag for whetherOwen Taylor2002-08-011-4/+12
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-20/+19
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-18/+0
* Markup fixesMatthias Clasen2002-05-281-17/+17
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-9/+53
* fix up my list of "cursors that are actually useful" in gdk_cursor_new()Havoc Pennington2001-12-071-10/+54
* Throughout: assorted docsHavoc Pennington2001-10-031-0/+21
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-1/+17
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-3/+6
* init refcount to 1 (gdk_cursor_new): init refcount to 1Havoc Pennington2000-02-131-2/+4
* s/refcount/ref_count/.Tim Janik2000-02-131-2/+12
* use gdk_cursor_unref instead of destroyHavoc Pennington2000-01-291-1/+1
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-2/+0
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-2/+3
* StartedOwen Taylor1999-10-011-1/+2
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* new functions for setting WM hintsOwen Taylor1998-02-271-1/+1
* Add support for pixmap cursors -migArturo Espinosa1997-12-061-0/+31
* Initial revisionElliot Lee1997-11-241-0/+52