]> Pileus Git - ~andy/gtk/history - gdk/gdkgc.c
Initial client-side-windows work
[~andy/gtk] / gdk / gdkgc.c
2009-04-02 Alexander LarssonInitial client-side-windows work
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-14 Michael Natterergdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h...
2006-10-08 Matthias ClasenCleanups
2006-05-14 Matthias ClasenRemove extraneous ;
2006-02-20 Matthias ClasenObtain the background color from the gc when it is...
2006-02-20 Matthias ClasenAdd a gc_changed argument, and avoid setting the clip...
2006-01-10 Matthias ClasenCorrect a warning. (#326341, BenoƮt Carpentier)
2005-11-08 Matthias ClasenUnref tile and stipple when finalizing a gc. (#320789...
2005-07-12 Matthias ClasenFix cairo_content_t <-> cairo_format_t confusion. ...
2005-05-11 Owen TaylorUse a GtkAlignment rather than a GtkDrawingArea to...
2005-05-07 Owen TaylorGet the foreground color, not the background color.
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-16 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-06-22 Matthias ClasenDoc updates.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-01-26 Federico Mena QuinteroFix #105497; constify uses of GdkColor.
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-09-06 Owen TaylorOnly set gc->colormap if it isn't already set. (Alex...
2001-12-23 Owen Taylor1.3.12, interface, binary age 0.
2001-11-30 Matthias ClasenDeprecate.
2001-08-09 Matthias Clasengdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the backgrou...
2001-07-18 Owen TaylorAdd a function gdk_window_get_internal_paint_info(...
2001-02-20 Havoc Penningtonadd --deprecated-guards
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-14 Owen Tayloruse FALSE for size_only most of the time when calling
2000-07-03 Owen TaylorIgnore calls with <= width or height.
2000-07-02 Owen TaylorAdd gdk_rgb_find_color() to get a pixel value using...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
2000-03-14 Owen TaylorMerges from gtk-1-2
1999-11-25 Tor LillqvistFix two copy&paste errors.
1999-11-21 Tor LillqvistRemove, as this is a file generated by configure (or...
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-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-08-11 Owen TaylorApplied gtk-pedersen-980727-0; added all logical operat...
1998-05-05 Stefan JeskeNew function to wrap XSetDashes; modified gtkctree...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-03-10 Federico Mena QuinteroReplace GXor by GXxor. Seems to have been a typo.
1998-02-28 Tim Janikfix behavior of gtk_preview_put() with srcx/srcy != 0,
1998-02-07 Owen Tayloruse a mask of 0xffffffff instead of 0xffff, since there...
1998-02-07 Owen Tayloruse a mask of 0xffffffff instead of 0xffff, since there...
1998-01-30 Tim Janikhm, initital refcount revolution commit ;)
1998-01-26 Tim Janikadded a bunch of checks for window != NULL and private...
1997-12-30 Arturo EspinosaSmall typo fix
1997-12-30 Miguel de IcazaNew function, used to copy the values from one gc to...
1997-12-18 Owen TaylorIt's all in the changelog. Well, almost all.
1997-12-12 Owen Taylorgdk/gdkgc.c: If gdk_gc_set_clip_rectangle is called...
1997-12-05 Owen TaylorIgnore gdk_gc_set_font if font is a fontset. (Actually...
1997-11-24 Elliot LeeInitial revision