0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 21, 2023 — Apr 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ick! Date format changes. Sigh. Oops -- wrong argument count for typeCairoRgbaColor constructor. More... about 18 years ago
Cairo now no longer implicitly adds fontconfig and freetype to include paths, so cairo-5c must explictly depend on them More... over 18 years ago
Pass GtkPixmap objects around as they are reference counted. Use proposed new cairo_xlib_surface_set_drawable API to deal with window back-buffer resize issue. More... almost 19 years ago
Match current cairo API. Use XInitThreads, as it's necessary for stable operation. Requires at least one bug fix not yet in Xlib CVS to work More... almost 19 years ago
Add accumulated examples to the install list. More... almost 19 years ago
Enum order and names changed in API shuffle. Create .png files by default More... almost 19 years ago
Some locking changes. Still locks up from time to time. More... almost 19 years ago
Another round of API changes for cairo 0.5, the putative final API structure. More... almost 19 years ago
Match cairo API as of today. Update examples to match API changes More... almost 19 years ago
Add a bunch more examples, including the LED image generation program used by the PSAS control software and the FOB logo used by http://fob.po8.org More... about 19 years ago
Must explicitly reference desired backends Switch from deprecated functions to current ones Fix sizing from supplied pattern metrics got fixed. More... about 19 years ago
Add do_Cairo_copy_page and do_Cairo_show_page. Track whether copy_page/show_page have ever been called so that they can be when the surface is destroyed. Fix arc arguments dunno More... about 19 years ago
Handle window delete more gracefully; report exception on drawing, report 'delete' event to event reader. Have default surface creation code re-create a surface when the old default surface has been destroyed. More... over 19 years ago
Destroy context to flush file call gdk_threads_leave on thread exit to release mutex More... over 19 years ago
Split cairo_t and cairo_surface_t functions apart, permitting more complex programs to be written that use more than a single window. Switch allocations around to mostly use the nickle memory allocator now. Requires updated nickle bits that expose this change in the foreign object API. More... over 19 years ago
Add -lpthread to link More... over 19 years ago
Add matrix operations Add set_font and transform_font interfaces use set_font interface Duplicate gstate in dup operator More... over 19 years ago
Fix examples to match API changes transforms take point_t, return point_t Add png loading, scratch surfaces and surface patterns More... over 19 years ago
Add gradient pattern support. Split out matrix support to share. More... over 19 years ago
Add HSV color space routine to cairo.5c More... over 19 years ago
Add current_path/current_path_flat by creating nickle structure in C code holding the entire path and walking it in nickle code. ignore build files More... over 19 years ago
Install example nickle programs More... over 19 years ago
Forgot to add this file to last commit More... over 19 years ago
Add cairo.5c and install it to nickle libary Add a bunch more bindings. Still more to do, especially the path walkers. Switch from int constants to enums for enumerated types. Add mouse input support. Change examples to use cairo.5c file with autoimport More... over 19 years ago
Add enable/disable to take advantage of double buffering for smooth animation. Use enable/disable to smooth this animation out More... over 19 years ago
Replace lame Xlib-based output with more capable gtk+ based output, including backing storage and resize handling. Input still isn't hooked up. Add current_matrix and set_matrix functions; these only do affine matrices. Update examples to use installed library More... over 19 years ago
Replace hsv conversion functions with algorithms which use 0 <= h <= 1, 0 <= v <= 1 and 0 <= s <= 1. The algorithms are adapted from the Modula III versions found at: http://research.compaq.com/SRC/m3sources/html/color/src/Color.i3.html More... over 19 years ago
Add text example Set return type of text_extents function correctly More... over 19 years ago
Initial revision More... over 19 years ago