summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2003-10-28Updated stale text in READMECarl Worth1-0/+5
2003-10-28Rename gstate->ppm to gstate->pixels_per_inch. Add new pixels_per_inch to the...Carl Worth1-0/+12
2003-10-28Drop cairo_surface_create_similar_solidCarl Worth1-0/+15
2003-10-28Fix bug from previous commit. Must check for NULL backend function pointers b...Carl Worth1-0/+8
2003-10-27Cleanup of surface->backend interface. Better type-safety and more consistent...Carl Worth1-0/+26
2003-10-27Default to normal slant/weight on out-of-range values. Add missing include of...Carl Worth1-0/+6
2003-10-24A HORRIBLE KLUDGE to repad glyph images from freetype to meet libic requireme...Keith Packard1-0/+6
2003-10-24Fixes to eliminate a few compiler warnings. Bump version to 0.1.8 for recent ...Carl Worth1-0/+19
2003-10-24Create a font by default. Remove bogus NULL_POINTER status errors leaking to ...Carl Worth1-0/+21
2003-10-23New file.Graydon Hoare1-0/+11
2003-10-23Updated TODO fileCarl Worth1-0/+5
2003-10-23Fixed copyright attribution to refer to "University of Southern CaliforniaCarl Worth1-0/+6
2003-10-11Add extern "C" stuff to cairo-xlib.hCarl Worth1-0/+5
2003-10-09Stub out NULL_POINTER error so drawing to off-screen memory still works even ...Carl Worth1-0/+6
2003-10-04Generate convex hull of pen before stroking.Carl Worth1-0/+8
2003-10-04Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s...Carl Worth1-0/+12
2003-10-01Fix to gracefully handle a NULL pointer for gstate->fontCarl Worth1-0/+15
2003-09-30Virtualized the font and surface backend implementations.Jamey Sharp1-0/+7
2003-09-30Don't copy a gstate if src->status != 0Carl Worth1-0/+2
2003-09-30Fixed horribly botched implementation of cairo_copy.Carl Worth1-0/+7
2003-09-30Changed cairo_copy to copy graphics state from one cairo_t to another rather ...Carl Worth1-0/+7
2003-09-30Fix to delay XFreePixmap until cairo_surface_destroy.Carl Worth1-0/+6
2003-09-29Bugfix from Graydon Hoare.Carl Worth1-0/+8
2003-09-29Added cairo_arc and cairo_arc_negative.Carl Worth1-1/+20
2003-09-27Removed two _print_svg headers that had been included accidentally.Carl Worth1-1/+3
2003-09-27Fixed some internal enums that had been mistakenly converted to lowercase at ...Carl Worth1-0/+7
2003-09-25Removed support for cairo_path_t and related functions. Bumped version to 0.1.5Carl Worth1-0/+7
2003-09-25Expose a cairo_path_t object with related functions: cairo_set_path, cairo_cu...Carl Worth1-0/+35
2003-09-16Fixed massive pixmap leakCarl Worth1-0/+3
2003-09-16Add cairo_reference and cairo_surface_referenceCarl Worth1-0/+15
2003-09-15Force explicit dependency on Xrender >= 0.6. Make _cairo_x11_surface_put_imag...Carl Worth1-0/+6
2003-09-15Fix for invalid restore from keithp. Began adding notes on arc support.Carl Worth1-0/+6
2003-09-15Don't try to create depth-32 pixmaps on non-Render servers. Fix massive memor...Carl Worth1-0/+6
2003-09-09Updated calls to slim_hidden_def to track changes in slim 0.2.0Carl Worth1-0/+5
2003-09-05Preliminary support for running Cairo with X servers without the Render exten...Carl Worth1-0/+34
2003-09-05comment face computations, check for reflecting transformation to select corr...Keith Packard1-0/+8
2003-09-05Added cairo_copy. Bumbed version to 0.1.2.Carl Worth1-0/+20
2003-09-05Fix crash in show_text due to missing call to ensure_source.Carl Worth1-0/+5
2003-09-04Fixed bugs if cairo_stroke/fill called before cairo_set_rgb_color or cairo_se...Carl Worth1-0/+23
2003-09-04added comments describing miter join code and miter limit computation. Replac...Keith Packard1-0/+10
2003-09-04Added cairo-api-update script.Carl Worth1-0/+3
2003-09-04Changed names of all cairo_get_* functions to cairo_current_*. Added magic DE...Carl Worth1-0/+18
2003-09-03Add implementation of cairo_get_matrixCarl Worth1-0/+7
2003-08-29Optimized _cairo_surface_composite for compositing local memory surface with ...Carl Worth1-0/+7
2003-08-29Fixed to use fabs not abs. Added pointer to Hobby's intersection paper.Carl Worth1-0/+9
2003-08-28font pixel size is always non-negativeKeith Packard1-0/+3
2003-08-26Added missing underscores to several internal functions.Carl Worth1-0/+12
2003-08-26Fixed anchoring/transformation of pattern for stroke/fill.Carl Worth1-0/+7
2003-07-31Mark const.Richard Henderson1-0/+7
2003-07-31Depend on slim.Richard Henderson1-0/+14