summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-02-13Remove pixman from SNAPSHOT_0_1_22SNAPSHOT_0_1_22Carl Worth8-19/+43
2006-02-13Remove pixman from SNAPSHOT_0_1_21SNAPSHOT_0_1_21Carl Worth14-49/+985
2006-02-13Remove pixman from SNAPSHOT_0_1_20SNAPSHOT_0_1_20Carl Worth73-2243/+9706
2006-02-13Remove pixman since it shouldn't exist at this point of the history.SNAPSHOT_0_1_16Carl Worth39-14345/+0
2004-04-16Added notes for snapshot 0.1.22.Carl Worth3-2/+12
Now depends on libpixman 0.1.1. Bump version to 0.1.22.
2004-04-16Add RELEASING fileSNAPSHOT_0_1_1Carl Worth1-0/+71
2004-04-16Add notes for snapshot 0.1.1Carl Worth3-1/+28
Increment LIBPIXMAN_VERSION to 0.1.1
2004-04-16Track pixman fixes to PIXMAN_FORMAT_NAME_*.Carl Worth6-17/+31
Explicitly add cases for all enum values to eliminate compiler warnings. Remove proposal for surface_clip interface as cairo_clip should be able to cover this case now. Added bug concerning negative ref_counts.
2004-04-16Fix bogus names such as PIXMAN_FORMAT_NAME_AR_GB32 that were left over from ↵Carl Worth11-160/+177
a broken search-and-replace. Normalize structure defintions, (eg. struct _pixman_region16_t -> struct pixman_region16). Normalize indentation. Fix alphabetization.
2004-04-09Bump version to 0.1.21David Reveman3-1/+21
2004-04-09Added OpenGL surface backendDavid Reveman12-29/+912
2004-04-09Automatically detect available backendsDavid Reveman2-15/+44
2004-04-07Add note that announcement needs to include the URLCarl Worth1-4/+8
2004-04-06Added notes for snapshot 0.1.20.Carl Worth3-2/+149
Added new RELEASING file.
2004-04-06Added new pattern APIDavid Reveman2-0/+1432
2004-04-06Added new pattern APIDavid Reveman24-530/+1339
2004-04-02Move weight after slant to match the order in cairo_select_font.Carl Worth4-6/+42
Added notes on DPI for image-based backends and on proposal for new cairo_text_glyphs function. Added BUG about cairo_show_text not advancing the current point.
2004-03-30Add -lz.Carl Worth4-3/+8
2004-03-30Add checks for Xrender.h in xrender.pc is not found. Remove AC_HELP_STRING ↵Carl Worth4-7/+18
to be compatible with older versions of autoconf (thanks to Bill Spitzak <spitzak@d2.com>).
2004-03-30Add question on semantics with empty region. Fix missing return value.Carl Worth8-21/+53
Export for internal use. (_cairo_image_abstract_surface_set_clip_region): Add silly wrapper to match the backend interface. Remove unused variables.
2004-03-30Add proposal for cairo_xlib_surface_set_size.Carl Worth5-6/+47
Added note about problem with cairo_scale_font.
2004-03-23Implement _set_clip_region by delegating it to the image backend.Olivier Andrieu7-7/+52
Add a stub. Add missing (?) cairo_init_clip
2004-03-22cairo usage is crashing XnestØyvind Kolås1-0/+8
2004-03-20Move the PNG_CFLAGS/_LIBS substitutes outside the conditional, to match what ↵Dave Beckett2-3/+8
is already done for XCB. Do the same for XRENDER_CFLAGS/LIBS.
2004-03-20Substitute PNG_CFLAGS, PNG_LIBS on the configure path when use_png is not ↵Dave Beckett2-0/+9
enabled to prevent the substituions being undefined.
2004-03-19Add.Graydon Hoare13-24/+445
finalize and copy clip.region. Detect rectangular clips and push down to backend. Add set_clip_region slot. (cairo_clip_rec_t): Add region slot. (_cairo_gstate_init_clip) (_cairo_surface_set_clip_region): Prototype. Add. Add. Add. not implemented.
2004-03-17Fixed for latest XCB API. XCB headers can co-exist with Xlib headers now, so ↵Jamey Sharp6-120/+142
Cairo may be compiled with both backends in the same library. http://freedesktop.org/Software/XCBCompletedTasks#17_Mar_2004
2004-02-26added missing links for rectangle and curve_to functionThomas Hunger1-0/+4
2004-02-26added functions to describe the new backends, added text_extents functionThomas Hunger8-1/+295
2004-02-26Fix typoCarl Worth1-1/+1
2004-02-26Add Jordi and Olvier to the AUTHORS file.Carl Worth5-5/+14
Fix broken return value for nchars (thanks to Jordi Mas <jordi@ximian.com>).
2004-02-24forgot the SUBST for PNG_REQUIRESOlivier Andrieu1-0/+1
2004-02-24PNG backendOlivier Andrieu1-0/+14
2004-02-24Add PNG backend (cairo_set_target_png and cairo_png_surface_create).Olivier Andrieu3-0/+341
2004-02-24autoconf support for the PNG backend. Bump version to 0.1.19.Olivier Andrieu2-2/+22
2004-02-24PNG backend support, removed references to X_LIBS and X_CFLAGS.Olivier Andrieu1-3/+7
2004-02-24Fix email address for Anders Carlsson.Carl Worth2-1/+2
2004-02-24Add attribution for many people who have made generous contributions to ↵Carl Worth5-7/+70
cairo. This list was generated by sifting through the ChangeLog. Please let me know if I have missed anyone. Add some historical notes on cairo development, prior to when we began to maintain this NEWS file. Add pointer to cairographics.org. Fix to use cairo rather than Cairo when not at the beginning of a sentence. Remove cairo_current_path, cairo_current_path_flat, cairo_text_extents, cairo_glyph_extents, cairo_text_path, and cairo_glyph_path from the TODO list as they have all been implemented now.
2004-02-24Added attribution for several authors after sifting through the ChangeLog.Carl Worth2-8/+21
2004-02-24applied patch from Ravindra fixing missing lines in doc.xmlThomas Hunger1-0/+6
2004-02-20added missing xml/cairo_set_target_image.xmlThomas Hunger13-21/+79
2004-02-17Add comment indication cairo_copy will be going away at some point. Some ↵Carl Worth2-3/+6
indentation fixes.
2004-02-17Bump version to 0.1.18. Includes new functions cairo_current_path, ↵Carl Worth7-4/+392
cairo_current_path_flat, cairo_surface_get_filter. Support for XCB backend. Fixes for building in cygwin. Adds cairo_surface_get_filter. Add new path query functions. Implement support for cairo_current_path and cairo_current_path_flat. These functions just provide an interface to _cairo_path_interpret and take care of mapping from device space back to user space.
2004-02-13Add some notes from JG's TODO list on the wiki: ↵Carl Worth2-1/+17
http://cairographics.org/CairoToDoList. (Also testing automated mailing to cairo-commit list).
2004-02-12Add typedefs for new callbacks to be used by cairo_current_path: ↵Carl Worth19-454/+573
cairo_move_to_func, cairo_line_to_func, cairo_curve_to_func, and cairo_close_path_func. cairo_path.last_move_point and cairo_path.current_point are now fixed-point not doubles for consistency. Now accept 4 explicit function pointers rather than a structure. Eliminate unnecessary done_path callback. Track change in _cairo_path_interpret. Code previously in done_path callback is now here immediately after call to _cairo_path_interpret. Internal _cairo_path API modified to accept fixed-point data everywhere. Much cleaner this way. Have to convert doubles to fixed-point to track changes in _cairo_path API. Keep data in fixed-point rather than going through intermediate doubles. Track changes in _cairo_path API. New function to help when working with freetype.
2004-02-02Ported the Xlib surface backend to XCB.Jamey Sharp7-2/+1602
2004-02-02New predicate. (_cairo_xlib_surface_set_filter): Skip filterless servers. ↵Graydon Hoare3-6/+17
(_cairo_xlib_surface_clone_similar): Fix typo.
2004-01-30New "filter" field.Graydon Hoare7-20/+45
New function. (cairo_surface_set_filter): Store filter in surface. Declare. Copy filter setting. (_cairo_xlib_surface_set_filter): Use constants from Xrender.h
2004-01-24Fix to use tessellate_polygon instead of tessellate_rectangle as the matrix ↵Carl Worth3-12/+43
may have skewed the coordinates into a non-rectangular shape.
2004-01-24Remove dead-code (useless n++).Carl Worth2-4/+5