Benjamin Otte
c1fed69302
gl: Remove double ** from some comments
...
gtk-doc doesn't like that unless it's a real gtk-doc comment.
And it wasn't.
2010-07-09 04:20:42 +02:00
Benjamin Otte
5c73b371ae
doc: Document remaining cairo-device functions
2010-07-09 04:20:06 +02:00
Benjamin Otte
9877c1932a
doc: Add more documentation for devices
...
Add general docs and document acquire/release. I'm not happy with the
documentation yet. In particular, I have 2 issues:
1) The threading guarantees Cairo provides are missing.
2) There's no docs on which Cairo functions do acquire devices.
I guess I'll have to fix them later.
2010-07-09 04:09:19 +02:00
Benjamin Otte
739d6e35fa
doc: Clarify that cairo_surface_get_device() can return NULL
2010-07-09 03:04:27 +02:00
Benjamin Otte
65d0590b04
doc: Copy docs for standard device APIs
...
Copied from the surface equivalents
2010-07-09 02:23:51 +02:00
Benjamin Otte
5e76bc6deb
doc: Add missing region documentation
2010-07-09 02:11:59 +02:00
Benjamin Otte
57da730d28
doc: Fix a syntax issue in quartz-font gtkdoc
...
A missing empty line caused the long description to be part of
@See_Also. Ooops.
2010-07-09 02:11:59 +02:00
Benjamin Otte
b870cc030d
doc: Move tmpl/ docs to inline docs
...
I did this manually so I could review the docs at the same time.
If anyone finds typos or other mistakes I did, please complain to me (or
better: fix them).
2010-07-08 14:27:16 +02:00
Benjamin Otte
e7594aebce
doc: Fix some consistency issues that confuse gtk-doc
2010-07-08 13:58:53 +02:00
Benjamin Otte
71d17e4b1f
drm: Fix Makefile for drm_xr
...
Use cairo_drm_xr_sources/headers for the drm_xr stuff. This makes it
work correctly in gtk-doc instead of conditionally adding it to
cairo_drm_sources/headers.
2010-07-08 13:58:52 +02:00
Benjamin Otte
4b3e488ceb
skia: Add cairo-skia.h as a public header
2010-07-08 13:58:52 +02:00
Benjamin Otte
c54dff82d3
glew: The headers are private, not public
2010-07-08 13:58:52 +02:00
Benjamin Otte
729d00341c
gl: Fix compile error after rebase failure
2010-07-08 13:58:51 +02:00
Kristian Høgsberg
9e6c151af8
gl: Add new cairo-gl surface constructor to create surface for texture
2010-07-07 18:11:36 -04:00
Benjamin Otte
4c91bb9a22
region: Add cairo_region_xor() and cairo_region_xor_rectangle()
...
gdk_region_xor() was a quite often used function in GDK and now that
GDKe uses cairo regions, it seems like a worthwhile addition to Cairo.
2010-07-06 17:27:18 +02:00
Benjamin Otte
398870e64a
xlib: Setters should set finished surfaces into an error status
...
Caught by api-special-cases test
2010-07-06 00:22:38 +02:00
Benjamin Otte
6e562d1448
xcb: Setters should set finished surfaces into an error status
...
Caught by api-special-cases test
2010-07-06 00:22:31 +02:00
Benjamin Otte
3e008e8ab0
svg: Set error when extracting from finished surface
...
Caught by api-special-cases test
2010-07-05 23:14:19 +02:00
Benjamin Otte
2e66cbaee2
ps: Allow specifying if errors on extract_surface should be set
...
Getters should not set errors on passed in input. So we don't.
Caught by api-special-cases test
2010-07-05 23:11:02 +02:00
Benjamin Otte
f5dfc3ce6e
ps: Set error when extracting from finished surface
...
Caught by api-special-cases test
2010-07-05 23:08:08 +02:00
Benjamin Otte
106357f6e2
pdf: Set error when extracting from finished surface
...
Caught by api-special-cases test
2010-07-05 23:07:24 +02:00
Benjamin Otte
702aa19fda
gl: Fail properly when called with finished functions
...
Caught by api-special-cases test
2010-07-05 22:50:44 +02:00
Benjamin Otte
448653e7b9
Call _cairo_error() when setting the FINISHED error on surfaces
2010-07-05 22:42:08 +02:00
Benjamin Otte
19da8e138d
tee: Add proper error handling
...
Caught by api-special-cases
2010-07-05 22:40:54 +02:00
Benjamin Otte
6744b78de1
subsurface: Fail if created from a finished surface
...
Caught by api-special-cases test
2010-07-05 18:38:33 +02:00
Benjamin Otte
8fd1ecea12
surface: Fail if set_mime_data() is called on a finished surface
...
Caught by api-special-cases test
2010-07-05 18:38:33 +02:00
Benjamin Otte
e388ff1ae7
surface: Fail early if create_similar() is called on a finished surface
...
Caught by api-special-cases test
2010-07-05 18:38:33 +02:00
Benjamin Otte
c1689ef6f2
surface: don't call begin_modification on finished surfaces
...
Fixes https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/600622
Caught by api-special-cases test
2010-07-05 18:38:33 +02:00
Benjamin Otte
a1c4b001a5
boilerplate: Add a describe vfunc
...
This function is supposed to describe the backend in use. The describe
function is optional - and therefore initialized as NULL everywhere.
Note:
It is well known that the xlib backend uses X. What is not known is what
version the server supports or what graphics card it is running on. That
is the information the describe vfunc is supposed to provide.
2010-07-03 02:55:52 +02:00
Chris Wilson
4c039b1cdf
user-font: Check the status before destroying the context
2010-07-02 17:02:19 +01:00
Chris Wilson
1f84f5682c
xlib: Apply translation to image surface upload.
...
Fixes:
Bug 28888 - cairo_paint with rgb images does not work correctly
https://bugs.freedesktop.org/show_bug.cgi?id=28888
2010-07-02 13:19:17 +01:00
Andrea Canciani
d2d6c96c24
user-font: correct handling of size 0 text
...
Text with size 0 has a singular scale matrix, thus requires special
handling to avoid invalidating the context where it is used.
Fixes pthread-show-text and text-zero-len (they failed with assertion
when ran using the user font backend).
2010-06-30 12:31:25 +02:00
Andrea Canciani
6db247e13c
user-font: ignore translation in scale matrix
...
Currently the translation component of the scaled_font scale matrix
is applied by gstate and only linear components should be applied in
font backends.
Fixes font-matrix-translation (when using user-font as font backend).
2010-06-29 09:28:04 +02:00
Andrea Canciani
549431e98e
ft-font: fix typo
2010-06-28 22:40:28 +02:00
Chris Wilson
97a88c5adb
xlib: Compile without fontconfig
...
Create a cairo-fontconfig-private.h where we can add the missing defines
in a common location rather than in the body of the code.
2010-06-28 17:11:54 +01:00
Andrea Canciani
7d69100143
quartz: remove unused declarations
2010-06-28 17:12:41 +02:00
Andrea Canciani
bd4c14b94e
quartz: remove unused os version info
...
It was previously used to activate a workaround for text transformation
whenrunning on some os versions. Now the workaround is not needed anymore.
2010-06-28 16:55:57 +02:00
Andrea Canciani
aa7e9c43b6
quartz-font: correct and explain matrix computations
...
glyph_path was taking into account the translation (which currently
is already applied in gstate) and the sign of the elements of the
matrices was not explained.
2010-06-28 16:55:57 +02:00
Andrea Canciani
b26f72fef9
quartz: check return status
...
If the font backend is unable to tell the extents of the operation,
consider it unbound.
2010-06-28 16:55:57 +02:00
Andrea Canciani
9c0d761bfc
quartz: improve text transform handling
...
Use scale instead of manually compositing font_matrix and ctm and
composite it with the context ctm, so that no workaround for clipping
is needed anymore.
2010-06-28 16:55:57 +02:00
Andrea Canciani
9068b5768b
quartz-font: silence compiler warnings
...
Remove an unused function, explicitly ignore or check return values,
don't define unused variables.
2010-06-28 16:55:57 +02:00
Chris Wilson
8df4136119
Regenerate default win32 headers.
2010-06-26 09:52:11 +01:00
Benjamin Otte
1373675ef7
pop-group: Translate existing path properly
...
This fixes the reverse case of the push_group case fixed a few commits
ago.
2010-06-25 14:10:12 +02:00
Benjamin Otte
2e8571d95c
push-group: Fix path translation when pushing a group with device offsets
...
With the previous code, the parent's device offset wasn't undone before
applying the new device offset.
Tested by push-group-path-offset test.
2010-06-25 13:48:07 +02:00
Chris Wilson
1099a3515b
drm/intel: Fix common off-by-one by rewriting the [XY]MAX macro.
...
Many rectangles in the command stream are specified as inclusive rects,
i.e. the max values are (width-1, height-1), which is easy to neglect.
2010-06-24 17:29:19 +01:00
Chris Wilson
fb6a00571c
drm: _cairo_color_get_content() compilation fixes
2010-06-24 17:29:18 +01:00
Zoxc
42956b4643
build: Added cairo deflate stream as a requirement for the script surface.
2010-06-24 15:28:07 +01:00
Benjamin Otte
413ec4b708
gl: Return a surface from _cairo_surface_create_in_error()
...
On error, surface creation functions should always return a surface
created with _cairo_surface_create_in_error() instead of a new surface
in an error state. This simplifies internal code as no refcounting has
to be done.
2010-06-22 23:19:32 +02:00
Benjamin Otte
a4e292507c
gl: Propagate surface creation error instead of crashing
2010-06-22 22:01:25 +02:00
Benjamin Otte
faa4e6761c
egl: Copy glx code to detect the proper surface in acquire
2010-06-22 20:21:15 +02:00