Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 3.94 version macros | Matthias Clasen | 2017-10-19 | 1 | -0/+16 |
| | |||||
* | gdk: Add 3.92 version macros | Timm Bäder | 2017-04-25 | 1 | -0/+18 |
| | |||||
* | Add GDK_AVAILABLE_IN_3_90 | Richard Hughes | 2016-09-29 | 1 | -0/+16 |
| | |||||
* | Add version macros for 3.22 | Matthias Clasen | 2016-03-26 | 1 | -0/+24 |
| | |||||
* | gdk: Add version macros for 3.20 | Benjamin Otte | 2015-10-03 | 1 | -0/+24 |
| | |||||
* | Start 3.17 development | Matthias Clasen | 2015-03-22 | 1 | -0/+24 |
| | | | | Bump the version to 3.17.0 and add version macros. | ||||
* | Add 3.16 deprecation macros too | Matthias Clasen | 2014-09-30 | 1 | -0/+8 |
| | |||||
* | Add 3.16 version macros | Matthias Clasen | 2014-09-29 | 1 | -0/+16 |
| | |||||
* | Add GDK_VERSION_3_14 | Matthias Clasen | 2014-04-23 | 1 | -0/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=728814 | ||||
* | Add version macros for 3.14 | Matthias Clasen | 2014-04-06 | 1 | -0/+15 |
| | |||||
* | Changed obsolete FSF portal addresses to web address | Andika Triwidada | 2014-01-12 | 1 | -3/+1 |
| | | | | Fixed https://bugzilla.gnome.org/show_bug.cgi?id=721530 | ||||
* | Introduce version macros for 3.12 | Matthias Clasen | 2013-09-23 | 1 | -0/+24 |
| | |||||
* | Use _GDK_EXTERN when defining the decorators | Matthias Clasen | 2013-05-05 | 1 | -25/+29 |
| | | | | | | | Make all GDK_DEPRECATED and GDK_AVAILABLE macros use a new _GDK_EXTERN macro. _GDK_EXTERN defaults to just 'extern' but a subsequent commit will add visibility handling to it while building GTK+. | ||||
* | gdkversionmacros.h: add GDK_AVAILABLE_IN_ALL | Matthias Clasen | 2013-05-05 | 1 | -0/+2 |
| | | | | | | | | Add a macro to declare that a particular symbol is available in all versions of GTK+. All newly-added symbols should have proper version macros (like GDK_AVAILABLE_IN_3_4). | ||||
* | Define 3.10 version macros | Matthias Clasen | 2013-03-17 | 1 | -0/+24 |
| | |||||
* | Add GDK_VERSION_3_8 | Matthias Clasen | 2012-10-23 | 1 | -0/+10 |
| | | | | | This macro is needed for the new AVAILABLE_IN and DEPRECATED_IN macros. | ||||
* | Add gdk version macros for 3.8 | Stefano Facchini | 2012-10-17 | 1 | -0/+14 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684288 | ||||
* | versionmacros: min-require the current stable version | Benjamin Otte | 2012-05-01 | 1 | -1/+1 |
| | | | | | | | | | | .. instead of the previous stable version. This ensures that if we use GDK_DEPRECATED_IN_3_6, it will actually emit a warning in GTK 3.5, and not wait with that until GTK 3.7. This is particularly useful for stuff that gets deprecated right now. This code should emit warnings right now, so we know what we're doing while deprecating. | ||||
* | docs: Fix copy/paste typo | Benjamin Otte | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | gdk: add missing GDK_VERSION_3_6 symbol | Cosimo Cecchi | 2012-04-18 | 1 | -0/+10 |
| | |||||
* | gdk: Add deprecation/availability macros for 3.6 | Benjamin Otte | 2012-04-17 | 1 | -0/+14 |
| | |||||
* | Add some documentation around deprecations | Matthias Clasen | 2012-02-27 | 1 | -0/+8 |
| | |||||
* | Add versioned deprecation macros | Matthias Clasen | 2012-02-27 | 1 | -0/+188 |
These macros follow the recent changes in GLibs deprecation setup. We now annotate deprecated functions with the version they were deprecated in, and you can define the macro GDK_VERSION_MIN_REQUIRED to cut off deprecation warnings for 'recent' deprecations. At the same time, we introduce version annotations for new API and allow you to avoid 'recent' API additions by defining GDK_VERSION_MAX_ALLOWED. |