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