| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
The defines need to come first, but we specify that cairo.h is the first
header file to be included by files.
|
|
|
|
|
| |
Patch from Dave Yeo to make cairo-os2.h include os2.h directly so the
header is standalone.
|
|
|
|
|
| |
The rule is simple: <x.h> for system / other project includes,
"x.h" for local includes.
|
|
|
|
| |
Move the API documentation for the OS/2 backend from the .h file to the .c file and use the correct format.
|
| |
|
| |
|
|
|