summaryrefslogtreecommitdiff
path: root/gdk/gdkdraw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-173/+150
* *** empty log message ***Elliot Lee2000-06-201-1/+0
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-0/+18
* clean up enum format, remove extra comma, this keeps scanner scripts fromHavoc Pennington2000-04-151-2/+2
* Include gdkinternals.h instead of gdkprivate.h.Owen Taylor2000-03-281-1/+1
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-2/+17
* Move the test for no segments before the assertion for non-NULL segmentTor Lillqvist2000-02-131-3/+4
* Fix copy&paste error: Call the backend's draw_lines method, notTor Lillqvist2000-01-051-1/+1
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-287/+106
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-69/+167
* StartedOwen Taylor1999-10-011-2/+2
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-281-5/+7
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-091-0/+60
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Required changes for version change to 0.99.4PST 1998 Shawn T. Amundson1998-03-021-7/+47
* added a bunch of checks for window != NULL and private->destroyed. (don'tTim Janik1998-01-261-0/+20
* Initial revisionElliot Lee1997-11-241-0/+383