Changeset 278
- Timestamp:
- Dec 25, 2003, 11:18:37 AM (19 years ago)
- Location:
- libcaca
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
libcaca/branches/0.4/ChangeLog
r258 r278 1 ------------------------------------------------------------------------ 2 r174 | sam | 2003-12-25 00:58:32 +0100 (Thu, 25 Dec 2003) | 5 lines 3 Changed paths: 4 M /trunk/configure.ac 5 M /trunk/debian/control 6 7 * debian/control: 8 + Added missing dependencies to the -dev package. 9 * configure.ac: 10 + Kludge for woody builds where x_includes is undefined. 11 12 ------------------------------------------------------------------------ 13 r173 | sam | 2003-12-24 17:23:37 +0100 (Wed, 24 Dec 2003) | 3 lines 14 Changed paths: 15 M /trunk/src/caca.h 16 17 * src/caca.h: 18 + Documented CACA_FONT. 19 20 ------------------------------------------------------------------------ 21 r172 | sam | 2003-12-24 17:16:16 +0100 (Wed, 24 Dec 2003) | 3 lines 22 Changed paths: 23 M /trunk/doc/Makefile.am 24 25 * doc/Makefile.am: 26 + Rename the refman.ps doxygen documentation to libcaca.ps. 27 28 ------------------------------------------------------------------------ 29 r171 | sam | 2003-12-24 16:43:45 +0100 (Wed, 24 Dec 2003) | 5 lines 30 Changed paths: 31 M /trunk/NEWS 32 M /trunk/src/caca.h 33 M /trunk/src/graphics.c 34 35 * src/graphics.c: 36 + Replace CACA_WIDTH and CACA_HEIGHT with CACA_GEOMETRY. 37 * src/caca.c: 38 + Documented the CACA_GEOMETRY environment variable. 39 40 ------------------------------------------------------------------------ 41 r170 | sam | 2003-12-24 16:35:07 +0100 (Wed, 24 Dec 2003) | 3 lines 42 Changed paths: 43 M /trunk/src/caca_internals.h 44 M /trunk/src/graphics.c 45 M /trunk/src/io.c 46 47 * src/io.c: 48 + Mouse support in the X11 driver. 49 50 ------------------------------------------------------------------------ 51 r169 | sam | 2003-12-24 15:48:38 +0100 (Wed, 24 Dec 2003) | 4 lines 52 Changed paths: 53 M /trunk/src/graphics.c 54 55 * src/graphics: 56 + Use XCreateWindow instead of XCreateSimpleWindow. 57 + Set the X window title to "caca for X". 58 59 ------------------------------------------------------------------------ 60 r168 | sam | 2003-12-23 18:25:29 +0100 (Tue, 23 Dec 2003) | 4 lines 61 Changed paths: 62 M /trunk/debian/changelog 63 M /trunk/debian/control 64 M /trunk/debian/rules 65 66 * debian/control: 67 + Build-depend on doxygen and tetex to build documentation. 68 + Build-depend on xlibs-dev and slang1-dev to provide alternate drivers. 69 70 ------------------------------------------------------------------------ 71 r167 | sam | 2003-12-23 18:01:38 +0100 (Tue, 23 Dec 2003) | 7 lines 72 Changed paths: 73 M /trunk/BUGS 74 M /trunk/Makefile.am 75 M /trunk/NEWS 76 M /trunk/README 77 M /trunk/TODO 78 M /trunk/configure.ac 79 M /trunk/doc/Makefile.am 80 M /trunk/src/graphics.c 81 82 * configure.ac NEWS: 83 + Prepared release 0.4. 84 * src/graphics.c README BUGS TODO: 85 + Updated documentation. 86 * Makefile.am doc/Makefile.am: 87 + Install the generated doxygen documentation. 88 89 ------------------------------------------------------------------------ 90 r166 | sam | 2003-12-23 17:32:56 +0100 (Tue, 23 Dec 2003) | 4 lines 91 Changed paths: 92 M /trunk/src/io.c 93 94 * src/io.c: 95 + Fixed a warning by including <unistd.h>. 96 + Support for arrow and function keys under X11. 97 98 ------------------------------------------------------------------------ 99 r165 | sam | 2003-12-23 14:27:40 +0100 (Tue, 23 Dec 2003) | 9 lines 100 Changed paths: 101 M /trunk/configure.ac 102 M /trunk/doc/Makefile.am 103 D /trunk/doc/doxygen.cfg 104 A /trunk/doc/doxygen.cfg.in (from /trunk/doc/doxygen.cfg:164) 105 M /trunk/examples/aafire.c 106 M /trunk/examples/demo.c 107 M /trunk/examples/spritedit.c 108 M /trunk/examples/view.c 109 M /trunk/src/bitmap.c 110 M /trunk/src/box.c 111 M /trunk/src/caca.c 112 M /trunk/src/caca.h 113 M /trunk/src/caca_internals.h 114 M /trunk/src/conic.c 115 M /trunk/src/graphics.c 116 M /trunk/src/io.c 117 M /trunk/src/line.c 118 M /trunk/src/math.c 119 M /trunk/src/sprite.c 120 M /trunk/src/triangle.c 121 122 * src/io.c: 123 + Added caca_wait_event(), a blocking caca_get_event(). 124 * src/ examples/: 125 + More documentation. 126 * doc/doxygen.cfg.in: 127 + doc/doxygen.cfg is now generated by configure, so that we can use 128 @top_srcdir@ and we no longer need to hardcode PROJECT_NUMBER. 129 + Create manpages. 130 131 ------------------------------------------------------------------------ 132 r164 | sam | 2003-12-23 12:08:37 +0100 (Tue, 23 Dec 2003) | 2 lines 133 Changed paths: 134 M /trunk/doc/doxygen.cfg 135 M /trunk/src/bitmap.c 136 M /trunk/src/caca.c 137 M /trunk/src/caca.h 138 139 * More API documentation. 140 141 ------------------------------------------------------------------------ 142 r163 | sam | 2003-12-22 23:58:24 +0100 (Mon, 22 Dec 2003) | 3 lines 143 Changed paths: 144 M /trunk/src/caca.c 145 146 * caca.c: 147 + Fixed typos in the initialisation code. 148 149 ------------------------------------------------------------------------ 150 r162 | sam | 2003-12-22 16:26:12 +0100 (Mon, 22 Dec 2003) | 6 lines 151 Changed paths: 152 M /trunk/configure.ac 153 M /trunk/src/bitmap.c 154 M /trunk/src/caca.c 155 M /trunk/src/caca.h 156 M /trunk/src/caca_internals.h 157 M /trunk/src/conic.c 158 M /trunk/src/graphics.c 159 M /trunk/src/io.c 160 M /trunk/src/line.c 161 162 * src/graphics.c src/caca.c src/io.c: 163 + Support for simultaneously compiled-in drivers. 164 + Honour the CACA_DRIVER environment variable. 165 * configure.ac: 166 + Drivers are no longer mutually exclusive. 167 168 ------------------------------------------------------------------------ 169 r161 | sam | 2003-12-21 01:39:41 +0100 (Sun, 21 Dec 2003) | 3 lines 170 Changed paths: 171 M /trunk/src/graphics.c 172 173 * src/graphics: 174 + Initialise default height at 32 (as in aalib). 175 176 ------------------------------------------------------------------------ 177 r160 | sam | 2003-12-20 13:07:56 +0100 (Sat, 20 Dec 2003) | 5 lines 178 Changed paths: 179 M /trunk/src/caca_internals.h 180 M /trunk/src/graphics.c 181 M /trunk/src/io.c 182 183 * src/graphics.c: 184 + Support for CACA_WIDTH, CACA_HEIGHT and CACA_FONT in the x11 driver. 185 + Use an intermediary X pixmap for rendering. 186 + Slightly changed the variable naming scheme. 187 188 ------------------------------------------------------------------------ 189 r159 | sam | 2003-12-20 11:54:35 +0100 (Sat, 20 Dec 2003) | 3 lines 190 Changed paths: 191 M /trunk/examples/aafire.c 192 193 * examples/aafire.c: 194 + The image buffer in cacafire was too small. 195 196 ------------------------------------------------------------------------ 197 r158 | sam | 2003-12-19 18:26:23 +0100 (Fri, 19 Dec 2003) | 4 lines 198 Changed paths: 199 M /trunk/src/graphics.c 200 201 * src/graphics.c: 202 + Progress in the X11 driver. 203 + Fixed a compilation bug in the conio driver. 204 205 ------------------------------------------------------------------------ 206 r157 | sam | 2003-12-18 10:46:19 +0100 (Thu, 18 Dec 2003) | 4 lines 207 Changed paths: 208 M /trunk/debian/changelog 209 M /trunk/debian/control 210 M /trunk/debian/rules 211 212 * debian/rules debian/control: 213 + Moved cacafire to the caca-utils package. Added proper conflict/replace. 214 + Symlinked cacafire.1 to cacademo.1. 215 216 ------------------------------------------------------------------------ 217 r155 | sam | 2003-12-18 01:41:28 +0100 (Thu, 18 Dec 2003) | 7 lines 218 Changed paths: 219 M /trunk/ChangeLog 220 M /trunk/NEWS 221 M /trunk/README 222 M /trunk/debian/changelog 223 M /trunk/debian/control 224 M /trunk/doc/doxygen.cfg 225 226 * debian/control: 227 + Updated long descriptions. 228 * debian/changelog ChangeLog doc/doxygen.cfg NEWS: 229 + Prepared 0.3 release. 230 * README: 231 + --enable-ncurses is now the default. 232 1 233 ------------------------------------------------------------------------ 2 234 r154 | sam | 2003-12-18 01:11:52 +0100 (Thu, 18 Dec 2003) | 3 lines -
libcaca/trunk/ChangeLog
r258 r278 1 ------------------------------------------------------------------------ 2 r174 | sam | 2003-12-25 00:58:32 +0100 (Thu, 25 Dec 2003) | 5 lines 3 Changed paths: 4 M /trunk/configure.ac 5 M /trunk/debian/control 6 7 * debian/control: 8 + Added missing dependencies to the -dev package. 9 * configure.ac: 10 + Kludge for woody builds where x_includes is undefined. 11 12 ------------------------------------------------------------------------ 13 r173 | sam | 2003-12-24 17:23:37 +0100 (Wed, 24 Dec 2003) | 3 lines 14 Changed paths: 15 M /trunk/src/caca.h 16 17 * src/caca.h: 18 + Documented CACA_FONT. 19 20 ------------------------------------------------------------------------ 21 r172 | sam | 2003-12-24 17:16:16 +0100 (Wed, 24 Dec 2003) | 3 lines 22 Changed paths: 23 M /trunk/doc/Makefile.am 24 25 * doc/Makefile.am: 26 + Rename the refman.ps doxygen documentation to libcaca.ps. 27 28 ------------------------------------------------------------------------ 29 r171 | sam | 2003-12-24 16:43:45 +0100 (Wed, 24 Dec 2003) | 5 lines 30 Changed paths: 31 M /trunk/NEWS 32 M /trunk/src/caca.h 33 M /trunk/src/graphics.c 34 35 * src/graphics.c: 36 + Replace CACA_WIDTH and CACA_HEIGHT with CACA_GEOMETRY. 37 * src/caca.c: 38 + Documented the CACA_GEOMETRY environment variable. 39 40 ------------------------------------------------------------------------ 41 r170 | sam | 2003-12-24 16:35:07 +0100 (Wed, 24 Dec 2003) | 3 lines 42 Changed paths: 43 M /trunk/src/caca_internals.h 44 M /trunk/src/graphics.c 45 M /trunk/src/io.c 46 47 * src/io.c: 48 + Mouse support in the X11 driver. 49 50 ------------------------------------------------------------------------ 51 r169 | sam | 2003-12-24 15:48:38 +0100 (Wed, 24 Dec 2003) | 4 lines 52 Changed paths: 53 M /trunk/src/graphics.c 54 55 * src/graphics: 56 + Use XCreateWindow instead of XCreateSimpleWindow. 57 + Set the X window title to "caca for X". 58 59 ------------------------------------------------------------------------ 60 r168 | sam | 2003-12-23 18:25:29 +0100 (Tue, 23 Dec 2003) | 4 lines 61 Changed paths: 62 M /trunk/debian/changelog 63 M /trunk/debian/control 64 M /trunk/debian/rules 65 66 * debian/control: 67 + Build-depend on doxygen and tetex to build documentation. 68 + Build-depend on xlibs-dev and slang1-dev to provide alternate drivers. 69 70 ------------------------------------------------------------------------ 71 r167 | sam | 2003-12-23 18:01:38 +0100 (Tue, 23 Dec 2003) | 7 lines 72 Changed paths: 73 M /trunk/BUGS 74 M /trunk/Makefile.am 75 M /trunk/NEWS 76 M /trunk/README 77 M /trunk/TODO 78 M /trunk/configure.ac 79 M /trunk/doc/Makefile.am 80 M /trunk/src/graphics.c 81 82 * configure.ac NEWS: 83 + Prepared release 0.4. 84 * src/graphics.c README BUGS TODO: 85 + Updated documentation. 86 * Makefile.am doc/Makefile.am: 87 + Install the generated doxygen documentation. 88 89 ------------------------------------------------------------------------ 90 r166 | sam | 2003-12-23 17:32:56 +0100 (Tue, 23 Dec 2003) | 4 lines 91 Changed paths: 92 M /trunk/src/io.c 93 94 * src/io.c: 95 + Fixed a warning by including <unistd.h>. 96 + Support for arrow and function keys under X11. 97 98 ------------------------------------------------------------------------ 99 r165 | sam | 2003-12-23 14:27:40 +0100 (Tue, 23 Dec 2003) | 9 lines 100 Changed paths: 101 M /trunk/configure.ac 102 M /trunk/doc/Makefile.am 103 D /trunk/doc/doxygen.cfg 104 A /trunk/doc/doxygen.cfg.in (from /trunk/doc/doxygen.cfg:164) 105 M /trunk/examples/aafire.c 106 M /trunk/examples/demo.c 107 M /trunk/examples/spritedit.c 108 M /trunk/examples/view.c 109 M /trunk/src/bitmap.c 110 M /trunk/src/box.c 111 M /trunk/src/caca.c 112 M /trunk/src/caca.h 113 M /trunk/src/caca_internals.h 114 M /trunk/src/conic.c 115 M /trunk/src/graphics.c 116 M /trunk/src/io.c 117 M /trunk/src/line.c 118 M /trunk/src/math.c 119 M /trunk/src/sprite.c 120 M /trunk/src/triangle.c 121 122 * src/io.c: 123 + Added caca_wait_event(), a blocking caca_get_event(). 124 * src/ examples/: 125 + More documentation. 126 * doc/doxygen.cfg.in: 127 + doc/doxygen.cfg is now generated by configure, so that we can use 128 @top_srcdir@ and we no longer need to hardcode PROJECT_NUMBER. 129 + Create manpages. 130 131 ------------------------------------------------------------------------ 132 r164 | sam | 2003-12-23 12:08:37 +0100 (Tue, 23 Dec 2003) | 2 lines 133 Changed paths: 134 M /trunk/doc/doxygen.cfg 135 M /trunk/src/bitmap.c 136 M /trunk/src/caca.c 137 M /trunk/src/caca.h 138 139 * More API documentation. 140 141 ------------------------------------------------------------------------ 142 r163 | sam | 2003-12-22 23:58:24 +0100 (Mon, 22 Dec 2003) | 3 lines 143 Changed paths: 144 M /trunk/src/caca.c 145 146 * caca.c: 147 + Fixed typos in the initialisation code. 148 149 ------------------------------------------------------------------------ 150 r162 | sam | 2003-12-22 16:26:12 +0100 (Mon, 22 Dec 2003) | 6 lines 151 Changed paths: 152 M /trunk/configure.ac 153 M /trunk/src/bitmap.c 154 M /trunk/src/caca.c 155 M /trunk/src/caca.h 156 M /trunk/src/caca_internals.h 157 M /trunk/src/conic.c 158 M /trunk/src/graphics.c 159 M /trunk/src/io.c 160 M /trunk/src/line.c 161 162 * src/graphics.c src/caca.c src/io.c: 163 + Support for simultaneously compiled-in drivers. 164 + Honour the CACA_DRIVER environment variable. 165 * configure.ac: 166 + Drivers are no longer mutually exclusive. 167 168 ------------------------------------------------------------------------ 169 r161 | sam | 2003-12-21 01:39:41 +0100 (Sun, 21 Dec 2003) | 3 lines 170 Changed paths: 171 M /trunk/src/graphics.c 172 173 * src/graphics: 174 + Initialise default height at 32 (as in aalib). 175 176 ------------------------------------------------------------------------ 177 r160 | sam | 2003-12-20 13:07:56 +0100 (Sat, 20 Dec 2003) | 5 lines 178 Changed paths: 179 M /trunk/src/caca_internals.h 180 M /trunk/src/graphics.c 181 M /trunk/src/io.c 182 183 * src/graphics.c: 184 + Support for CACA_WIDTH, CACA_HEIGHT and CACA_FONT in the x11 driver. 185 + Use an intermediary X pixmap for rendering. 186 + Slightly changed the variable naming scheme. 187 188 ------------------------------------------------------------------------ 189 r159 | sam | 2003-12-20 11:54:35 +0100 (Sat, 20 Dec 2003) | 3 lines 190 Changed paths: 191 M /trunk/examples/aafire.c 192 193 * examples/aafire.c: 194 + The image buffer in cacafire was too small. 195 196 ------------------------------------------------------------------------ 197 r158 | sam | 2003-12-19 18:26:23 +0100 (Fri, 19 Dec 2003) | 4 lines 198 Changed paths: 199 M /trunk/src/graphics.c 200 201 * src/graphics.c: 202 + Progress in the X11 driver. 203 + Fixed a compilation bug in the conio driver. 204 205 ------------------------------------------------------------------------ 206 r157 | sam | 2003-12-18 10:46:19 +0100 (Thu, 18 Dec 2003) | 4 lines 207 Changed paths: 208 M /trunk/debian/changelog 209 M /trunk/debian/control 210 M /trunk/debian/rules 211 212 * debian/rules debian/control: 213 + Moved cacafire to the caca-utils package. Added proper conflict/replace. 214 + Symlinked cacafire.1 to cacademo.1. 215 216 ------------------------------------------------------------------------ 217 r155 | sam | 2003-12-18 01:41:28 +0100 (Thu, 18 Dec 2003) | 7 lines 218 Changed paths: 219 M /trunk/ChangeLog 220 M /trunk/NEWS 221 M /trunk/README 222 M /trunk/debian/changelog 223 M /trunk/debian/control 224 M /trunk/doc/doxygen.cfg 225 226 * debian/control: 227 + Updated long descriptions. 228 * debian/changelog ChangeLog doc/doxygen.cfg NEWS: 229 + Prepared 0.3 release. 230 * README: 231 + --enable-ncurses is now the default. 232 1 233 ------------------------------------------------------------------------ 2 234 r154 | sam | 2003-12-18 01:11:52 +0100 (Thu, 18 Dec 2003) | 3 lines
Note: See TracChangeset
for help on using the changeset viewer.