summaryrefslogtreecommitdiff
path: root/gdk/gdkpixmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge in Gdk-custom.c introspection annotationsColin Walters2009-12-161-0/+67
* Clean up gdk_draw_drawable() composite handlingAlexander Larsson2009-08-251-4/+8
* Make GdkDrawable draw_drawable backwards compatAlexander Larsson2009-07-011-1/+1
* Move new draw_drawable argument to end to make it more backwards compatAlexander Larsson2009-07-011-4/+4
* Add support for client side graphics exposures in gdk_draw_drawableAlexander Larsson2009-05-271-0/+2
* Remove_gdk_pixmap_set_as_backing etc, as this is not used anymoreAlexander Larsson2009-04-021-27/+0
* Create _gdk_drawable_create_cairo_surface to ugly typecheckingAlexander Larsson2009-04-021-0/+15
* Add _gdk_pixmap_set_as_backing which is a way to get GraphicsExposures on pix...Alexander Larsson2009-04-021-0/+27
* gdk_bitmap_create_from_data - drawable may be NULLAlexander Larsson2009-04-021-1/+4
* gdk_pixmap_new - drawable may be NULLAlexander Larsson2009-04-021-1/+4
* gdk_pixmap_draw_pixbuf - gc may be NULLAlexander Larsson2009-04-021-1/+2
* Move _gdk_gc_remove_drawable_clip from after each time its set to before each...Alexander Larsson2009-04-021-0/+14
* Initial client-side-windows workAlexander Larsson2009-04-021-0/+42
* 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
* Don't use G_DEFINE_TYPE, since the instance struct name does not match theMatthias Clasen2006-05-311-2/+23
* Remove extraneous ;Matthias Clasen2006-05-141-1/+1
* Use G_DEFINE_TYPE.Matthias Clasen2006-04-041-34/+2
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-171-8/+5
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* Add gdk_drawable_set_cairo_target().Owen Taylor2005-02-031-0/+12
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-7/+46
* 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
* GC caching, bug #125645 (based on patch by Brian Cameron)Soeren Sandmann2004-02-181-2/+1
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-22/+22
* Fix for #119555, Peter Zelesny:Matthias Clasen2003-11-171-4/+4
* update to allow a GdkDrawable instead of a GdkWindow.Kristian Rietveld2002-12-091-17/+17
* Fix incorrect masks in PACKED_COLOR definition. (#99795, John Finlay)Owen Taylor2002-12-061-1/+3
* Make 'filled' arguments for draw_arc/polygon/rectangle gboolean not gint.Owen Taylor2002-10-161-6/+6
* Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbufOwen Taylor2002-10-021-8/+8
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-6/+6
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-2/+3
* removed that function as gdk_drawable_get_screen does the job. #79964Erwann Chenede -2002-05-011-1/+7
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-5/+9
* Private function to tell if we have RENDER extension.Owen Taylor2002-01-041-13/+56
* return solid masks for xpms that have no transparent color. This makes theAlexander Larsson2001-02-231-1/+26
* Add two virtualized functions gdk_drawable_get_clip_region - to get theOwen Taylor2000-12-151-6/+5
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* Re-enable the "find" dialogHavoc Pennington2000-10-241-0/+21
* Some updatesHavoc Pennington2000-10-181-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* add xthickness and ythickness to GtkRcStyle and add the necessary tokens.Tim Janik2000-07-111-2/+1
* Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionalityOwen Taylor2000-07-021-0/+122
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-0/+411
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-826/+0
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-54/+37
* StartedOwen Taylor1999-10-011-1/+1