summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Use a scratch GC in the case where the background is a solid color.Soeren Sandmann2004-02-181-35/+40
* Reset clip region back to NULL on cached GC (rest of #134728)Soeren Sandmann2004-02-181-0/+4
* Fix bug reported by Nam SungHyun.Soeren Sandmann2004-02-181-0/+2
* GC caching, bug #125645 (based on patch by Brian Cameron)Soeren Sandmann2004-02-181-5/+2
* Fix for #119555, Peter Zelesny:Matthias Clasen2003-11-171-6/+6
* Fix bug where the background pixmap was being offset twice, once by theSoeren Sandmann2003-09-011-4/+1
* Make the layers in the paint stack have their own pixmap instead ofSoeren Sandmann2003-08-201-195/+79
* Merge from stable.Kristian Rietveld2003-07-091-9/+10
* Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trapOwen Taylor2003-07-051-1/+13
* Before delivering an event to a widget, check that (if relevant), theOwen Taylor2003-06-091-3/+7
* Fix '/' vs. '*' problem in aspect ration computations. (#108237)Owen Taylor2003-04-181-1/+1
* Document 2.2 API additions.Matthias Clasen2002-11-281-1/+3
* Make 'filled' arguments for draw_arc/polygon/rectangle gboolean not gint.Owen Taylor2002-10-161-6/+6
* Documentation fixes.Soeren Sandmann2002-10-131-7/+6
* - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks,Owen Taylor2002-10-071-39/+35
* docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c,Soeren Sandmann2002-10-051-2/+3
* Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbufOwen Taylor2002-10-021-16/+16
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-20/+20
* Renames:Owen Taylor2002-06-201-4/+4
* ri Jun 14 10:00:29 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-141-0/+2
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-6/+25
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-11/+48
* Remove some left over debugging code with a G_BREAKPOINT() in it.Owen Taylor2002-03-211-9/+1
* Fix rather improbable reentrancy problem if a window is destroyed whileOwen Taylor2002-03-141-0/+3
* ed Feb 27 19:16:50 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-281-1/+2
* Released 1.3.14GTK_MULTIHEAD_MERGEPOINT_18_02_02GTK_1_3_14Owen Taylor2002-02-181-20/+25
* mention that window arg can be NULLHavoc Pennington2002-01-211-1/+2