| Commit message (Expand) | Author | Age | Files | Lines |
* | #include cairo-xlib.h | Manish Singh | 2005-02-04 | 1 | -0/+2 |
* | Add gdk_drawable_set_cairo_target(). | Owen Taylor | 2005-02-03 | 1 | -0/+50 |
* | Tue Jan 18 13:46:46 2005 Manish Singh <yosh@gimp.org | Manish Singh | 2005-01-18 | 1 | -15/+17 |
* | Avoid X errors when running against servers which implement XRender < 0.4. | Matthias Clasen | 2005-01-18 | 1 | -2/+32 |
* | gdk/x11/gdkdrawable-x11.c (_gdk_x11_drawable_draw_xtrapezoids) Call | Owen Taylor | 2004-11-30 | 1 | -8/+4 |
* | Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables. | Owen Taylor | 2004-11-21 | 1 | -18/+175 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Cast to 32-bit integers when premultiplying, suggested by Keith Packard. | Anders Carlsson | 2004-07-27 | 1 | -3/+3 |
* | Add gdk_draw_rectangle_alpha_libgtk_only which uses XRenderFillRectangle | Anders Carlsson | 2004-07-27 | 1 | -2/+67 |
* | Merge from stable: | Michael Natterer | 2004-06-21 | 1 | -38/+32 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -2/+2 |
* | GC caching, bug #125645 (based on patch by Brian Cameron) | Soeren Sandmann | 2004-02-18 | 1 | -2/+1 |
* | Fix for #119722, reported by Olexiy Avramchenko, patch by Owen Taylor. | Soeren Sandmann | 2004-02-17 | 1 | -9/+17 |
* | Revert changes from #113476 and go back to using XftDrawSetClip, because | Owen Taylor | 2004-01-30 | 1 | -0/+20 |
* | Add a fallback for unaligned source data for FORMAT_ARGB_MASK. (#117217) | Owen Taylor | 2003-08-18 | 1 | -40/+57 |
* | Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai): | Owen Taylor | 2003-08-15 | 1 | -0/+2 |
* | Requires glib-2.3.0, pango-1.2.0. | Owen Taylor | 2003-08-02 | 1 | -116/+7 |
* | If the check for missing depths, try actually creating pixmaps of the | Owen Taylor | 2003-08-01 | 1 | -0/+31 |
* | Remove bad optimization for src_rowstride == dest_stride. (Didn't consider | Owen Taylor | 2003-06-03 | 1 | -7/+0 |
* | Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2 anyway. | Matthias Clasen | 2003-05-21 | 1 | -20/+0 |
* | Fix pointer arithmetic on 'void *'. (#108322) | Owen Taylor | 2003-04-18 | 1 | -2/+2 |
* | Patch from Morten Welinder to catch Sun servers with a broken | Owen Taylor | 2003-04-18 | 1 | -6/+51 |
* | Don't try to use render if we can't get a picture for the drawable. (Fixes | Owen Taylor | 2002-11-07 | 1 | -1/+2 |
* | Gdk API doc updates. | Matthias Clasen | 2002-10-22 | 1 | -0/+16 |
* | Make 'filled' arguments for draw_arc/polygon/rectangle gboolean not gint. | Owen Taylor | 2002-10-16 | 1 | -6/+6 |
* | gdk_image_get_pixel, gdk_image_put_pixel: Fixed sense of bounds checks. | Bill Haneman | 2002-10-07 | 1 | -1/+1 |
* | Restore the pre-Xft2 code to render text directly via RENDER, | Owen Taylor | 2002-10-03 | 1 | -3/+92 |
* | Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbuf | Owen Taylor | 2002-10-02 | 1 | -5/+5 |
* | add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile | Manish Singh | 2002-09-25 | 1 | -2/+2 |
* | Switch back to using XftDraw so that we take advantage of the | Owen Taylor | 2002-08-02 | 1 | -38/+54 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -52/+87 |
* | Fix byte shift arithmetic for big-endian. (Tracked down with help from | Owen Taylor | 2002-03-15 | 1 | -2/+2 |
* | Check for RENDER before trying to use it... XRenderFindFormat() prints | Owen Taylor | 2002-01-09 | 1 | -6/+11 |
* | Fix a problem where were the offset into the image was passed into | Owen Taylor | 2002-01-08 | 1 | -6/+8 |
* | Optimize a little bit. (More for consistency than because it makes much of | Owen Taylor | 2002-01-04 | 1 | -13/+10 |
* | Private function to tell if we have RENDER extension. | Owen Taylor | 2002-01-04 | 1 | -2/+565 |
* | Redo Xft support to go directly to Picture objects instead of using | Owen Taylor | 2001-11-05 | 1 | -65/+71 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 1 | -2/+38 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -3/+14 |
* | Add two virtualized functions gdk_drawable_get_clip_region - to get the | Owen Taylor | 2000-12-15 | 1 | -4/+83 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -1/+1 |
* | Re-enable the "find" dialog | Havoc Pennington | 2000-10-24 | 1 | -4/+21 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -164/+275 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -61/+82 |
* | Merge no-flicker branch into HEAD | Owen Taylor | 2000-03-28 | 1 | -53/+117 |
* | Move all X specific code into the x11/ directory. Aside from shuffling | Owen Taylor | 1999-11-08 | 1 | -0/+409 |