summaryrefslogtreecommitdiff
path: root/src/cairo-deprecated.h
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF addressAndrea Canciani2010-04-271-1/+1
| | | | | | | | | | | I updated the Free Software Foundation address using the following script. for i in $(git grep Temple | cut -d: -f1 ) do sed -e 's/59 Temple Place[, -]* Suite 330, Boston, MA *02111-1307[, ]* USA/51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA/' -i "$i" done Fixes http://bugs.freedesktop.org/show_bug.cgi?id=21356
* Add back support for CAIRO_FORMAT_RGB16_565Oleg Romashin2010-03-241-14/+0
| | | | | Due to slow memory speed, 16bpp color depth is still very popular on mobile devices. Maemo5 is also using 16bpp color depth.
* build: Remove glitz surfaceBenjamin Otte2010-01-271-1/+0
| | | | glitz is unmaintained and the GL surface is far superior anyway.
* [cairo-deprecated.h] Remove mention of cairoint.h from public headerBehdad Esfahbod2008-05-091-4/+0
|
* [API] unbreak CAIRO_FONT_TYPE_ATSUIBenjamin Otte2008-03-231-1/+2
| | | | | | commit 9d61f7db8082baf3a223c4ea41a53de372676e40 broke API by making the CAIRO_FONT_TYPE_ATSUI symbol not work anymore. However, this symbol was part of Cairo's public API and should continue working this way.
* [quartz] Rename ATSUI font to Quartz fontVladimir Vukicevic2008-03-171-0/+2
|
* [doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod2008-01-281-1/+1
|
* Move the REPLACED/DEPRECATED_BY macros from cairo.h to cairo-deprecated.hCarl Worth2006-09-111-0/+98
|
* Deprecated CAIRO_FORMAT_RGB16_565. Add cairo-deprecated.h .Carl Worth2006-09-111-0/+41