summaryrefslogtreecommitdiff
path: root/src/cairo-os2.h
Commit message (Collapse)AuthorAgeFilesLines
* os2: New API to create surfaces without a persistent HPS.Rich Walsh2010-08-081-0/+14
| | | | | | | | | | | | | It's not always necessary to create a presentation space (HPS) for surface tied to a window, as the user may have one already. This patch introduces three new functions to create a surface without an HPS and let the user manage an HPS associated with the surface. Thread "OS/2 surface fixes" on cairo-l: http://lists.cairographics.org/archives/cairo/2010-July/020343.html Mozilla Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=557159
* 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
* [os2] Move include cairo.h before os2.hChris Wilson2008-11-161-2/+2
| | | | | The defines need to come first, but we specify that cairo.h is the first header file to be included by files.
* [os2] Fix includesBehdad Esfahbod2008-11-131-0/+8
| | | | | Patch from Dave Yeo to make cairo-os2.h include os2.h directly so the header is standalone.
* Use #include "cairo-*." instead of #include <cairo-*.h>Behdad Esfahbod2008-06-231-1/+1
| | | | | The rule is simple: <x.h> for system / other project includes, "x.h" for local includes.
* [os2] Improve documentationPeter Weilbacher2008-02-071-115/+0
| | | | Move the API documentation for the OS/2 backend from the .h file to the .c file and use the correct format.
* [doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod2008-01-281-3/+3
|
* [directfb,os2] #error if the backend is not compiled in, like others doBehdad Esfahbod2007-03-131-0/+2
|
* OS/2 backend filesPeter Weilbacher2006-09-151-0/+201