index
:
delta/cairo.git
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
baserock/genivi/1.12.10
baserock/genivi/1.12.10-gallium
baserock/genivi/baseline
baserock/genivi/weston
carlosgc/polygon-intersect-crash
color-emoji
master
gitlab.freedesktop.org: cairo/cairo.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
TODO
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...
Billy Biggs
2005-08-08
1
-1
/
+1
*
Remove several bugs that have been fixed.
Carl Worth
2005-08-06
1
-60
/
+5
*
Remove the path clipping entry from the list.
Kristian Høgsberg
2005-06-17
1
-3
/
+0
*
Add CAIRO_STATUS_DESTROYED to TODO list.
Carl Worth
2005-06-15
1
-0
/
+1
*
Add cairo_finish to TODO list. Note that cairo_satus_string has now been remo...
Carl Worth
2005-06-15
1
-1
/
+2
*
Big cleanup to remove finished items. Also, split the file up to separate TOD...
Carl Worth
2005-06-10
1
-107
/
+76
*
Not that a patch has been submitted for consistent error handling.
Carl Worth
2005-05-22
1
-1
/
+1
*
Note that cairo_mask, and "just eliminate a bunch of functions are now done".
Carl Worth
2005-05-06
1
-14
/
+17
*
Add suggestion for copy-on-write regions to fix clip region problems.
Carl Worth
2005-05-03
1
-0
/
+4
*
Add a item about reworking cairo_format_t.
Owen Taylor
2005-04-28
1
-0
/
+32
*
Note that cairo_paint and cairo_clip/fill/stroke_preserve are all done now.
Carl Worth
2005-04-26
1
-1
/
+1
*
Originally: 2005-04-19 Carl Worth <cworth@cworth.org>
Carl Worth
2005-04-26
1
-1
/
+1
*
Update API Shakeup chart to indicate that cairo_paint and cairo_fill_preserve...
Carl Worth
2005-04-19
1
-2
/
+2
*
Update API Shakeup chart to indicate that cairo_set_source is done.
Carl Worth
2005-04-14
1
-1
/
+1
*
Fix typo
Carl Worth
2005-04-13
1
-1
/
+1
*
Add ROADMAP file with an initial stab at 1.0 items.
Carl Worth
2005-04-08
1
-4
/
+4
*
Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...
Carl Worth
2005-04-07
1
-1
/
+1
*
Remove items for PNG backend removal and trapezoid reasterization re-implemen...
Carl Worth
2005-04-04
1
-6
/
+0
*
Update API shakeup chart.
Carl Worth
2005-04-01
1
-3
/
+3
*
Sorted API shakeup chart.
Carl Worth
2005-03-28
1
-13
/
+18
*
More updates to the API Shakeup chart.
Carl Worth
2005-03-23
1
-2
/
+2
*
Update API shakeup chart.
Carl Worth
2005-03-18
1
-3
/
+3
*
Remove unused libcairo_freetype_sources (thanks to Damien Carbery). Closes bu...
Carl Worth
2005-03-18
1
-1
/
+1
*
API Shakeup status update.
Carl Worth
2005-03-10
1
-7
/
+8
*
fix typos.
Carl Worth
2005-03-09
1
-4
/
+4
*
Update API Shakeup planning chart.
Carl Worth
2005-03-09
1
-26
/
+30
*
Note that cairo_output_stream_t patch has been reviewed.
Carl Worth
2005-03-01
1
-1
/
+1
*
Note that "user data" and "setters and getters" patches have been reviewed. R...
Carl Worth
2005-02-25
1
-11
/
+2
*
Remove many TODO items that have now been absorbed by the API shakeup. Remove...
Carl Worth
2005-02-24
1
-167
/
+0
*
Add entries from API Shakeup.
Carl Worth
2005-02-23
1
-0
/
+27
*
A NULL cairo_t * is not sane.
Carl Worth
2005-01-12
1
-0
/
+21
*
Add Owen's new equation to fix clipping: ((src Op dest) In clip) Add (dest Ou...
Carl Worth
2005-01-06
1
-7
/
+13
*
Added cairo_show_surface_mask and note about clipping problems.
Carl Worth
2005-01-06
1
-0
/
+14
*
Added some TODO items from mailing list traffic.
Carl Worth
2005-01-06
1
-0
/
+30
*
Remove unused CAIRO_TRAPS_GROWTH_INC.
Carl Worth
2004-12-23
1
-0
/
+2
*
Add items on custom caps and getting access to hidden image data
Carl Worth
2004-10-21
1
-2
/
+11
*
Bail on NULL utf8 string.
Carl Worth
2004-05-07
1
-2
/
+2
*
Added a BUG and a TODO item
Carl Worth
2004-04-29
1
-0
/
+3
*
Move weight after slant to match the order in cairo_select_font.
Carl Worth
2004-04-02
1
-0
/
+22
*
Add proposal for cairo_xlib_surface_set_size.
Carl Worth
2004-03-30
1
-5
/
+8
*
Add Jordi and Olvier to the AUTHORS file.
Carl Worth
2004-02-26
1
-3
/
+3
*
Add attribution for many people who have made generous contributions to cairo...
Carl Worth
2004-02-24
1
-4
/
+1
*
Add some notes from JG's TODO list on the wiki: http://cairographics.org/Cair...
Carl Worth
2004-02-13
1
-1
/
+11
*
Change instances of Cairo to cairo where necessary. Add note about broken das...
Carl Worth
2003-12-16
1
-31
/
+33
*
Add note about degenerate path caps being broken
Keith Packard
2003-12-01
1
-0
/
+3
*
Remove infinite looping when stroking with a line width at or close to 0.0. T...
Carl Worth
2003-11-17
1
-5
/
+13
*
Fix typo (thanks to John Ellson <ellson@research.att.com>)
Carl Worth
2003-11-10
1
-6
/
+13
*
TODO: Note that cairo_show_page, cairo_copy_page, PostScript backend, real te...
Carl Worth
2003-11-04
1
-11
/
+4
*
Updated TODO file
Carl Worth
2003-10-23
1
-16
/
+23
*
Virtualized the font and surface backend implementations.
Jamey Sharp
2003-09-30
1
-3
/
+0
[next]