Mercurial > ecos-v3_0-branch
annotate packages/io/framebuf/current/ChangeLog @ 2770:35f991d79d4c
* devs/framebuf/synth/current/cdl/framebuf_synth.cdl,
fs/rom/current/cdl/romfs.cdl,
io/framebuf/current/cdl/framebuf.cdl,
services/objloader/current/cdl/objloader.cdl: Pass Tcl scripts to tclsh
directly.
* hal/synth/arch/current/cdl/hal_synth.cdl: Reparent for consistency.
| author | jld |
|---|---|
| date | Sat, 07 Feb 2009 15:43:10 +0000 |
| parents | 74dbf4c3f2e1 |
| children | d118fd82f758 |
| rev | line source |
|---|---|
| 2770 | 1 2009-02-07 John Dallaway <john@dallaway.org.uk> |
| 2 | |
| 3 * cdl/framebuf.cdl: Pass gen_framebufs.tcl to tclsh directly. | |
| 4 | |
| 2711 | 5 2009-01-08 John Dallaway <john@dallaway.org.uk> |
| 6 | |
| 7 * src/gen_framebufs.tcl: Specify script interpreter via /usr/bin/env. | |
| 8 | |
|
2590
e7ed167c871d
Fix off-by-one-row bug in the block move functions when handling
bartv
parents:
2565
diff
changeset
|
9 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
|
10 |
|
e7ed167c871d
Fix off-by-one-row bug in the block move functions when handling
bartv
parents:
2565
diff
changeset
|
11 * 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
|
12 handling. |
|
e7ed167c871d
Fix off-by-one-row bug in the block move functions when handling
bartv
parents:
2565
diff
changeset
|
13 |
| 2565 | 14 2008-10-06 Bart Veer <bartv@ecoscentric.com> |
| 15 | |
| 16 * src/gen_framebufs.tcl, cdl/framebuf.cdl, tests/*: add some | |
| 17 examples/testcases. | |
| 18 | |
| 19 2007-10-11 Bart Veer <bartv@ecoscentric.com> | |
| 20 | |
| 21 * include/framebuf.h: fix 555 true colour manipulation macros. | |
| 22 | |
| 23 2006-04-05 John Dallaway <jld@ecoscentric.com> | |
| 24 | |
| 25 * cdl/framebuf.cdl: Add reference to package documentation. | |
| 26 | |
| 27 2005-11-21 Bart Veer <bartv@ecoscentric.com> | |
| 28 | |
| 29 * include/framebuf.h, src/framebuf.c: fix aliasing of the | |
| 30 make/break colour functions, needed with more recent compilers. | |
| 31 | |
| 32 * doc/framebuf.sgml: fix blanking support typo | |
| 33 | |
| 34 * cdl/framebuf.cdl: run gen_framebufs.tcl slightly later | |
| 35 in the build process in case other packages create framebuf header | |
| 36 files at build-time. | |
| 37 | |
| 38 * src/gen_framebufs.tcl: fix typo in diagnostic. | |
| 39 | |
| 40 * src/framebuf.c (cyg_fb_synch), include/framebuf.h | |
| 41 (CYG_FB_FRAMEBUFFER): fix double buffer support. | |
| 42 | |
| 43 2005-06-20 John Dallaway <jld@ecoscentric.com> | |
| 44 | |
| 45 * doc/framebuf.sgml: Fix typographical errors. | |
| 46 | |
| 47 2005-03-29 Bart Veer <bartv@ecoscentric.com> | |
| 48 | |
| 49 * Generic framebuffer package created | |
| 50 | |
| 51 //=========================================================================== | |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
52 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
53 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
54 // This file is part of eCos, the Embedded Configurable Operating System. |
| 2770 | 55 // Copyright (C) 2008, 2009 Free Software Foundation, Inc. |
| 2565 | 56 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
57 // 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
|
58 // 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
|
59 // 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
|
60 // later version. |
| 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 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
|
63 // 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
|
64 // 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
|
65 // General Public License for more details. |
| 2565 | 66 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
67 // 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
|
68 // 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
|
69 // 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
|
70 // 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
|
71 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2711
diff
changeset
|
72 // ####GPLCOPYRIGHTEND#### |
| 2565 | 73 //=========================================================================== |
