summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Abstract some GdkWindow API into an interface that the backends mustEmmanuele Bassi2008-06-271-19/+765
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Fix doc typosMatthias Clasen2008-06-131-6/+6
* Bug 318807 – Offscreen windows and window redirection.10:49:20 Tim Janik2008-05-211-3/+565
* gdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.hMichael Natterer2008-01-141-18/+21
* guard for windows with GDK_WINDOW_DESTROYED set. (Fixes #482531, reportedKristian Rietveld2007-11-091-6/+9
* Fixes #426246.Kristian Rietveld2007-09-121-3/+70
* Revert commit that was accidentally made. Sorry.Behdad Esfahbod2007-08-081-1/+8
* Use gtk_true instead of rolling a new one. Patch from Xan Lopez.Behdad Esfahbod2007-08-081-8/+1
* add note that the semantics of this call, when mixed with the newRyan Lortie2007-07-191-1/+2
* docu fixup by Bjoern Lindqvist, #454703.Tim Janik2007-07-071-2/+2
* Improve docs. (#446138, Björn Lindqvist)Behdad Esfahbod2007-06-121-3/+6
* 2.11.1GTK_2_11_1Matthias Clasen2007-06-041-6/+7
* Add support for composited child windows. (#412882, Ryan Lortie)Matthias Clasen2007-06-011-1/+90
* Doc improvementsMatthias Clasen2007-03-121-1/+3
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Reduce locking overhead by not repeatedly getting the paintable iface.Matthias Clasen2007-01-251-13/+23
* Avoid overflow when converting coordinates to Pango units. (#332266, JodyBehdad Esfahbod2007-01-051-0/+9
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-3/+1
* CleanupsMatthias Clasen2006-10-081-1/+0
* Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)Matthias Clasen2006-10-031-1/+1
* Add some more detail to the docs. (#311399, Nikos Kouremenos)Matthias Clasen2006-07-171-1/+2
* Don't use G_DEFINE_TYPE, since the instance struct name does not match theMatthias Clasen2006-05-311-4/+25
* Remove extraneous ;Matthias Clasen2006-05-141-1/+1
* fix docsMatthias Clasen2006-05-071-1/+1
* Add new GdkPaintable interface which implementation objects can implementAnders Carlsson2006-04-101-0/+63
* Use G_DEFINE_TYPE.Matthias Clasen2006-04-041-36/+4
* Work around https://bugs.freedesktop.org/show_bug.cgi?id=4320, which usedFederico Mena Quintero2006-02-031-23/+100
* Applied patch from maemo-gtk that addresses many issues wrt displayMichael Natterer2005-11-101-4/+9
* Fix #316871, reported by Dan Winship:Matthias Clasen2005-09-261-1/+1
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* Remove superfluous call to gdk_window_get_offsets (). (#313051, BertramOwen Taylor2005-08-101-3/+0
* Update all fieldsMatthias Clasen2005-06-161-0/+1
* Adjust offsets when recursing. (#153682, Felipe Heidrich)Matthias Clasen2005-05-171-2/+4
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-18/+1
* Change prototype to match cairo_set_source_surface().Owen Taylor2005-05-071-6/+4
* Add a draw-border style property to allow themes to draw outside theOwen Taylor2005-05-021-4/+0
* gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update toOwen Taylor2005-04-181-1/+1
* Don't invalidate areas that are covered by mapped input-output childSøren Sandmann2005-03-281-28/+40
* Use cairo_set_device_offset().Owen Taylor2005-03-181-2/+2
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-171-39/+71
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+3
* Add gdk_drawable_set_cairo_target().Owen Taylor2005-02-031-0/+24
* Add sensitivity-changing timeout. Written by Christian Persch.Søren Sandmann2004-12-221-24/+12
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-6/+112
* check the iteration window variable, not just the window passed in. fixes42004-10-051-1/+1
* Make gdk_window_process_[all]_updates() respect update_freeze_counterMatthias Clasen2004-08-261-20/+34
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Do an empty begin_paint_region()/end_paint() for windows withoutSoeren Sandmann2004-07-121-19/+33
* Make this a total no-op when the new or old parent is destroyed. (#134230,Owen Taylor2004-03-131-14/+40