summaryrefslogtreecommitdiff
path: root/gdk/gdkdraw.c
Commit message (Expand)AuthorAgeFilesLines
* Add Sun mediaLib support so that hardware acceleration via mediaLib isBrian Cameron2007-05-161-2/+55
* Fix wrong cairo path generation. (#437879, Eddie C. Dost)Behdad Esfahbod2007-05-121-1/+1
* Don't call into the backend if the region is empty. (#437081, SvenMatthias Clasen2007-05-101-1/+5
* Remove extraneous ;Matthias Clasen2006-05-141-1/+1
* Use G_DEFINE_TYPE.Matthias Clasen2006-04-041-29/+6
* Add a gc_changed argument, and avoid setting the clip region if the gc hasMatthias Clasen2006-02-201-2/+2
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* 2.7.3GTK_2_7_3Matthias Clasen2005-07-151-3/+3
* gdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create() declaration.Manish Singh2005-05-141-0/+1
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-28/+2
* Small documentation additions.Matthias Clasen2005-05-081-5/+5
* Change prototype to match cairo_set_source_surface().Owen Taylor2005-05-071-13/+11
* Add a draw-border style property to allow themes to draw outside theOwen Taylor2005-05-021-8/+2
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-171-300/+101
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* Add gdk_drawable_set_cairo_target().Owen Taylor2005-02-031-0/+23
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-3/+353
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Use depth - 1 to index the cached gcs, not depth. (#139494)Matthias Clasen2004-04-291-2/+3
* Docs typo fix.Matthias Clasen2004-04-281-1/+1
* Small doc improvement.Matthias Clasen2004-04-231-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Use a scratch GC in the case where the background is a solid color.Soeren Sandmann2004-02-181-4/+5
* GC caching, bug #125645 (based on patch by Brian Cameron)Soeren Sandmann2004-02-181-9/+58
* Revert last commit, please don't commit patches without approval, thisOwen Taylor2004-02-171-10/+0
* don't try to draw more than 32767 segments at a time, since XDrawSegmentsDavid Odin2004-02-161-0/+10
* Document that the clip mask of gc is ignored. (#101983, Sebastian Rittau)Matthias Clasen2003-12-131-0/+3
* Fix for #119555, Peter Zelesny:Matthias Clasen2003-11-171-15/+17
* Add deprecation notes. (#121955)Matthias Clasen2003-09-111-0/+6
* Document 2.2 API additions.Matthias Clasen2002-11-281-5/+12
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-4/+4
* More doc comments moved inline.Matthias Clasen2002-11-011-1/+162
* Make 'filled' arguments for draw_arc/polygon/rectangle gboolean not gint.Owen Taylor2002-10-161-3/+3
* Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbufOwen Taylor2002-10-021-6/+6
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-8/+8
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-211-1/+2
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-2/+37
* Call _gdk_draw_pixbuf(), thus enabling using this function for pixbufsOwen Taylor2002-01-291-15/+24
* need to cast image->mem away from void* to avoid 'error C2036: 'void *' :Hans Breuer2002-01-051-1/+1
* Private function to tell if we have RENDER extension.Owen Taylor2002-01-041-9/+548
* Throughout: assorted docsHavoc Pennington2001-10-031-0/+51
* Added a check on the colormap depth to gdk_drawable_set_colormap()Ron Steinke2001-07-231-0/+2
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-0/+10
* new function, turns off decorations for a window.Havoc Pennington2001-03-071-0/+4
* add --deprecated-guardsHavoc Pennington2001-02-201-0/+125
* Add two virtualized functions gdk_drawable_get_clip_region - to get theOwen Taylor2000-12-151-6/+65
* don't create dangling pointers to the appearance attributes from the lineHavoc Pennington2000-12-021-2/+5
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* Re-enable the "find" dialogHavoc Pennington2000-10-241-4/+87
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4