]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkdrawable-x11.c
Implement GdkRegion in terms of cairo_region_t
[~andy/gtk] / gdk / x11 / gdkdrawable-x11.c
2010-06-29 Benjamin OtteImplement GdkRegion in terms of cairo_region_t
2010-06-19 Javier JardónRemove deprecated GdkDrawable functions
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-09-04 Alexander LarssonAdd function accessors for x11 window/pixmap impl
2009-07-07 Alexander LarssonMake clipmasks work for pixbuf rendering
2009-07-01 Alexander LarssonMake GdkDrawable draw_drawable backwards compat
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-07-01 Alexander LarssonMove new draw_drawable argument to end to make it more...
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-06-01 Alexander LarssonRename gdk_window_set_has_native to gdk_window_ensure_n...
2009-05-27 Alexander LarssonAdd support for client side graphics exposures in gdk_d...
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-04-02 Alexander LarssonWorkaround X11 clipping bug
2009-04-02 Alexander LarssonOnly sync the display if creating a native window impli...
2009-04-02 Alexander LarssonReally create a native window when getting xid
2009-04-02 Alexander LarssonCreate native window when requesting xid
2009-04-02 Alexander LarssonInitial client-side-windows work
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2006-08-15 Matthias ClasenDon't leak ShmPixmapInfo. (#349858, Chris Wilson)
2006-05-14 Matthias ClasenRemove extraneous ;
2006-04-04 Matthias ClasenUse G_DEFINE_TYPE.
2005-08-31 Matthias ClasenIntern type names before registering the type to avoid...
2005-08-15 Owen TaylorFix have_base_pc / have_base_x_pc typo.
2005-07-21 Keith PackardFollow change in cairo API to add Screen* to
2005-05-17 Owen TaylorUpdate to changed cairo interface.
2005-05-14 Owen TaylorUpdate for cairo-xlib API change.
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...