]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkdrawable-x11.c
Fill in unused bits so they can be used for the depth-32 target case.
[~andy/gtk] / gdk / x11 / gdkdrawable-x11.c
2005-05-09 Owen TaylorFill in unused bits so they can be used for the depth...
2005-05-02 Owen TaylorAdd a draw-border style property to allow themes to...
2005-03-18 Owen TaylorCall cairo_surface_finish()
2005-03-17 Owen TaylorSwitch set_cairo_target() virtual function to ref_cairo...
2005-03-16 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-21 Matthias ClasenSet have_render_with_trapezoids to GDK_YES when we...
2005-02-04 Manish Singh#include cairo-xlib.h
2005-02-03 Owen TaylorAdd gdk_drawable_set_cairo_target().
2005-01-18 Manish SinghTue Jan 18 13:46:46 2005 Manish Singh <yosh@gimp.org
2005-01-18 Matthias ClasenAvoid X errors when running against servers which imple...
2004-11-30 Owen Taylorgdk/x11/gdkdrawable-x11.c (_gdk_x11_drawable_draw_xtrap...
2004-11-21 Owen TaylorAdd GdkPangoRenderer, a subclass of PangoRenderer targe...
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-27 Anders CarlssonCast to 32-bit integers when premultiplying, suggested...
2004-07-27 Anders CarlssonAdd gdk_draw_rectangle_alpha_libgtk_only which uses...
2004-06-21 Michael NattererMerge from stable:
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-02-18 Soeren SandmannGC caching, bug #125645 (based on patch by Brian Cameron)
2004-02-17 Soeren SandmannFix for #119722, reported by Olexiy Avramchenko, patch...
2004-01-30 Owen TaylorRevert changes from #113476 and go back to using XftDra...
2003-08-18 Owen TaylorAdd a fallback for unaligned source data for FORMAT_ARG...
2003-08-15 Owen TaylorFixes for X/Cygwin builds of GTK+ (#107623, Masahiro...
2003-08-02 Owen TaylorRequires glib-2.3.0, pango-1.2.0.
2003-08-01 Owen TaylorIf the check for missing depths, try actually creating...
2003-06-03 Owen TaylorRemove bad optimization for src_rowstride == dest_strid...
2003-05-21 Matthias ClasenUse XftDrawSetClipRectangles(), since we're inside...
2003-04-18 Owen TaylorFix pointer arithmetic on 'void *'. (#108322)
2003-04-18 Owen TaylorPatch from Morten Welinder to catch Sun servers with...
2002-11-07 Owen TaylorDon't try to use render if we can't get a picture for...
2002-10-22 Matthias ClasenGdk API doc updates.
2002-10-16 Owen TaylorMake 'filled' arguments for draw_arc/polygon/rectangle...
2002-10-07 Bill Hanemangdk_image_get_pixel, gdk_image_put_pixel: Fixed sense...
2002-10-03 Owen TaylorRestore the pre-Xft2 code to render text directly via...
2002-10-02 Owen TaylorExport _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename...
2002-09-25 Manish Singhadd -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEP...
2002-08-02 Owen TaylorSwitch back to using XftDraw so that we take advantage...
2002-04-25 Owen TaylorStart of integration of Erwann Chenede's multihead...
2002-03-15 Owen TaylorFix byte shift arithmetic for big-endian. (Tracked...
2002-01-09 Owen TaylorCheck for RENDER before trying to use it... XRenderFind...
2002-01-08 Owen TaylorFix a problem where were the offset into the image...
2002-01-04 Owen TaylorOptimize a little bit. (More for consistency than becau...
2002-01-04 Owen TaylorPrivate function to tell if we have RENDER extension.
2001-11-05 Owen TaylorRedo Xft support to go directly to Picture objects...
2001-09-07 Owen TaylorMake gdkx.h the only installed header from gdk/x11...
2001-01-04 Havoc PenningtonAdapt to uscore-ification of gtktextiterprivate
2000-12-15 Owen TaylorAdd two virtualized functions gdk_drawable_get_clip_reg...
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-10-24 Havoc PenningtonRe-enable the "find" dialog
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-06-02 Havoc PenningtonRemove all references to offscreen flag which was no...
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
1999-11-08 Owen TaylorMove all X specific code into the x11/ directory. Aside...