summaryrefslogtreecommitdiff
path: root/gdk/gdkimage.c
Commit message (Expand)AuthorAgeFilesLines
* Use the correct index variable. (#150941, Tommi Komulainen)Matthias Clasen2004-08-241-1/+1
* 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
* Use a weak reference instead of ref()/unref(). (#60857, reported by JoshuaSoeren Sandmann2004-02-021-1/+1
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-5/+5
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-0/+10
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-11/+22
* make static.Mark McLoughlin2002-01-311-1/+1
* Private function to tell if we have RENDER extension.Owen Taylor2002-01-041-0/+263
* Fix problem with lost parameter.Owen Taylor2001-11-211-1/+1
* Version 1.3.11, interface, binary age 0.Owen Taylor2001-11-211-4/+4
* Throughout: assorted docsHavoc Pennington2001-10-031-0/+15
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-0/+63
* Re-enable the "find" dialogHavoc Pennington2000-10-241-0/+16
* 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-16/+3
* use gdk_cursor_unref instead of destroyHavoc Pennington2000-01-291-0/+2
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-463/+11
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-12/+7
* StartedOwen Taylor1999-10-011-1/+2
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-281-20/+4
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-1/+8
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Removed features.h test.Jeff Garzik1999-01-021-3/+0
* Check for features.h.Jeff Garzik1999-01-011-1/+12
* Use IPC_RMID _after_ doing XShmAttach. This should work everywhere, andOwen Taylor1998-12-071-6/+8
* Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is theJeff Garzik1998-11-241-1/+1
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-1/+2
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-181-0/+2
* Reverted global changes of g_new to malloc(), added back in the one placeOwen Taylor1998-09-151-16/+21
* changed g_new()s to malloc()s and g_free()s to free()s to avoid mixingCDT 1998 Shawn T. Amundson1998-09-151-17/+16
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-2/+2
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* removed g_warnings from the common XShm failure cases in gdkimage.cLarry Ewing1998-02-201-4/+1
* added a bunch of checks for window != NULL and private->destroyed. (don'tTim Janik1998-01-261-0/+6
* Initial revisionElliot Lee1997-11-241-0/+492