summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdrawable-x11.c
Commit message (Expand)AuthorAgeFilesLines
* #include cairo-xlib.hManish Singh2005-02-041-0/+2
* Add gdk_drawable_set_cairo_target().Owen Taylor2005-02-031-0/+50
* Tue Jan 18 13:46:46 2005 Manish Singh <yosh@gimp.orgManish Singh2005-01-181-15/+17
* Avoid X errors when running against servers which implement XRender < 0.4.Matthias Clasen2005-01-181-2/+32
* gdk/x11/gdkdrawable-x11.c (_gdk_x11_drawable_draw_xtrapezoids) CallOwen Taylor2004-11-301-8/+4
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-18/+175
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Cast to 32-bit integers when premultiplying, suggested by Keith Packard.Anders Carlsson2004-07-271-3/+3
* Add gdk_draw_rectangle_alpha_libgtk_only which uses XRenderFillRectangleAnders Carlsson2004-07-271-2/+67
* Merge from stable:Michael Natterer2004-06-211-38/+32
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-2/+2
* GC caching, bug #125645 (based on patch by Brian Cameron)Soeren Sandmann2004-02-181-2/+1
* Fix for #119722, reported by Olexiy Avramchenko, patch by Owen Taylor.Soeren Sandmann2004-02-171-9/+17
* Revert changes from #113476 and go back to using XftDrawSetClip, becauseOwen Taylor2004-01-301-0/+20
* Add a fallback for unaligned source data for FORMAT_ARGB_MASK. (#117217)Owen Taylor2003-08-181-40/+57
* Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):Owen Taylor2003-08-151-0/+2
* Requires glib-2.3.0, pango-1.2.0.Owen Taylor2003-08-021-116/+7
* If the check for missing depths, try actually creating pixmaps of theOwen Taylor2003-08-011-0/+31
* Remove bad optimization for src_rowstride == dest_stride. (Didn't considerOwen Taylor2003-06-031-7/+0
* Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2 anyway.Matthias Clasen2003-05-211-20/+0
* Fix pointer arithmetic on 'void *'. (#108322)Owen Taylor2003-04-181-2/+2
* Patch from Morten Welinder to catch Sun servers with a brokenOwen Taylor2003-04-181-6/+51
* Don't try to use render if we can't get a picture for the drawable. (FixesOwen Taylor2002-11-071-1/+2
* Gdk API doc updates.Matthias Clasen2002-10-221-0/+16
* Make 'filled' arguments for draw_arc/polygon/rectangle gboolean not gint.Owen Taylor2002-10-161-6/+6
* gdk_image_get_pixel, gdk_image_put_pixel: Fixed sense of bounds checks.Bill Haneman2002-10-071-1/+1
* Restore the pre-Xft2 code to render text directly via RENDER,Owen Taylor2002-10-031-3/+92
* Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbufOwen Taylor2002-10-021-5/+5
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-2/+2
* Switch back to using XftDraw so that we take advantage of theOwen Taylor2002-08-021-38/+54
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-52/+87
* Fix byte shift arithmetic for big-endian. (Tracked down with help fromOwen Taylor2002-03-151-2/+2
* Check for RENDER before trying to use it... XRenderFindFormat() printsOwen Taylor2002-01-091-6/+11
* Fix a problem where were the offset into the image was passed intoOwen Taylor2002-01-081-6/+8
* Optimize a little bit. (More for consistency than because it makes much ofOwen Taylor2002-01-041-13/+10
* Private function to tell if we have RENDER extension.Owen Taylor2002-01-041-2/+565
* Redo Xft support to go directly to Picture objects instead of usingOwen Taylor2001-11-051-65/+71
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-2/+38
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-3/+14
* Add two virtualized functions gdk_drawable_get_clip_region - to get theOwen Taylor2000-12-151-4/+83
* 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-4/+21
* 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-164/+275
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-61/+82
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-53/+117
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-0/+409