Changeset 1009
- Timestamp:
- Aug 25, 2006, 12:16:53 PM (16 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/ChangeLog
r992 r1009 1 ------------------------------------------------------------------------ 2 r789 | sam | 2006-08-13 19:30:34 +0200 (Sun, 13 Aug 2006) | 2 lines 3 Changed paths: 4 M /trunk/caca/driver_gl.c 5 6 * Factored some of the GL code. 7 8 ------------------------------------------------------------------------ 9 r788 | sam | 2006-08-02 15:15:52 +0200 (Wed, 02 Aug 2006) | 2 lines 10 Changed paths: 11 M /trunk/test 12 M /trunk/test/matrix.c 13 14 * A few changes to the matrix program. I do not plan to maintain it. 15 16 ------------------------------------------------------------------------ 17 r787 | sam | 2006-08-02 15:12:43 +0200 (Wed, 02 Aug 2006) | 3 lines 18 Changed paths: 19 M /trunk/caca/caca.c 20 M /trunk/caca/caca.h 21 M /trunk/caca/driver_conio.c 22 M /trunk/caca/driver_ncurses.c 23 M /trunk/caca/driver_raw.c 24 M /trunk/caca/driver_slang.c 25 M /trunk/caca/driver_vga.c 26 M /trunk/caca/event.c 27 M /trunk/caca/graphics.c 28 29 * Fixed libcaca prototypes so that all functions use the errno mechanism 30 and return a value. 31 32 ------------------------------------------------------------------------ 33 r786 | sam | 2006-08-02 15:11:39 +0200 (Wed, 02 Aug 2006) | 2 lines 34 Changed paths: 35 M /trunk/cucul/cucul.c 36 37 * Fixed cucul_create_canvas()'s documentation. 38 39 ------------------------------------------------------------------------ 40 r785 | sam | 2006-07-21 10:19:29 +0200 (Fri, 21 Jul 2006) | 3 lines 41 Changed paths: 42 M /trunk/cucul/dither.c 43 44 * Fixed typos in cucul/dither.c that prevented using ordered dither modes, 45 thanks to Sean D'Epagnier. 46 47 ------------------------------------------------------------------------ 48 r784 | jylam | 2006-06-10 13:35:18 +0200 (Sat, 10 Jun 2006) | 2 lines 49 Changed paths: 50 M /trunk/cxx/caca++.cpp 51 M /trunk/cxx/caca++.h 52 M /trunk/cxx/cpptest.cpp 53 54 * Updated C++ bindings 55 56 ------------------------------------------------------------------------ 57 r783 | sam | 2006-06-10 13:04:21 +0200 (Sat, 10 Jun 2006) | 3 lines 58 Changed paths: 59 M /trunk/debian/control 60 61 * Fix debian package dependencies; -dev packages didn't pull their library 62 dependencies. Of course. 63 64 ------------------------------------------------------------------------ 65 r782 | sam | 2006-05-31 16:33:48 +0200 (Wed, 31 May 2006) | 2 lines 66 Changed paths: 67 M /trunk/test/matrix.c 68 69 * Fixed matrix.c for non-Thinkpad computers. 70 71 ------------------------------------------------------------------------ 72 r781 | sam | 2006-05-31 16:08:58 +0200 (Wed, 31 May 2006) | 2 lines 73 Changed paths: 74 M /trunk/configure.ac 75 76 * Fix a build failure when X11R7 is available but OpenGL isn't. 77 78 ------------------------------------------------------------------------ 79 r780 | sam | 2006-05-31 14:18:23 +0200 (Wed, 31 May 2006) | 3 lines 80 Changed paths: 81 M /trunk/test/Makefile.am 82 A /trunk/test/matrix.c 83 84 * Small matrix effect. Totally useless. Unless you have a Thinkpad, in 85 which case it is massively useless. 86 87 ------------------------------------------------------------------------ 88 r779 | sam | 2006-05-29 00:19:10 +0200 (Mon, 29 May 2006) | 3 lines 89 Changed paths: 90 M /trunk/ChangeLog 91 M /trunk/NEWS 92 M /trunk/configure.ac 93 M /trunk/debian/changelog 94 95 * Updated ChangeLog and NEWS. 96 * 0.99.beta2 release. 97 1 98 ------------------------------------------------------------------------ 2 99 r778 | sam | 2006-05-26 09:43:41 +0200 (Fri, 26 May 2006) | 2 lines -
libcaca/trunk/Makefile.am
r899 r1009 2 2 3 3 SUBDIRS = kernel cucul caca src test tools cxx doc 4 DIST_SUBDIRS = $(SUBDIRS) autotools debianmsvc4 DIST_SUBDIRS = $(SUBDIRS) autotools msvc 5 5 6 6 EXTRA_DIST = NOTES COPYING.GPL COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in common.h libcaca.spec -
libcaca/trunk/configure.ac
r994 r1009 309 309 doc/Makefile 310 310 autotools/Makefile 311 debian/Makefile312 311 msvc/Makefile 313 312 ])
Note: See TracChangeset
for help on using the changeset viewer.