Mercurial > ecos-v3_0-branch
annotate packages/io/framebuf/current/ChangeLog @ 2863:7d8c61e6225c default tip
* Added execute permissions to files missed in conversion from CVS
| author | alexs |
|---|---|
| date | Thu, 26 Mar 2009 20:39:18 +0000 |
| parents | d118fd82f758 |
| children |
| rev | line source |
|---|---|
| 2779 | 1 2009-02-09 Bart Veer <bartv@ecoscentric.com> |
| 2 | |
| 3 * doc/framebuf.sgml: clarify the meaning of the true colour | |
| 4 formats. | |
| 5 | |
| 2770 | 6 2009-02-07 John Dallaway <john@dallaway.org.uk> |
| 7 | |
| 8 * cdl/framebuf.cdl: Pass gen_framebufs.tcl to tclsh directly. | |
| 9 | |
| 2711 | 10 2009-01-08 John Dallaway <john@dallaway.org.uk> |
| 11 | |
| 12 * src/gen_framebufs.tcl: Specify script interpreter via /usr/bin/env. | |
| 13 | |
|
2590
e7ed167c871d
Fix off-by-one-row bug in the block move functions when handling
bartv
parents:
2565
diff
changeset
|
14 2008-11-09 Bart Veer <bartv@ecoscentric.com> |
|
e7ed167c871d
Fix off-by-one-row bug in the block move functions when handling
bartv
parents:
2565
diff
changeset
|
15 |
|
e7ed167c871d
Fix off-by-one-row bug in the block move functions when handling
bartv
parents:
2565
diff
changeset
|
16 * src/linear.c: fix the block move operations (new_y > y) overlap |
|
e7ed167c871d
Fix off-by-one-row bug in the block move functions when handling
bartv
parents:
2565
diff
changeset
|
17 handling. |
|
e7ed167c871d
Fix off-by-one-row bug in the block move functions when handling
bartv
parents:
2565
diff
changeset
|
18 |
| 2565 | 19 2008-10-06 Bart Veer <bartv@ecoscentric.com> |
| 20 | |
| 21 * src/gen_framebufs.tcl, cdl/framebuf.cdl, tests/*: add some | |
| 22 examples/testcases. | |
| 23 | |
| 24 2007-10-11 Bart Veer <bartv@ecoscentric.com> | |
| 25 | |
| 26 * include/framebuf.h: fix 555 true colour manipulation macros. | |
| 27 | |
| 28 2006-04-05 John Dallaway <jld@ecoscentric.com> | |
| 29 | |
| 30 * cdl/framebuf.cdl: Add reference to package documentation. | |
| 31 | |
| 32 2005-11-21 Bart Veer <bartv@ecoscentric.com> | |
| 33 | |
| 34 * include/framebuf.h, src/framebuf.c: fix aliasing of the | |
| 35 make/break colour functions, needed with more recent compilers. | |
| 36 | |
| 37 * doc/framebuf.sgml: fix blanking support typo | |
| 38 | |
| 39 * cdl/framebuf.cdl: run gen_framebufs.tcl slightly later | |
| 40 in the build process in case other packages create framebuf header | |
| 41 files at build-time. | |
| 42 | |
| 43 * src/gen_framebufs.tcl: fix typo in diagnostic. | |
| 44 | |
| 45 * src/framebuf.c (cyg_fb_synch), include/framebuf.h | |
| 46 (CYG_FB_FRAMEBUFFER): fix double buffer support. | |
| 47 | |
| 48 2005-06-20 John Dallaway <jld@ecoscentric.com> | |
| 49 | |
| 50 * doc/framebuf.sgml: Fix typographical errors. | |
| 51 | |
| 52 2005-03-29 Bart Veer <bartv@ecoscentric.com> | |
| 53 | |
| 54 * Generic framebuffer package created | |
| 55 | |
| 56 //=========================================================================== | |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
57 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
58 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
59 // This file is part of eCos, the Embedded Configurable Operating System. |
| 2770 | 60 // Copyright (C) 2008, 2009 Free Software Foundation, Inc. |
| 2565 | 61 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
62 // This program is free software; you can redistribute it and/or modify |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
63 // it under the terms of the GNU General Public License as published by |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
64 // the Free Software Foundation; either version 2 or (at your option) any |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
65 // later version. |
| 2565 | 66 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
67 // This program is distributed in the hope that it will be useful, but |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
68 // WITHOUT ANY WARRANTY; without even the implied warranty of |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
69 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
70 // General Public License for more details. |
| 2565 | 71 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
72 // You should have received a copy of the GNU General Public License |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
73 // along with this program; if not, write to the |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
74 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
75 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
76 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
77 // ####GPLCOPYRIGHTEND#### |
| 2565 | 78 //=========================================================================== |
