summaryrefslogtreecommitdiff
path: root/src/cairoint.h
AgeCommit message (Expand)AuthorFilesLines
2005-09-26Backported from HEAD:Carl Worth1-1/+2
2005-09-19Originally: 2005-09-19 Hans Breuer <hans@breuer.org>Carl Worth1-0/+10
2005-08-27Undef MIN/MAX before defining them in case some system header happens to defi...Owen Taylor1-0/+3
2005-08-24Add device_x_scale and device_y_scale to surface so that the coordinate syste...Keith Packard1-0/+2
2005-08-23Move CAIRO_CONTENT_VALID and CAIRO_FORMAT_VALID from the public cairo.h to th...Carl Worth1-0/+9
2005-08-22remove.Bertram Felgenhauer1-4/+0
2005-08-22use new function. strip comment of derivation for major axis length.Bertram Felgenhauer1-0/+3
2005-08-21Optimize away calls to cairo_paint_with_alpha() if the alpha value given is <...Billy Biggs1-0/+1
2005-08-21Fix the handling of backend->clone_similar == NULL. (#4161, Christian Biesinger)Owen Taylor1-1/+1
2005-08-19Fix for bug #4096:Billy Biggs1-0/+6
2005-08-18Fix for bug #4088:Carl Worth1-1/+1
2005-08-16src/cairoint.h: Split out a couple of useful utility functions.Owen Taylor1-10/+40
2005-08-16Rename cairo_printf_format to CAIRO_PRINTF_FORMAT. Fix syntax error in the ca...Carl Worth1-4/+3
2005-08-13Fix a mismatch between printf arguments and format string (thanks to Adrian J...Kristian Høgsberg1-1/+9
2005-08-13Turn the mutex code back on. It looks like the deadlocks have disappeared as ...Carl Worth1-32/+9
2005-08-13Add hash_entry field to cairo_scaled_font_t so that it can be hashed.Carl Worth1-1/+5
2005-08-11Add hash_entry field to cairo_font_face_t so that it can (optionally) be hashed.Carl Worth1-1/+3
2005-08-11Move implementation of filename/id => cairo_ft_unscaled_font_t from cairo-cac...Carl Worth1-0/+1
2005-08-11Re-order cairo_scaled_font->font_face parameter to maintain the font_face,fon...Carl Worth1-2/+3
2005-08-10Add cairo_private to the few pieces of data that were missing it.Carl Worth1-6/+6
2005-08-09Add cairo_private to several function prototypes that were missing it.Carl Worth1-13/+13
2005-08-08Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs1-3/+15
2005-08-08Add a function to test whether a cairo_operator_t is bounded (does nothing fo...Owen Taylor1-1/+22
2005-08-05Include cairo-hash-private.h.Carl Worth1-0/+2
2005-08-05Entagle the cairo_unscaled_font_t typedef.Carl Worth1-4/+2
2005-08-05Rename font_face_backend->create_font to scaled_font_create. Group the scaled...Carl Worth1-15/+15
2005-08-05Rather gratuitous (though mostly harmless) whitespace changes for font backen...Carl Worth1-46/+58
2005-08-05Rename parameters to scalend_font_backend from font to scaled_font.Carl Worth1-9/+10
2005-08-05Rename scaled_font_backend->destroy to the more accurate fini, (since it free...Carl Worth1-1/+1
2005-08-05Rename scaled_font_backend->create to create_toy. Move declaration of cairo_s...Carl Worth1-7/+16
2005-08-04New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...Kristian Høgsberg1-12/+23
2005-08-04Change *_reference() functions to return the object being referenced.Kristian Høgsberg1-1/+1
2005-08-01New public header file.Carl Worth1-0/+13
2005-08-01src/cairo.h src/cairoint.h src/cairo-surface.c: Add cairo_mark_dirty[_rectang...Owen Taylor1-0/+11
2005-07-29src/cairo-font.c src/cairo-ft-font.c src/cairo-win32-font.c src/cairoint.h: M...Owen Taylor1-7/+10
2005-07-28Fix so that one of three different error status values will be returned:Carl Worth1-0/+2
2005-07-28Remove all create_in_error functions as they were just muddling up the memory...Carl Worth1-6/+2
2005-07-28src/cairo-font.c src/cairoint.h: Define _cairo_font_face_nil. (cairo_font_fac...Owen Taylor1-0/+3
2005-07-27Go back to returning NULL.Owen Taylor1-2/+0
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-4/+24
2005-07-25Replace all occurences of refcount with ref_count.Carl Worth1-3/+3
2005-07-25src/cairo.[ch] src/cairo-gstate-private.h src/cairo-gstate.c src/cairoint.c: ...Owen Taylor1-0/+8
2005-07-22Get the case right. It's cairo, not Cairo.Carl Worth1-1/+1
2005-07-21Add ARGB glyph support.Keith Packard1-4/+0
2005-07-21src/cairo-font-options.c src/cairo.h src/cairoint.h src/Makefile.am: Add an o...Owen Taylor1-0/+17
2005-07-14Fix to accept a cairo_pattern_t rather than a cairo_surface_t as the primary ...Carl Worth1-1/+1
2005-07-13Rename CAIRO_FONT_BACKEND_DEFAULT to the more accurate CAIRO_SCALED_FONT_BACK...Carl Worth1-3/+3
2005-07-11Add cache lock deadlock problem to roadmap for 0.5.2.Carl Worth1-12/+36
2005-07-08Give enum tags an underscore prefix to match the style of the struct tags. Ad...Carl Worth1-4/+10
2005-07-01Rewrite postscript backend to generate more interesting output than the curre...Kristian Høgsberg1-0/+11