| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | GC caching, bug #125645 (based on patch by Brian Cameron) | Soeren Sandmann | 2004-02-18 | 1 | -9/+58 |
* | Revert last commit, please don't commit patches without approval, this | Owen Taylor | 2004-02-17 | 1 | -10/+0 |
* | don't try to draw more than 32767 segments at a time, since XDrawSegments | David Odin | 2004-02-16 | 1 | -0/+10 |
* | Document that the clip mask of gc is ignored. (#101983, Sebastian Rittau) | Matthias Clasen | 2003-12-13 | 1 | -0/+3 |
* | Fix for #119555, Peter Zelesny: | Matthias Clasen | 2003-11-17 | 1 | -15/+17 |
* | Add deprecation notes. (#121955) | Matthias Clasen | 2003-09-11 | 1 | -0/+6 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -5/+12 |
* | docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml | Soeren Sandmann | 2002-11-08 | 1 | -4/+4 |
* | More doc comments moved inline. | Matthias Clasen | 2002-11-01 | 1 | -1/+162 |
* | Make 'filled' arguments for draw_arc/polygon/rectangle gboolean not gint. | Owen Taylor | 2002-10-16 | 1 | -3/+3 |
* | Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbuf | Owen Taylor | 2002-10-02 | 1 | -6/+6 |
* | add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile | Manish Singh | 2002-09-25 | 1 | -8/+8 |
* | Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383) | Matthias Clasen | 2002-09-21 | 1 | -1/+2 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -2/+37 |
* | Call _gdk_draw_pixbuf(), thus enabling using this function for pixbufs | Owen Taylor | 2002-01-29 | 1 | -15/+24 |
* | need to cast image->mem away from void* to avoid 'error C2036: 'void *' : | Hans Breuer | 2002-01-05 | 1 | -1/+1 |
* | Private function to tell if we have RENDER extension. | Owen Taylor | 2002-01-04 | 1 | -9/+548 |
* | Throughout: assorted docs | Havoc Pennington | 2001-10-03 | 1 | -0/+51 |
* | Added a check on the colormap depth to gdk_drawable_set_colormap() | Ron Steinke | 2001-07-23 | 1 | -0/+2 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -0/+10 |
* | new function, turns off decorations for a window. | Havoc Pennington | 2001-03-07 | 1 | -0/+4 |
* | add --deprecated-guards | Havoc Pennington | 2001-02-20 | 1 | -0/+125 |
* | Add two virtualized functions gdk_drawable_get_clip_region - to get the | Owen Taylor | 2000-12-15 | 1 | -6/+65 |
* | don't create dangling pointers to the appearance attributes from the line | Havoc Pennington | 2000-12-02 | 1 | -2/+5 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -1/+1 |
* | Re-enable the "find" dialog | Havoc Pennington | 2000-10-24 | 1 | -4/+87 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -173/+150 |
* | *** empty log message *** | Elliot Lee | 2000-06-20 | 1 | -1/+0 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -0/+18 |
* | clean up enum format, remove extra comma, this keeps scanner scripts from | Havoc Pennington | 2000-04-15 | 1 | -2/+2 |
* | Include gdkinternals.h instead of gdkprivate.h. | Owen Taylor | 2000-03-28 | 1 | -1/+1 |
* | Merge no-flicker branch into HEAD | Owen Taylor | 2000-03-28 | 1 | -2/+17 |
* | Move the test for no segments before the assertion for non-NULL segment | Tor Lillqvist | 2000-02-13 | 1 | -3/+4 |
* | Fix copy&paste error: Call the backend's draw_lines method, not | Tor Lillqvist | 2000-01-05 | 1 | -1/+1 |
* | Move all X specific code into the x11/ directory. Aside from shuffling | Owen Taylor | 1999-11-08 | 1 | -287/+106 |
* | Fix a reference to window_private->destroyed. | Owen Taylor | 1999-10-03 | 1 | -69/+167 |
* | Started | Owen Taylor | 1999-10-01 | 1 | -2/+2 |
* | [ Merges from gtk-1-2 ] | Federico Mena Quintero | 1999-09-28 | 1 | -5/+7 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | Destroy widgets _after_ propagating unrealize signals through the widget | Owen Taylor | 1998-12-09 | 1 | -0/+60 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | Required changes for version change to 0.99.4 | PST 1998 Shawn T. Amundson | 1998-03-02 | 1 | -7/+47 |
* | added a bunch of checks for window != NULL and private->destroyed. (don't | Tim Janik | 1998-01-26 | 1 | -0/+20 |
* | Initial revision | Elliot Lee | 1997-11-24 | 1 | -0/+383 |