summaryrefslogtreecommitdiff
path: root/gdk/gdkrectangle.h
Commit message (Collapse)AuthorAgeFilesLines
* Use a single compilation symbolEmmanuele Bassi2019-11-271-1/+1
| | | | | | | | | | | | We use a compilation symbol in our build to allow the inclusion of specific headers while building GTK, to avoid the need to include only the global header. Each namespace has its own compilation symbol because we used to have different libraries, and strict symbol visibility between libraries; now that we have a single library, and we can use private symbols across namespaces while building GTK, we should have a single compilation symbol, and simplify the build rules.
* The big versioning cleanupMatthias Clasen2018-02-061-2/+2
| | | | | | | Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
* gdk/gtk: Fix more AVAILABLE_IN annotations to 3_92Daniel Boles2017-05-281-1/+1
|
* gdk: Add gdk_rectangle_contains_point() callCarlos Garnacho2017-05-251-0/+5
| | | | A little helper function for a somewhat common operation.
* gdk: Add gdk_rectangle_equal()Benjamin Otte2015-10-031-0/+4
| | | | There's enough users inside GTK to warrant this convenience function.
* Add GDK_AVAILABLE_IN_ALL annotations in gdkMatthias Clasen2013-05-051-0/+4
| | | | | This is in preparation to modernizing our handing of exported symbols.
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
| | | | | | gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Inclusion cleanups in headersMatthias Clasen2010-10-141-0/+2
|
* Make gdk.h an include-only headerMatthias Clasen2010-10-141-0/+51
Move declarations to other headers, and introduce some new ones: gdkmain.h, gdkrectangle.h, gdkthreads.h.