Changeset 1186
- Timestamp:
- Oct 4, 2006, 2:11:16 PM (17 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/ChangeLog
r1155 r1186 1 ------------------------------------------------------------------------ 2 r917 | sam | 2006-10-01 14:50:43 +0200 (Sun, 01 Oct 2006) | 2 lines 3 Changed paths: 4 M /trunk/cucul/export.c 5 6 * Support transparency in the colour UTF-8 exporter. 7 8 ------------------------------------------------------------------------ 9 r916 | sam | 2006-10-01 14:23:30 +0200 (Sun, 01 Oct 2006) | 2 lines 10 Changed paths: 11 M /trunk/cucul/triangle.c 12 13 * Better precision in cucul_fill_triangle(). 14 15 ------------------------------------------------------------------------ 16 r915 | sam | 2006-10-01 13:53:35 +0200 (Sun, 01 Oct 2006) | 2 lines 17 Changed paths: 18 M /trunk/cucul/triangle.c 19 20 * More optimisations in cucul_fill_triangle(). 21 22 ------------------------------------------------------------------------ 23 r914 | sam | 2006-10-01 12:47:41 +0200 (Sun, 01 Oct 2006) | 2 lines 24 Changed paths: 25 M /trunk/cucul/triangle.c 26 27 * Optimised triangle rasteriser. Thanks to Jylam for the hints. 28 29 ------------------------------------------------------------------------ 30 r913 | sam | 2006-10-01 10:53:41 +0200 (Sun, 01 Oct 2006) | 2 lines 31 Changed paths: 32 M /trunk/cucul/import.c 33 34 * Set default background to transparent in the ANSI and UTF-8 importers. 35 36 ------------------------------------------------------------------------ 37 r901 | jylam | 2006-09-30 20:56:23 +0200 (Sat, 30 Sep 2006) | 9 lines 38 Changed paths: 39 M /trunk/cxx/Makefile.am 40 M /trunk/cxx/cucul++.cpp 41 M /trunk/cxx/cucul++.h 42 A /trunk/cxx/cxxtest.cpp 43 44 * Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency. 45 46 --This line, and those below, will be ignored-- 47 48 M cxx/cucul++.cpp 49 A cxx/cxxtest.cpp 50 M cxx/cucul++.h 51 M cxx/Makefile.am 52 53 ------------------------------------------------------------------------ 54 r900 | sam | 2006-09-30 20:35:50 +0200 (Sat, 30 Sep 2006) | 2 lines 55 Changed paths: 56 M /trunk/ChangeLog 57 M /trunk/NEWS 58 59 * Updated NEWS and ChangeLog. 60 1 61 ------------------------------------------------------------------------ 2 62 r899 | sam | 2006-09-30 20:25:41 +0200 (Sat, 30 Sep 2006) | 2 lines -
libcaca/trunk/NEWS
r1155 r1186 1 1 /* $Id$ */ /** \page news News 2 3 \section news0_99_beta7 Changes between 0.9.beta7 and 0.99.beta6 4 5 - transparency support in the UTF-8 importer and exporter 6 - optimised triangle fill routine 7 - updated C++ bindings 2 8 3 9 \section news0_99_beta6 Changes between 0.9.beta6 and 0.99.beta5 -
libcaca/trunk/configure.ac
r1154 r1186 7 7 AC_CANONICAL_SYSTEM 8 8 9 AM_INIT_AUTOMAKE(libcaca, 0.99.beta 6)9 AM_INIT_AUTOMAKE(libcaca, 0.99.beta7) 10 10 LT_VERSION="99:0:99" 11 11 AC_SUBST(LT_VERSION)
Note: See TracChangeset
for help on using the changeset viewer.