]> Pileus Git - ~andy/gtk/history - gdk/gdkdraw.c
Make GTK+ use an external gdk-pixbuf
[~andy/gtk] / gdk / gdkdraw.c
2010-06-26 Matthias ClasenMake GTK+ use an external gdk-pixbuf
2010-06-24 Javier Jardón[docs] Fix annotations: "(allow-none): (out)" -> "...
2010-06-19 Javier JardónRemove deprecated GdkDrawable functions
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Colin WaltersMerge in Gdk-custom.c introspection annotations
2010-02-19 Johan Dahlin[annotations] Add allow-none
2009-12-16 Colin WaltersMerge in Gdk-custom.c introspection annotations
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-06 Javier Jardón[gdk/gdkdraw] Add missing "Deprecated: 2.x" to the...
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-08-25 Alexander LarssonClean up gdk_draw_drawable() composite handling
2009-08-25 Alexander LarssonFix clipping of drawn pixbufs in the no-render case
2009-08-11 Alexander LarssonImplement fallback for old draw_drawable vfunc
2009-07-23 Alexander LarssonFix clipping of pixbuf drawing to windows
2009-07-07 Alexander LarssonMake clipmasks work for pixbuf rendering
2009-07-06 Matthias ClasenMore small documentation fixups
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-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 Cody RussellUpdates
2009-04-02 Alexander LarssonAdd _gdk_drawable_get_subwindow_scratch_gc as a way...
2009-04-02 Alexander LarssonCreate _gdk_drawable_create_cairo_surface to ugly typec...
2009-04-02 Alexander LarssonThe double get_composite_drawable case can happen for...
2009-04-02 Alexander LarssonInitial client-side-windows work
2008-10-21 Michael Natterergdk/gdkdraw.c gdk/gdkimage.c gdk/gdkscreen.c replace...
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-01-15 Michael Natterergdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h...
2007-05-16 Brian CameronAdd Sun mediaLib support so that hardware acceleration...
2007-05-12 Behdad EsfahbodFix wrong cairo path generation. (#437879, Eddie C...
2007-05-10 Matthias ClasenDon't call into the backend if the region is empty...
2006-05-14 Matthias ClasenRemove extraneous ;
2006-04-04 Matthias ClasenUse G_DEFINE_TYPE.
2006-02-20 Matthias ClasenAdd a gc_changed argument, and avoid setting the clip...
2005-08-31 Matthias ClasenIntern type names before registering the type to avoid...
2005-07-15 Matthias Clasen2.7.3
2005-05-14 Manish Singhgdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create...
2005-05-11 Owen TaylorUse a GtkAlignment rather than a GtkDrawingArea to...
2005-05-08 Matthias ClasenSmall documentation additions.
2005-05-07 Owen TaylorChange prototype to match cairo_set_source_surface().
2005-05-02 Owen TaylorAdd a draw-border style property to allow themes to...
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-03 Owen TaylorAdd gdk_drawable_set_cairo_target().
2004-11-21 Owen TaylorAdd GdkPangoRenderer, a subclass of PangoRenderer targe...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-04-29 Matthias ClasenUse depth - 1 to index the cached gcs, not depth. ...
2004-04-28 Matthias ClasenDocs typo fix.
2004-04-23 Matthias ClasenSmall doc improvement.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-02-18 Soeren SandmannUse a scratch GC in the case where the background is...
2004-02-18 Soeren SandmannGC caching, bug #125645 (based on patch by Brian Cameron)
2004-02-17 Owen TaylorRevert last commit, please don't commit patches without...
2004-02-16 David Odindon't try to draw more than 32767 segments at a time...
2003-12-13 Matthias ClasenDocument that the clip mask of gc is ignored. (#101983...
2003-11-17 Matthias ClasenFix for #119555, Peter Zelesny:
2003-09-11 Matthias ClasenAdd deprecation notes. (#121955)
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-08 Soeren Sandmanndocs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk...
2002-11-01 Matthias ClasenMore doc comments moved inline.
2002-10-16 Owen TaylorMake 'filled' arguments for draw_arc/polygon/rectangle...
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-09-21 Matthias ClasenMark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)
2002-04-25 Owen TaylorStart of integration of Erwann Chenede's multihead...
2002-01-29 Owen TaylorCall _gdk_draw_pixbuf(), thus enabling using this funct...
2002-01-05 Hans Breuerneed to cast image->mem away from void* to avoid 'error...
2002-01-04 Owen TaylorPrivate function to tell if we have RENDER extension.
2001-10-03 Havoc PenningtonThroughout: assorted docs
2001-07-23 Ron SteinkeAdded a check on the colormap depth to gdk_drawable_set...
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-03-07 Havoc Penningtonnew function, turns off decorations for a window.
2001-02-20 Havoc Penningtonadd --deprecated-guards
2000-12-15 Owen TaylorAdd two virtualized functions gdk_drawable_get_clip_reg...
2000-12-02 Havoc Penningtondon't create dangling pointers to the appearance attrib...
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-20 Elliot Lee*** empty log message ***
2000-06-02 Havoc PenningtonRemove all references to offscreen flag which was no...
2000-04-15 Havoc Penningtonclean up enum format, remove extra comma, this keeps...
2000-03-28 Owen TaylorInclude gdkinternals.h instead of gdkprivate.h.
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
2000-02-13 Tor LillqvistMove the test for no segments before the assertion...
2000-01-05 Tor LillqvistFix copy&paste error: Call the backend's draw_lines...
1999-11-08 Owen TaylorMove all X specific code into the x11/ directory. Aside...
1999-10-03 Owen TaylorFix a reference to window_private->destroyed.
1999-10-01 Owen TaylorStarted
1999-09-28 Federico Mena Quintero[ Merges from gtk-1-2 ]
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1998-12-09 Owen TaylorDestroy widgets _after_ propagating unrealize signals...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-03-02 PST 1998 Shawn T... Required changes for version change to 0.99.4
1998-01-26 Tim Janikadded a bunch of checks for window != NULL and private...
1997-11-24 Elliot LeeInitial revision