]> Pileus Git - ~andy/gtk/history - gdk/gdkdraw.c
[broadway] Add initial keyboard event support
[~andy/gtk] / gdk / gdkdraw.c
2010-10-15 Matthias ClasenInclusion cleanups in sources
2010-09-26 Benjamin OtteAPI: remove gdk_drawable_get_size()
2010-09-26 Benjamin Ottegdk: Remove default implementations for get_*_region
2010-09-26 Benjamin OtteAPI: Remove gdk_drawable_get_colormap()
2010-09-26 Benjamin OtteAPI: Remove gdk_drawable_get_display()
2010-09-26 Benjamin OtteAPI: Remove drawable getters for visual, screen and...
2010-09-26 Benjamin OtteAPI: Remove gdk_drawable_set_colormap()
2010-09-26 Benjamin Ottegdk: Remove _gdk_drawable_get_source_drawable()
2010-08-10 Benjamin OtteAPI: remove GdkGC
2010-08-10 Benjamin Ottegdk: Move scratch GC handling to X11
2010-08-10 Benjamin Ottegdk: remove get_composite_drawable vfunc
2010-08-10 Benjamin OtteAPI: remove gdk_draw_drawable()
2010-08-10 Benjamin Ottegdk: Remove _gdk_drawable_get_scratch_gc()
2010-08-10 Benjamin OtteAPI: remove gdk_draw_rectangle()
2010-08-10 Benjamin OtteAPI: remove gdk_draw_point(s)
2010-08-10 Benjamin OtteAPI: remove gdk_draw_{line,lines,segments}
2010-08-10 Benjamin OtteAPI: remove gdk_draw_polygon()
2010-08-10 Benjamin OtteAPI: remove gdk_draw_glyphs() and gdk_draw_glyphs_trans...
2010-08-10 Benjamin OtteAPI: remove gdk_draw_trapezoids() and GdkTrapezoid...
2010-08-10 Benjamin OtteAPI: remove gdk_draw_arc()
2010-08-10 Benjamin OtteAPI: remove gdk_drawable_copy_to_image()
2010-08-10 Benjamin OtteAPI: remove gdk_drawable_get_image()
2010-08-10 Benjamin OtteAPI: remove gdk_draw_image()
2010-08-10 Benjamin OtteAPI: Remove gdk_draw_pixbuf()
2010-07-26 Benjamin Ottegdk: Revert making get_size optional
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngdk/: fully remove gdkalias hacks
2010-06-29 Benjamin Ottes/GdkRegion/cairo_region_t/ in all of gtk
2010-06-29 Benjamin OtteDeprecate the GdkRegion API
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...
next