summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-06-09Remove trailing comma from enum values which gcc 4.0 does not want to see (Lu...Carl Worth2-1/+6
2005-06-09AddOwen Taylor2-1/+11
2005-06-07Font matrix was output incorrectly; the implicit mirror-in-y transformation w...Keith Packard2-1/+8
2005-06-03Allow NULL as a valid value for several objects. That is, calling reference o...Carl Worth8-6/+81
2005-06-03When clipping, update the clip surface to a new surface the size of the inter...Kristian Høgsberg4-15/+72
2005-06-03Remove unused cache->refcount and _cairo_cache_reference().Carl Worth4-41/+25
2005-06-03Fix name of _cairo_user_data_array_destroy to be _cairo_user_data_array_fini.Carl Worth5-6/+14
2005-06-03Rename functions to match the naming scheme used by cairo-cache.c and all oth...Carl Worth2-7/+19
2005-06-03Fix spelling errors.Carl Worth2-3/+7
2005-06-03Fix Freudian unwrapped line in paragraph describing why long lines should be ...Carl Worth3-4/+9
2005-06-03Add CODING_STYLE document to standardize on some style issues.Carl Worth15-30/+297
2005-06-03Patch from Tomasz Cholewo <cholewo@ieee-cis.org>:Kristian Høgsberg2-5/+13
2005-06-03Move internal convenience up from _cairo_gstate_set_source_solid to _cairo_se...Carl Worth4-24/+27
2005-06-01Remove obsolete _cairo_gstate_set_target_surface, folding its contents into _...Carl Worth3-64/+15
2005-06-01Rename CAIRO_OK to STATUS_OK. No intended changes in functionality.Carl Worth15-72/+90
2005-06-01Rename gstate->surface to gstate->target. No intended changes in functionality.Carl Worth3-58/+64
2005-06-01Remove unused fields from cairo_gstate_t, (font_family, font_slant, font_weig...Carl Worth3-16/+21
2005-06-01Add self-intersecting to the list of expected failures.Carl Worth2-0/+6
2005-06-01Add self-intersecting test which demonstrates the long-standing bug with stro...Carl Worth5-0/+102
2005-06-01Fix bug in converting box to rectangle that left clip_rect.height uninitializ...Carl Worth3-2/+9
2005-05-31Add new function cairo_status_to_string an reimplement cairo_status_string in...Carl Worth7-8/+19
2005-05-26: Fix memory leakOlivier Andrieu2-5/+18
2005-05-26Split clipping into separate source and destination operand clips. By default...Keith Packard4-15/+66
2005-05-26Replace nesting-only surface clipping with gstate contained serial-number tra...Keith Packard12-400/+541
2005-05-26trivial doc fixes.Olivier Andrieu2-2/+6
2005-05-24Re-synch with latest from gtk-doc CVS tree.Carl Worth22-1922/+177
2005-05-22Protect less-than and greater-than symbols in documentation string.Carl Worth8-43/+26
2005-05-22Not that a patch has been submitted for consistent error handling.Carl Worth3-3/+11
2005-05-18Add -head to CAIRO_VERSION after tagging with SNAPSHOT_0_1_5.Carl Worth2-1/+6
2005-05-18Add notes for snapshot 0.1.5.SNAPSHOT_0_1_5Carl Worth3-1/+25
2005-05-18Add -head to CAIRO_VERSION after tagging with SNAPSHOT_0_5_0.Carl Worth2-1/+6
2005-05-18Clear pointers to NULL after destroying/freeing them.Carl Worth2-3/+14
2005-05-18Declare pixman_fixed16_16_t properly as int32_t rather than just int. Reporte...Carl Worth2-2/+7
2005-05-17Added porting guide to help with transition to cairo 0.5 API.Carl Worth4-1/+571
2005-05-17Bring up to date with Keith's latest improvements to cairo-xlib-surface.c: Ad...Carl Worth2-24/+40
2005-05-17Two fixes from Kristion Høgsberg:Carl Worth3-2/+24
2005-05-17Add some comments about how and why masks are computed. Generalize overflow d...Keith Packard2-12/+27
2005-05-17Fix documentation to not mention set_size for the _for_bitmap functions.Carl Worth3-10/+8
2005-05-17Remove #ifdef munging since we once again support either #if or #ifdef.Carl Worth3-3/+10
2005-05-17Update instructions to match output of 'make distcheck'Carl Worth4-5/+19
2005-05-17Fix more deprecation macrosCarl Worth1-4/+4
2005-05-17Add a few more REPLACED_BY and DEPRECATED_BY definitions.Carl Worth3-1/+31
2005-05-17Add cairo-xlib-xrender.h which was missed from an earlier commit.Carl Worth2-1/+6
2005-05-17Update cairo-xcb.h to provide the same style of interface as cairo-xlib.h.Carl Worth6-197/+427
2005-05-17Avoid shifting 32-bit quanity by 32 bits, which is undefined behavior.Carl Worth2-2/+8
2005-05-17Rework of cairo_xlib_surface create functions by Keith Packard:Carl Worth6-230/+342
2005-05-17Remove destroy_closure from cairo_output_stream_t interface.Carl Worth9-113/+164
2005-05-17Add simple test for ps surface backend (modeled after pdf-surface.c).Carl Worth5-0/+141
2005-05-17Update PDF test case to make sure we're actually getting the right paper size...Carl Worth2-7/+62
2005-05-17Fix to include cairo-xlib.h, (which also fixes test/xlib-surface.c).Carl Worth2-1/+6