]> Pileus Git - ~andy/gtk/history - gdk/gdkdraw.c
Use depth - 1 to index the cached gcs, not depth. (#139494)
[~andy/gtk] / gdk / gdkdraw.c
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