summaryrefslogtreecommitdiff
path: root/gdk/gdkregion-generic.c
Commit message (Expand)AuthorAgeFilesLines
* API: Remove all GdkRegion APIBenjamin Otte2010-06-291-576/+0
* Deprecate the GdkRegion APIBenjamin Otte2010-06-291-0/+37
* Remove _gdk_region_new_from_yxbanded_rects()Benjamin Otte2010-06-291-8/+0
* Implement GdkRegion in terms of cairo_region_tBenjamin Otte2010-06-291-1436/+81
* Merge in Gdk-custom.c introspection annotationsColin Walters2009-12-161-1/+1
* Add gdk_region_rect_equal to compare a region with a rectAlexander Larsson2009-05-261-0/+26
* Add _gdk_windowing_window_get_shapeAlexander Larsson2009-04-021-0/+26
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.hMichael Natterer2008-01-151-15/+17
* gdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.hMichael Natterer2008-01-141-55/+55
* CleanupsMatthias Clasen2006-10-081-1/+1
* Documentation fixes.Matthias Clasen2006-04-241-3/+3
* Reword docs to help gtk-doc.Matthias Clasen2006-03-301-1/+2
* Be robust and reject rectangles with negative width or height. (#331467,Matthias Clasen2006-02-171-1/+1
* Fix this for the single-rectangle case. (#326127, Benjamin Berg)Matthias Clasen2006-01-081-14/+9
* Inline docs, use g_assert(), avoid extra allocation for rectangularMatthias Clasen2005-12-241-158/+229
* Use the slice allocator for regions. Still todo: avoid extra allocationsMatthias Clasen2005-12-211-4/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Fix a segfault. (#115284, Jan Kratochvil)Matthias Clasen2003-08-081-4/+0
* ----:---F1 gdkregion-generic.c (CGTK CVS:1.11 Abbrev)--L1696--96%------...Owen Taylor2002-08-021-4/+46
* Add missing gdkscreen/display-x11.h files.Owen Taylor2002-04-261-10/+26
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-3/+2
* Released 1.3.14GTK_MULTIHEAD_MERGEPOINT_18_02_02GTK_1_3_14Owen Taylor2002-02-181-1/+2
* use _gdk_region_get_xrectangles()Havoc Pennington2001-03-021-0/+36
* add --deprecated-guardsHavoc Pennington2001-02-201-14/+45
* Zap warning.Elliot Lee2000-11-281-2/+0
* i2000-11-22 Alexander Larsson <alexl@redhat.com>Alexander Larsson2000-11-221-0/+150
* Fix compiler warningsElliot Lee2000-08-091-0/+2
* If a region does not have any rectangles, or if the specified rectangle isElliot Lee2000-05-181-1/+1
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-0/+1505