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