| Commit message (Expand) | Author | Age | Files | Lines |
* | Abstract some GdkWindow API into an interface that the backends must | Emmanuele Bassi | 2008-06-27 | 1 | -19/+765 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Fix doc typos | Matthias Clasen | 2008-06-13 | 1 | -6/+6 |
* | Bug 318807 – Offscreen windows and window redirection. | 10:49:20 Tim Janik | 2008-05-21 | 1 | -3/+565 |
* | gdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.h | Michael Natterer | 2008-01-14 | 1 | -18/+21 |
* | guard for windows with GDK_WINDOW_DESTROYED set. (Fixes #482531, reported | Kristian Rietveld | 2007-11-09 | 1 | -6/+9 |
* | Fixes #426246. | Kristian Rietveld | 2007-09-12 | 1 | -3/+70 |
* | Revert commit that was accidentally made. Sorry. | Behdad Esfahbod | 2007-08-08 | 1 | -1/+8 |
* | Use gtk_true instead of rolling a new one. Patch from Xan Lopez. | Behdad Esfahbod | 2007-08-08 | 1 | -8/+1 |
* | add note that the semantics of this call, when mixed with the new | Ryan Lortie | 2007-07-19 | 1 | -1/+2 |
* | docu fixup by Bjoern Lindqvist, #454703. | Tim Janik | 2007-07-07 | 1 | -2/+2 |
* | Improve docs. (#446138, Björn Lindqvist) | Behdad Esfahbod | 2007-06-12 | 1 | -3/+6 |
* | 2.11.1GTK_2_11_1 | Matthias Clasen | 2007-06-04 | 1 | -6/+7 |
* | Add support for composited child windows. (#412882, Ryan Lortie) | Matthias Clasen | 2007-06-01 | 1 | -1/+90 |
* | Doc improvements | Matthias Clasen | 2007-03-12 | 1 | -1/+3 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | Reduce locking overhead by not repeatedly getting the paintable iface. | Matthias Clasen | 2007-01-25 | 1 | -13/+23 |
* | Avoid overflow when converting coordinates to Pango units. (#332266, Jody | Behdad Esfahbod | 2007-01-05 | 1 | -0/+9 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -3/+1 |
* | Cleanups | Matthias Clasen | 2006-10-08 | 1 | -1/+0 |
* | Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) | Matthias Clasen | 2006-10-03 | 1 | -1/+1 |
* | Add some more detail to the docs. (#311399, Nikos Kouremenos) | Matthias Clasen | 2006-07-17 | 1 | -1/+2 |
* | Don't use G_DEFINE_TYPE, since the instance struct name does not match the | Matthias Clasen | 2006-05-31 | 1 | -4/+25 |
* | Remove extraneous ; | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | fix docs | Matthias Clasen | 2006-05-07 | 1 | -1/+1 |
* | Add new GdkPaintable interface which implementation objects can implement | Anders Carlsson | 2006-04-10 | 1 | -0/+63 |
* | Use G_DEFINE_TYPE. | Matthias Clasen | 2006-04-04 | 1 | -36/+4 |
* | Work around https://bugs.freedesktop.org/show_bug.cgi?id=4320, which used | Federico Mena Quintero | 2006-02-03 | 1 | -23/+100 |
* | Applied patch from maemo-gtk that addresses many issues wrt display | Michael Natterer | 2005-11-10 | 1 | -4/+9 |
* | Fix #316871, reported by Dan Winship: | Matthias Clasen | 2005-09-26 | 1 | -1/+1 |
* | Intern type names before registering the type to avoid unnecessary copies. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Remove superfluous call to gdk_window_get_offsets (). (#313051, Bertram | Owen Taylor | 2005-08-10 | 1 | -3/+0 |
* | Update all fields | Matthias Clasen | 2005-06-16 | 1 | -0/+1 |
* | Adjust offsets when recursing. (#153682, Felipe Heidrich) | Matthias Clasen | 2005-05-17 | 1 | -2/+4 |
* | Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to | Owen Taylor | 2005-05-11 | 1 | -18/+1 |
* | Change prototype to match cairo_set_source_surface(). | Owen Taylor | 2005-05-07 | 1 | -6/+4 |
* | Add a draw-border style property to allow themes to draw outside the | Owen Taylor | 2005-05-02 | 1 | -4/+0 |
* | gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update to | Owen Taylor | 2005-04-18 | 1 | -1/+1 |
* | Don't invalidate areas that are covered by mapped input-output child | Søren Sandmann | 2005-03-28 | 1 | -28/+40 |
* | Use cairo_set_device_offset(). | Owen Taylor | 2005-03-18 | 1 | -2/+2 |
* | Switch set_cairo_target() virtual function to ref_cairo_surface() | Owen Taylor | 2005-03-17 | 1 | -39/+71 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 1 | -1/+3 |
* | Add gdk_drawable_set_cairo_target(). | Owen Taylor | 2005-02-03 | 1 | -0/+24 |
* | Add sensitivity-changing timeout. Written by Christian Persch. | Søren Sandmann | 2004-12-22 | 1 | -24/+12 |
* | Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables. | Owen Taylor | 2004-11-21 | 1 | -6/+112 |
* | check the iteration window variable, not just the window passed in. fixes | 4 | 2004-10-05 | 1 | -1/+1 |
* | Make gdk_window_process_[all]_updates() respect update_freeze_counter | Matthias Clasen | 2004-08-26 | 1 | -20/+34 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Do an empty begin_paint_region()/end_paint() for windows without | Soeren Sandmann | 2004-07-12 | 1 | -19/+33 |
* | Make this a total no-op when the new or old parent is destroyed. (#134230, | Owen Taylor | 2004-03-13 | 1 | -14/+40 |