| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Use a scratch GC in the case where the background is a solid color. | Soeren Sandmann | 2004-02-18 | 1 | -35/+40 |
* | Reset clip region back to NULL on cached GC (rest of #134728) | Soeren Sandmann | 2004-02-18 | 1 | -0/+4 |
* | Fix bug reported by Nam SungHyun. | Soeren Sandmann | 2004-02-18 | 1 | -0/+2 |
* | GC caching, bug #125645 (based on patch by Brian Cameron) | Soeren Sandmann | 2004-02-18 | 1 | -5/+2 |
* | Fix for #119555, Peter Zelesny: | Matthias Clasen | 2003-11-17 | 1 | -6/+6 |
* | Fix bug where the background pixmap was being offset twice, once by the | Soeren Sandmann | 2003-09-01 | 1 | -4/+1 |
* | Make the layers in the paint stack have their own pixmap instead of | Soeren Sandmann | 2003-08-20 | 1 | -195/+79 |
* | Merge from stable. | Kristian Rietveld | 2003-07-09 | 1 | -9/+10 |
* | Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trap | Owen Taylor | 2003-07-05 | 1 | -1/+13 |
* | Before delivering an event to a widget, check that (if relevant), the | Owen Taylor | 2003-06-09 | 1 | -3/+7 |
* | Fix '/' vs. '*' problem in aspect ration computations. (#108237) | Owen Taylor | 2003-04-18 | 1 | -1/+1 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -1/+3 |
* | Make 'filled' arguments for draw_arc/polygon/rectangle gboolean not gint. | Owen Taylor | 2002-10-16 | 1 | -6/+6 |
* | Documentation fixes. | Soeren Sandmann | 2002-10-13 | 1 | -7/+6 |
* | - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks, | Owen Taylor | 2002-10-07 | 1 | -39/+35 |
* | docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c, | Soeren Sandmann | 2002-10-05 | 1 | -2/+3 |
* | Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbuf | Owen Taylor | 2002-10-02 | 1 | -16/+16 |
* | add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile | Manish Singh | 2002-09-25 | 1 | -20/+20 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -4/+4 |
* | ri Jun 14 10:00:29 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-06-14 | 1 | -0/+2 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 1 | -6/+25 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -11/+48 |
* | Remove some left over debugging code with a G_BREAKPOINT() in it. | Owen Taylor | 2002-03-21 | 1 | -9/+1 |
* | Fix rather improbable reentrancy problem if a window is destroyed while | Owen Taylor | 2002-03-14 | 1 | -0/+3 |