Changeset 328
- Timestamp:
- Jan 7, 2004, 7:36:41 PM (17 years ago)
- Location:
- libcaca
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
libcaca/branches/0.7/ChangeLog
r311 r328 1 ------------------------------------------------------------------------ 2 r224 | sam | 2004-01-07 19:22:44 +0100 (Wed, 07 Jan 2004) | 3 lines 3 Changed paths: 4 M /trunk/configure.ac 5 M /trunk/debian/changelog 6 M /trunk/libcaca.spec 7 8 * configure.ac: 9 + Release 0.7. 10 11 ------------------------------------------------------------------------ 12 r223 | sam | 2004-01-07 19:22:08 +0100 (Wed, 07 Jan 2004) | 3 lines 13 Changed paths: 14 M /trunk/src/bitmap.c 15 16 * src/bitmap.c: 17 + Fixed a bug in the dithering characters. 18 19 ------------------------------------------------------------------------ 20 r222 | sam | 2004-01-07 19:15:10 +0100 (Wed, 07 Jan 2004) | 5 lines 21 Changed paths: 22 M /trunk/NEWS 23 M /trunk/src/bitmap.c 24 M /trunk/src/io.c 25 26 * src/io.c: 27 + Do not report mouse motions if the coordinates did not change. 28 * src/bitmap.c: 29 + More documentation. 30 31 ------------------------------------------------------------------------ 32 r221 | sam | 2004-01-07 18:19:36 +0100 (Wed, 07 Jan 2004) | 8 lines 33 Changed paths: 34 M /trunk/configure.ac 35 M /trunk/src/caca.c 36 M /trunk/src/graphics.c 37 M /trunk/src/io.c 38 M /trunk/test 39 M /trunk/test/Makefile.am 40 A /trunk/test/event.c 41 42 * test/event.c: 43 + Small event lister, similar to X11's xev. 44 * src/graphics.c: 45 + If possible, disable autorepeat in the X11 driver. 46 * src/io.c: 47 + Implemented CACA_EVENT_MOUSE_RELEASE in all drivers. 48 + Button number support in CACA_EVENT_MOUSE_{PRESS,RELEASE}. 49 50 ------------------------------------------------------------------------ 51 r220 | sam | 2004-01-07 14:06:06 +0100 (Wed, 07 Jan 2004) | 5 lines 52 Changed paths: 53 M /trunk/debian/control 54 M /trunk/debian/rules 55 M /trunk/doc/Makefile.am 56 D /trunk/doc/caca-spritedit.1 57 M /trunk/examples/Makefile.am 58 D /trunk/examples/spritedit.c 59 M /trunk/libcaca.spec 60 M /trunk/test/Makefile.am 61 A /trunk/test/spritedit.c (from /trunk/examples/spritedit.c:213) 62 63 * test/spritedit.c: 64 + Moved spritedit to the test/ directory, because it is not mature enough. 65 * libcaca.spec debian/control debian/rules: 66 + Do not install caca-spritedit. 67 68 ------------------------------------------------------------------------ 69 r219 | sam | 2004-01-07 13:45:02 +0100 (Wed, 07 Jan 2004) | 8 lines 70 Changed paths: 71 M /trunk/NEWS 72 M /trunk/debian/control 73 M /trunk/debian/rules 74 M /trunk/doc/Makefile.am 75 M /trunk/doc/cacademo.1 76 M /trunk/libcaca.spec 77 M /trunk/src/bitmap.c 78 M /trunk/src/caca.c 79 M /trunk/src/caca.h 80 M /trunk/src/conic.c 81 M /trunk/src/graphics.c 82 M /trunk/src/io.c 83 M /trunk/src/line.c 84 M /trunk/src/sprite.c 85 86 * libcaca.spec debian/control: 87 + Updated the package descriptions to include cacaball. 88 * doc/cacademo.1 doc/Makefile.am: 89 + Use the cacademo manpage as the cacaball manpage. 90 * src/: 91 + Added #ifdef _DOXYGEN_SKIP_ME here and there to prvent Doxygen from 92 documenting bizarre stuff. 93 94 ------------------------------------------------------------------------ 95 r218 | sam | 2004-01-07 13:42:22 +0100 (Wed, 07 Jan 2004) | 4 lines 96 Changed paths: 97 M /trunk/examples/cacaball.c 98 99 * examples/cacaball.c: 100 + 24 metaballs instead of 5, but smaller. 101 + Zoom the bitmap to make more use of the screen area. 102 103 ------------------------------------------------------------------------ 104 r217 | sam | 2004-01-06 17:31:27 +0100 (Tue, 06 Jan 2004) | 5 lines 105 Changed paths: 106 M /trunk/AUTHORS 107 M /trunk/THANKS 108 M /trunk/examples/aafire.c 109 M /trunk/examples/cacaball.c 110 111 * examples/cacaball.c: 112 + Crop the palette so that it looks a bit more like metaballs. 113 * AUTHORS THANKS: 114 + Credited Jylam and Jan Hubicka. 115 116 ------------------------------------------------------------------------ 117 r216 | sam | 2004-01-06 13:46:25 +0100 (Tue, 06 Jan 2004) | 6 lines 118 Changed paths: 119 M /trunk/examples/cacaball.c 120 121 * examples/cacaball.c: 122 + Huge coding style overhaul. 123 + Display 5 metaballs instead of 3. 124 + Generate the palette instead of having a static one. 125 + Use a 256x256 back buffer for more smoothness. 126 127 ------------------------------------------------------------------------ 128 r215 | sam | 2004-01-06 11:12:22 +0100 (Tue, 06 Jan 2004) | 3 lines 129 Changed paths: 130 M /trunk/src/graphics.c 131 132 * src/graphics.c: 133 + Fixed a compilation warning. 134 135 ------------------------------------------------------------------------ 136 r214 | sam | 2004-01-05 23:16:55 +0100 (Mon, 05 Jan 2004) | 3 lines 137 Changed paths: 138 M /trunk/examples 139 M /trunk/examples/Makefile.am 140 A /trunk/examples/cacaball.c 141 142 * examples/cacaball.c: 143 + Metaballs demo program from Jean-Yves Lamoureux <jylam@lnxscene.org>. 144 145 ------------------------------------------------------------------------ 146 r213 | sam | 2004-01-05 19:17:20 +0100 (Mon, 05 Jan 2004) | 4 lines 147 Changed paths: 148 M /trunk/examples/aafire.c 149 M /trunk/examples/cacaview.c 150 M /trunk/examples/demo.c 151 M /trunk/examples/spritedit.c 152 M /trunk/src/caca.h 153 M /trunk/src/io.c 154 M /trunk/test/dithering.c 155 M /trunk/test/hsv.c 156 157 * src/io.c: 158 + caca_get_event() and caca_wait_event() now accept a mask as an argument 159 in order to select events. 160 161 ------------------------------------------------------------------------ 162 r212 | sam | 2004-01-05 19:10:51 +0100 (Mon, 05 Jan 2004) | 4 lines 163 Changed paths: 164 M /trunk/src/graphics.c 165 166 * src/graphics.c: 167 + Fixed a bug that caused an infinite loop if the delay between two 168 caca_refresh() calls was greater than 2000 seconds (or something). 169 170 ------------------------------------------------------------------------ 171 r211 | sam | 2004-01-05 19:08:50 +0100 (Mon, 05 Jan 2004) | 5 lines 172 Changed paths: 173 M /trunk/examples/cacaview.c 174 M /trunk/src/io.c 175 176 * src/io.c: 177 + Fixed a bug that caused ButtonRelease events to be forgotten under X11. 178 * examples/cacaview.c: 179 + Use <stdlib.h> instead of <malloc.h>. 180 181 ------------------------------------------------------------------------ 182 r210 | sam | 2004-01-04 01:45:08 +0100 (Sun, 04 Jan 2004) | 6 lines 183 Changed paths: 184 M /trunk/configure.ac 185 M /trunk/doc/Makefile.am 186 187 * configure.ac: 188 + Check for dvips in addition to latex. 189 * doc/Makefile.am: 190 + Workaround for a bug in the latex code generated by doxygen 191 in Mandrake 9.1. 192 193 ------------------------------------------------------------------------ 194 r209 | sam | 2004-01-04 01:19:53 +0100 (Sun, 04 Jan 2004) | 5 lines 195 Changed paths: 196 M /trunk/libcaca.spec 197 198 * libcaca.spec: 199 + Install documentation into %{doc}/package-version/ instead 200 of %{doc}/package/. 201 + Added tetex-dvips to the build dependencies. 202 203 ------------------------------------------------------------------------ 204 r208 | sam | 2004-01-04 00:21:27 +0100 (Sun, 04 Jan 2004) | 2 lines 205 Changed paths: 206 A /branches/0.6 (from /trunk:207) 207 M /branches/0.6/ChangeLog 208 M /trunk/ChangeLog 209 210 * 0.6 branch. 211 1 212 ------------------------------------------------------------------------ 2 213 r207 | sam | 2004-01-04 00:15:48 +0100 (Sun, 04 Jan 2004) | 9 lines -
libcaca/branches/0.7/libcaca.spec
r327 r328 1 1 %define name libcaca 2 %define version 0. 63 %define release 22 %define version 0.7 3 %define release 1 4 4 5 5 Name: %{name} -
libcaca/trunk/ChangeLog
r311 r328 1 ------------------------------------------------------------------------ 2 r224 | sam | 2004-01-07 19:22:44 +0100 (Wed, 07 Jan 2004) | 3 lines 3 Changed paths: 4 M /trunk/configure.ac 5 M /trunk/debian/changelog 6 M /trunk/libcaca.spec 7 8 * configure.ac: 9 + Release 0.7. 10 11 ------------------------------------------------------------------------ 12 r223 | sam | 2004-01-07 19:22:08 +0100 (Wed, 07 Jan 2004) | 3 lines 13 Changed paths: 14 M /trunk/src/bitmap.c 15 16 * src/bitmap.c: 17 + Fixed a bug in the dithering characters. 18 19 ------------------------------------------------------------------------ 20 r222 | sam | 2004-01-07 19:15:10 +0100 (Wed, 07 Jan 2004) | 5 lines 21 Changed paths: 22 M /trunk/NEWS 23 M /trunk/src/bitmap.c 24 M /trunk/src/io.c 25 26 * src/io.c: 27 + Do not report mouse motions if the coordinates did not change. 28 * src/bitmap.c: 29 + More documentation. 30 31 ------------------------------------------------------------------------ 32 r221 | sam | 2004-01-07 18:19:36 +0100 (Wed, 07 Jan 2004) | 8 lines 33 Changed paths: 34 M /trunk/configure.ac 35 M /trunk/src/caca.c 36 M /trunk/src/graphics.c 37 M /trunk/src/io.c 38 M /trunk/test 39 M /trunk/test/Makefile.am 40 A /trunk/test/event.c 41 42 * test/event.c: 43 + Small event lister, similar to X11's xev. 44 * src/graphics.c: 45 + If possible, disable autorepeat in the X11 driver. 46 * src/io.c: 47 + Implemented CACA_EVENT_MOUSE_RELEASE in all drivers. 48 + Button number support in CACA_EVENT_MOUSE_{PRESS,RELEASE}. 49 50 ------------------------------------------------------------------------ 51 r220 | sam | 2004-01-07 14:06:06 +0100 (Wed, 07 Jan 2004) | 5 lines 52 Changed paths: 53 M /trunk/debian/control 54 M /trunk/debian/rules 55 M /trunk/doc/Makefile.am 56 D /trunk/doc/caca-spritedit.1 57 M /trunk/examples/Makefile.am 58 D /trunk/examples/spritedit.c 59 M /trunk/libcaca.spec 60 M /trunk/test/Makefile.am 61 A /trunk/test/spritedit.c (from /trunk/examples/spritedit.c:213) 62 63 * test/spritedit.c: 64 + Moved spritedit to the test/ directory, because it is not mature enough. 65 * libcaca.spec debian/control debian/rules: 66 + Do not install caca-spritedit. 67 68 ------------------------------------------------------------------------ 69 r219 | sam | 2004-01-07 13:45:02 +0100 (Wed, 07 Jan 2004) | 8 lines 70 Changed paths: 71 M /trunk/NEWS 72 M /trunk/debian/control 73 M /trunk/debian/rules 74 M /trunk/doc/Makefile.am 75 M /trunk/doc/cacademo.1 76 M /trunk/libcaca.spec 77 M /trunk/src/bitmap.c 78 M /trunk/src/caca.c 79 M /trunk/src/caca.h 80 M /trunk/src/conic.c 81 M /trunk/src/graphics.c 82 M /trunk/src/io.c 83 M /trunk/src/line.c 84 M /trunk/src/sprite.c 85 86 * libcaca.spec debian/control: 87 + Updated the package descriptions to include cacaball. 88 * doc/cacademo.1 doc/Makefile.am: 89 + Use the cacademo manpage as the cacaball manpage. 90 * src/: 91 + Added #ifdef _DOXYGEN_SKIP_ME here and there to prvent Doxygen from 92 documenting bizarre stuff. 93 94 ------------------------------------------------------------------------ 95 r218 | sam | 2004-01-07 13:42:22 +0100 (Wed, 07 Jan 2004) | 4 lines 96 Changed paths: 97 M /trunk/examples/cacaball.c 98 99 * examples/cacaball.c: 100 + 24 metaballs instead of 5, but smaller. 101 + Zoom the bitmap to make more use of the screen area. 102 103 ------------------------------------------------------------------------ 104 r217 | sam | 2004-01-06 17:31:27 +0100 (Tue, 06 Jan 2004) | 5 lines 105 Changed paths: 106 M /trunk/AUTHORS 107 M /trunk/THANKS 108 M /trunk/examples/aafire.c 109 M /trunk/examples/cacaball.c 110 111 * examples/cacaball.c: 112 + Crop the palette so that it looks a bit more like metaballs. 113 * AUTHORS THANKS: 114 + Credited Jylam and Jan Hubicka. 115 116 ------------------------------------------------------------------------ 117 r216 | sam | 2004-01-06 13:46:25 +0100 (Tue, 06 Jan 2004) | 6 lines 118 Changed paths: 119 M /trunk/examples/cacaball.c 120 121 * examples/cacaball.c: 122 + Huge coding style overhaul. 123 + Display 5 metaballs instead of 3. 124 + Generate the palette instead of having a static one. 125 + Use a 256x256 back buffer for more smoothness. 126 127 ------------------------------------------------------------------------ 128 r215 | sam | 2004-01-06 11:12:22 +0100 (Tue, 06 Jan 2004) | 3 lines 129 Changed paths: 130 M /trunk/src/graphics.c 131 132 * src/graphics.c: 133 + Fixed a compilation warning. 134 135 ------------------------------------------------------------------------ 136 r214 | sam | 2004-01-05 23:16:55 +0100 (Mon, 05 Jan 2004) | 3 lines 137 Changed paths: 138 M /trunk/examples 139 M /trunk/examples/Makefile.am 140 A /trunk/examples/cacaball.c 141 142 * examples/cacaball.c: 143 + Metaballs demo program from Jean-Yves Lamoureux <jylam@lnxscene.org>. 144 145 ------------------------------------------------------------------------ 146 r213 | sam | 2004-01-05 19:17:20 +0100 (Mon, 05 Jan 2004) | 4 lines 147 Changed paths: 148 M /trunk/examples/aafire.c 149 M /trunk/examples/cacaview.c 150 M /trunk/examples/demo.c 151 M /trunk/examples/spritedit.c 152 M /trunk/src/caca.h 153 M /trunk/src/io.c 154 M /trunk/test/dithering.c 155 M /trunk/test/hsv.c 156 157 * src/io.c: 158 + caca_get_event() and caca_wait_event() now accept a mask as an argument 159 in order to select events. 160 161 ------------------------------------------------------------------------ 162 r212 | sam | 2004-01-05 19:10:51 +0100 (Mon, 05 Jan 2004) | 4 lines 163 Changed paths: 164 M /trunk/src/graphics.c 165 166 * src/graphics.c: 167 + Fixed a bug that caused an infinite loop if the delay between two 168 caca_refresh() calls was greater than 2000 seconds (or something). 169 170 ------------------------------------------------------------------------ 171 r211 | sam | 2004-01-05 19:08:50 +0100 (Mon, 05 Jan 2004) | 5 lines 172 Changed paths: 173 M /trunk/examples/cacaview.c 174 M /trunk/src/io.c 175 176 * src/io.c: 177 + Fixed a bug that caused ButtonRelease events to be forgotten under X11. 178 * examples/cacaview.c: 179 + Use <stdlib.h> instead of <malloc.h>. 180 181 ------------------------------------------------------------------------ 182 r210 | sam | 2004-01-04 01:45:08 +0100 (Sun, 04 Jan 2004) | 6 lines 183 Changed paths: 184 M /trunk/configure.ac 185 M /trunk/doc/Makefile.am 186 187 * configure.ac: 188 + Check for dvips in addition to latex. 189 * doc/Makefile.am: 190 + Workaround for a bug in the latex code generated by doxygen 191 in Mandrake 9.1. 192 193 ------------------------------------------------------------------------ 194 r209 | sam | 2004-01-04 01:19:53 +0100 (Sun, 04 Jan 2004) | 5 lines 195 Changed paths: 196 M /trunk/libcaca.spec 197 198 * libcaca.spec: 199 + Install documentation into %{doc}/package-version/ instead 200 of %{doc}/package/. 201 + Added tetex-dvips to the build dependencies. 202 203 ------------------------------------------------------------------------ 204 r208 | sam | 2004-01-04 00:21:27 +0100 (Sun, 04 Jan 2004) | 2 lines 205 Changed paths: 206 A /branches/0.6 (from /trunk:207) 207 M /branches/0.6/ChangeLog 208 M /trunk/ChangeLog 209 210 * 0.6 branch. 211 1 212 ------------------------------------------------------------------------ 2 213 r207 | sam | 2004-01-04 00:15:48 +0100 (Sun, 04 Jan 2004) | 9 lines -
libcaca/trunk/libcaca.spec
r327 r328 1 1 %define name libcaca 2 %define version 0. 63 %define release 22 %define version 0.7 3 %define release 1 4 4 5 5 Name: %{name}
Note: See TracChangeset
for help on using the changeset viewer.