Add gbs.conf
[profile/ivi/psplash.git] / ChangeLog
1 2009-05-28  Richard Purdie <rpurdie@linux.intel.com>
2
3         * psplash-fb.c:
4         * psplash-fb.h:
5         * psplash.h:
6         Fix so the code honours whatever bit order the display reports with 
7         fast paths for the most common cases.
8
9 2009-05-19  Richard Purdie <rpurdie@linux.intel.com>
10
11         * psplash-fb.c:
12         * psplash-poky-img.h:
13         * psplash.c
14         * Makefile.am:
15         Fix colour read order from RLE images (R & B swapped)
16         Add handling for alpha channel in images
17         Update the Poky RLE image
18         Change the OpenedHand logo for the Poky one
19
20 2008-11-10  Samuel Ortiz  <sameo@linux.intel.com>
21
22         * psplash.c:
23         unlink the FIFO and switch the console back when no fb is found.
24
25
26 2008-08-12  Richard Purdie  <rpurdie@openedhand.com>
27
28         * psplash.c:
29         Unlink the fifo when exitting.
30
31 2008-08-12  Richard Purdie  <rpurdie@openedhand.com>
32
33         * psplash.c:
34         Allow newline terminated commands as well as null terminated ones 
35         through the fifo.
36
37 2008-05-27  Robert Bragg  <bob@openedhand.com>
38         
39         * psplash-fb.c:
40         Added support for attempting to configure a 32/16bpp fbdev pixel
41         format, if the default (e.g. 8bpp) is not supported.
42
43 2008-02-21  Rob Bradford  <rob@openedhand.com>
44
45         * psplash.c: (main):
46         Revert artwork. Needs more love.
47
48 2008-02-21  Rob Bradford  <rob@openedhand.com>
49
50         * psplash-poky-img.h:
51         * psplash.c: (main):
52         Try new artwork.
53
54 2007-03-28  Richard Purdie  <rpurdie@openedhand.com>
55
56         * psplash.c:
57         Add support for negative progress values
58
59 2007-02-16  Matthew Allum  <mallum@openedhand.com>
60
61         * README:
62         * configure.ac:
63         * psplash.doap:
64         Update for 0.1 release
65
66 2006-12-22  Matthew Allum  <mallum@openedhand.com>
67
68         * psplash-fb.c:
69         * psplash.c:
70         More rotation tweaks
71
72 2006-12-22  Matthew Allum  <mallum@openedhand.com>
73
74         * psplash.c:
75         Whoops, actually set the angle config option
76
77 2006-12-22  Matthew Allum  <mallum@openedhand.com>
78
79         * psplash-fb.c:
80         * psplash-fb.h:
81         * psplash.c:
82         Add -angle cmd line arg, hopefully fix rotation
83
84 2006-12-19  Matthew Allum  <mallum@openedhand.com>
85
86         * psplash-fb.c:
87         * psplash-fb.h:
88         * psplash.c:
89         Add some as yet tested basic rotation code.
90         * psplash.h:
91         Disable DBG output by default.
92
93 2006-11-21  Richard Purdie  <rpurdie@openedhand.com>
94
95         * psplash-write.c:
96         Disable error message when the fifo doesn't exist.
97
98 2006-11-21  Matthew Allum  <mallum@openedhand.com>
99
100         * psplash.c: (main):
101         Add some more commenting
102         * psplash.doap:
103         Add DOAP file.
104
105 2006-09-28  Matthew Allum  <mallum@openedhand.com>
106
107         * psplash-bar-img.h:
108         pixel pop a little
109         * psplash.c: (psplash_draw_progress), (main):
110         Move bar up a little.
111
112 2006-09-28  Matthew Allum  <mallum@openedhand.com>
113
114         * psplash.c: (psplash_draw_progress), (main):
115         img positioning tweaks.
116
117 2006-09-28  Matthew Allum  <mallum@openedhand.com>
118
119         * Makefile.am:
120         * make-image-header.sh:
121         * psplash-bar-img.h:
122         * psplash-hand-img.h:
123         * psplash.c: (psplash_draw_msg), (psplash_draw_progress), (main):
124         Add new hopefully nicer untested images.
125         
126         * psplash-image.h:
127         Remove
128
129 2006-09-08  Matthew Allum  <mallum@openedhand.com>
130
131         * Makefile.am:
132         * radeon-font.h:
133         Add 'compiled' font.
134
135         * psplash-fb.c:
136         * psplash-fb.h:
137         * psplash.c:
138         * psplash.h:
139         Add basic font/text rendering support 
140         Add remote msg suuport (psplash-write 'MSG hello world')
141         Add cmd line switch to disable console switch
142         Move console switch after fifo set up.
143